/* Short Text Template Styling */
.scs-opening-hours[data-template='shorttext'] .shorttext {
    display: flex;
    align-items: center;
    gap: 0px;
}

.scs-opening-hours[data-template='shorttext'] .shorttext i {
    font-size: 1.2em;
}

.scs-opening-hours[data-template='shorttext'] .scs-open {
    color: #28a745;
}

.scs-opening-hours[data-template='shorttext'] .scs-closed {
    color: #dc3545;
}
