:root:root {
    --brand-color: #d10303;
    --dark-brand-color: #9f0000;
    --bright-color: #FFFFFF;
    --base-color: #2c2f34;
}

.comment_notes_before {
    font-weight: 700;
    color: #d20609
}

#show-comments-section,
.mk-new-button {
    font-size: 19px;
    text-transform: uppercase;
    background: linear-gradient(130deg, #d10303, #af6668, #d10303);
    background-size: 200% 200%;
    animation: btnAnimate 4s ease infinite;
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: block;
    padding: 15px;
    color: #fff;
    text-align: center;
    font-weight: 700
}

.mk-new-button:hover {
    color: #fff
}

@keyframes btnAnimate {

    0%,
    100% {
        background-position: 10% 0
    }

    50% {
        background-position: 91% 100%
    }
}

.head_notify,
.head_notify_v2 {
    top: 0;
    height: 50px;
    color: #fff;
    padding-top: 10px;
    text-align: center
}

.head_notify_button,
.head_notify_text,
.head_notify_textv2 {
    font-family: Arial;
    font-weight: 700
}

.head_notify,
.head_notify_br,
.head_notify_v2,
.icon-bar {
    left: 0;
    width: 100%;
    z-index: 9999999
}

.head_notify {
    background: #1f2024
}

.head_notify_v2 {
    background: #d10404 !important
}

.head_notify_empty_space {
    display: block;
    margin-top: 55px
}

.head_notify_text {
    font-size: 20px
}

.head_notify_textv2 {
    font-size: 16px
}

.head_notify a {
    color: #fff !important;
    text-decoration: none !important
}

.head_notify .redClick {
    background: red
}

.head_notifyv2 a {
    color: #fff !important;
    text-decoration: none !important
}

.head_notify_br {
    top: 50px;
    background: red;
    height: 5px;
    text-align: center;
    color: #fff
}

.head_notify_button,
.icon-bar a:hover {
    background-color: #d10303
}

.head_notify_button {
    border: none;
    color: #fff;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: .3em;
    -moz-border-radius: .3em
}

.head-buttons {
    display: grid;
    grid-template-columns: auto auto;
    z-index: 99999999 !important;
    width: 100%
}

.entry-content {
    padding: 10px !important
}

#share-buttons-mobile {
    margin: 0 !important
}

.container-404 h2,
.container-404 h3 {
    display: none
}

.mk-tabs {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 4px -2px rgba(0, 0, 0, .5);
    margin-bottom: 10px
}

.mk-tab {
    width: 100%;
    color: #fff;
    overflow: hidden
}

.mk-tab-label {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 1em;
    background: #2c3e50;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 0
}

.mk-tab-label:hover {
    background: #1a252f
}

.mk-tab-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    text-align: center;
    -webkit-transition: all 0.35s;
    transition: all 0.35s
}

.mk-tab-content {
    max-height: 0;
    padding: 0 1em;
    color: #2c3e50;
    background: #fff;
    -webkit-transition: all 0.35s;
    transition: all 0.35s
}

.tab-close {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    padding: 1em;
    font-size: .75em;
    background: #2c3e50;
    cursor: pointer
}

.tab-close:hover {
    background: #1a252f
}

input:checked+.mk-tab-label {
    background: #1a252f
}

input:checked+.mk-tab-label::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

input:checked~.mk-tab-content {
    max-height: 100vh;
    padding: 1em
}

.mk-tabs input {
    position: absolute;
    opacity: 0;
    z-index: -1
}

.post-title.entry-title {
    text-align: center
}

.entry-content p,
.entry-content ul {
    text-align: justify !important
}

.entry-content h2 {
    text-align: center !important
}

.entry-header .entry-title {
    text-align: center
}

.entry-content p iframe {
    text-align: center !important;
    margin: 0 auto;
    display: block
}

.prev-next-button {
    background: #4c5358;
    z-index: 999999999;
    top: 50%;
    position: fixed;
    display: flex;
    display: none
}

.prev-next-button.prev {
    left: 0
}

