
.breadcrumb-link{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    color: #020202;
    opacity: 0.5;
}

.gallery-popular-header-a svg #Path_236, .breadcrumb-holder svg #Path_236{
    fill: #020202;
}

.breadcrumb-holder{
    gap: 9px;
}
.p-rel-top{
    position: relative;
    top: 2px;
}


.headline-header{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}

.headline-author{
    display: flex;

    align-items: end;

}
.headline-author img{
    height: 50px; !important;
}

.headline-author .name{
    font-weight: bold;
    font-size: 13px;
    line-height: 16px;
    text-align: left;
    color: #1d1d1b;
    max-width: 75px;
}

.headline-date{
    display: flex;
    align-items: center;
    gap: 10px;
}

.headline-date-title{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: bold;
    font-size: 14px;
    text-align: left;
    color: #1d1d1b;
}

.headline-date-data{
    font-weight: normal;
}

.headline-buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    min-height: 36px; /* alan her zaman sabit olsun */
}
@media (max-width: 780px) {
    .headline-buttons{
        gap: 1px;
    }
}

.headline-buttons button {
    font-family: "Segoe UI", system-ui;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #70707047;
    border-radius: 5px;
    font-size: 10px;
    gap: 5px;
    min-width: 80px;
    height: 32px;
    color: black !important;
    padding: 0 8px;
    white-space: nowrap;
    flex-shrink: 0;
}
.headline-buttons button.follow{
    font-weight: 900;
}

.headline-buttons button.google-news{
    font-weight: 500;
}
.headline-buttons button.share{
    padding: 7px 18px;
    font-weight: bold;
    margin-left: 10px;

}
.headline-buttons button.share svg{
    width: 20px;
    height: 20px;

}

.gundem-headline .gundem-headline-text .headline-text{
    /* font-family:"Segoe UI", system-ui; */
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";!important;


    font-weight: bold;
    font-size: 47px;
    line-height: 57px;
    text-align: left;
    color: rgb(33, 37, 41) !important;
}
.breadcrumb-holder li:last-child a{
    text-transform: inherit !important;
}
.gundem-headline .gundem-headline-text .headline-text h1{
    font-weight: bold;
}
.gundem-headline-text.fr-view .sub-text{
    /*
      font-family:"Segoe UI", system-ui;
    */
    font-family:system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";!important;



    font-weight: 500 !important;
    font-size: 20px !important;
    line-height: 25px !important;
    text-align: left !important;
    color: rgb(33, 37, 41) !important;
}


.latest-news-container{
    border: none;
}

.gundem-hero-section-grid .slider-right-news-image{
    max-height: 175px;

}
.gundem-hero-section-grid{
    gap: 125px;
}

.dropdown-toggle::after {
    display: none !important;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    width: 1em;
    height: 1em;
    background: url('data:image/svg+xml;utf8,<svg id="Group_976" data-name="Group 976" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="5.442" height="8.599" viewBox="0 0 5.442 8.599"><defs><clipPath id="clip-path"><rect id="Rectangle_153" data-name="Rectangle 153" width="5.442" height="8.599" fill="%231d1d1b"/></clipPath></defs><g id="Group_346" data-name="Group 346" clip-path="url(%23clip-path)"><path id="Path_236" data-name="Path 236" d="M5.442,4.3,1.379.236A.808.808,0,1,0,.236,1.379L3.019,4.162a.2.2,0,0,1,0,.276L.236,7.22A.808.808,0,0,0,1.379,8.362Z" transform="translate(0 0)" fill="%231d1d1b"/></g></svg>') no-repeat center;
    background-size: contain;
    border: none !important;
    position: absolute;
   /* right: -15px;*/
    transform: rotate(90deg);
    bottom: -15px;
}



/* Dropdown açılırken icon görünür hale gelsin */
.dropdown-toggle.open::after {
    display: inline-block !important;
}

.share-dropdown.show{
    display: flex;
}

.share-dropdown{
  /*  transform: translate(122px, -2px) !important;*/
    transform: translate(5px, 50px) !important;
    border: none;
    align-items: center;
    gap: 10px;
    background-color: transparent;
}
.share-dropdown a{
    width: auto;
    font-family:"Segoe UI", system-ui;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 2px solid #70707047;
    border-radius: 5px;
    padding: 4px 8px;
    font-size: 10px;
    gap: 5px;

}


.fr-view p {

    font-family:"Segoe UI", system-ui;
    font-weight: normal !important;
    font-size: 20px !important;
    line-height: 32px !important;
    text-align: left !important;
    color: #000 !important;
}


.gundem-headline .headline-holder{
    /*max-width: max-content;*/
}

