/* O2O Availability — time-slot UI feedback */

/* Disabled (full) options: browsers apply their own grey, this class
   lets you override or add a visual marker if needed */
select option.o2o-slot-full {
    color: #9ca3af; /* fallback for browsers that honour option colour */
}

/* "We picked the next slot" hint line below the time select */
.o2o-slot-hint {
    font-size: 12px;
    color: #d97706;   /* amber-600 — attention without alarming */
    margin: 4px 0 0;
    line-height: 1.4;
}
