.dabongo-products-admin .dabongo-products-version {
    color: #667085;
    font-size: 13px;
    font-weight: 600;
}

.dabongo-products-table td,
.dabongo-products-table th {
    vertical-align: top;
}

.dabongo-products-table input.widefat,
.dabongo-products-table textarea.widefat,
.dabongo-products-table select {
    margin: 0 0 8px;
}

.dabongo-products-table label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 6px;
}

.dabongo-products-page-actions {
    margin-top: 12px;
}

.dabongo-products-commerce-shell {
    color: #101828;
    margin: 0 auto;
    max-width: 1120px;
    padding: 24px 18px 48px;
}

.dabongo-products-checkout-hero {
    background: #0b3b3c;
    border-left: 6px solid #4fb7a8;
    color: #fff;
    margin: 0 0 18px;
    padding: 28px;
}

.dabongo-products-checkout-hero h1 {
    color: #fff;
    font-size: clamp(30px, 4vw, 48px);
    line-height: 1.05;
    margin: 0 0 10px;
}

.dabongo-products-checkout-hero p {
    color: #e5f4f0;
    font-size: 16px;
    margin: 0;
    max-width: 720px;
}

.dabongo-products-checkout-hero .dabongo-products-kicker {
    color: #a8e4d8;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.dabongo-products-commerce-panel {
    background: #fff;
    border: 1px solid #d0d5dd;
    padding: 20px;
}

.dabongo-products-commerce-panel .button,
.dabongo-products-commerce-panel button,
.dabongo-products-commerce-panel input[type="submit"] {
    background: #155eef;
    border-color: #155eef;
    color: #fff;
    font-weight: 700;
}

.dabongo-products-commerce-panel table {
    background: #fff;
}

.dabongo-products-notice {
    background: #fff8e5;
    border: 1px solid #f7c948;
    color: #573b00;
    font-weight: 700;
    margin: 0 0 16px;
    padding: 12px 14px;
}

.dabongo-products-purchase-layout {
    align-items: start;
    display: grid;
    gap: 22px;
    grid-template-columns: minmax(0, 1fr) 300px;
}

.dabongo-products-purchase-groups,
.dabongo-products-purchase-list {
    display: grid;
    gap: 12px;
}

.dabongo-products-purchase-group {
    display: grid;
    gap: 10px;
}

.dabongo-products-purchase-group h2 {
    color: #0b3b3c;
    font-size: 20px;
    line-height: 1.2;
    margin: 10px 0 0;
}

.dabongo-products-purchase-option {
    align-items: start;
    background: #fff;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    display: grid;
    gap: 14px;
    grid-template-columns: auto minmax(0, 1fr);
    padding: 14px 16px;
}

.dabongo-products-purchase-option.is-selected {
    border-color: #137a6f;
    box-shadow: 0 0 0 2px rgba(19, 122, 111, .12);
}

.dabongo-products-purchase-option input {
    height: 20px;
    margin-top: 3px;
    width: 20px;
}

.dabongo-products-purchase-copy {
    display: grid;
    gap: 5px;
    min-width: 0;
}

.dabongo-products-purchase-copy label {
    color: #101828;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 800;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.dabongo-products-purchase-copy span {
    color: #475467;
    line-height: 1.45;
}

.dabongo-products-purchase-row-foot {
    align-items: center;
    display: flex;
    gap: 18px;
    justify-content: space-between;
    margin-top: 5px;
}

.dabongo-products-purchase-price {
    color: #0b3b3c;
    font-weight: 800;
    white-space: nowrap;
}

.dabongo-products-add-button,
.dabongo-products-checkout-button,
.dabongo-products-link-button {
    align-items: center;
    background: #fff;
    border: 1px solid rgba(9, 84, 76, .28);
    border-radius: 999px;
    color: #062a27;
    cursor: pointer;
    display: inline-flex;
    font-weight: 800;
    justify-content: center;
    line-height: 1;
    min-height: 42px;
    padding: 10px 18px;
    text-decoration: none;
    white-space: nowrap;
}