.gundem-news-head-container .headline-text{
    max-width: max-content !important;
}


.gundem-latest-news{
    position: sticky;
    top: 160px;
}

.slider-text-overlay-top:hover {
    color: #ffc107 !important;
}
.slider-text-overlay-bottom:hover {
    color: white !important;
}

.slider-text-overlay-bottom.spot p{
    line-height: 31px;
    font-size: 30px;
}


.reklam-alani-t{
    margin-top: 10px;
}
.mobile-show{
    display: none;
}

@media (max-width: 500px) {

.mobile-show{
    display: block;
}
    .hamb-btn {
        width: 30px;
        height: 30px;
    }

    .top-bar-search {
        width: 50px !important;
        height: 44px !important;
    }


    .c-container.adv-heading-banner{
        padding: 0;
        margin: 0;
        overflow-x: visible;
    }

    .c-container.adv-heading-banner a{
        height: 100%;
    }
    .c-container.adv-heading-banner img{
        height: 100%;
        object-fit: contain;
    }
    .reklam-alani-t{
        height: auto;
    }
    .home-news-image-247{
        width: 100%;
    }
    .col-news-wrapper.pl-6 {
        padding-left: 17px;
        padding-right: 17px;
    }
    .headline-author .name{
        font-size: 11px;
    }
    .headline-date-title{
        font-size: 12px;
    }

/*  .col-news-wrapper  .slider-right-news-image{
      height: 107px !important;
  }*/

    .mb-20{
     /*   margin-bottom: 10px;*/
    }
    .gundem-headline .gundem-headline-text .headline-text{

        font-size: 30px;
        line-height: 35px;
     /*   -webkit-line-clamp: 3;*/

    }


    .dropdown-toggle::after{
        right: 45px;
        bottom: -13px;
        transform: rotate(90deg);
    }

    .share-dropdown {
     /*   transform: translate(55px, 50px) !important;*/
    transform: translate(-17px, 50px) !important;
        gap: 4px;

        background-color: white;
        padding: 0;
    }

    .hamburger-menu-container ul li a {
        padding: 2px;
    }

        .logo{
        margin-top: 30px;
    }
    .slider-text-overlay-top p{
        line-height: 22px;
    }
    .slider-text-overlay-bottom p{
        line-height: 35px;
        font-size: 30px;
    }
    .slider-text-overlay-top p{
        font-size: 18px;
    }



    .col-news-wrapper{
        padding-left: 6px;
        padding-right: 6px;
    }
    .col-news-wrapper a,
.col-news-wrapper a::after {
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}
    .hero-slider-container .owl-carousel .owl-item img{
        height: 320px !important;
        object-fit: fill;
    }

    .headline-header{
       flex-wrap:wrap ;
        gap: 45px;
    }

    .breadcrumb-holder li:nth-last-child(-n+2) {
        display: none;
    }
    .gundem-hero-section-grid .gundem-headline-text.fr-view a{
        background-color: white;
    }
    .headline-date{
        order: 3;
        width: 100%;
        display: flex;
        justify-content: space-between;

    }
    .headline-buttons button{
        padding: 4px;
    }
    .headline-buttons button.share{
        padding: 5px 16px;
        margin: 0;
    }

    .share-dropdown a{
        width: 34px;
    }
    .hero-slider-container{
        min-height: auto !important;
    }
    .hero-slider-container .owl-item{
        height: auto;
    }
    .hero-slider-container .owl-stage{
        height: auto;
    }
    .hero-slider-container{
        min-width: auto;
    }
    .owl-dots{
        bottom: -3px;
    }
    .owl-dots .active .hero-slider-btn{
        color: white;
        background-color: #90061C;
    }

    .to-one-layout .hero-slider-btn {
        background: #DBDBDB;
        border: 0px solid #B3B3B3;
        border-radius: 50px;
        width: 17px;
        height: 17px;
        font-size: 10px;
    }

    .owl-dots .owl-dot button {
        color: transparent; /* Yazıyı görünmez yapar */
        text-indent: -9999px; /* Görsel olarak ekrandan taşır */
    }
    .news-banner-head-text{
        min-height: auto;
        -webkit-line-clamp:3;
    }
 /*   .col-6.mb-20, .col-lg-3.col-6{
        padding: 5px;
    }
*/
    .to-one-layout-new{
        display: flex !important;
        flex-direction: column;
        padding-left: 10px;
        width: 100%;
    }

    .breadcrumb-link{
        font-size: 10px;
    }
    .news-banner-head-text{
        font-size: 18px;
        margin-top: 0;
            background: none;
    border: none;
    display: block;
    }

    .auto-height{
     height: auto;
    }

    .c-container{
        padding-left: 12px;
        padding-right: 12px;
    }

    .header-info-container .c-container {
        height: 60px;
        padding-left: 10px;
        align-items: end !important;
        padding-bottom: 5px;
    }

    .header-right-holder{
        display: flex !important;
        right: 10px;
        bottom: -8px;
    }

    .icons-search-holder svg {
        position: relative;
        z-index: 0;
        height: 35px;
        width: 35px;
    }

    .last-mun{
        display: flex !important;
        width: 100px;
    }
    .header-left-holder svg{
        width: 500px;
    }

    #stickyNavbar .header-right-holder{
        display: flex !important;
    }

    #stickyNavbar .header-left-holder svg{
        width: auto;
    }

    .hamburger-menu-icon{
        display: none !important;
    }

   #stickyNavbar .header-info-container .c-container {
        height: 60px;
        padding-left: 10px;
        align-items: end !important;
        padding-bottom: 5px;

    }
    .hamburger-menu-container{
        width: 340px;
    }
}

