.tariff-page .tariff-header__image-wrap {
    border-radius: 1.5rem;
    overflow: hidden;
    box-shadow: 0 0.6rem 2rem rgba(0, 0, 0, 0.1);
}

.tariff-page .tariff-header__image {
    display: block;
    width: 100%;
    height: auto;
}

.tariff-page .tariff-header__cta {
    border-top-right-radius: 0;
    font-weight: 600;
}

.tariff-page .tariff-table th {
    width: 36%;
    font-weight: 600;
}

.tariff-page .tariff-card {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 1.25rem;
    box-shadow: 0 0.4rem 1.4rem rgba(0, 0, 0, 0.06);
}

.tariff-page .tariff-downloads {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.tariff-page .tariff-downloads a {
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tariff-page .tariff-downloads a:hover {
    text-decoration-thickness: 2px;
}

@media (max-width: 767.98px) {
    .tariff-page .tariff-table th {
        width: auto;
    }
}