
*, *:after, *:before{
    -webkit-tap-highlight-color: transparent;
    padding:0;
    margin:0;
    box-sizing: border-box;

}
body{
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
}
.work-time-overlay {
    display: flex;
    opacity:0;
    pointer-events: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #00000073;
    backdrop-filter: blur(2px);
    overflow-y: auto;
    z-index:10;
    top:0;
    left:0;

}
.work-time-container {
    max-width: 636px;
    background-color: #fff;
    border-radius: 16px;
    overflow: auto;
}
.work-time-title {
    padding-bottom: 25px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
}
.resturant-details-container {
    margin-inline: 36px;
    margin-block: 31px 30px;
}
.work-time-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background-color: var(--toranj-primary-color);
    padding-inline: 76px;
    padding-block: 28px;
    color: #fff;
    gap: 24px;
    font-weight: 600;
}
.work-time-details-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}
.work-time-details-title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 9px;
    color: #79acac;
    font-weight: 600;
}
.open-time {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}
.open-time-details {
    line-height: 32px;
}
.open-time-details span {
    display: block;
}
.work-time-close-container {
    display: flex;
    justify-content: flex-end;
    background-color: #f6f6f6;
    padding: 13px 0 13px 20px;
}
.work-time-close-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 34px;
    height: 34px;
    border-radius: 4px;
    background-color: #d9d9d9;
    border: none;
    cursor: pointer;
}
#about-map {
    width: 100%;
    height: 232px;
    border-radius: 16px;
    margin-top: 23px;
}

@media screen and (max-width: 512px) {
    .work-time-close-container {
        background-color: transparent;
        padding-inline:12px;
    }
    .resturant-details-container {
        margin-top: 14px;
        margin-inline: 24px;
        margin-block: 14px 24px;
    }
    .work-time-details,
    .open-time {

        align-items: flex-start;

        background-color: transparent;
        text-align: right;
    }
    .work-time-details {
        margin-bottom: 35px;
    }


    .work-time-details-title svg {
        width: 20px;
        height: 20px;
    }
    .work-time-title {
        text-align: right;
    }
    .address-work-time{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
    }
}

@media screen and (max-height: 695px) {
    .work-time-container {
        width: auto;
        position: fixed;
        margin-inline: auto;
        inset: 24px;
    }
}
@media screen and (max-width: 512px) {

    .work-time-close-btn {
        position: absolute;
        top: 12px;
        left: 12px;
    }
}