
:root {
    --lbg-v2-offer-bg: #344553;
    --lbg-v2-offer-text: #fff;
    --lbg-v2-offer-accent: #53a7df;
    --lbg-v2-offer-button: #31aa92;
    --lbg-v2-footer-bg: #344553;
    --lbg-v2-footer-text: #fff;
    --lbg-v2-footer-badge: #e53f3f;
    --lbg-v2-matrix-header-bg: #304b5e;
    --lbg-v2-matrix-header-text: #ffffff;
    --lbg-v2-matrix-qty-header-bg: #31aa92;
    --lbg-v2-matrix-cell-bg: #edf5fa;
    --lbg-v2-matrix-cell-text: #294353;
    --lbg-v2-matrix-selected-bg: #31aa92;
    --lbg-v2-matrix-selected-text: #ffffff;
    --lbg-v2-matrix-hover-bg: #d8f1e9;
    --lbg-v2-matrix-panel-bg: #f5f9fc;
    --lbg-v2-design-bg: #243947;
    --lbg-v2-design-text: #ffffff;
    --lbg-v2-design-accent: #31aa92;
    --lbg-v2-design-button: #31aa92;
}

.lbg-v2-offer,
.lbg-v2-footer,
.lbg-v2-matrix,
.lbg-v2-offer *,
.lbg-v2-footer *,
.lbg-v2-matrix * {
    box-sizing: border-box;
}

.lbg-v2-offer {
    width: 100%;
    max-width: 100vw;
    overflow: hidden;
    background: var(--lbg-v2-offer-bg);
    color: var(--lbg-v2-offer-text);
    box-shadow: 0 2px 8px rgba(0,0,0,.15);
    z-index: 9997;
}

.lbg-v2-offer.is-sticky {
    position: sticky;
    top: 0;
}

body.admin-bar .lbg-v2-offer.is-sticky {
    top: 32px;
}

.lbg-v2-offer__inner {
    width: min(100%, 1900px);
    margin: 0 auto;
    padding: 12px clamp(12px, 2vw, 34px);
    display: grid;
    grid-template-columns:
        minmax(190px, 1.15fr)
        minmax(410px, 2fr)
        minmax(250px, 1.2fr)
        minmax(150px, .75fr)
        minmax(170px, .9fr);
    align-items: center;
    gap: clamp(10px, 1.4vw, 25px);
    min-height: 92px;
}

.lbg-v2-delivery,
.lbg-v2-countdown,
.lbg-v2-receive {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 9px;
    font-weight: 700;
}

.lbg-v2-delivery strong,
.lbg-v2-receive strong {
    line-height: 1.2;
}

.lbg-v2-icon {
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.lbg-v2-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lbg-v2-countdown {
    justify-content: center;
    white-space: nowrap;
}

.lbg-v2-countdown-label {
    white-space: normal;
}

.lbg-v2-countdown small {
    font-size: 12px;
    font-weight: 800;
}

.lbg-v2-time {
    flex: 0 0 auto;
    min-width: 58px;
    padding: 9px 7px;
    border-radius: 6px;
    background: #fff;
    color: var(--lbg-v2-offer-accent);
    text-align: center;
    font-size: clamp(24px, 2.1vw, 36px);
    font-weight: 800;
    line-height: 1;
}

.lbg-v2-receive {
    justify-content: center;
}

.lbg-v2-receive b {
    white-space: nowrap;
    font-size: clamp(17px, 1.25vw, 23px);
}

.lbg-v2-header-price {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1;
}

.lbg-v2-header-price strong {
    max-width: 100%;
    white-space: nowrap;
    font-size: clamp(28px, 2.8vw, 50px);
}

.lbg-v2-header-price small {
    margin-top: 6px;
    font-size: 11px;
    font-weight: 700;
}

.lbg-v2-header-button {
    width: 100%;
    min-width: 0;
    padding: 20px 14px;
    border-radius: 15px;
    background: var(--lbg-v2-offer-button);
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-size: clamp(16px, 1.3vw, 21px);
    font-weight: 800;
    white-space: nowrap;
    overflow: hidden;
}

.lbg-v2-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    width: 100%;
    max-width: 100vw;
    background: var(--lbg-v2-footer-bg);
    color: var(--lbg-v2-footer-text);
    box-shadow: 0 -4px 18px rgba(0,0,0,.18);
}