.prev-next-button.next {
    right: 0
}

.prev-next-icon {
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    width: 50px;
    height: 61px
}

.prev-next-title {
    background: #888;
    line-height: 60px;
    padding-left: 20px;
    padding-right: 20px;
    color: #fff;
    font-weight: 700;
    display: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms
}

.prev-next-button:hover .prev-next-title {
    display: block;
    visibility: visible;
    opacity: 1;
    animation: fade 1s
}

@keyframes fade {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@media only screen and (max-width: 950px) {
    .prev-next-button-container {}

    .prev-next-button {
        border-radius: 100px 0 0 100px;
        height: 72px;
        display: flex;
        align-items: center;
        width: 40px;
        background: #61616166;
        justify-content: center
    }

    .prev-next-button.prev {
        top: 60px;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        background: #333333d6
    }

    .prev-next-button.next .prev-next-icon {
        padding-left: 30px
    }

    .prev-next-title {
        display: none !important
    }
}

.emojionearea.emojionearea-inline>.emojionearea-editor {
    -webkit-user-select: text !important;
    user-select: text !important
}

.dark-skin {
    background-color: #000000b0 !important
}

.wpra-reactions-wrap {
    padding-top: 0px !important
}

.tie-search-trigger-mobile {
    display: none !important
}

.tie-popup-is-opend .head-buttons {
    display: none !important
}

#logo {
    display: block;
    max-width: 100%
}

.grid-slider-wrapper .grid-item {
    margin-bottom: 8px !important
}

.tie-row.logo-row {
    width: 100%
}

@media (min-width: 992px) {

    .container.header-container,
    .tie-row.logo-row {
        height: 176px
    }
}

.copyright-text.copyright-text-first img {
    width: 135px;
    height: 28px
}

.grid-slider-wrapper .thumb-title a {
    display: block;
    bottom: 10px
}

.apps-btn {
    width: 20px;
    height: 20px;
    display: inline-block
}

.apps-btn svg {
    width: 20px;
    height: 20px;
    display: block
}

li.mobile-component_skin>button.toggle-apps {
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    line-height: 1;
    border: 0;
    background: transparent
}

li.mobile-component_skin>button.toggle-apps>div.apps-btn {
    width: 40px;
    height: 30px;
    display: block;
    font-size: 20px;
    color: #000
}

.grid-5-in-rows .grid-item:first-child {
    aspect-ratio: 16/9
}

.slide .grid-item:hover .thumb-desc {
    margin-top: 0px !important
}

@media (max-width: 479px) {
    .main-slider .thumb-content .thumb-title {
        font-size: 17px !important;
        font-family: sans-serif !important
    }
}

.featured-area {
    max-width: 660px;
    margin: 0 auto
}

.single-featured-image {
    aspect-ratio: 660 / 330;
    width: 100%;
    display: block;
    overflow: hidden
}

.single-featured-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover
}

.tie-logo-img-default.tie-logo-img {
    width: 288px !important;
    height: 75px
}

.entry-header .entry-title {
    font-family: sans-serif
}

.single-banner-image {
    width: 100%
}

@media (max-width: 768px) {
    .container.header-container {
        margin: 0 !important;
        padding: 0 !important
    }

    .tie-row.logo-row {
        margin: 0 !important
    }

    .mk-stories .mk-story-item.hour a .si-image {
        width: 50px !important;
        height: 50px !important
    }

    .mk-reaction-button {
        display: block !important
    }

    .mk-reaction-button-container {
        display: block;
        flex: 1
    }
}

#tiepost-219170-section-9865 {
    display: none
}

.mag-box {
    margin-bottom: 30px;
    clear: both;
}

/* === Masaüstü boyutları === */

/* İlk yazının resmi */
.big-post-top-box .posts-items li:nth-child(1) img {
    width: 390px;
    height: 220px;
    object-fit: cover;
}

/* İkinci yazının resmi */
.big-post-top-box .posts-items li:nth-child(2) img {
    width: 220px;
    height: 150px;
    object-fit: cover;
}

