/* ========================================
   FRAGMAN SINGLE POST - DEDICATED CSS
   single-fragman.php için özel CSS
   ======================================== */

/* IMPORTANT: Bu CSS sadece single-fragman.php template'i için yüklenir */

/* Main Layout Grid - Sidebar sağda */
.fragman-page-layout {
    display: grid !important;
    grid-template-columns: 1fr 350px !important;
    gap: 25px;
    margin-top: var(--header-content-gap);
    margin-bottom: 60px;
    max-width: 100%;
    width: 100%;
    overflow: visible !important;
    box-sizing: border-box;
    align-items: start !important;
    position: relative;
    z-index: 1;
}

.fragman-page-layout > * {
    min-width: 0 !important;
}

/* Main Content Area */
.fragman-main-content {
    background: #ffffff !important;
    border-radius: 0;
    overflow: hidden !important;
    padding: 0;
    min-width: 0 !important;
    max-width: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

/* Article Container */
.fragman-article {
    padding: 0;
    background: transparent;
    min-width: 0 !important;
    max-width: 100%;
    overflow: hidden !important;
    box-sizing: border-box;
}

/* Sidebar */
.fragman-sidebar {
    align-self: start;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 350px;
}

/* Article Content */
.fragman-content {
    padding: 20px 20px !important;
    font-size: 19px;
    line-height: 1.85;
    color: #2c3e50;
    background: #ffffff !important;
    border-radius: 8px;
    margin: 5px 0 !important;
    font-family: Georgia, 'Times New Roman', serif;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    min-width: 0 !important;
    max-width: 100%;
    overflow: hidden !important;
    word-wrap: break-word;
    box-sizing: border-box;
}

.fragman-content p {
    margin-bottom: 18px;
    text-align: justify;
}

.fragman-content p:first-of-type {
    font-size: 21px;
    font-weight: 500;
    color: #1a1a1a;
    line-height: 1.7;
}

.fragman-content h2,
.fragman-content h3,
.fragman-content h4 {
    margin-top: 40px;
    margin-bottom: 20px;
    color: #1a1a1a;
    font-weight: 800;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    letter-spacing: -0.5px;
}

.fragman-content h2 {
    font-size: 32px;
    padding-bottom: 15px;
    border-bottom: 3px solid var(--theme-primary-color, #ff9307);
}

.fragman-content h3 {
    font-size: 26px;
    color: #2c3e50;
}

.fragman-content h4 {
    font-size: 22px;
    color: #34495e;
}

.fragman-content ul,
.fragman-content ol {
    margin-bottom: 24px;
    padding-left: 35px;
}

.fragman-content li {
    margin-bottom: 12px;
    line-height: 1.8;
}

.fragman-content img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto;
    border-radius: 4px;
    object-fit: contain !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

/* Yazı içindeki featured image - OTOMATİK BOYUT */
.fragman-content .fragman-featured-image.in-content {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
    margin: 20px auto !important;
}

.fragman-content .fragman-featured-image.in-content img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    object-fit: contain !important;
}

.fragman-content iframe,
.fragman-content embed,
.fragman-content object,
.fragman-content video {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 16 / 9;
    display: block !important;
    margin: 35px 0;
    border-radius: 4px;
}

.fragman-content blockquote {
    border-left: 5px solid var(--theme-primary-color, #ff9307);
    padding: 25px 35px;
    margin: 35px 0;
    background: #f8f9fa;
    font-style: italic;
    color: #555;
    font-size: 20px;
    line-height: 1.7;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.fragman-content a {
    color: var(--theme-primary-color, #ff9307);
    text-decoration: underline;
    font-weight: 600;
    transition: all 0.3s ease;
}

.fragman-content a:hover {
    color: #e68506;
    text-decoration: none;
}

.fragman-content strong {
    font-weight: 700;
    color: #1a1a1a;
}

/* Page Links */
.fragman-page-links {
    margin: 30px 0;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    text-align: center;
}

.fragman-page-links .page-number {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 4px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.fragman-page-links .page-number:hover {
    background: var(--theme-primary-color, #ff9307);
    color: white;
    border-color: var(--theme-primary-color, #ff9307);
}

/* Related Posts */
.fragman-related-posts {
    margin: 10px 0;
    padding: 20px;
    background: #ffffff !important;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.fragman-related-posts .section-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.fragman-related-posts .section-title::after {
    content: '';
    flex: 1;
    height: 3px;
    background: var(--theme-primary-color, #ff9307);
    border-radius: 2px;
}

.related-posts-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.related-post-card {
    background: #f8f9fa;
    border-radius: 6px;
    overflow: hidden;
    transition: opacity 0.2s ease;
    border: 1px solid #e8e8e8;
}

.related-post-card:hover {
    opacity: 0.8;
}

.related-post-link {
    text-decoration: none;
    display: block;
}

.related-post-image {
    width: 100%;
    aspect-ratio: 16/9;
    overflow: hidden;
    background: #f5f5f5;
    margin-bottom: 10px;
}

.related-post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.related-post-title {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    color: #1a1a1a;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Comments Section */
.fragman-article #comments {
    margin: 0 0 10px 0;
    padding: 20px;
    background: #ffffff !important;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.fragman-article .comments-title {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    display: flex;
    align-items: center;
    gap: 15px;
}

.fragman-article .comments-title::after {
    content: '';
    flex: 1;
    height: 3px;
    background: var(--theme-primary-color, #ff9307);
    border-radius: 2px;
}

.fragman-article .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fragman-article .comment {
    margin-bottom: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #e8e8e8;
}

.fragman-article .comment-body {
    display: flex;
    gap: 15px;
}

.fragman-article .comment-author {
    flex-shrink: 0;
}

.fragman-article .comment-author .avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.fragman-article .comment-content {
    flex: 1;
}

.fragman-article .comment-metadata {
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
}

.fragman-article .comment-metadata a {
    color: #666;
    text-decoration: none;
}

.fragman-article .comment-metadata a:hover {
    color: var(--theme-primary-color, #ff9307);
}

.fragman-article .comment-text p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.fragman-article .reply {
    margin-top: 8px;
}

.fragman-article .comment-reply-link {
    display: inline-block;
    padding: 4px 12px;
    background: #ffffff;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
    text-decoration: none;
    transition: all 0.3s ease;
}

.fragman-article .comment-reply-link:hover {
    background: var(--theme-primary-color, #ff9307);
    color: white;
    border-color: var(--theme-primary-color, #ff9307);
}

.fragman-article .children {
    list-style: none;
    margin: 15px 0 0 30px;
    padding: 0;
}

.fragman-article .comment-respond {
    margin-top: 30px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 6px;
}

.fragman-article .comment-reply-title {
    font-size: 16px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 15px 0;
}

.fragman-article .comment-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.fragman-article .comment-form-comment,
.fragman-article .comment-form-author,
.fragman-article .comment-form-email,
.fragman-article .comment-form-url {
    margin: 0;
}

.fragman-article .comment-form label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.fragman-article .comment-form input[type="text"],
.fragman-article .comment-form input[type="email"],
.fragman-article .comment-form input[type="url"],
.fragman-article .comment-form textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.fragman-article .comment-form input[type="text"]:focus,
.fragman-article .comment-form input[type="email"]:focus,
.fragman-article .comment-form input[type="url"]:focus,
.fragman-article .comment-form textarea:focus {
    outline: none;
    border-color: var(--theme-primary-color, #ff9307);
}

.fragman-article .comment-form textarea {
    min-height: 120px;
    resize: vertical;
}

.fragman-article .form-submit {
    margin: 0;
}

.fragman-article button[type="submit"],
.fragman-article button.submit-btn,
.fragman-article .submit-btn,
.fragman-article input[type="submit"].submit,
.fragman-article input.submit,
.fragman-article .submit {
    padding: 10px 24px !important;
    background: #ffffff !important;
    color: #333 !important;
    border: 2px solid var(--theme-primary-color, #ff9307) !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

.fragman-article button[type="submit"]:hover,
.fragman-article button.submit-btn:hover,
.fragman-article .submit-btn:hover,
.fragman-article input[type="submit"].submit:hover,
.fragman-article input.submit:hover,
.fragman-article .submit:hover {
    background: var(--theme-primary-color, #ff9307) !important;
    color: #ffffff !important;
    border-color: var(--theme-primary-color, #ff9307) !important;
}

/* Fragman Bilgileri Box - Alt alta minimal */
.fragman-details-box {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 6px;
    padding: 15px;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fragman-detail-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 0;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}

.fragman-detail-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.fragman-detail-item strong {
    color: #555;
    font-weight: 700;
    font-size: 14px;
    white-space: nowrap;
}

.fragman-detail-item span {
    color: #000;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 600;
}

.fragman-detail-item span a {
    color: #1a1a1a;
    text-decoration: none;
    transition: color 0.2s;
}

.fragman-detail-item span a:hover {
    color: #e74c3c;
}

.fragman-imdb {
    font-weight: 600;
}

.fragman-imdb span {
    display: inline-block;
    padding: 6px 12px;
    background: #f5c518;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    border-radius: 4px;
    margin-left: 5px;
}

/* Person Links (Oyuncu ve Yönetmen Linkleri) */
.fragman-detail-item .person-link {
    color: #555;
    text-decoration: none;
    transition: all 0.2s;
    border-bottom: 1px solid #d0d0d0;
    font-weight: 500;
}

.fragman-detail-item .person-link:hover {
    color: #fbbf24;
    border-bottom-color: #fbbf24;
}

.fragman-detail-item .person-name {
    color: #555;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .fragman-details-box {
        padding: 15px 18px;
        gap: 10px 15px;
        flex-direction: column;
        align-items: flex-start;
    }
    
    .fragman-detail-item {
        width: 100%;
        justify-content: space-between;
    }
    
    .fragman-detail-item:not(:last-child)::after {
        display: none;
    }
    
    .fragman-detail-item strong {
        font-size: 12px;
        flex-shrink: 0;
    }
    
    .fragman-detail-item span {
        font-size: 12px;
        text-align: right;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .fragman-details-box {
        padding: 12px 15px;
        gap: 8px;
    }
    
    .fragman-detail-item strong {
        font-size: 11px;
    }
    
    .fragman-detail-item span {
        font-size: 11px;
    }
}

/* Featured Image Container - Basit ve Temiz */
.fragman-featured-image {
    width: 100%;
    position: relative;
    margin: 0;
    line-height: 0;
    z-index: 1;
}

.fragman-featured-image img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}

/* Kategori ve IMDb Badge'lerini Gizle */
.fragman-categories-overlay,
.fragman-imdb-badge {
    display: none !important;
}

/* Breadcrumb - Gizle */
.fragman-breadcrumb {
    display: none !important;
}

.fragman-header {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    padding: 10px 18px;
    margin-bottom: 0;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.fragman-title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0;
}


/* Meta Wrapper - Gizle */
.fragman-meta-wrapper {
    display: none !important;
}

/* Mobile Responsive - Featured Image */
@media (max-width: 768px) {
    .fragman-header {
        padding: 8px 12px;
        margin-bottom: 15px;
    }
    
    .fragman-featured-image {
        width: 100%;
        height: auto;
        min-height: auto;
        max-height: none;
        border-radius: 8px;
        margin-bottom: 15px;
        position: relative;
        z-index: 1;
    }
    
    .fragman-featured-image img {
        width: 100%;
        height: auto;
        max-height: 500px;
        object-fit: contain;
        position: relative;
    }
    
    .fragman-title {
        font-size: 24px;
    }
    
    .fragman-imdb-badge {
        top: 12px;
        right: 12px;
        padding: 8px 14px;
        font-size: 14px;
        border-radius: 8px;
    }
}

/* Fragman Video Embed */
.fragman-video-wrapper {
    margin: 30px 0;
    background: #000;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.fragman-video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
    height: 0;
    overflow: hidden;
}

.fragman-video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* Mobile Responsive - IMDb Badge */
@media (max-width: 768px) {
    .fragman-imdb-badge {
        top: 12px;
        right: 12px;
        padding: 8px 14px;
        font-size: 14px;
    }
    
    .fragman-video-wrapper {
        margin: 20px 0;
        border-radius: 8px;
    }
}

/* Fragman Etiketler - Tags */
.fragman-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
    padding: 15px 20px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.fragman-tags .tags-label {
    font-weight: 600;
    color: #666;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin-right: 4px;
}

.fragman-tags .fragman-tag {
    display: inline-block;
    padding: 4px 10px;
    background: #f5f5f5;
    color: #666;
    text-decoration: none;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 500;
    border: none;
    transition: all 0.2s ease;
}

.fragman-tags .fragman-tag:hover {
    background: #e74c3c;
    color: white;
}

/* Fragman Paylaşım ve Etkileşim */
.fragman-interaction {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
    padding: 12px 15px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.fragman-interaction .interaction-stats {
    display: flex;
    align-items: center;
    gap: 12px;
}

.fragman-interaction .interaction-buttons {
    display: flex;
    align-items: center;
    gap: 8px;
}

.fragman-interaction .interaction-share {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-left: auto;
    flex-wrap: wrap;
}

.share-label {
    font-size: 11px;
    font-weight: 700;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-right: 0;
    width: 100%;
    margin-bottom: 8px;
}

.share-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    text-decoration: none;
    border: none;
    cursor: pointer;
}

.share-btn svg {
    width: 18px;
    height: 18px;
}

.share-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.share-facebook {
    background: #1877f2;
    color: white;
}

.share-facebook:hover {
    background: #0d65d9;
}

.share-twitter {
    background: #000000;
    color: white;
}

.share-twitter:hover {
    background: #1a1a1a;
}

.share-whatsapp {
    background: #25d366;
    color: white;
}

.share-whatsapp:hover {
    background: #1ebe57;
}

.share-telegram {
    background: #0088cc;
    color: white;
}

.share-telegram:hover {
    background: #006699;
}

.share-linkedin {
    background: #0077b5;
    color: white;
}

.share-linkedin:hover {
    background: #006399;
}

.share-reddit {
    background: #ff4500;
    color: white;
}

.share-reddit:hover {
    background: #e03d00;
}

.share-pinterest {
    background: #e60023;
    color: white;
}

.share-pinterest:hover {
    background: #bd001c;
}

.share-copy {
    background: #6c757d;
    color: white;
}

.share-copy:hover {
    background: #5a6268;
}

/* Fragman Yazar Kartı */
.fragman-author-card {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border-radius: 8px;
    margin: 20px 0;
    align-items: flex-start;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.fragman-author-card .author-card-avatar {
    flex-shrink: 0;
}

.fragman-author-card .author-card-avatar img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #e0e0e0;
    display: block;
}

.fragman-author-card .author-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.fragman-author-card .author-card-name {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
}

.fragman-author-card .author-card-bio {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

.fragman-author-card .author-card-link {
    display: inline-flex;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #e74c3c;
    text-decoration: none;
    margin-top: 4px;
    transition: all 0.3s ease;
}

.fragman-author-card .author-card-link:hover {
    color: #c0392b;
    transform: translateX(3px);
}

/* Mobile Responsive - Etiketler, Paylaşım, Yazar */
@media (max-width: 768px) {
    .fragman-tags {
        padding: 10px 15px;
        gap: 6px;
    }
    
    .fragman-interaction {
        padding: 10px 15px;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: center;
    }
    
    .fragman-interaction .interaction-stats,
    .fragman-interaction .interaction-buttons {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 8px;
        flex: 0 0 auto;
    }
    
    .fragman-interaction .interaction-share {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        flex: 1 1 100%;
        margin-top: 8px;
        margin-left: 0;
    }
    
    .share-label {
        display: block;
        width: 100%;
        margin-bottom: 6px;
    }
    
    .share-btn {
        width: 34px;
        height: 34px;
    }
    
    .share-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .fragman-author-card {
        flex-direction: column;
        padding: 15px;
        gap: 15px;
        text-align: center;
    }
    
    .fragman-author-card {
        align-items: center;
    }
    
    .fragman-author-card .author-card-avatar {
        margin: 0 auto;
    }
    
    .fragman-author-card .author-card-info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

/* =====================================================
   RESPONSIVE - TABLET
   ===================================================== */
@media (max-width: 1024px) {
    .fragman-page-layout {
        grid-template-columns: 1fr 300px;
        gap: 20px;
    }
    
    .fragman-sidebar {
        max-width: 300px;
    }
    
    .fragman-title {
        font-size: 28px;
    }
    
    .fragman-content {
        font-size: 18px;
    }
}

/* =====================================================
   RESPONSIVE - MOBILE
   ===================================================== */
@media (max-width: 768px) {
    .fragman-page-layout {
        grid-template-columns: 1fr !important;
        gap: 20px;
        margin-top: 20px;
        padding: 0;
    }
    
    .fragman-main-content {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    
    .fragman-sidebar {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0;
        padding: 0;
    }
    
    .fragman-content {
        padding: 15px !important;
        font-size: 17px;
    }
    
    .related-posts-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

@media (max-width: 480px) {
    .fragman-tags {
        padding: 8px 12px;
        gap: 5px;
    }
    
    .fragman-tags .tags-label {
        font-size: 10px;
    }
    
    .fragman-tags .fragman-tag {
        padding: 3px 8px;
        font-size: 10px;
    }
    
    .fragman-interaction {
        padding: 8px 12px;
    }
    
    .fragman-interaction .interaction-stats,
    .fragman-interaction .interaction-buttons {
        gap: 6px;
    }
    
    .fragman-interaction .interaction-share {
        gap: 6px;
        margin-top: 6px;
    }
    
    .share-label {
        font-size: 10px;
    }
    
    .share-btn {
        width: 30px;
        height: 30px;
    }
    
    .share-btn svg {
        width: 13px;
        height: 13px;
    }
    
    .fragman-author-card {
        padding: 12px;
    }
    
    .fragman-author-card .author-card-name {
        font-size: 16px;
    }
    
    .fragman-author-card .author-card-bio {
        font-size: 13px;
    }
}

/* Extra Small Mobile */
@media (max-width: 480px) {
    .fragman-header {
        padding: 8px 10px;
        margin-bottom: 12px;
    }
    
    .fragman-featured-image {
        width: 100%;
        height: auto;
        min-height: auto;
        max-height: none;
        border-radius: 6px;
        margin-bottom: 12px;
    }
    
    .fragman-featured-image img {
        max-height: 400px;
        object-fit: contain;
    }
    
    .fragman-title {
        font-size: 20px;
    }
    
    .fragman-imdb-badge {
        top: 10px;
        right: 10px;
        padding: 6px 12px;
        font-size: 12px;
        border-radius: 6px;
    }
    
    .fragman-content {
        font-size: 16px;
    }
}