.lbg-v2-footer__inner {
    width: min(100%, 1900px);
    min-height: 72px;
    margin: 0 auto;
    padding: 8px clamp(10px, 2vw, 32px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: clamp(12px, 2vw, 34px);
}

.lbg-v2-footer a,
.lbg-v2-vat {
    appearance: none !important;
    -webkit-appearance: none !important;
    border: 0 !important;
    outline: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
    color: var(--lbg-v2-footer-text) !important;
    text-decoration: none !important;
    margin: 0 !important;
    padding: 8px 2px !important;
    min-width: 0 !important;
    min-height: 0 !important;
    height: auto !important;
    border-radius: 0 !important;
    font: inherit !important;
    font-size: clamp(15px, 1.35vw, 23px) !important;
    line-height: 1 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 9px !important;
    white-space: nowrap !important;
    cursor: pointer;
}

.lbg-v2-vat {
    flex: 0 0 auto !important;
}

.lbg-v2-switch {
    position: relative;
    flex: 0 0 52px;
    width: 52px;
    height: 29px;
    border-radius: 99px;
    background: #aeb3b8;
    transition: .2s ease;
}

.lbg-v2-switch i {
    position: absolute;
    top: 4px;
    left: 4px;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background: #fff;
    transition: .2s ease;
}

.lbg-v2-switch.is-on {
    background: #31aa92;
}

.lbg-v2-switch.is-on i {
    left: 27px;
}

.lbg-v2-cart-count {
    min-width: 35px;
    height: 35px;
    padding: 0 8px;
    border-radius: 50%;
    background: var(--lbg-v2-footer-badge);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

body.single-product {
    padding-bottom: 82px;
}

.lbg-v2-price {
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}

.lbg-v2-from {
    display: block;
    font-size: .58em;
    font-weight: 700;
    line-height: 1.2;
}

.lbg-v2-main-price {
    display: block;
}

.lbg-v2-vat-suffix {
    display: block;
    color: #4f9bd1;
    font-size: 12px;
    line-height: 1.2;
}

.lbg-v2-matrix {
    margin: 24px 0 28px;
}

.lbg-v2-matrix h3 {
    margin: 0 0 18px;
    text-align: center;
    text-transform: uppercase;
    font-size: clamp(18px, 1.6vw, 25px);
}

.lbg-v2-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.lbg-v2-matrix table {
    width: 100%;
    min-width: 680px;
    border-collapse: collapse;
}

.lbg-v2-matrix th,
.lbg-v2-matrix td {
    padding: 0;
    border: 1px solid #e1e7eb;
    text-align: center;
}

.lbg-v2-matrix thead th {
    height: 96px;
    padding: 10px;
    background: #fff;
}

.lbg-v2-matrix thead th:first-child {
    width: 105px;
}

.lbg-v2-matrix thead small,
.lbg-v2-matrix thead span,
.lbg-v2-matrix thead strong {
    display: block;
}

.lbg-v2-matrix thead small {
    margin-bottom: 4px;
    color: #66717c;
    font-size: 12px;
}

.lbg-v2-matrix thead span {
    font-size: 15px;
}

.lbg-v2-matrix thead strong {
    margin-top: 3px;
    font-size: 17px;
}

.lbg-v2-matrix tbody th {
    padding: 14px;
    background: #fff;
    font-size: 20px;
    font-weight: 500;
}

.lbg-v2-matrix-cell {
    appearance: none !important;
    width: 100% !important;
    min-height: 68px !important;
    margin: 0 !important;
    padding: 12px !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: #edf6fc !important;
    color: #344553 !important;
    font: inherit !important;
    font-size: 20px !important;
    cursor: pointer;
}

.lbg-v2-matrix td:nth-child(even) .lbg-v2-matrix-cell {
    background: #e0eff9 !important;
}

.lbg-v2-matrix-cell:hover,
.lbg-v2-matrix-cell.is-selected {
    background: #519dd2 !important;
    color: #fff !important;
    font-weight: 700 !important;
}

.lbg-v2-selection {
    margin: 10px 0 0;
    text-align: right;
}

@media (max-width: 1350px) {
    .lbg-v2-offer__inner {
        grid-template-columns:
            minmax(175px, 1fr)
            minmax(370px, 1.8fr)
            minmax(210px, 1fr)
            minmax(130px, .7fr)
            minmax(145px, .75fr);
        gap: 9px;
    }

    .lbg-v2-time {
        min-width: 50px;
    }
}

@media (max-width: 1080px) {
    .lbg-v2-offer__inner {
        grid-template-columns: minmax(360px, 2fr) minmax(130px, .75fr) minmax(145px, .85fr);
    }

    .lbg-v2-delivery,
    .lbg-v2-receive {
        display: none;
    }

    .lbg-v2-header-price {
        align-items: center;
    }

    .lbg-v2-footer__inner {
        justify-content: space-around;
        gap: 10px;
    }

    .lbg-v2-nav-label {
        display: none;
    }
}

@media (max-width: 700px) {
    body.admin-bar .lbg-v2-offer.is-sticky { top: 46px; }

    .lbg-v2-offer__inner {
        min-height: auto;
        padding: 10px;
        grid-template-columns: minmax(0, 1fr) auto;
        grid-template-areas:
            "delivery button"
            "countdown countdown"
            "receive price";
        gap: 8px 10px;
    }

    .lbg-v2-delivery {
        grid-area: delivery;
        display: flex;
        font-size: 12px;
        min-width: 0;
    }

    .lbg-v2-delivery .lbg-v2-icon {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .lbg-v2-delivery strong {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .lbg-v2-countdown {
        grid-area: countdown;
        display: flex;
        justify-content: center;
        gap: 5px;
    }

    .lbg-v2-countdown-label {
        display: inline;
        font-size: 12px;
        white-space: nowrap;
    }

    .lbg-v2-countdown small {
        display: inline;
        font-size: 9px;
    }

    .lbg-v2-time {
        min-width: 42px;
        padding: 7px 4px;
        font-size: 21px;
    }

    .lbg-v2-receive {
        grid-area: receive;
        display: flex;
        justify-content: flex-start;
        gap: 5px;
        font-size: 11px;
    }

    .lbg-v2-receive strong {
        display: none;
    }

    .lbg-v2-receive b {
        font-size: 12px;
    }

    .lbg-v2-header-price {
        grid-area: price;
        display: flex;
        align-items: flex-end;
    }

    .lbg-v2-header-price strong {
        font-size: 20px;
    }

    .lbg-v2-header-price small {
        font-size: 9px;
        margin-top: 3px;
    }

    .lbg-v2-header-button {
        grid-area: button;
        width: auto;
        min-width: 108px;
        padding: 13px 11px;
        font-size: 14px;
    }

    .lbg-v2-footer__inner {
        min-height: 66px;
        padding: 7px 7px;
        justify-content: space-between;
        gap: 2px;
    }

    .lbg-v2-footer a,
    .lbg-v2-vat {
        flex: 1 1 0 !important;
        flex-direction: column !important;
        justify-content: center !important;
        gap: 3px !important;
        padding: 4px 2px !important;
        font-size: 11px !important;
        position: relative;
    }

    .lbg-v2-vat {
        flex: 1.25 1 0 !important;
        flex-direction: row !important;
        gap: 6px !important;
        padding: 6px 7px !important;
        border-radius: 999px !important;
        background: rgba(255,255,255,.10) !important;
    }

    .lbg-v2-vat > span:first-child {
        font-size: 10px;
        font-weight: 700;
        white-space: nowrap;
    }

    .lbg-v2-footer .lbg-v2-icon {
        display: inline-flex;
        width: 24px;
        height: 24px;
        flex-basis: 24px;
    }

    .lbg-v2-nav-label { display: none; }

    .lbg-v2-switch {
        flex-basis: 40px;
        width: 40px;
        height: 22px;
    }

    .lbg-v2-switch i {
        top: 3px;
        left: 3px;
        width: 16px;
        height: 16px;
    }

    .lbg-v2-switch.is-on i { left: 21px; }

    .lbg-v2-cart-count {
        position: absolute;
        top: 1px;
        right: 8px;
        transform: none;
        min-width: 21px;
        height: 21px;
        padding: 0 5px;
        font-size: 10px;
    }

    body.single-product { padding-bottom: 74px; }
}

.lbg-v2-cart-vat-label{display:inline-block;margin-left:3px;font-size:10px;font-weight:600;color:#6b7280;white-space:nowrap}


.lbg-v2-custom-qty {
    margin: 14px 0 4px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    flex-wrap: wrap;
}
.lbg-v2-custom-qty > span { margin-right: 4px; font-weight: 700; }
.lbg-v2-custom-qty button {
    appearance: none !important;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px !important;
    padding: 0 !important;
    border: 1px solid #d9e0e5 !important;
    border-radius: 8px !important;
    background: #344553 !important;
    color: #fff !important;
    font-size: 24px !important;
    line-height: 1 !important;
    cursor: pointer;
}
.lbg-v2-custom-qty input {
    width: 120px !important;
    height: 42px !important;
    margin: 0 !important;
    padding: 7px 10px !important;
    border: 1px solid #d9e0e5 !important;
    border-radius: 8px !important;
    text-align: center;
    font-size: 17px !important;
    font-weight: 700;
}
.lbg-v2-custom-qty small { color: #66717c; }
@media (max-width: 700px) {
    .lbg-v2-custom-qty { justify-content: center; }
    .lbg-v2-custom-qty > span { width: 100%; margin: 0; text-align: center; }
}


/* V2.1.1 premium pricing-table skin */
.lbg-v2-matrix {
    padding: clamp(16px, 2vw, 28px);
    border: 1px solid #dce6ee;
    border-radius: 18px;
    background:
        radial-gradient(circle at top right, rgba(49,170,146,.10), transparent 32%),
        linear-gradient(145deg, #ffffff 0%, #f5f9fc 100%);
    box-shadow: 0 14px 40px rgba(25, 55, 75, .10);
}

.lbg-v2-matrix h3 {
    color: #243947;
    letter-spacing: .025em;
}

.lbg-v2-matrix table {
    overflow: hidden;
    border-radius: 14px;
    box-shadow: 0 8px 24px rgba(35, 61, 78, .08);
}

.lbg-v2-matrix thead th {
    border-color: rgba(255,255,255,.22);
    background: linear-gradient(145deg, #304b5e 0%, #243947 100%);
    color: #fff;
}

.lbg-v2-matrix thead th:first-child {
    background: linear-gradient(145deg, #31aa92 0%, #268e79 100%);
}

.lbg-v2-matrix thead small {
    color: rgba(255,255,255,.72);
    letter-spacing: .08em;
    text-transform: uppercase;
}

.lbg-v2-matrix thead span,
.lbg-v2-matrix thead strong {
    color: #fff;
}

.lbg-v2-matrix tbody th {
    border-color: #dfe8ee;
    background: linear-gradient(145deg, #f6fafc 0%, #edf4f8 100%);
    color: #263e4d;
    font-weight: 700;
}

.lbg-v2-matrix-cell,
.lbg-v2-matrix td:nth-child(even) .lbg-v2-matrix-cell {
    border: 0 !important;
    background: linear-gradient(145deg, #ffffff 0%, #edf5fa 100%) !important;
    color: #294353 !important;
    transition: transform .16s ease, box-shadow .16s ease, background .16s ease !important;
}

.lbg-v2-matrix-cell:hover {
    position: relative;
    z-index: 2;
    transform: translateY(-2px);
    background: linear-gradient(145deg, #e7f8f3 0%, #d8f1e9 100%) !important;
    box-shadow: inset 0 0 0 2px rgba(49,170,146,.45), 0 8px 16px rgba(38,142,121,.13);
    color: #174b40 !important;
}

.lbg-v2-matrix-cell.is-selected {
    position: relative;
    z-index: 3;
    transform: translateY(-2px);
    background: linear-gradient(145deg, #31aa92 0%, #247f70 100%) !important;
    box-shadow: 0 10px 22px rgba(38,142,121,.28);
    color: #fff !important;
}

.lbg-v2-selection {
    padding: 12px 14px;
    border-radius: 10px;
    background: #eaf5f2;
    color: #24483f;
    font-weight: 600;
}

.lbg-v2-custom-qty {
    padding: 12px 14px;
    border: 1px solid #dce7ec;
    border-radius: 12px;
    background: rgba(255,255,255,.82);
}

@media (max-width: 700px) {
    .lbg-v2-matrix {
        padding: 12px;
        border-radius: 14px;
    }
}


/* V2.2.0: hide the legacy delivery-term variation control when enabled */
.lbg-v2-hidden-delivery-row,
.lbg-v2-hidden-delivery-control {
    display: none !important;
}


/* V2.2.1: the V2 table is the only visible product price when it controls delivery pricing */
body.lbg-v2-authoritative-pricing form.variations_form .woocommerce-variation-price,
body.lbg-v2-authoritative-pricing form.variations_form .single_variation .price,
body.lbg-v2-authoritative-pricing form.variations_form .woocommerce-variation .price,
body.lbg-v2-authoritative-pricing .summary > .price:not(.lbg-v2-price),
body.lbg-v2-authoritative-pricing .product-summary > .price:not(.lbg-v2-price),
body.lbg-v2-authoritative-pricing .product-info .price:not(.lbg-v2-price),
.lbg-v2-legacy-price-hidden {
    display: none !important;
}

body.lbg-v2-authoritative-pricing #lbg-v2-matrix,
body.lbg-v2-authoritative-pricing #lbg-v2-matrix .lbg-v2-matrix-cell,
body.lbg-v2-authoritative-pricing #lbg-v2-matrix [data-lbg-v2-cell-price],
body.lbg-v2-authoritative-pricing #lbg-v2-matrix .lbg-v2-selection {
    display: block;
}


/* V2.3.0 configurable matrix colours */
.lbg-v2-matrix {
    background: linear-gradient(145deg, #ffffff 0%, var(--lbg-v2-matrix-panel-bg) 100%);
}

.lbg-v2-matrix thead th {
    background: var(--lbg-v2-matrix-header-bg) !important;
    color: var(--lbg-v2-matrix-header-text) !important;
}

.lbg-v2-matrix thead th:first-child {
    background: var(--lbg-v2-matrix-qty-header-bg) !important;
}

.lbg-v2-matrix thead small,
.lbg-v2-matrix thead span,
.lbg-v2-matrix thead strong {
    color: var(--lbg-v2-matrix-header-text) !important;
}

.lbg-v2-matrix-cell,
.lbg-v2-matrix td:nth-child(even) .lbg-v2-matrix-cell {
    background: var(--lbg-v2-matrix-cell-bg) !important;
    color: var(--lbg-v2-matrix-cell-text) !important;
}

.lbg-v2-matrix-cell:hover {
    background: var(--lbg-v2-matrix-hover-bg) !important;
    color: var(--lbg-v2-matrix-cell-text) !important;
}

.lbg-v2-matrix-cell.is-selected {
    background: var(--lbg-v2-matrix-selected-bg) !important;
    color: var(--lbg-v2-matrix-selected-text) !important;
}

/* Fit all three delivery columns on normal desktop/tablet product widths. */
@media (min-width: 901px) {
    .lbg-v2-table-scroll {
        overflow-x: visible;
    }

    .lbg-v2-matrix table {
        min-width: 0;
        table-layout: fixed;
    }

    .lbg-v2-matrix thead th:first-child {
        width: 68px;
    }

    .lbg-v2-matrix thead th {
        height: 74px;
        padding: 6px 4px;
    }

    .lbg-v2-matrix thead small {
        margin-bottom: 2px;
        font-size: 9px;
    }

    .lbg-v2-matrix thead span {
        font-size: 11px;
    }

    .lbg-v2-matrix thead strong {
        font-size: 13px;
    }

    .lbg-v2-matrix tbody th {
        padding: 8px 4px;
        font-size: 15px;
    }

    .lbg-v2-matrix-cell {
        min-height: 48px !important;
        padding: 7px 4px !important;
        font-size: clamp(13px, 1.05vw, 17px) !important;
    }
}

/* Keep safe scrolling only for smaller screens. */
@media (max-width: 900px) {
    .lbg-v2-table-scroll {
        overflow-x: auto;
    }

    .lbg-v2-matrix table {
        min-width: 650px;
    }
}


/* V2.3.1: only the exact selected price tab receives the selected colour. */
.lbg-v2-matrix td > .lbg-v2-matrix-cell:not(.is-selected),
.lbg-v2-matrix td:nth-child(even) > .lbg-v2-matrix-cell:not(.is-selected) {
    background: var(--lbg-v2-matrix-cell-bg) !important;
    color: var(--lbg-v2-matrix-cell-text) !important;
    box-shadow: none !important;
    transform: none !important;
}

.lbg-v2-matrix td > .lbg-v2-matrix-cell:not(.is-selected):hover {
    background: var(--lbg-v2-matrix-hover-bg) !important;
    color: var(--lbg-v2-matrix-cell-text) !important;
    box-shadow: inset 0 0 0 2px color-mix(in srgb, var(--lbg-v2-matrix-selected-bg) 38%, transparent) !important;
    transform: translateY(-1px) !important;
}

.lbg-v2-matrix td > .lbg-v2-matrix-cell.is-selected {
    background: var(--lbg-v2-matrix-selected-bg) !important;
    color: var(--lbg-v2-matrix-selected-text) !important;
    box-shadow: 0 9px 20px color-mix(in srgb, var(--lbg-v2-matrix-selected-bg) 28%, transparent) !important;
    transform: translateY(-2px) !important;
}

/* Premium responsive design-services callout. */
.lbg-v2-design-box {
    position: relative;
    isolation: isolate;
    margin-top: 16px;
    padding: clamp(16px, 2vw, 24px);
    border-radius: 16px;
    overflow: hidden;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 16px;
    background:
        radial-gradient(circle at 88% 10%, color-mix(in srgb, var(--lbg-v2-design-accent) 30%, transparent), transparent 35%),
        linear-gradient(135deg, var(--lbg-v2-design-bg), color-mix(in srgb, var(--lbg-v2-design-bg) 82%, #000));
    color: var(--lbg-v2-design-text);
    box-shadow: 0 14px 32px rgba(27, 52, 68, .18);
}

.lbg-v2-design-box::after {
    content: "";
    position: absolute;
    z-index: -1;
    width: 180px;
    height: 180px;
    right: -75px;
    bottom: -105px;
    border: 1px solid color-mix(in srgb, var(--lbg-v2-design-accent) 42%, transparent);
    border-radius: 50%;
}

.lbg-v2-design-box__icon {
    width: 54px;
    height: 54px;
    border-radius: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: color-mix(in srgb, var(--lbg-v2-design-accent) 18%, transparent);
    color: var(--lbg-v2-design-accent);
    border: 1px solid color-mix(in srgb, var(--lbg-v2-design-accent) 38%, transparent);
}

.lbg-v2-design-box__icon svg {
    width: 29px;
    height: 29px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.lbg-v2-design-box__content {
    min-width: 0;
}

.lbg-v2-design-box__content strong {
    display: block;
    margin-bottom: 5px;
    color: inherit;
    font-size: clamp(18px, 1.45vw, 23px);
    line-height: 1.2;
}

.lbg-v2-design-box__content p {
    margin: 0;
    color: color-mix(in srgb, var(--lbg-v2-design-text) 82%, transparent);
    font-size: 14px;
    line-height: 1.55;
}

.lbg-v2-design-box__button {
    min-width: 170px;
    padding: 13px 18px;
    border-radius: 10px;
    background: var(--lbg-v2-design-button);
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    font-weight: 800;
    line-height: 1.2;
    box-shadow: 0 8px 18px color-mix(in srgb, var(--lbg-v2-design-button) 30%, transparent);
    transition: transform .16s ease, filter .16s ease;
}

.lbg-v2-design-box__button:hover {
    color: #fff !important;
    filter: brightness(.96);
    transform: translateY(-2px);
}

@media (max-width: 700px) {
    .lbg-v2-design-box {
        grid-template-columns: auto minmax(0, 1fr);
        gap: 12px;
    }

    .lbg-v2-design-box__icon {
        width: 46px;
        height: 46px;
        border-radius: 12px;
    }

    .lbg-v2-design-box__button {
        grid-column: 1 / -1;
        width: 100%;
        min-width: 0;
    }
}
