/* ========== SET_DETAYI_ SAYFASI ========== */

/* Video çerçevesi */
.video-wrapper {
    position: relative;
    width: 100%;
    max-height: 90vh;
    margin: 0 auto;
    overflow: hidden;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.video-wrapper.ratio-16x9 {
    aspect-ratio: 16 / 9;
}

.video-wrapper.ratio-9x16 {
    aspect-ratio: 9 / 16;
}

@supports not (aspect-ratio: 1 / 1) {
    .video-wrapper.ratio-16x9 {
        padding-top: 56.25%;
        height: 0;
    }

    .video-wrapper.ratio-9x16 {
        padding-top: 177.77%;
        height: 0;
    }

    .video-wrapper video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
}

.video-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-top: 8px;
}

/* Panel stilleri */
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #FAFAFA;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

.panel-title > a {
    display: block;
    padding: 10px;
    text-decoration: none;
}

.more-less {
    float: left;
    color: #212121;
    padding-right: 5px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.cllist00 {
    padding: 5px 0px 3px 11px;
}

.cllist00 li {
    padding: 3px 0px;
    border-bottom: 1px dashed #efefef;
}

/* Overlay video butonu */
.overlay-play-btn {
    font-size: 40px;
    background: none;
    border: none;
    color: white;
}

/* Fancybox özel ayarları */
.fancybox__caption {
    font-size: 13px;
    color: #ccc;
    text-align: center;
}
