.qsd-business-hour-wrapper {
border: 1px solid #f4f7ff;
border-radius: 8px;
background-color: #ffffff;
padding: 20px;
font-family: "Urbanist", sans-serif;
}
.qsd-b-title-section {
display: flex;
justify-content: space-between;
}
.qsd-b-title-section h2 {
margin-bottom: 0 !important;
}
.qsd-single-day-hour {
border-bottom: 1px solid #f4f7ff;
display: flex;
justify-content: space-between;
font-size: 16px;
padding-bottom: 10px;
padding-top: 10px;
}
.qsd-single-day-hour:last-child {
border-bottom: none;
padding-bottom: 0;
}
.qsd-single-day-hour h2 {
font-size: 18px;
font-weight: 400;
color: #1f2023;
}
.qsd-b-time-section {
display: flex;
flex-direction: column;
gap: 5px;
}
span.qsd-b-open {
color: #27ae60;
font-weight: 500;
}
span.qsd-b-close {
color: #eb5757;
font-weight: 500;
}
.adqs_business_status {
font-weight: bold;
}
.adqs_business_status.open {
color: #27ae60;
}
.adqs_business_status.close {
color: #eb5757;
}