/* Üçüncü yazının resmi */
.big-post-top-box .posts-items li:nth-child(3) img {
    width: 220px;
    height: 150px;
    object-fit: cover;
}


/* === Mobil (tablet ve telefon) boyutları === */
@media (max-width: 768px) {

    .big-post-top-box .posts-items li:nth-child(1) img {
        width: 100%;
        height: 200px;
        /* biraz daha kısa */
    }

    .big-post-top-box .posts-items li:nth-child(2) img,
    .big-post-top-box .posts-items li:nth-child(3) img {
        width: 48%;
        /* yan yana daha iyi görünür */
        height: 120px;
    }

    /* küçük ekranlarda resimler yan yana sığmazsa full width yapabilirsin */
    @media (max-width: 480px) {

        .big-post-top-box .posts-items li:nth-child(2) img,
        .big-post-top-box .posts-items li:nth-child(3) img {
            width: 100%;
            height: 150px;
        }
    }
}

.thumb-overlay .thumb-desc {
    color: #ffffff;
    max-height: max-content !important;
    line-height: 18px;
    overflow: auto !important;
    opacity: 1 !important;

}

/** Header Apps Feature */
.apps-btn {
    height: 45px
}

button.toggle-apps,
a.text-to-speech {
    height: 45px !important;
    background: none !important
}

.apps-btn {
    width: 20px;
    height: 20px;
    /* position: absolute; */
    cursor: pointer;
    top: 18px;
    line-height: 20px;
    right: 55px;
}

.apps-active .apps-btn:before {
    transform: rotate(-45deg);
}

.apps-active .apps-btn:after {
    transform: rotate(45deg);
}

/* .apps-active .apps-btn {
    margin-top: 5px;
} */

/* .apps-active .apps-btn:after,
.apps-active .apps-btn:before {
    content: "";
    transition: all .2s ease-in-out;
    border: none;
    background-color: #013182;
    height: 2px;
    width: 24px;
    top: 10px;
    left: -2px;
    position: absolute;
} */

/* .apps-active .apps-btn svg {
    visibility: hidden;
}

.toggle-apps svg {
    margin-top: 7px;
} */

.apps-active .apps-container {
    right: 0;
    transition: all .2s ease-in-out;
    z-index: 9999;
}

.apps-container {
    width: 100%;
    height: 560px;
    background: #f5f5f5;
    overflow-y: auto;
    position: fixed;
    right: -100%;
    top: 120px;
    transition: all .2s ease-in-out;
    border-top: 1px solid #e2e2e2;
    z-index: 999;
}

.apps-container p {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 15px !important;
    padding: 0 !important;
    line-height: 16px !important;
}

.apps-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.apps-container ul li {
    margin-bottom: 0 !important;
    box-sizing: border-box;
}

.apps-container ul a {
    font-size: 14px;
    text-decoration: none;
    color: #000;
    text-align: center;
    line-height: 1;
}

.apps-container .apps-container-quick {
    border-top: 1px solid #dadada;
    padding: 20px 15px 80px;
}

.apps-container .apps-container-quick ul {
    margin: -10px;
    display: flex;
    flex-wrap: wrap;
}

.apps-container .apps-container-quick ul li {
    display: flex;
    width: 33.3%;
    justify-content: center;
    padding: 4px;
    text-align: center;
}

.apps-container .apps-container-quick ul li a {
    display: flex;
    width: 100%;
    /* background: #fff;
        box-shadow: 0 2px 4px rgb(0 0 0 / 30%); */
    /* border-radius: 10px; */
    /* padding: 10px; */
    align-items: center;
    flex-direction: column;
}

.apps-container .apps-container-quick ul li img {
    /* height: 40px; */
    width: auto;
    display: block;
    margin-bottom: 10px;
}

.apps-container .apps-container-quick ul li span {
    line-height: 16px;
    display: none;
}

.so-svg-e {
    opacity: 0;
}

.so-tl {
    -webkit-animation: sotl .5s linear 1.5s 1 forwards;
    animation: sotl .5s linear 1.5s 1 forwards;
}

