/* v0.dev final overrides for requested sections. Loaded after ge-civic.css. */
.ge-section-head {
    align-items: flex-start;
    justify-content: space-between;
}

.ge-section-head--row {
    flex-direction: row;
    align-items: flex-start;
}

.ge-section__title {
    position: relative;
    padding-left: 16px;
    text-wrap: balance;
}

.ge-section__title::before {
    content: "";
    position: absolute;
    left: 0;
    top: .18em;
    width: 5px;
    height: 1.15em;
    border-radius: 999px;
    background: var(--ge-accent);
}

.ge-travel-panel .ge-section__title {
    padding-left: 0;
}

.ge-travel-panel .ge-section__title::before {
    content: none;
}

.ge-section-head__action,
.ge-guide-list__cta,
.ge-seo-focus__label,
.ge-country-cta__link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.ge-seo-focus__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
}

.ge-seo-focus__item {
    grid-template-columns: 36px minmax(0, 1fr) auto;
    min-height: 58px;
    padding: 12px 16px;
    border-color: transparent;
}

.ge-seo-focus__iso {
    width: 36px;
    height: 36px;
    border: 1px solid var(--ge-line);
    border-radius: 8px;
    background: var(--ge-surface);
    color: var(--ge-muted);
    font-size: 11px;
    line-height: 1;
}

.ge-seo-focus__name {
    color: var(--ge-ink);
    font-size: 15px;
    font-weight: 900;
}

.ge-seo-focus__label {
    color: var(--ge-accent);
    font-size: 12px;
    font-weight: 900;
}

.ge-seo-focus__item:hover .ge-seo-focus__name {
    color: var(--ge-accent);
}

.ge-guides.ge-panel .ge-list {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ge-guides.ge-panel .ge-list li,
.ge-guide-list__link {
    min-width: 0;
    height: 100%;
}

.ge-guides.ge-panel .ge-list li a.ge-guide-list__link {
    min-height: 164px;
    padding: 20px;
}

.ge-guide-list__body {
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
}

.ge-guide-list__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-wrap: balance;
}

.ge-guide-list__summary {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ge-guide-list__cta {
    flex: 0 0 auto;
    margin-top: 14px;
    color: var(--ge-accent);
    font-size: 14px;
    font-weight: 900;
}

.ge-country-side {
    top: 96px;
    align-self: start;
}

.ge-card__flag-img,
.ge-seo-focus__flag,
.ge-svc-country-card__flag,
.ge-search-card__flag {
    display: block;
    border: 1px solid var(--ge-line);
    background: #fff;
    object-fit: cover;
}

.ge-card__flag-img {
    width: 52px;
    height: 36px;
    border-radius: 7px;
}

.ge-seo-focus__flag {
    width: 36px;
    height: 24px;
    border-radius: 5px;
}

.ge-svc-country-card__flag {
    width: 48px;
    height: 32px;
    border-radius: 6px;
}

.ge-search-card__flag {
    width: 30px;
    height: 20px;
    border-radius: 4px;
}

.ge-country-record__flag {
    overflow: hidden;
}

.ge-country__flag-img {
    width: 100%;
    height: 100%;
    border-radius: inherit;
    object-fit: cover;
}

.ge-country-main > .ge-faq.ge-panel {
    padding: 32px;
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
}

.ge-country-main > .ge-faq.ge-panel > .ge-section__title {
    margin-bottom: 46px;
    font-size: 28px;
}

.ge-faq__list {
    border: 1px solid var(--ge-line);
    border-radius: 16px;
    background: var(--ge-surface);
    overflow: hidden;
}

.ge-country-main .ge-faq__item {
    border-bottom: 1px solid var(--ge-line);
}

.ge-country-main .ge-faq__item:last-child {
    border-bottom: 0;
}

.ge-faq__q {
    min-height: 64px;
    padding: 20px 28px;
    background: var(--ge-surface);
    color: var(--ge-ink);
    font-size: 17px;
    font-weight: 900;
    line-height: 1.35;
}

.ge-faq__chevron {
    color: var(--ge-accent);
    transition: transform .18s ease;
}

.ge-faq__q[aria-expanded="true"] .ge-faq__chevron {
    transform: rotate(180deg);
}

.ge-faq__a.is-open {
    display: block;
    background: var(--ge-surface-soft);
}

.ge-faq__a-inner {
    padding: 20px 28px 24px;
    color: var(--ge-muted);
    font-size: 16px;
    line-height: 1.75;
}

.ge-country-cta {
    padding: 32px;
    border: 1px solid rgba(39, 63, 97, .20);
    border-radius: 16px;
    background: var(--ge-navy);
    color: #fff;
}

.ge-country-cta h2 {
    margin: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1.25;
    text-wrap: balance;
}

.ge-country-cta p {
    max-width: 720px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, .78);
    font-size: 16px;
    line-height: 1.75;
}

