.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-list {
display: grid;
gap: 12px;
}
.dabongo-products-purchase-option {
align-items: center;
border: 1px solid #d0d5dd;
display: grid;
gap: 12px;
grid-template-columns: auto minmax(0, 1fr) auto;
padding: 14px;
}
.dabongo-products-purchase-option input {
height: 20px;
width: 20px;
}
.dabongo-products-purchase-copy {
display: grid;
gap: 4px;
}
.dabongo-products-purchase-copy span {
color: #475467;
}
.dabongo-products-purchase-price {
color: #0b3b3c;
font-weight: 800;
white-space: nowrap;
}
.dabongo-products-purchase-actions {
margin: 18px 0 0;
}
.dabongo-products-checkout-button {
min-height: 44px;
}
@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-option {
grid-template-columns: auto minmax(0, 1fr);
}
.dabongo-products-purchase-price {
grid-column: 2;
}
}