/* Badge + meta */
.ld-diamond-meta {
    margin-top: 4px;
}
.ld-diamond-badge {
    display: inline-block;
    background-color: #1b3562;
    color: #fff;
    font-size: 11px;
    padding: 3px 10px;
    border-radius: 999px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.ld-badge-loop {
    display: inline-block;
}
.ld-badge-single {
    margin-bottom: 4px;
}

/* Inline countdown under badge */
.ld-countdown-inline {
    display: block;
    font-size: 11px;
    opacity: 0.8;
}

/* Section wrapper */
.ld-diamond-deals-section {
    margin: 40px 0;
}
.ld-deals-header {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}
.ld-deals-title {
    font-size: 24px;
    margin: 0;
}
.ld-deals-subtitle {
    margin: 0;
    font-size: 14px;
    opacity: 0.8;
}
.ld-deals-countdown {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
}
.ld-countdown-label {
    margin-right: 6px;
    font-weight: 600;
}

/* Layout variants */
.ld-layout-grid ul.products {
    display: flex;
    flex-wrap: wrap;
}
.ld-layout-carousel ul.products {
    /* Let WoodMart / theme JS handle the carousel; these are base styles */
    white-space: nowrap;
}
.ld-layout-carousel ul.products li.product {
    float: none;
    display: inline-block;
    vertical-align: top;
}

/* No deals text */
.ld-no-deals {
    font-size: 14px;
    opacity: 0.7;
    text-align: center;
    margin: 20px 0;
}