.motoboy-label-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.motoboy-cutoff-help {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    border-radius: 3px;
    background: #eee;
    font-weight: 700;
    font-family: system-ui, "Segoe UI", Roboto, Arial, sans-serif;
    speak: none;
    cursor: help;
    line-height: 18px;
    font-size: 12px;
    position: relative;
}

.motoboy-cutoff-help:hover::after,
.motoboy-cutoff-help:focus::after {
    content: attr(aria-label);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(5px);
    padding: 8px 10px;
    background: #2b2b2b;
    color: #fff;
    font-size: 12px;
    border-radius: 6px;
    white-space: normal;
    max-width: 260px;
    z-index: 9999;
    width: max-content;
}

.motoboy-delivery-info {
    margin: 0.35rem 0 0 24px;
    font-size: 12px;
    opacity: 0.85;
    display: block;
}

/* Scheduling Fields */
#motoboy-scheduling-fields {
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 5px;
    background: #fcfcfc;
}

#motoboy-scheduling-fields h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
    #motoboy-scheduling-fields {
        padding: 15px;
    }
    
    .motoboy-datepicker, .motoboy-time-select {
        width: 100% !important;
        float: none !important;
        margin-right: 0 !important;
    }
}
