.single-news-section {
    margin-bottom: 40px;
}

.single-news-section.main {
    border-bottom: 1px solid #e4e4e4;
}

.single-news-section.main:last-of-type {
    border-bottom: none;
    padding-bottom: 0px !important;
}

@media (min-width: 1px) {
    .single-news-heading {
        letter-spacing: 0.66px;
        color: #000000;
        font-weight: bold;
        font-size: 20px;
    }
}

@media (min-width: 576px) {
    .single-news-heading {
        letter-spacing: 0.66px;
        color: #000000;
        font-weight: bold;
        font-size: 20px;
    }
}

@media (min-width: 1px) {
    .single-news-subtitle {
        letter-spacing: 0.6px;
        color: #000000;
        font-weight: bold;
        font-size: 18px;
    }
}

@media (min-width: 576px) {
    .single-news-subtitle {
        font-size: 18px;
    }
}

@media (min-width: 1px) {
    .single-news-paragraph {
        letter-spacing: 0.6px;
        color: #000000;
        font-size: 16px;
        font-weight: 500;
    }
}

@media (min-width: 576px) {
    .single-news-paragraph {
        font-size: 16px;
    }
}

.single-news-paragraph-bullets {
    display: block;
    margin-top: 10px;
}

.single-news-paragraph-bullets i {
    font-size: 6px;
    display: inline-flex;
    vertical-align: 3px;
    margin-right: 10px;
}

.single-news-video {
    width: 50%;
    aspect-ratio: 1/0.5;
    margin-bottom: 15px;
    margin-top: 0px;
    object-fit: cover;
    object-position: center;
    background-color: #e9e9e9;
    border-radius: 4px !important;
}

.single-news-playvideo {
    color: white;
    position: absolute;
    left: 5px;
    top: 10px;
}

.single-news-playvideo i {
    font-size: 28px;
}

.single-news-playvideo:hover,
.single-news-playvideo:focus i {
    color: #e9e9e9;
}

.single-news-modalvideo {
    width: 100%;
    border-radius: 4px;
    height: 400px;
    max-height: 500px;
}

.shortcuts-expanded {
    direction: ltr;
}

.shortcuts-expanded.active {
    box-shadow: 0px 0px 2px #00000029;
    border-radius: 2px;
    background-color: #f6f6f6;
}

.shortcuts-button {
    letter-spacing: 0.54px;
    color: #24b273;
    font-size: 14px;
    border: 1px solid #24b273;
    font-weight: bold;
    padding: 6px 24px;
    border-radius: 2px;
    background-color: #f6f6f6;
}

.shortcuts-button.active {
    border: 1px solid transparent;
}

.shortcuts-button:hover,
.shortcuts-button:focus {
    color: #24b273;
}

.shortcuts-button i {
    margin-right: 8px;
    margin-left: 8px;
    font-size: 13px;
}

.shortcuts-button i.fa-chevron-down {
    display: inline-block;
}

.shortcuts-button i.fa-chevron-up {
    display: none;
}

.shortcuts-button.active i.fa-chevron-down {
    display: none;
}

.shortcuts-button.active i.fa-chevron-up {
    display: inline-block;
}

@media (min-width: 1px) {
    .shortcuts-collapse {
        max-height: 300px;
        text-align: left;
        margin-top: 25px;
        overflow: auto;
    }
}

@media (min-width: 768px) {
    .shortcuts-collapse {
        max-height: 400px;
        text-align: left;
        margin-top: 25px;
        overflow: auto;
    }
}

.shortcuts-div {
    padding-bottom: 10px;
    margin-top: 20px;
    padding-left: 12px;
    padding-right: 12px;
    border-bottom: 1px solid #e4e4e4;
}

.shortcuts-div:last-of-type {
    border-bottom: none;
}

.shortcuts-heading {
    font-weight: bold;
    letter-spacing: 0.54px;
    color: #2e2b2b;
    font-size: 14px;
}

.shortcuts-subheading {
    letter-spacing: 0.54px;
    color: #2e2b2b;
    margin-bottom: 0px;
    font-size: 14px;
}
