.ppro-y26-c-country-card,
.wp-block.ppro-y26-c-country-card {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-height: 28.75rem;
    background: var(--ppro-color-white);
    transition: background-color 0.25s ease;
}

.ppro-y26-c-country-card:hover {
    background: var(--ppro-color-paper);
}

.ppro-y26-c-country-card::before {
    z-index: 4;
}

.ppro-y26-c-country-card__overlay-link {
    position: absolute;
    inset: 0;
    z-index: 2;
    font-size: 0;
}

.ppro-y26-c-country-card__media {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 17.5rem;
    overflow: hidden;
    background: var(--ppro-color-paper);
}

.ppro-y26-c-country-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ppro-y26-c-country-card__content {
    position: relative;
    z-index: 1;
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    padding: 1.25rem 1.5rem 2rem;
    color: var(--ppro-foreground);
}

.ppro-y26-c-country-card__text {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.ppro-y26-c-country-card__title {
    margin: 0;
    font-family: var(--ppro-font-body);
    font-weight: 500;
    letter-spacing: var(--ppro-tracking-tight);
    font-size: 1.125rem;
    line-height: 1.625rem;
    color: inherit;
}

.ppro-y26-c-country-card__body {
    margin: 0;
    font-family: var(--ppro-font-body);
    font-weight: var(--ppro-font-weight-body);
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: inherit;
    opacity: 0.7;
}

.ppro-y26-c-country-card__explore {
    margin-top: auto;
    align-self: start;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid currentColor;
    font-family: var(--ppro-font-body);
    font-weight: var(--ppro-font-weight-body);
    font-size: 1rem;
    line-height: 1.375rem;
    color: inherit;
}

.ppro-y26-c-country-card__explore-icon {
    width: 1.5rem;
    height: 1.5rem;
    flex-shrink: 0;
}

@media (max-width: 767px) {
    .ppro-y26-c-country-card__title {
        font-size: 1rem;
        line-height: 1.375rem;
    }

    .ppro-y26-c-country-card__explore {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
}