.ge-country-cta__link {
    min-height: 48px;
    margin-top: 26px;
    padding: 0 22px;
    border-radius: 14px;
    background: #fff;
    color: var(--ge-navy);
    font-weight: 900;
}

.ge-country-cta__link:hover {
    background: rgba(255, 255, 255, .92);
    color: var(--ge-navy);
}

@media (max-width: 1024px) {
    .ge-seo-focus__grid,
    .ge-guides.ge-panel .ge-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 768px) {
    .ge-section-head--row {
        flex-direction: column;
    }

    .ge-seo-focus__grid,
    .ge-guides.ge-panel .ge-list {
        grid-template-columns: 1fr;
    }

    .ge-seo-focus__item {
        grid-template-columns: 36px minmax(0, 1fr);
    }

    .ge-seo-focus__label {
        grid-column: 2;
        justify-self: start;
    }

    .ge-country-main > .ge-faq.ge-panel {
        padding: 24px 16px;
    }

    .ge-country-main > .ge-faq.ge-panel > .ge-section__title {
        margin-bottom: 28px;
        font-size: 24px;
    }

    .ge-faq__q {
        padding: 18px 16px;
        font-size: 16px;
    }

    .ge-faq__a-inner {
        padding: 0 16px 20px;
        font-size: 15px;
    }

    .ge-country-cta {
        padding: 24px 18px;
    }

    .ge-country-cta h2 {
        font-size: 22px;
    }
}

/* Homepage hero compact service card */
.ge-home .ge-hero--directory .ge-hero-card {
    min-height: 0 !important;
    align-self: start !important;
    gap: 14px !important;
    padding: 20px !important;
}

.ge-home .ge-hero--directory .ge-hero-card__header {
    gap: 2px !important;
}

.ge-home .ge-hero--directory .ge-hero-card__header strong {
    font-size: 46px !important;
    line-height: 1 !important;
}

.ge-home .ge-hero--directory .ge-hero-card__services {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
    margin-top: 14px !important;
}

.ge-home .ge-hero--directory .ge-hero-card__services a {
    min-height: 44px !important;
    padding: 8px 10px !important;
    gap: 8px !important;
    font-size: 14px !important;
    line-height: 1.25 !important;
}

.ge-home .ge-hero--directory .ge-hero-card__services a:nth-child(5) {
    grid-column: 1 / -1 !important;
}

.ge-home .ge-hero--directory .ge-hero-card__service-icon {
    width: 28px !important;
    height: 28px !important;
    flex: 0 0 28px !important;
}

.ge-home .ge-hero--directory .ge-hero-card__service-icon svg {
    width: 15px !important;
    height: 15px !important;
}

.ge-home .ge-hero--directory .ge-hero-card__meta {
    padding-top: 14px !important;
}

@media (max-width: 768px) {
    .ge-home .ge-hero--directory .ge-hero-card {
        display: none !important;
    }
}
