/*
CTC Separate Stylesheet
Updated: 2026-03-15 05:14:08
*/

/* ===== BACK TO CATEGORIES - WEB3 BUTTON ===== */
.ens-back-link {
    margin: 18px 0 30px;
}

.ens-back-link a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 11px 18px 11px 14px;
    border-radius: 999px;
    border: 1px solid rgba(102, 179, 255, 0.35);
    background:
        linear-gradient(135deg, rgba(102,179,255,0.16), rgba(160,99,255,0.10)),
        rgba(255,255,255,0.035);
    color: #d9efff !important;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.15px;
    line-height: 1;
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.04) inset,
        0 8px 24px rgba(0,0,0,0.24),
        0 0 22px rgba(102,179,255,0.12);
    backdrop-filter: blur(10px);
    transition:
        transform 0.18s ease,
        border-color 0.18s ease,
        background 0.18s ease,
        box-shadow 0.18s ease,
        color 0.18s ease;
}

.ens-back-link a::before {
    content: "";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: linear-gradient(135deg, #66b3ff, #9b6cff);
    box-shadow: 0 0 16px rgba(102,179,255,0.35);
    position: relative;
    flex: 0 0 26px;
}

.ens-back-link a::after {
    content: "";
    position: absolute;
    left: 24px;
    width: 8px;
    height: 8px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
}

.ens-back-link a:hover {
    transform: translateY(-2px);
    border-color: rgba(138, 201, 255, 0.75);
    background:
        linear-gradient(135deg, rgba(102,179,255,0.24), rgba(160,99,255,0.18)),
        rgba(255,255,255,0.055);
    color: #ffffff !important;
    box-shadow:
        0 0 0 1px rgba(255,255,255,0.07) inset,
        0 12px 30px rgba(0,0,0,0.30),
        0 0 30px rgba(102,179,255,0.22);
}

.ens-back-link a:hover::before {
    transform: translateX(-3px);
}

.ens-back-link a:active {
    transform: translateY(0);
}

/* ===== HOME REGISTER ENS BLOCK ===== */

.ens-register-section {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
    padding: 20px 0 40px;
}

.ens-register-section h2 {
    text-align: center;
    margin-bottom: 18px;
}

.ens-register-section p {
    text-align: center;
    margin-bottom: 18px;
}

.ens-register-section .hero {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 24px 0;
}

.ens-register-section .search-container {
    width: 100%;
    max-width: 420px;
}

.ens-register-section #domain-input {
    width: 100%;
    text-align: center;
}

.ens-register-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 26px;
    border-radius: 12px;
    background: linear-gradient(135deg, #2b7fff 0%, #00c2ff 100%);
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.25s ease;
    box-shadow: 0 0 18px rgba(43,127,255,0.35);
}

.ens-register-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 0 26px rgba(43,127,255,0.55);
}

.ens-global-navigation {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 16px;
}

.ens-global-navigation__list {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 6px 8px;
    list-style: none;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
}

.ens-global-navigation__item {
    margin: 0;
    padding: 0;
    list-style: none;
}

.ens-global-navigation__item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 32px;
    padding: 7px 14px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,0.15);
    background: rgba(255,255,255,0.04);
    color: #c7d0db !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.ens-global-navigation__item a:hover,
.ens-global-navigation__item--active a {
    border-color: #66b3ff;
    background: rgba(102,179,255,0.16);
    color: #66b3ff !important;
}

.ens-page-intro {
    max-width: 820px;
    margin-bottom: 34px;
    font-size: 18px;
    line-height: 1.7;
    color: #c7d0db;
}

.ens-seo-content {
    margin-top: 60px;
    opacity: 0.88;
    font-size: 15px;
    line-height: 1.9;
}

/* ===== GLOBAL LANGUAGE SELECTOR HEADER ===== */
.ens-global-lang-selector {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-left: 18px;
    padding: 6px 8px;
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    vertical-align: middle;
}

.ens-global-lang-selector__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 32px;
    padding: 7px 12px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    background: rgba(255,255,255,0.04);
    color: #c7d0db !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    white-space: nowrap;
}

.ens-global-lang-selector__item:hover,
.ens-global-lang-selector__item--active {
    border-color: #66b3ff;
    background: rgba(102,179,255,0.16);
    color: #66b3ff !important;
}

