.branded.branded-grid-cols {
    grid-template-columns: repeat(1, minmax(0, 1fr));
}
.branded.branded-gap {
    display: grid;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    gap: 1.5rem;
}
.branded .branded-item {
    display: flex;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 249 / var(--tw-bg-opacity));
    border-radius: 16px;
    column-gap: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.branded .branded-item__img {
    max-width: 100%;
    height: auto;
    display: block;
    vertical-align: middle;
}
.branded .branded-item__text{
    font-size: 20px !important;
    font-weight: 500;
    margin: 0;
    --tw-text-opacity: 1;
    color: rgb(35 35 35 / var(--tw-text-opacity)) !important;
    text-align: left;
}
.branded .branded-item__content{
    --tw-text-opacity: 1;
    color: rgb(35 35 35 / var(--tw-text-opacity)) !important;
    line-height: 1.25;
    font-weight: 400;
    font-size: 12px !important;
    text-align: left;
}

.business-hour .drop-opt li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    column-gap: 0.25rem;
    color: #000;
}
.business-hour .drop-opt {
    padding: 0.5rem;
    box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
}
.business-hour .drop-opt ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.business-hour .drop-opt ul li h3{
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgb(35 35 35 / var(--tw-text-opacity)) !important;
    margin: 0 !important;
}
.business-hour .busi-hours {
    display: flex;
    align-items: center;
    column-gap: 0.2rem;
    cursor: pointer;
}
.business-hour .arrow-img {
    height: 6px;
}
.business-hour .busi-timing{
    font-size: 13px;
    color: #000;
    font-weight: 400;
}
.business-hour .drop-opt {
    display: none;
    cursor: pointer;
}

.business-hour .drop-opt.active {
    display: block;
    position: absolute;
    width: 230px;
    border-radius: 0.25rem;
    --tw-bg-opacity: 1;
    z-index: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.business-hour .close-buis span{
    color: #F70000;
    font-weight: 600;
}
.business-hour .open-buis span{
    color: #007C00;
    font-weight: 600;
}
.business-hour .drop-opt .current-day h3{
    font-weight: 600 !important;
    color: #000;
}

@media (min-width: 640px){
    .branded .branded-item {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .branded.branded-grid-cols {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (min-width: 1024px){
    .branded.branded-grid-cols {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}