.dabongo-products-add-button:hover,
.dabongo-products-checkout-button:hover,
.dabongo-products-link-button:hover {
    background: #f3fffb;
    text-decoration: none;
}

.dabongo-products-purchase-option.is-selected .dabongo-products-add-button,
.dabongo-products-checkout-button:not(:disabled),
.dabongo-products-link-button {
    background: #fff;
    border-color: #fff;
    box-shadow: inset 0 0 0 1px rgba(9, 84, 76, .16);
}

.dabongo-products-checkout-button:disabled {
    cursor: not-allowed;
    opacity: .55;
}

.dabongo-products-selection-cart {
    background: #0b3b3c;
    border-radius: 12px;
    color: #fff;
    display: grid;
    gap: 12px;
    padding: 18px;
    position: sticky;
    top: 92px;
}

.dabongo-products-selection-cart h2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.2;
    margin: 0;
}

.dabongo-products-selection-empty,
.dabongo-products-selection-items {
    color: #dff8f2;
    font-size: 14px;
    margin: 0;
}

.dabongo-products-selection-items {
    display: grid;
    gap: 7px;
    list-style: none;
    padding: 0;
}

.dabongo-products-selection-items li {
    border-bottom: 1px solid rgba(255,255,255,.18);
    padding-bottom: 7px;
}

.dabongo-products-selection-summary,
.dabongo-products-cart-total {
    align-items: center;
    border-top: 1px solid rgba(255,255,255,.2);
    display: flex;
    justify-content: space-between;
    padding-top: 12px;
}

.dabongo-products-selection-cart .dabongo-products-checkout-button {
    width: 100%;
}

.dabongo-products-cart-review,
.dabongo-products-cart-items {
    display: grid;
    gap: 12px;
}

.dabongo-products-cart-items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dabongo-products-cart-item {
    align-items: center;
    border: 1px solid #d0d5dd;
    border-radius: 10px;
    display: grid;
    gap: 14px;
    grid-template-columns: minmax(0, 1fr) auto auto;
    padding: 14px 16px;
}

.dabongo-products-cart-item strong,
.dabongo-products-cart-item span {
    display: block;
}

.dabongo-products-cart-item span {
    color: #475467;
}

.dabongo-products-cart-item-price {
    color: #0b3b3c !important;
    font-weight: 800;
    white-space: nowrap;
}

.dabongo-products-cart-remove {
    align-items: center;
    background: #fff1f0;
    border-radius: 999px;
    color: #9f1f17;
    display: inline-flex;
    font-size: 24px;
    font-weight: 800;
    height: 34px;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    width: 34px;
}

.dabongo-products-cart-remove:hover {
    background: #ffe2df;
    text-decoration: none;
}

.dabongo-products-cart-total {
    border-color: #d0d5dd;
    color: #0b3b3c;
    font-size: 18px;
}

.dabongo-products-cart-actions {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: flex-end;
}

.dabongo-products-secondary-link {
    color: #0b3b3c;
    font-weight: 800;
}

.dabongo-products-cart-empty {
    display: grid;
    gap: 12px;
    justify-items: start;
}

@media (max-width: 720px) {
    .dabongo-products-commerce-shell {
        padding: 16px 10px 36px;
    }

    .dabongo-products-checkout-hero {
        padding: 20px;
    }

    .dabongo-products-commerce-panel {
        padding: 14px;
    }

    .dabongo-products-purchase-layout {
        grid-template-columns: 1fr;
    }

    .dabongo-products-selection-cart {
        position: static;
    }

    .dabongo-products-purchase-copy label {
        white-space: normal;
    }

    .dabongo-products-purchase-row-foot,
    .dabongo-products-cart-actions {
        align-items: stretch;
        flex-direction: column;
    }

    .dabongo-products-cart-item {
        grid-template-columns: minmax(0, 1fr) auto;
    }

    .dabongo-products-cart-item-price {
        grid-column: 1;
    }
}