.ens-global-lang-selector__flag {
    font-size: 15px;
    line-height: 1;
}

.ens-global-lang-selector__label {
    line-height: 1;
}

/* Ajuste dentro de navegación GeneratePress */
.main-navigation .inside-navigation {
    display: flex;
    align-items: center;
    gap: 16px;
}

.main-navigation .main-nav {
    display: flex;
    align-items: center;
}

.ens-sort-bar {
    display: flex;
    align-items: center;
    gap: 30px;
    margin: 20px 0 30px 0;
    padding: 12px 16px;
    flex-wrap: wrap;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}

.ens-sort-group {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ens-sort-label {
    font-size: 14px;
    color: #c7d0db;
    font-weight: 600;
    white-space: nowrap;
}

.ens-sort-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ens-sort-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 7px 16px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    background: rgba(255,255,255,0.04);
    color: #c7d0db !important;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.ens-sort-btn:hover {
    border-color: rgba(102,179,255,0.5);
    background: rgba(102,179,255,0.1);
    color: #66b3ff !important;
}

.ens-sort-btn.active {
    border-color: #66b3ff;
    background: rgba(102,179,255,0.2);
    color: #66b3ff !important;
    font-weight: 700;
}

/* ===== TOP PREMIUM CARD ===== */
.ens-domain-card--premium {
    position: relative;
    border: 2px solid rgba(255, 200, 50, 0.6) !important;
    box-shadow: 0 0 15px rgba(255, 200, 50, 0.15) !important;
}
.ens-domain-card--premium .ens-premium-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(255, 200, 50, 0.9);
    color: #000;
    font-size: 11px;
    font-weight: 700;
    padding: 3px 8px;
    border-radius: 6px;
    letter-spacing: 0.5px;
}

/* ===== COMPACT DOMAIN CARD ===== */
.ens-domain-card--compact img {
    display: none;
}
.ens-domain-card--compact {
    background: linear-gradient(135deg, #4a90d9 0%, #6b5fd4 100%) !important;
    border-radius: 8px;
    box-shadow: none;
}
.ens-domain-card--compact .ens-domain-card__name {
    padding: 10px 16px;
    font-size: 20px;
    font-weight: 700;
    min-height: unset;
    -webkit-line-clamp: 1;
    color: #fff !important;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

/* ===== CITIES LIST MOBILE ===== */
.ens-cities-list-mobile {
    display: none;
}
.ens-city-list-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 16px;
    background: #1a1f2e;
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 10px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #f4f7fb;
    transition: background 0.2s ease;
}
.ens-city-list-item:hover {
    background: #222b3d;
}
.ens-city-list-item img {
    width: 44px;
    height: 44px;
    border-radius: 8px;
    flex-shrink: 0;
}
.ens-city-list-name {
    font-size: 16px;
    font-weight: 600;
}

/* ===== PAGINACIÓN ===== */
.ens-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 30px 0;
}
.ens-page-btn {
    padding: 8px 14px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 8px;
    background: rgba(255,255,255,0.03);
    color: #c7d0db;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
}
.ens-page-btn:hover {
    border-color: rgba(102,179,255,0.5);
    background: rgba(102,179,255,0.1);
    color: #66b3ff;
}
.ens-page-btn--active {
    border-color: #66b3ff;
    background: rgba(102,179,255,0.2);
    color: #66b3ff;
    font-weight: 700;
}

/* ===== STICKY NAV FOOTER ===== */
.ens-sticky-nav {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(10, 14, 20, 0.95);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255,255,255,0.08);
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    gap: 8px;
    flex-wrap: wrap;
    z-index: 9999;
}
.ens-sticky-nav a {
    padding: 7px 14px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    background: rgba(255,255,255,0.04);
    color: #c7d0db;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.ens-sticky-nav a:hover {
    border-color: rgba(102,179,255,0.5);
    background: rgba(102,179,255,0.1);
    color: #66b3ff;
}
.ens-sticky-nav a.active {
    border-color: #66b3ff;
    background: rgba(102,179,255,0.2);
    color: #66b3ff;
}

