@import 'custom/bimbingan-autor.css';

.daerah-content {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;

    color: var(--text-light);
}

.daerah-content > h2 {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;

    color: var(--teal-700);
    
    margin: 40px 0 40px 0;
}

.daerah-content > img {
    border-radius: 16px;
}

.daerah-content > span {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #525252;
    margin-top: 16px;
}

.daerah-content > span > a {
    color: #525252;
    text-decoration: underline;
    text-decoration-color: currentColor;
}

.table-of-contents-list {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    
    color: var(--text-soft);
}

.table-of-contents-list > ul {
    padding: 0;
    margin: 0;
}

.table-of-contents-list > ul > li {
    padding: 0;
    margin: 24px 0px;
    list-style-type: none;
    cursor: pointer;
}

.table-of-contents-list ul > li.selected {
    color: var(--teal-800);
}

.mj-video-player-caption {
    padding: 0 24px;
}

.mj-video-player-caption > label {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #FFFFFF;
    display: block;
    margin: 0 0 16px 0;
}

.mj-video-player-caption > h4 {
    font-family: 'Metropolis';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: 0.02em;
    color: #FFFFFF;
    margin: 0 0 24px 0;
    padding: 0;
}

.mj-video-player-caption > a {
    color: #FFF;
    display: inline-flex;
    align-items: center;
    transition: all 0.25s linear;
}

.mj-video-player-caption > a > i {
    display: block;
    margin-left: 12px;
    transition: all 0.25s linear;
}

.mj-video-player-caption > a:hover {
    letter-spacing: 1.2px;
}

.mj-video-player-caption > a:hover > i {
    transform: translateX(10px);
}

.home-story {
    padding: 36px;
    background: #FFF;
    box-shadow: var(--hover-shadow);
    border-bottom-left-radius: 48px;
    border-bottom-right-radius: 48px;
}


