/**
 * Light & Composition — Custom Brand & Utility Stylesheet (Cleaned & Curated)
 *
 * Preserves all genuine brand typography scale, editorial utilities, pagination,
 * and WooCommerce checkout/cart refinements. All legacy framework hacks have
 * been fully eliminated.
 *
 * @package LC_Theme
 * @since   1.0.0
 */

/* ── 1. Brand Typography Scale ────────────────────────────────────────────── */

.light-typography-textbox {
    font-size: 24px;
    line-height: 1.37349;
    font-weight: 600;
    letter-spacing: -0.027em;
}

@media only screen and (max-width: 1068px) {
    .light-typography-textbox {
        font-size: 21px;
        line-height: 1.35105;
    }
}

.light-typography-intro {
    font-size: 24px;
    line-height: 1.33349;
    font-weight: 400;
    letter-spacing: 0.004em;
}

@media only screen and (max-width: 1068px) {
    .light-typography-intro {
        font-size: 21px;
        line-height: 1.38105;
    }
}

.light-typography-headline-super {
    font-size: 80px;
    line-height: 1.05;
    font-weight: 600;
    letter-spacing: -0.015em;
}

@media only screen and (max-width: 1068px) {
    .light-typography-headline-super {
        font-size: 64px;
        line-height: 1.0625;
        letter-spacing: -0.009em;
    }
}

@media only screen and (max-width: 735px) {
    .light-typography-headline-super {
        font-size: 48px;
        line-height: 1.08365;
        letter-spacing: -0.003em;
    }
}

.light-typography-headline-elevated {
    line-height: 1.0625;
    font-weight: 600;
    letter-spacing: -0.009em;
}

@media only screen and (max-width: 1068px) {
    .light-typography-headline-elevated {
        line-height: 1.08365;
        letter-spacing: -0.003em;
    }
}

@media only screen and (max-width: 735px) {
    .light-typography-headline-elevated {
        line-height: 1.1;
        letter-spacing: 0;
    }
}


/* ── 2. Editorial & Content Dividers ──────────────────────────────────────── */

.partition {
    height: 100%;
    border-right: 1px solid #dadada;
    padding-right: 35px;
}

.alhamdulillah {
    width: 100%;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}

.alhamdulillah_warp {
    width: 100%;
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding: 7px 0;
    margin: 5px 0 3px 0;
}

.lc-text-right {
    text-align: right !important;
}

.lc-text-justify {
    text-align: justify !important;
}


/* ── 3. Image, Avatar & Media Polish ──────────────────────────────────────── */

.gravatar {
    border-radius: 7px !important;
}

.search-thumb {
    width: 260px;
    height: 173px;
    margin-bottom: 10px;
}

.search-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* ── 4. Pagination & UI Badges ────────────────────────────────────────────── */

.pagination span,
.pagination a {
    background-color: #f8f8f8 !important;
    height: 35px !important;
    width: 45px !important;
    line-height: 35px !important;
    text-align: center !important;
    padding: 0 !important;
    margin-right: 3px !important;
    margin-left: 1px !important;
    border-color: #e5e5e5 #dbdbdb #d2d2d2 !important;
    border-radius: 4px !important;
    box-shadow: rgba(0, 0, 0, 0.15) 0 1px 3px !important;
    display: inline-block;
    color: #333333;
}

.pagination {
    padding: 15px 0 !important;
}


/* ── 5. WooCommerce Checkout, Cart & Buttons ──────────────────────────────── */

table.shop_table td a.button,
#top #payment #place_order {
    background-color: #0044cc !important;
    background-image: linear-gradient(to bottom, #0088cc, #0044cc);
    background-repeat: repeat-x;
    color: #ffffff !important;
    border: none;
    border-radius: 6px !important;
    font-weight: 700;
}

#top #payment #place_order {
    font-size: 18px !important;
    padding: 12px 24px !important;
}

#top #payment ul.payment_methods li {
    background-color: #ffffff !important;
}

#top #payment div.payment_box {
    width: 100% !important;
    padding: 12px !important;
}

.cart-collaterals .cart_totals {
    width: 100% !important;
}

#top .woocommerce-info {
    border-style: dotted !important;
    border-color: #e0e0e0;
    text-align: center;
    background-color: #f8f8f8;
    padding: 14px !important;
}

#top #main .shop_table.order_details {
    border-collapse: collapse !important;
}

.disable_subs_table_border td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.disable_subs_table_border .variations_form {
    background-color: #ffffff !important;
    border-style: none !important;
    padding: 0 !important;
}