/* ===== ASIA CAPITALS LANG NAV ===== */
.ens-lang-nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-bottom: 24px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 10px;
}
.ens-lang-nav__item {
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.04);
    color: #c7d0db;
    text-decoration: none;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}
.ens-lang-nav__item:hover {
    border-color: rgba(102, 179, 255, 0.5);
    background: rgba(102, 179, 255, 0.1);
    color: #66b3ff;
}
.ens-lang-nav__item--active {
    border-color: #66b3ff;
    background: rgba(102, 179, 255, 0.2);
    color: #66b3ff;
    font-weight: 700;
    cursor: default;
}

.sug-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 420px;
    margin: 0 auto;
}

.sug-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    border-radius: 10px;
    background: rgba(255,255,255,0.04);
    border: 1px solid rgba(255,255,255,0.10);
    text-decoration: none !important;
}

.sug-item span {
    color: #e7edf5;
    font-weight: 600;
}

.sug-item strong {
    color: #66b3ff;
    font-size: 13px;
    white-space: nowrap;
}

/* ===== ENS SEARCH RESULT + SUGGESTIONS SPACING ===== */

#result {
    margin-top: 12px;
    margin-bottom: 0;
}

#result p {
    margin-bottom: 18px;
}

#result .btn,
#result .ens-register-button {
    margin: 8px 6px 28px;
}

#suggestions {
    padding-top: 34px;
    margin-bottom: 42px;
}

#suggestions h3 {
    margin-top: 0;
    margin-bottom: 22px;
}

.sug-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 420px;
    margin: 0 auto 38px;
}

.ens-register-section > p:last-of-type {
    margin-top: 28px;
}

/* ===== GLOBAL ENS SEARCH ===== */

.ens-global-search {
    display: flex;
    align-items: center;
    margin-left: 18px;
}

.ens-global-search__trigger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-width: 280px;
    height: 38px;
    padding: 0 14px;
    border-radius: 10px;
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.04);
    color: #c7d0db !important;
    box-shadow: none;
    cursor: pointer;
}

.ens-global-search__trigger:hover {
    border-color: rgba(102,179,255,0.55);
    background: rgba(102,179,255,0.08);
}

.ens-global-search__icon {
    color: #66b3ff;
    font-size: 17px;
}

.ens-global-search__text {
    font-size: 14px;
    font-weight: 600;
    color: #c7d0db;
}

.ens-search-modal[hidden] {
    display: none !important;
}

.ens-search-modal {
    position: fixed;
    inset: 0;
    z-index: 999999;
}

.ens-search-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.72);
    backdrop-filter: blur(4px);
}

.ens-search-modal__box {
    position: relative;
    width: min(680px, calc(100vw - 28px));
    max-height: 78vh;
    margin: 90px auto 0;
    background: #111821;
    border: 1px solid rgba(255,255,255,0.12);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 22px 80px rgba(0,0,0,0.55);
}

