/* TransTrade – Cennik abonamentów */
body.ttca-cennik-active .entry-content,
body.ttca-cennik-active .page-content,
body.ttca-cennik-active main,
body.ttca-cennik-active #primary {
    margin-top: 0 !important;
}

.ttca-cennik-page {
    width: calc(100% - 32px);
    max-width: 1200px;
    margin: 42px auto 70px;
    font-family: Poppins, Arial, sans-serif;
}

.ttca-heading {
    margin-bottom: 28px;
    text-align: center;
}

.ttca-heading > span,
.ttca-products-heading > span {
    display: block;
    margin-bottom: 7px;
    color: #0870f8;
    font-size: 11px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: .04em;
}

.ttca-heading h1 {
    margin: 0;
    color: #071a38;
    font-size: 42px;
    line-height: 1.16;
    letter-spacing: -1.2px;
}

.ttca-heading p {
    max-width: 760px;
    margin: 13px auto 0;
    color: #65768b;
    font-size: 15px;
    line-height: 1.7;
}

.ttca-section {
    margin-top: 28px;
}

.ttca-products-section {
    padding-top: 34px;
    border-top: 1px solid #dce6f0;
}

.ttca-products-heading {
    margin-bottom: 22px;
    text-align: center;
}

.ttca-products-heading h2 {
    margin: 0;
    color: #071a38;
    font-size: 31px;
    line-height: 1.25;
}

/* Usuwamy zbędny drugi nagłówek z shortcode planów. */
.ttca-plans-section .ttcs-plans {
    width: 100%;
    margin: 0 auto;
}

.ttca-plans-section .ttcs-plans-head {
    display: none;
}

.ttca-products-section .woocommerce ul.products {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 !important;
}

.ttca-products-section .woocommerce ul.products::before,
.ttca-products-section .woocommerce ul.products::after {
    display: none !important;
}

.ttca-products-section .woocommerce ul.products li.product {
    width: auto !important;
    float: none !important;
    clear: none !important;
    margin: 0 !important;
    padding: 22px !important;
    border: 1px solid #dce6f0;
    border-radius: 13px;
    background: #fff;
    box-shadow: 0 12px 32px rgba(13, 47, 85, .06);
}

.ttca-products-section .woocommerce-loop-product__title {
    color: #071a38 !important;
    font-size: 19px !important;
    line-height: 1.35 !important;
}

.ttca-products-section .price {
    color: #0870f8 !important;
    font-size: 21px !important;
    font-weight: 700 !important;
}

.ttca-products-section .button {
    min-height: 43px;
    margin-top: 14px !important;
    padding: 0 16px !important;
    border-radius: 7px !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    background: #0870f8 !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 700 !important;
}

@media (max-width: 850px) {
    .ttca-products-section .woocommerce ul.products {
        grid-template-columns: 1fr;
    }

    .ttca-heading h1 {
        font-size: 34px;
    }
}

@media (max-width: 600px) {
    .ttca-cennik-page {
        width: calc(100% - 24px);
        margin-top: 28px;
    }

    .ttca-heading h1 {
        font-size: 29px;
    }

    .ttca-heading p {
        font-size: 13px;
    }

    .ttca-products-heading h2 {
        font-size: 25px;
    }
}
