/* Utilities */
.img-media {
    width: 100%;
    height: 100%;
    /*filter: sepia(80%) grayscale(1) contrast(1) opacity(0.8);*/
    /*mix-blend-mode: multiply;*/
    /*width: 100%;*/
    margin: .75rem 0;
}

.icon {
    width: 25px;
}

.tooltip-text {
    background: initial;
    color: #000;
}

/* for video */
.video-container {
    /* max-width: 300px !important; */
    margin: 1.25rem 0 1.25rem 0;
}

iframe {
    display: block;
    width: 100% !important;
    border-radius: 20px;
    border: 10px solid #555;
    margin: 1.25rem 0 0 0;
}

iframe html {
    padding: 0;
}

#main-body-area .main-body-area-container .news-items .item .item-body .bottom-text-container {
    margin-top: 2.25rem;
}

/* for sentences (tioltip text) */
.toggle-handle__click {
    margin: 4.5rem 0 4.5rem 0;
}

.tooltip-text.tooltip-text__over {
    /* margin-right: -1.5rem; */
}

.toggle-handle__click {
    margin-left: 1.15rem;
}

.tooltip-text.tooltip-text__over {
    top: 40px;
    left: 100%;
}

.btn {
    background: none;
}

.small-btn {
    margin-right: 2.25rem;
    left: -34px !important;
    color: #000;
}

/* .tooltip-text {
    padding-left: 2.5rem;
} */

/* header: top-header */
header .header-container .newspaper-title {
    font-family: 'Playfair Display', serif;
    font-weight: 900;
    font-size: 80px;
    text-transform: uppercase;
    line-height: 72px;
    color: rgb(47,47,47);
    text-align: center;
    padding-top: 0;
    /* display: inline-block; */
    /* margin-bottom: 20px; */
}

/* section: news-nav */
#news-nav {
    text-transform: uppercase;
    border-bottom: 2px solid #2f2f2f;
    border-top: 2px solid #2f2f2f;
    margin-bottom: .75rem;
    /* padding: 12px 0 12px 0; */
    /* padding-left: 1.25rem;
    padding-right: 1.25rem; */
    /* padding-top: 12px;
    padding-bottom: 12px; */
    /* padding-left: 3rem;
    padding-right: 3rem; */
}

#news-nav .news-nav-container {
    padding: var(--my-padding);
    padding-top: 12px;
    padding-bottom: 12px;
}

#news-nav .news-nav-container a:first-child {
    margin-left: 0;
}

#news-nav .news-nav-container a {
    color: #000;
    padding: 12px .5rem 12px .5rem;
    margin-left: 1rem;
}

/* div: main-body-area */
#main-body-area .main-body-area-container {
    padding: var(--my-padding);
}

#main-body-area .main-body-area-container .news-items {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
}

#main-body-area .main-body-area-container .news-items .item:first-child {
    border-left: none;
}

#main-body-area .main-body-area-container .news-items .item {
    border-left: 1px solid #333;
    padding-left: 1.25rem;
}


#main-body-area .main-body-area-container .news-items .item .top-head-container span.news-title {
    text-align: center;
    line-height: normal;
    font-family: 'Playfair Display', serif;
    display: block;
    margin: 0 auto;
}

#main-body-area .main-body-area-container .news-items .item .top-head-container span.italic-title {
    font-weight: 400;
    font-style: italic;
    font-size: 36px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
}

#main-body-area .main-body-area-container .news-items .item .item-body .top-sub-heading {
    /* text-align: center; */
    font-weight: 700;
    font-size: 12px;
    box-sizing: border-box;
    padding: 10px 0 10px 0;
    margin-bottom: 1.75rem;
    text-align: center;
}

#main-body-area .main-body-area-container .news-items .item .item-body .top-sub-heading::before {
    border-top: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 7px;
    display: block;
    margin: 0 auto;
}

#main-body-area .main-body-area-container .news-items .item .item-body .top-sub-heading::after {
    border-bottom: 1px solid #2f2f2f;
    content: '';
    width: 100px;
    height: 10px;
    display: block;
    margin: 0 auto;
}

/* for smaller devices */
@media screen and (max-width: 800px) {
    header .header-container .newspaper-title{
        font-size: 50px;
    }

    #main-body-area .main-body-area-container .news-items {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 750px) {
    .chckbx-group, .chckbx-group .main-text, .chckbx-group .tooltip-text, .chckbx-group .tooltip-text_2  {
        font-size: 16px !important;
    }

    .main-text .hover-el {
        margin-left: 20px !important;
    }

    .chckbx-group input[type="checkbox"] + label {
        font-size: 12px;
    }

    #main-body-area .main-body-area-container .news-items {
        grid-template-columns: 1fr;
    }
}