.so-bl {
    -webkit-animation: sobl .5s linear 1s 1 forwards;
    animation: sobl .5s linear 1s 1 forwards;
}

.so-br {
    -webkit-animation: sobr .5s linear .5s 1 forwards;
    animation: sobr .5s linear .5s 1 forwards;
}

.so-tr {
    -webkit-animation: sotr .5s linear 2s 1 forwards;
    animation: sotr .5s linear 2s 1 forwards;
}


@keyframes sotr {
    0% {
        opacity: 1;
        transform: translate(-11px);
    }

    1% {
        opacity: 1;
    }

    100% {
        transform: translate(0);
        opacity: 1;
    }
}

@keyframes sobr {
    0% {
        opacity: 0;
        fill: #003082;
    }

    100% {
        fill: none;
        opacity: 1;
    }
}

@keyframes sobl {
    0% {
        opacity: 0;
        transform: translate(11px, 11px);
    }

    1% {
        opacity: 1;
    }

    100% {
        transform: translate(1px, 11px);
        opacity: 1;
    }
}

@keyframes sotl {
    0% {
        opacity: 0;
        transform: translate(1px, 11px);
    }

    1% {
        opacity: 1;
    }

    100% {
        transform: translate(1px, 1px);
        opacity: 1;
    }
}

aside.dark-skin {
    background: #000 !important;
    z-index: 9999;
}

#footer-widgets-container {
    display: none !important
}

.site-footer {
    margin-top: 30px !important;
}

/* === Basic Slider Styles === */
.basic-slider-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 21 / 9;
    /* Masaüstü için geniş format */
}

.basic-slider {
    position: relative;
    width: 100%;
    height: 100%;
}

.basic-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    z-index: 1;
}

.basic-slide.active {
    opacity: 1;
    z-index: 2;
}

.basic-slide .slide-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}

.basic-slide .slide-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.4) 50%, transparent 100%);
    padding: 40px;
    z-index: 4;
}

.basic-slide .slide-content {
    max-width: 1200px;
    margin: 0 auto;
}

.basic-slide .slide-meta {
    margin-bottom: 10px;
}

.basic-slide .slide-date {
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}

.basic-slide .slide-title {
    margin: 0 0 15px 0;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
}

.basic-slide .slide-title a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.basic-slide .slide-title a:hover {
    color: var(--brand-color);
}

.basic-slide .slide-desc {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    opacity: 0.9;
}

.slider-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 4px;
    cursor: pointer;
    z-index: 10;
    /* display: none; */
    /* Varsayılan olarak gizli */
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    color: #2c2f34;
}

.slider-nav:hover {
    background: #ffffff;
    transform: translateY(-50%) scale(1.1);
}

.slider-nav:active {
    transform: translateY(-50%) scale(0.95);
}

.slider-prev {
    left: 20px;
}

.slider-next {
    right: 20px;
}

.slider-nav svg {
    width: 24px;
    height: 24px;
}

@media (min-width: 769px) {
    .slider-nav svg {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    .basic-slider-wrapper {
        aspect-ratio: 16 / 10;
        /* Mobilde daha dar format */
    }

    .basic-slide .slide-overlay {
        padding: 20px;
    }

    .basic-slide .slide-title {
        font-size: 20px;
    }

    .basic-slide .slide-desc {
        font-size: 14px;
    }

    .slider-nav {
        display: flex;
        /* Mobilde göster */
        width: 40px;
        height: 40px;
    }

    .slider-prev {
        left: 10px;
    }

    .slider-next {
        right: 10px;
    }
}

#tie-body.home .mk-stories {
    display: none !important;
}

#tiepost-1091-section-2208 .section-item {
    padding: 0;
}

#tie-recent_111372 {
    margin-bottom: 0 !important;
}

@media (min-width: 992px) {
    .main-menu .menu>li>a {
        padding: 0 14px;
        font-size: 16px;
        font-weight: 700;
    }
}

#tie-recent_111372 .post-thumb img{
    border-radius: 8px;
}

#theme-header {
    margin-bottom: 30px;
}