/* 2AZ Stock Badges */

/* --- Shop loop badges --- */
.az-stock-badge {
    margin-top: 6px;
    font-size: 0.82em;
    line-height: 1.4;
}

.az-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.az-badge-instore {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.az-badge-order {
    background: #fff3e0;
    color: #e65100;
    border: 1px solid #ffcc80;
}

.az-badge-icon {
    margin-right: 3px;
}

/* --- Single product detail --- */
.az-stock-detail {
    margin: 16px 0;
    padding: 14px 18px;
    background: #fafafa;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
}

.az-avail-heading {
    margin: 0 0 10px 0;
    font-size: 0.95em;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.az-availability-section {
    margin-bottom: 10px;
}

.az-availability-section:last-child {
    margin-bottom: 0;
}

.az-location-row {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
    font-size: 0.92em;
}

.az-location-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.az-dot-instock {
    background: #43a047;
}

.az-dot-order {
    background: #fb8c00;
}

.az-location-name {
    font-weight: 600;
    min-width: 80px;
}

.az-location-qty {
    color: #555;
}

.az-order-only {
    padding: 8px 0;
    font-size: 0.92em;
    color: #e65100;
}

.az-out-of-stock {
    padding: 8px 0;
    font-size: 0.92em;
    color: #c62828;
}
