.clinic-info {
    width: 536px;
    padding: 32px;
    background-color: #fff;
    border-radius: 16px;
    filter: drop-shadow(0px 5px 5px #00000010);
}

.clinic-info-calendar {
    padding-top: 122px;
}

.clinic-info-title {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

.clinic-info-title h2 {
    font-size: 20px !important;
    font-weight: 700;
}

.clinic-info p {
    font-size: 14px;
}

.p-light {
    margin-bottom: 8px;
    color: #a5a5a5;
    white-space: nowrap;
}

.clinic-info h3 {
    font-size: 14px;
}

.c-info__clinic-name h2 {
    font-size: 16px !important;
}

.clinic-info-icon {
    margin-top: 4px;
    margin-right: 16px;
    width: 32px;
    height: 32px;
}

.clinic-info-name {
    margin-bottom: 16px;
}

.clinic-info-name h2 {
    margin-top: 6px !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    cursor: pointer;
}

.clinic-info-adress {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    padding-top: 24px;
    padding-bottom: 16px;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
}

.c-info__show-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 16px;
    margin-bottom: 16px;
}

.c-info-adress-map {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 160px;
    height: 70px;
    border-radius: 16px;
    border: 1px solid #a5a5a5;
}

.c-info__headline h2 {
    font-size: 20px !important;
    font-weight: 700 !important;
}

.clinic-info-opps {
    padding-top: 24px;
    width: 100%;
}

.c-info-opps {
    margin-top: 8px;
    gap: 32px;
}

.clinic-opps-icon {
    margin-bottom: 4px;
    margin-right: 6px;
    width: 16px;
    height: 16px;
}

.c-info-adress-desc h3 {}

.c-info-resume-title {
    padding-bottom: 16px;
}

.clinic-info li {
    font-size: 14px;
}

.clinic-p-icon {
    width: 16px;
    height: 16px;
    margin-bottom: 8px;
    margin-right: 4px;
}

.clinic-info-video {
    gap: 24px;
}

.clinic-info-video {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
    padding-top: 24px;
    gap: 24px;
    width: 100%;
}

.c-video-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
    cursor: pointer;
}

.c-video-wrapper:hover .video-play-icon {
    width: 32px;
    height: 32px;
    transition: 0.2s linear;
}

.c-info-video {
    margin-top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 124.44px;
    height: 70px;
    border-radius: 16px;
}

.video-play-icon {
    position: absolute;
    width: 22px;
    height: 22px;
}

.c-info-video-link {
    margin-left: 24px !important;
    cursor: pointer;
}

.dr-video__img,
.video__img {
    width: 124.44px;
    height: 70px;
}

.patient-comment {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
}

.doctor-point {
    font-weight: 700;
    margin-right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 100%;
}

.clinic-comments-stars {
    margin-bottom: 4px;
}

.doctor-comment-star-l {
    width: 24px;
    height: 24px;
    font-size: 24px;
}

.doctor-comment-star-m {
    width: 16px;
    height: 16px;
}

.patient-comment-title {
    width: 100%;
}

.dr-comments__show-more {
    margin-left: -32px;
    margin-bottom: -16px;
}

.cl-comments__show-more {
    width: 100%;
}

.comment-patient-pic {
    margin-right: 24px;
    width: 56px;
    height: 56px;
    border-radius: 8px;
}

.appointment-container {
    width: 100%;
}

.appointment-calendar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 1px solid #e8e8e8;
}

.appointment__show-more {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: -20px;
}

.m-app-detail {
    display: none;
}

.dr-app-m {
    display: none !important;
}

.d-detail-user-name {
    margin-bottom: 8px !important;
}

.dr-comments__show-more,
.show-more__calendar,
.show-more__ {
    display: flex;
    align-items: center;
    justify-content: center;
}

.show-more__dr-resume {
    display: flex !important;
}

@media (max-width: 1024px) {
    .clinic-info {
        display: none;
    }
    .appointment-calendar {
        display: none;
    }
    .c-info-opps {
        margin-top: 8px;
        gap: 16px;
    }
    .dr-app-m {
        display: block !important;
    }
    .m-app-detail {
        padding: 16px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        background-color: transparent;
        border-radius: 12px;
    }
}

@media (max-width: 480px) {
    .clinic-info {
        width: 100%;
        padding: 24px;
        padding-right: 16px;
        padding-bottom: 24px;
    }
    .clinic-info-adress {
        flex-direction: column;
        gap: 16px;
    }
    .c-info-adress-map {
        border-radius: 16px;
        width: 100%;
        height: 164px;
    }
    .c-video-wrapper {
        flex-direction: column;
    }
    .clinic-info-video {
        align-items: center;
    }
    .dr-video__img,
    .video__img {
        width: 100%;
        height: 128px;
    }
    .c-info-video {
        width: 100%;
        height: 128px;
        margin-right: 0;
        margin-bottom: 24px;
    }
    .video-play-icon {
        width: 32px;
        height: 32px;
    }
    .c-video-wrapper:hover .c-info-video-link {
        margin-left: 0;
    }
    .c-video-wrapper:hover .video-play-icon {
        width: 32px;
        height: 32px;
    }
    .show-more__calendar,
    .show-more__ {
        display: none;
    }
    .c-info__show-more-btn {
        display: none;
    }
}