.shp-wrap h3 {
    margin-top: 20px;
}

.slot {
    margin-bottom: 8px;
}

.slot input {
    margin-right: 5px;
}

.preview {
    font-size: 20px;
    margin-top: 10px;
}

/* Status label styles — ONLY the status word gets background */
.status-open {
    background-color: #0a7f2e;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 4px;
}

.status-closed {
    background-color: #cc0000;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 4px;
}

.status-soon {
    background-color: #e69500;
    color: #ffffff;
    font-weight: bold;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 4px;
}

.hours-status {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}