.broadcaster .broadcaster-content {
    overflow: hidden;
    display: flex;
    align-items: center;
    column-gap: 60px;
    row-gap: 16px;
    padding-bottom: 32px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    justify-content: space-between;
}
.broadcaster .broadcaster-content .broadcaster-photo img {
    flex: 1 0 100px;
    max-width: 120px;
    border-radius: 100%;
}

.broadcaster .broadcaster-content .broadcaster-info {
    flex: 1 0 250px;
}

.broadcaster .broadcaster-content .broadcaster-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
}

.broadcaster .broadcaster-content .broadcaster-info__wrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.broadcaster .broadcaster-content .broadcaster-info .title {
    font-size: 1.4285em;
    font-weight: 700;
}
.broadcaster .broadcaster-content .broadcaster-info .broadcaster-about {
    line-height: 1.2;
}
.broadcaster .broadcaster-content .broadcaster-info .broadcaster-about .no-info {
    color: #999;
}
.broadcaster .broadcaster-content .socials {
    display: flex;
    align-items: center;
    gap: 16px;
    max-width: 300px;
    flex-wrap: wrap;
    justify-content: flex-end;
    flex: 1 0 auto;
}
.broadcaster .broadcaster-content .socials a {
    text-decoration: none;
}

.lighter .broadcaster .broadcaster-content .socials .social-item {
    background: rgba(0,0,0,0.05);
}

.broadcaster .broadcaster-content .socials .social-item {
    background: rgba(255,255,255,0.05);
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.broadcaster .broadcaster-content .socials .social-item a {
    line-height: 1;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.broadcaster .broadcaster-content .socials .social-item a span {
    font-size: 1.4285em !important;
}

.broadcaster .broadcaster-content .broadcaster-info .social-phones {
    overflow: hidden;
    margin-top: 3px;
}
.broadcaster .broadcaster-content .broadcaster-info .social-phones .phone {
    margin-top: 2px;
    float: left;
    position: relative;
    height: 1.9em;
    padding-left: 30px;
    padding-right: 10px;
    line-height: 1.9em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.broadcaster .broadcaster-content .broadcaster-info .social-phones img {
    width: 25px;
    height: 25px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -12px;
}

.day-schedule {
    margin-top: 32px;
}
.day-schedule .schedule-list {
    overflow: hidden;
}
.day-schedule .schedule-list .schedule {
    display: flex;
}

.day-schedule .schedule-list .schedule + .schedule {
    padding-top: 24px;
}

.day-schedule .schedule-list .schedule .schedule-weekday {
    width: 180px;
    font-weight: bold;
    font-size: 1.4285em;
}
.day-schedule .schedule-list .schedule .occurrences {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding-bottom: 24px;
}
.day-schedule .schedule-list .schedule .occurrences .occurrence {
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.day-schedule .schedule-list .schedule .occurrences .occurrence-time {
    white-space: nowrap;
    font-size: 0.9285em;
    opacity: 0.75;
}
.day-schedule .schedule-list .schedule .occurrences .occurrence-time-hidden {
    visibility: hidden;
}
.day-schedule .schedule-list .schedule .occurrences .occurrence-time-value {
    display: inline-block;
    text-align: center;
}
.day-schedule .schedule-list .schedule .occurrences .occurrence-time-value-large {
    visibility: hidden;
    line-height: 0px;
}
.day-schedule .schedule-list .schedule .occurrences .occurrence-program {
    flex: 1;
    font-size: 1.14285em;
    font-weight: 500;
}

.day-schedule .empty-block {
    padding: 72px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    text-align: center;
}

.broadcaster .broadcaster-content .broadcaster-info .broadcaster-info__wrapper .broadcaster-label {
    font-size: 0.9285em;
    opacity: 0.75;
}

.occurrence .before-icon {
    margin-right: 2px;
}

.occurrence .after-icon {
    margin-left: 2px;
}

@media screen and (max-width: 768px) {
    .day-schedule .schedule-list .schedule {
        flex-direction: column;
        gap: 24px;
    }

    .day-schedule .schedule-list .schedule .schedule-weekday {
        width: auto;
        font-size: 1.285em;
    }
}

@media screen and (max-width: 992px) {
    .broadcaster .broadcaster-content,
    .broadcaster .broadcaster-content .broadcaster-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .broadcaster .broadcaster-content .broadcaster-info {
        flex: initial;
    }

    .broadcaster .broadcaster-content .broadcaster-info__wrapper {
        align-items: center;
        text-align: center;
        max-width: 700px;
    }

    .broadcaster .broadcaster-content .socials {
        max-width: unset;
        justify-content: center;
    }
}
