/* SarisanDijital V45 - Paket özellikleri ve paket kartı kesin hizalama düzeltmesi
   Yalnızca kategori/paket seçim sayfalarını etkiler. */

body.page-category .category-overview-v43,
body.page-category .category-benefits-v43,
body.page-category .category-overview-v43 .service--features,
body.page-category .category-overview-v43 .service--features ul,
body.page-category .category-overview-v43 .service--features ul li {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
}

body.page-category .category-overview-v43 {
    align-content: start !important;
    grid-auto-rows: max-content !important;
    overflow: visible !important;
}

body.page-category .category-benefits-v43 {
    display: block !important;
    align-self: start !important;
    padding: 24px !important;
    background: #fff !important;
}

body.page-category .category-benefits-head-v43 {
    margin: 0 0 14px !important;
}

body.page-category .category-overview-v43 .service--features {
    display: block !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}

body.page-category .category-overview-v43 .service--features ul {
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 1fr !important;
    grid-auto-flow: row !important;
    grid-auto-rows: max-content !important;
    align-items: start !important;
    align-content: start !important;
    gap: 10px !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

body.page-category .category-overview-v43 .service--features ul li {
    position: relative !important;
    display: grid !important;
    width: 100% !important;
    grid-template-columns: 42px minmax(0, 1fr) !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: start !important;
    gap: 12px !important;
    margin: 0 !important;
    padding: 12px 14px !important;
    overflow: visible !important;
    border: 1px solid rgba(13, 23, 51, .09) !important;
    border-radius: 14px !important;
    background: #f7f8fc !important;
    box-shadow: none !important;
    text-align: left !important;
}

body.page-category .category-overview-v43 .service--features ul li > .icon {
    position: static !important;
    inset: auto !important;
    display: grid !important;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 0 !important;
    place-items: center !important;
    align-self: center !important;
    border-radius: 12px !important;
    color: var(--main-color) !important;
    background: color-mix(in srgb, var(--main-color) 10%, #fff) !important;
    font-size: 19px !important;
    line-height: 1 !important;
}

body.page-category .category-overview-v43 .service--features ul li > .icon::before {
    display: none !important;
    content: none !important;
}

body.page-category .category-overview-v43 .service--features ul li .feature-copy-v43 {
    position: static !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-align: left !important;
}

body.page-category .category-overview-v43 .service--features ul li .feature-copy-v43 span {
    position: static !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    color: #27314a !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 1.42 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Paket kartları: daha ölçülü tipografi */
body.page-category .service--content .pack--list .pack {
    min-height: 126px !important;
    justify-content: center !important;
    padding: 18px !important;
}

body.page-category .service--content .pack--list .pack span.amount {
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #111a34 !important;
    background: transparent !important;
    font-size: clamp(23px, 1.65vw, 29px) !important;
    font-weight: 700 !important;
    line-height: 1.05 !important;
    letter-spacing: -.018em !important;
    white-space: nowrap !important;
}

body.page-category .service--content .pack--list .pack span.type {
    margin-top: 9px !important;
    color: #76819a !important;
    background: transparent !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    line-height: 1.25 !important;
}

body.page-category .service--content .pack--list .pack span.price,
body.page-category .service--content .pack--list .pack.selected span.price,
body.page-category .service--content .pack--list .pack:hover span.price {
    display: inline-block !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 12px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--main-color) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Seçilen paket alt özeti */
body.page-category .service--content .selected--pack {
    display: flex !important;
    min-width: 0 !important;
    align-items: center !important;
    gap: 12px !important;
}

body.page-category .service--content .selected--pack .icon {
    display: grid !important;
    width: 50px !important;
    min-width: 50px !important;
    height: 50px !important;
    place-items: center !important;
    border-radius: 14px !important;
}

body.page-category .service--content .selected--pack .text {
    display: block !important;
    min-width: 0 !important;
    line-height: 1.3 !important;
}

body.page-category .service--content .selected--pack .text > span:first-child {
    display: flex !important;
    align-items: baseline !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
    color: #66718a !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

body.page-category .service--content .selected--pack [data-selected_amount] {
    color: #111a34 !important;
    font-size: 17px !important;
    font-weight: 700 !important;
}

body.page-category .service--content .selected--pack [data-selected_price] {
    position: static !important;
    display: block !important;
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    margin: 4px 0 0 !important;
    padding: 0 !important;
    overflow: visible !important;
    border: 0 !important;
    border-radius: 0 !important;
    color: var(--main-color) !important;
    background: transparent !important;
    box-shadow: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
}

@media (min-width: 1051px) {
    body.page-category .category-overview-v43 {
        position: sticky !important;
        top: 104px !important;
        align-self: start !important;
        max-height: none !important;
        overflow: visible !important;
    }
}

@media (max-width: 1050px) {
    body.page-category .category-overview-v43 .service--features ul {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

@media (max-width: 640px) {
    body.page-category .category-benefits-v43 {
        padding: 20px !important;
    }

    body.page-category .category-overview-v43 .service--features ul {
        grid-template-columns: 1fr !important;
    }

    body.page-category .category-overview-v43 .service--features ul li {
        grid-template-columns: 40px minmax(0, 1fr) !important;
        padding: 11px 12px !important;
    }

    body.page-category .category-overview-v43 .service--features ul li > .icon {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
    }

    body.page-category .service--content .pack--list .pack {
        min-height: 112px !important;
        padding: 15px !important;
    }

    body.page-category .service--content .pack--list .pack span.amount {
        font-size: 24px !important;
    }

    body.page-category .service--content .pack--list .pack span.price {
        font-size: 14px !important;
    }
}
