.ppro-y26-c-payment-method-card,
.wp-block.ppro-y26-c-payment-method-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    min-height: 20.3125rem;
    padding: 2rem 1.5rem;
    background: var(--ppro-color-white);
    color: var(--ppro-foreground);
    transition: background-color 0.2s ease;
}

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

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

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

.ppro-y26-c-payment-method-card__logo {
    position: relative;
    z-index: 1;
}

.ppro-y26-c-payment-method-card__logo-img {
    width: auto;
    height: 4.375rem;
    max-width: 100%;
    object-fit: contain;
    object-position: left center;
}

.ppro-y26-c-payment-method-card__text {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: auto;
}

.ppro-y26-c-payment-method-card__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.ppro-y26-c-payment-method-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-payment-method-card__chip {
    flex: 0 0 auto;
    padding: 0.375rem 0.625rem;
    background: var(--ppro-color-midnight);
    border-radius: 0.125rem;
    color: var(--ppro-color-white);
    font-family: var(--ppro-font-mono);
    font-weight: var(--ppro-font-weight-mono);
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: var(--ppro-tracking-wide);
    text-transform: uppercase;
    white-space: nowrap;
}

.ppro-y26-c-payment-method-card__countries {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.ppro-y26-c-payment-method-card__countries-label {
    font-family: var(--ppro-font-mono);
    font-weight: var(--ppro-font-weight-mono);
    font-size: 0.6875rem;
    line-height: 1;
    letter-spacing: var(--ppro-tracking-wide);
    text-transform: uppercase;
    opacity: 0.6;
}

.ppro-y26-c-payment-method-card__countries-list {
    font-family: var(--ppro-font-body);
    font-weight: var(--ppro-font-weight-body);
    font-size: 0.875rem;
    line-height: 1.375rem;
    color: inherit;
}

.ppro-y26-c-payment-method-card__type {
    margin: 0;
    font-family: var(--ppro-font-body);
    font-weight: var(--ppro-font-weight-body);
    font-size: 1rem;
    line-height: 1.625rem;
    color: inherit;
    opacity: 0.7;
}

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

    .ppro-y26-c-payment-method-card__type {
        font-size: 0.875rem;
        line-height: 1.375rem;
    }
}
