.altunsa-pdf-preview-section {
    padding: 80px 0;
}

.altunsa-pdf-preview-section .container {
    padding-left: 0;
    padding-right: 0;
}

.altunsa-pdf-preview-header {
    text-align: center;
    margin-bottom: 42px;
}

.altunsa-pdf-preview-title {
    margin: 0;
    color: #db1222;
    font-size: 3rem;
    font-weight: 700;
}

.altunsa-pdf-preview-section .media-card-icerik {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    height: 100%;
}

.altunsa-pdf-preview-section .media-preview-icerik {
    border-bottom: 1px solid #eef1f4;
    background: #f8fafc;
    min-height: 220px;
}

.altunsa-pdf-preview-section .preview-iframe {
    width: 100%;
    height: 220px;
    border: 0;
    display: block;
}

.altunsa-pdf-preview-section .media-body-icerik {
    padding: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

.altunsa-pdf-preview-section .media-title-icerik {
    color: #111827;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

.altunsa-pdf-preview-section .media-title-icerik:hover {
    color: #c41e3a;
}

.altunsa-pdf-preview-section .media-desc-icerik {
    color: #4b5563;
    font-size: 14px;
    min-height: 20px;
}

.altunsa-pdf-preview-section .media-actions-icerik {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: auto;
}

.altunsa-pdf-preview-section .btn-icerik {
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1;
    padding: 9px 14px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 0.2s ease;
}

.altunsa-pdf-preview-section .btn-open {
    cursor: pointer;
}

.altunsa-pdf-preview-section .btn-primary.btn-icerik,
.altunsa-pdf-preview-section .btn-icerik.btn-primary {
    background: #c41e3a;
    color: #ffffff;
    border-color: #c41e3a;
}

.altunsa-pdf-preview-section .btn-primary.btn-icerik:hover,
.altunsa-pdf-preview-section .btn-icerik.btn-primary:hover {
    background: #a7172f;
    border-color: #a7172f;
    color: #ffffff;
}

.altunsa-pdf-preview-section .btn-download.btn-icerik,
.altunsa-pdf-preview-section .btn-icerik.btn-download {
    background: #f9fafb;
    color: #111827;
    border-color: #e5e7eb;
}

.altunsa-pdf-preview-section .btn-download.btn-icerik:hover,
.altunsa-pdf-preview-section .btn-icerik.btn-download:hover {
    background: #eef2f7;
    color: #111827;
}

.altunsa-pdf-preview-section .media-badge-icerik {
    margin-left: auto;
    color: #9ca3af;
    font-size: 12px;
    align-self: center;
}

.altunsa-pdf-modal .modal-content {
    border: none;
    border-radius: 15px;
    overflow: hidden;
}

.altunsa-pdf-modal .modal-header {
    background: #c41e3a;
    color: #ffffff;
    border-bottom: none;
}

.altunsa-pdf-modal .modal-header .modal-title {
    color: #ffffff;
    margin: 0;
}

.altunsa-pdf-modal .modal-header .modal-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
}

.altunsa-pdf-modal .modal-header .btn-close {
    filter: invert(1);
}

.altunsa-pdf-iframe {
    width: 100%;
    height: min(78vh, 860px);
    border: 0;
    display: block;
    background: #f3f4f6;
}

.altunsa-pdf-preview-section [data-altunsa-animate] {
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.altunsa-pdf-preview-section [data-altunsa-animate].altunsa-animated,
.elementor-editor-active .altunsa-pdf-preview-section [data-altunsa-animate] {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 768px) {
    .altunsa-pdf-preview-section {
        padding: 60px 0;
    }

    .altunsa-pdf-preview-title {
        font-size: 2rem;
    }

    .altunsa-pdf-preview-section .media-preview-icerik,
    .altunsa-pdf-preview-section .preview-iframe {
        min-height: 180px;
        height: 180px;
    }

    .altunsa-pdf-iframe {
        height: 70vh;
    }
}