.ens-search-modal__header {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.ens-search-modal__input {
    flex: 1;
    border: 0;
    background: transparent;
    color: #f4f7fb;
    font-size: 17px;
    outline: none;
    box-shadow: none;
}

.ens-search-modal__close {
    background: transparent;
    box-shadow: none;
    color: #f4f7fb !important;
    font-size: 30px;
    padding: 0 4px;
    line-height: 1;
}

.ens-search-modal__results {
    padding: 16px;
    max-height: calc(78vh - 72px);
    overflow-y: auto;
}

.ens-search-modal__empty {
    margin: 0;
    color: #8b98a7;
}

.ens-search-section-title {
    margin: 18px 0 8px;
    font-size: 13px;
    color: #8b98a7;
    text-transform: uppercase;
    letter-spacing: .06em;
}


/* =========================================================
   ENS GLOBAL SEARCH
   ========================================================= */

.ens-global-search__trigger {
    background: rgba(255,255,255,0.04) !important;
    color: #c7d0db !important;
    box-shadow: none !important;
    border: 1px solid rgba(255,255,255,0.14) !important;
}

.ens-global-search__trigger:hover {
    background: rgba(102,179,255,0.08) !important;
}

/* =========================================================
   SEARCH RESULTS - GRAILS-LIKE ROWS
   ========================================================= */

.ens-search-result {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    gap: 12px !important;
    min-height: 58px !important;
    padding: 8px 14px !important;
    border-radius: 10px !important;
    color: #e7edf5 !important;
    text-decoration: none !important;
}

.ens-search-result:hover {
    background: rgba(255,255,255,0.06) !important;
}

.ens-search-result__icon {
    width: 34px !important;
    height: 34px !important;
    flex: 0 0 34px !important;
    border-radius: 7px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: linear-gradient(135deg, #1677ff, #5b8cff) !important;
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 800 !important;
    line-height: 1 !important;
}

.ens-search-result__body {
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 3px !important;
    min-width: 0 !important;
}

.ens-search-result__label {
    display: block !important;
    color: #f4f7fb !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.15 !important;
    margin: 0 !important;
}

.ens-search-result__meta {
    display: block !important;
    color: #9aa6b5 !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    margin: 0 !important;
}

.ens-search-section-title {
    margin: 18px 0 8px !important;
    font-size: 12px !important;
    line-height: 1 !important;
    letter-spacing: .03em !important;
    text-transform: none !important;
    color: #a4afbd !important;
    font-weight: 600 !important;
}

.ens-search-section--categories {
    margin-top: 18px !important;
    padding-top: 16px !important;
    border-top: 1px solid rgba(255,255,255,0.14) !important;
}

.ens-search-result--category {
    background: rgba(255, 180, 90, 0.08) !important;
    border-left: 3px solid rgba(255, 180, 90, 0.75) !important;
}

.ens-search-result--category .ens-search-result__icon {
    background: linear-gradient(135deg, #c58b3c, #f2c078) !important;
}

.ens-search-result--domain .ens-search-result__icon {
    background: linear-gradient(135deg, #1677ff, #5b8cff) !important;
}

.ens-availability-badge {
    display: inline-flex;
    align-items: center;
    margin-left: 8px;
    padding: 3px 7px;
    border-radius: 999px;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.ens-availability-badge--checking {
    color: #c7d0db;
    background: rgba(255,255,255,0.08);
}

.ens-availability-badge--available {
    color: #7CFFB2;
    background: rgba(50, 220, 130, 0.12);
    border: 1px solid rgba(50, 220, 130, 0.30);
}

.ens-availability-badge--registered {
    color: #FFB3B3;
    background: rgba(255, 90, 90, 0.12);
    border: 1px solid rgba(255, 90, 90, 0.30);
}

.ens-availability-badge--error {
    color: #FFD27C;
    background: rgba(255, 190, 80, 0.12);
    border: 1px solid rgba(255, 190, 80, 0.30);
}

.ens-availability-badge--premium {
    color: #FFD27C;
    background: rgba(255, 190, 80, 0.16);
    border: 1px solid rgba(255, 190, 80, 0.40);
}

.ens-global-search-mode {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 10px 0 14px;
    padding: 0 14px;
}

.ens-global-search-mode__label {
    font-size: 12px;
    font-weight: 600;
    color: #9aa7b5;
    white-space: nowrap;
}

.ens-search-modal .ens-availability-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    max-width: max-content;
    margin-left: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    white-space: nowrap;
}

.ens-search-modal .ens-availability-badge--available {
    color: #7CFFB2;
    background: rgba(50, 220, 130, 0.12);
    border: 1px solid rgba(50, 220, 130, 0.30);
}

.ens-search-modal .ens-availability-badge--registered {
    color: #FFB3B3;
    background: rgba(255, 90, 90, 0.12);
    border: 1px solid rgba(255, 90, 90, 0.30);
}

.ens-search-modal .ens-availability-badge--premium {
    color: #FFD27C;
    background: rgba(255, 190, 90, 0.12);
    border: 1px solid rgba(255, 190, 90, 0.30);
}

.ens-search-modal .ens-availability-badge--checking {
    color: #c7d0db;
    background: rgba(255,255,255,0.08);
}

.ens-global-search-mode__btn {
    border: 1px solid rgba(255,255,255,0.14);
    background: rgba(255,255,255,0.05);
    color: #c7d0db;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    cursor: pointer;
}

.ens-global-search-mode__btn:hover {
    border-color: rgba(102,179,255,0.45);
    color: #66b3ff;
}

.ens-global-search-mode__btn.is-active,
.ens-global-search-mode__btn:disabled {
    border-color: rgba(102,179,255,0.55);
    background: rgba(102,179,255,0.18);
    color: #66b3ff;
    cursor: default;
    opacity: 1;
}

.ens-global-search-modal,
.ens-global-search-panel {
    max-height: 82vh;
    overflow-y: auto;
}

.ens-global-search-results {
    max-height: calc(82vh - 120px);
    overflow-y: auto;
    padding-bottom: 24px;
}

/* =========================================================
   MOBILE CONSOLIDATED
   ========================================================= */

@media (max-width: 768px) {
    
    .ens-grid {
        margin: 8px 0 20px !important;
    }

    .main-navigation .inside-navigation {
        flex-wrap: wrap;
        gap: 10px;
    }

    .ens-global-search {
        order: 5;
        width: 100%;
        margin-left: 0;
        padding: 10px 16px;
    }

    .ens-global-search__trigger {
        width: 100%;
        min-width: 0;
        height: 46px;
        justify-content: flex-start;
        font-size: 15px;
    }

    .ens-global-lang-selector {
        order: 10;
        width: 100%;
        justify-content: center;
        margin: 6px 0 10px;
        padding: 6px;
    }

    .ens-global-lang-selector__item {
        flex: 1;
        padding: 9px 12px;
        font-size: 13px;
    }

    .ens-back-link {
        margin: 16px 0 24px;
    }

    .ens-back-link a {
        width: 100%;
        justify-content: center;
        padding: 12px 16px;
        font-size: 14px;
    }

    .ens-sort-bar {
        gap: 14px;
        padding: 12px;
    }

    .ens-sort-group {
        width: 100%;
        gap: 8px;
        flex-wrap: wrap;
    }

    .ens-sort-buttons {
        width: 100%;
    }

    .ens-sort-btn {
        padding: 7px 12px;
        font-size: 12px;
    }

    .ens-domain-grid.ens-cities-grid-pc {
        display: none !important;
    }

    .ens-cities-list-mobile {
        display: block !important;
    }

    .ens-search-modal__box {
        width: 100%;
        height: 100%;
        max-height: none;
        margin: 0;
        border-radius: 0;
    }

    .ens-search-modal__results {
        max-height: calc(100vh - 72px);
    }

    .entry-content h1 {
        font-size: 42px;
        line-height: 1.08;
    }

    .entry-content p {
        font-size: 18px;
        line-height: 1.55;
    }
    
    .ens-category-hero p:nth-of-type(2){
        display:none;
    }
    
    h1{
        font-size:42px;
        line-height:1.05;
        margin-bottom:20px;
    }
    body.home .entry-content h1,
    body.home h1 {
        font-size: 42px !important;
        line-height: 1.06 !important;
        margin-bottom: 18px !important;
    }

    body.home .entry-content p {
        font-size: 18px !important;
        line-height: 1.5 !important;
    }

    body.home .entry-content p:nth-of-type(2) {
        display: none !important;
    }
    
     .ens-hide-mobile {
        display: none !important;
    }
    
    .ens-mobile-hide-h1 {
        display: none !important;
    }
    .ens-hide-mobile,
    .elementor-element.ens-hide-mobile {
        display: none !important;
        visibility: hidden !important;
        height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }
    .ens-hide-mobile,
    .ens-mobile-hide-h1,
    [class*="ens-hide-mobile"],
    [class*="ens-mobile-hide-h1"] {
        display: none !important;
    }
     .ens-homepage-categories-title {
        display: none !important;
    }

    .ens-homepage-categories,
    .ens-homepage-featured,
    .ens-featured-categories,
    .ens-homepage-section {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    .ens-homepage-categories .ens-grid,
    .ens-grid {
        margin-top: 0 !important;
    }

    .entry-content > .ens-homepage-categories,
    .entry-content > .ens-grid {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
      .ens-global-search-mode {
        flex-wrap: wrap;
        margin: 8px 0 12px;
        padding: 0 12px;
    }

    .ens-global-search-mode__label {
        width: 100%;
    }
        .ens-search-modal .ens-search-result {
        align-items: center;
    }

    .ens-search-modal .ens-availability-badge {
        margin-left: auto;
        font-size: 11px;
        padding: 4px 8px;
    }
}