@media (max-width: 425px) {
    .hero-slider-container .owl-carousel .owl-item img{
        height: 320px !important;
        object-fit: fill;
    }
    .owl-carousel .owl-stage-outer{
        height: 320px !important;
    }
}
div.gundem-headline-text.fr-view p{
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
div.gundem-headline-text.fr-view p span{
font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.last-mun{
    display: none;
}



.swiper-wrapper.authors{
    justify-content: space-between;
}

.author-text{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Maksimum satır sayısı */
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: "Segoe UI";
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #222;
}

.swiper-button-next:after, .swiper-button-prev:after{
    display: none !important;
}

.swiper-button-next svg, .swiper-button-prev svg{
    height: 14px !important;
    width: 26px !important;
}

.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: var(--swiper-navigation-sides-offset, -9px) !important;
    left: auto;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, -9px) !important;
    right: auto;
}

.fr-view p, .fr-view p span, .fr-view h4, .fr-view h1, .fr-view h2, .fr-view h3, .fr-view h5{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;

    color: #212529 ;
}

.gundem-hero-section-grid.full{
    grid-template-columns: 1fr !important;
}

.authors-page-grid-container{
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    column-gap: 80px;
    padding: 0 5%;
}

.authors-name-text{
    font-family: "Segoe UI", system-ui;!important;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #222;
}
.authors-p-desc{
    font-family: "Segoe UI", system-ui;!important;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #222;
}

.authors-read-more{
    font-family: "Segoe UI", system-ui;!important;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #be0028;
}
.authors-read-more::before{
    display: none;
}
.breadcrumb-link.red{
    font-family: "Segoe UI", system-ui;!important;
    font-weight: bold;
    font-size: 16.5px;
    text-align: left;
    color: #be0028;
    opacity: 1;

}

.author-list-name{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: bold;
    font-size: 20px;
    line-height: 22px;
    text-align: center;
    color: #222;
}

.authors-article-list{
    width: 100%;
}
.authors-article-list-holder{
    max-width: 1072px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 15px;
}

.article-list-name{
    line-height: 27px;
    font-family: "Segoe UI", system-ui;!important;

    font-weight: bold;
    font-size: 19px;
    text-align: left;
    color: #020202;
    max-width: max-content;
}

.news-date {


    margin-top: auto;
    position: relative;
    top: -7px;
    font-family: "Segoe UI", system-ui;!important;

    font-weight: normal;
    font-size: 14px;
    text-align: right;
    color: #020202;
    opacity: 0.4;
}

.pagination-container{
    justify-content: flex-start;
}
.pagination-holder a{
    border: 1px solid #020202;
    color: #020202;
}


.pagination-holder .active-page {
    background: #9c9c9e61;
    color: #020202;
}



.mb-60-c{
    margin-bottom: 60px;
}

.to-one-layout-new{
    display:grid;
    grid-template-columns: 992px 323px;
}
.authors-article-list-holder .headline-header{
    margin-bottom: 45px;
}

.article-main-content{
    border: none;
}

.right-content-holder{
    border: none;
}


.more-right .more-text-cont a{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, system-ui, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: bold;
    font-size: 16px;
    line-height: 18px;
    text-align: left;
    color: #020202;
    display: flex;
    align-items: center;
    justify-content: center;

}

.more-right-item-c{
    flex-direction: row;
}

.right-breadcrumb{
    font-family: "Segoe UI", system-ui;!important;
    font-weight: bold;
    font-size: 15px;
    text-align: left;
    color: #be0028;
    margin-bottom: 20px;

    padding-left: 10px;
}


.embedly-card iframe{
    min-height: 790px;
}

