/* CSS Variables */
:root {
    --primary-color: #4285f4;    /* Google Blue */
    --secondary-color: #021306;  /* Google Green */
    --accent-color: #fbbc05;     /* Google Yellow */
    --danger-color: #ea4335;     /* Google Red */
    --neutral-color: #f8f9fa;    /* Light Gray */
    --text-color: #202124;       /* Dark Gray */
    --border-color: #dadce0;     /* Light Border */
}

.muzik-mezmunu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Post Səhifəsi Üçün CSS */
.muzik-single-post {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.post-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f5f5f5, #e6f2ff);
    border-radius: 8px 8px 0 0;
    padding: 15px 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}

.post-info {
    flex: 1;
    min-width: 250px;
}

.post-title {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.3;
}

.post-performers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.performers-label {
    color: #666;
    margin-right: 8px;
    font-size: 0.9em;
    font-weight: 500;
}

.performer-badge {
    display: inline-block;
    padding: 2px 8px;
    margin: 2px 4px 2px 0;
    border-radius: 15px;
    color: white;
    font-size: 0.85em;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.2s;
}

.performer-badge:hover {
    transform: translateX(2px);
    text-decoration: none;
    color: white;
}

.performer-badge-0 {
    background-color: #4285f4;
}

.performer-badge-1 {
    background-color: #34a853;
}

.performer-badge-2 {
    background-color: #fbbc05;
    color: #333; /* Sarı rəng üçün qaranlıq mətn */
}

.performer-badge-3 {
    background-color: #ea4335;
}

.performer-badge-4 {
    background-color: #673ab7;
}

.post-difficulty {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.difficulty-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    color: white;
    font-size: 0.8em;
    font-weight: 500;
}

.difficulty-inline {
    position: static !important;
    margin-right: 0 !important;
}

.difficulty-inline::before {
    content: "🎯";
    margin-right: 5px;
}

.asan {
    background-color: #4CAF50;
}

.orta {
    background-color: #2196F3;
}

.çətin, .cetin {
    background-color: #FFC107;
    color: #333; /* Sarı rəng üçün qaranlıq mətn */
}

.ifaci-small-image {
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    border: 3px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.post-functions {
    display: flex;
    align-items: center;
    margin: 15px 0 10px;
    flex-wrap: wrap;
}

.post-content-wrapper {
    padding: 20px;
    margin-top: 15px; /* Normal halda content üçün default margin */
}

.post-content {
    line-height: 1.7;
    font-size: 16px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

.post-content.two-columns {
    column-count: 2;
    column-gap: 40px;
}

/* Kod və ya Akkord blokları üçün xüsusi stillər */
.post-content pre {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    border-left: 3px solid #4285f4;
    font-family: monospace;
    overflow-x: auto;
    font-size: 0.95em;
    margin: 20px 0;
    white-space: pre-wrap;
}

/* Əlaqəli postlar */
.related-posts {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.related-posts h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

/* Post meta */
.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 20px;
    background-color: #f0f0f0;
    border-radius: 0 0 8px 8px;
    font-size: 0.9em;
    color: #555;
}

.meta-section {
    display: flex;
    align-items: center;
}

.meta-label {
    font-weight: 500;
    margin-right: 6px;
}

/* İfaçı Banner Stili */
.ifaci-banner {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f0f8ff, #e6f2ff);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05); /* Yüngül kölgə əlavə edildi */
}

.ifaci-image {
    width: 150px;
    height: 150px;
    border-radius: 50% !important;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    border: 4px solid white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.ifaci-info {
    flex-grow: 1;
    overflow: hidden; /* Mətn üçün */
}

.ifaci-info .page-title {
    margin: 0 0 7px 0;
    color: #333;
    font-size: 2em;
    white-space: nowrap; /* Uzun adlar üçün */
    text-overflow: ellipsis; /* Uzun adlar üçün */
    overflow: hidden; /* Uzun adlar üçün */
}

.ifaci-info .term-description {
    color: #666;
    line-height: 1.6;
    max-height: 3.2em; /* 2 sətir üçün */
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.category-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease;
    height: 80px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.category-card:hover {
    transform: translateX(5px);
    background: #e6f2ff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    text-decoration: none;
    color: inherit;
}

.category-image {
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    margin: 0 15px;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.category-content {
    padding: 0 15px;
    flex-grow: 1;
    overflow: hidden;
}

.category-title {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.category-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-title a:hover {
    color: inherit;
    text-decoration: none;
}

.category-description {
    font-size: 0.9em;
    color: #555;
    margin-top: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.no-posts {
    text-align: center;
    padding: 2rem;
    color: #666;
    font-style: italic;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}

@media (max-width: 767px) {
    .muzik-mezmunu-container {
        padding: 10px;
    }

    .tabs-container {
        padding: 15px;
        margin-top: 1rem;
    }

    .category-grid {
        padding: 10px;
    }

    .category-card {
        height: 70px;
    }

    .category-image {
        width: 60px;
        height: 60px;
        margin: 0 10px;
    }

    .category-content {
        padding: 0 10px;
    }

    .category-title {
        font-size: 0.9em;
    }

    .category-description {
        font-size: 0.8em;
    }

    .tab-button {
        padding: 0.6rem 1rem;
        font-size: 1rem;
    }

    .tabs-nav {
        padding: 10px;
        gap: 0.5rem;
    }

    .tab-button {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tab Styles */
.tabs-container {
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    overflow: hidden;
}

/* Navigation Tabs */
.tabs-nav {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.tab-button {
    padding: 0.8rem 1.5rem;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.tab-button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 3px;
    background: #007bff;
    transition: width 0.3s ease, left 0.3s ease;
}

.tab-button:hover {
    color: #007bff;
}

.tab-button:hover::after,
.tab-button.active::after {
    width: 100%;
    left: 0;
}

.tab-button.active {
    color: #007bff;
    font-weight: bold;
}

/* Tab Content */
.tab-content {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}

.tab-content.active {
    display: block;
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Çətinlik dərəcəsi indikatoru */
.difficulty-badge {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.7em;
    font-weight: 500;
    color: white;
    text-transform: capitalize;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 10;
}

.difficulty-badge.asan {
    background-color: #4CAF50; /* green */
}

.difficulty-badge.orta {
    background-color: #2196F3; /* blue */
}

.difficulty-badge.Çətin {
    background-color: #FFC107; /* yellow */
    color: #333; /* dark text for yellow background */
}

/* Əlavə çətinlik dərəcəsi sinifləri */
.difficulty-badge.easy {
    background-color: #4CAF50; /* green */
}

.difficulty-badge.medium {
    background-color: #2196F3; /* blue */
}

.difficulty-badge.hard {
    background-color: #FFC107; /* yellow */
    color: #333; /* dark text for yellow background */
}

/* Çətinlik dərəcəsi üçün əlavə stillər */
.category-card .difficulty-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.muzik-single-post .difficulty-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    transform: none;
    height: auto;
    width: auto;
    max-width: 100px;
    display: inline-block;
    padding: 3px 8px;
    font-size: 0.7em;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Post səhifəsində post-banner daxilində olan çətinlik nişanı */
.post-banner .difficulty-badge {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    font-size: 0.75em !important;
    margin-top: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

/* Muzik Home Page Styles */
.muzik-home {
    margin-top: 20px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #4285f4, #34a853);
    padding: 60px 0;
    color: white;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.hero-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Section Styles */
.section {
    margin-bottom: 60px;
}

.section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #4285f4;
}

/* Chords Grid */
.chords-grid, .recent-grid, .artists-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.chord-item, .recent-item, .artist-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: white;
}

.chord-item:hover, .recent-item:hover, .artist-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.chord-link, .recent-link, .artist-link {
    display: block;
    padding: 20px;
    color: #333;
    text-decoration: none;
}

.chord-title, .recent-title, .artist-name {
    font-size: 1.2rem;
    margin: 0 0 10px;
    font-weight: 600;
}

.chord-artist, .recent-artist {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.chord-meta, .recent-date, .artist-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #777;
}

.chord-views, .recent-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.chord-difficulty {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.difficulty-asan {
    background-color: #e6f4ea;
    color: #0f9d58;
}

.difficulty-orta {
    background-color: #fef7e0;
    color: #f4b400;
}

.difficulty-cetin {
    background-color: #fce8e6;
    color: #ea4335;
}

/* View All Link */
.view-all {
    text-align: center;
    margin-top: 20px;
}

.view-all-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f8f9fa;
    color: #4285f4;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.view-all-link:hover {
    background-color: #e8eaed;
}

/* Filter Tabs */
.filter-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px;
}

.filter-tab {
    padding: 8px 20px;
    border: none;
    background-color: #f1f3f4;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.filter-tab.active {
    background-color: #4285f4;
    color: white;
}

.filter-content {
    display: none;
}

.filter-content.active {
    display: block;
}

/* Item Types */
.item-type {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: #f1f3f4;
    color: #5f6368;
}

/* Difficulty Cards */
.difficulty-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.difficulty-card {
    flex: 1;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s;
}

.difficulty-card:hover {
    transform: translateY(-5px);
}

.difficulty-asan {
    background-color: #e6f4ea;
    box-shadow: 0 4px 15px rgba(15, 157, 88, 0.1);
}

.difficulty-orta {
    background-color: #fef7e0;
    box-shadow: 0 4px 15px rgba(244, 180, 0, 0.1);
}

.difficulty-cetin {
    background-color: #fce8e6;
    box-shadow: 0 4px 15px rgba(234, 67, 53, 0.1);
}

.difficulty-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.difficulty-asan .difficulty-icon {
    color: #0f9d58;
}

.difficulty-orta .difficulty-icon {
    color: #f4b400;
}

.difficulty-cetin .difficulty-icon {
    color: #ea4335;
}

.difficulty-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.difficulty-count {
    font-size: 1rem;
    margin-bottom: 15px;
    opacity: 0.8;
}

.difficulty-link {
    display: inline-block;
    padding: 8px 20px;
    background-color: white;
    border-radius: 30px;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.difficulty-link:hover {
    background-color: #f8f9fa;
}

/* No Content Styles */
.no-content {
    text-align: center;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    color: #666;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .chords-grid, .recent-grid, .artists-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .difficulty-cards {
        flex-wrap: wrap;
    }
    
    .difficulty-card {
        flex: 0 0 48%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .chords-grid, .recent-grid, .artists-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 40px 0;
    }
    
    .chords-grid, .recent-grid, .artists-grid {
        grid-template-columns: 1fr;
    }
    
    .filter-tabs {
        flex-wrap: wrap;
    }
    
    .difficulty-card {
        flex: 0 0 100%;
    }
}

/* Vatermark - çap vaxtı görünür */
@media print {
    .watermark-container::before {
        content: "akkordlar.az";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.1;
        font-size: 5rem;
        transform: rotate(-45deg);
        pointer-events: none;
        z-index: 1000;
        overflow: hidden;
        background-image: repeating-linear-gradient(
            -45deg,
            rgba(150, 150, 150, 0.1),
            rgba(150, 150, 150, 0.1) 200px,
            transparent 200px,
            transparent 400px
        );
    }

    .post-content {
        position: relative;
        z-index: 1;
    }

    .post-functions, 
    .site-header, 
    .site-footer, 
    .related-posts {
        display: none !important;
    }
    
    body.print-mode .watermark-container::before {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .post-banner {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .ifaci-small-image {
        margin-bottom: 15px;
    }
    
    .post-functions {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
}

/* Çap rejimi üçün stillər */
@media print {
    .post-functions, 
    .site-header, 
    .site-footer, 
    .related-posts {
        display: none !important;
    }
    
    .post-content {
        font-size: 12pt;
    }
    
    .post-content.two-columns {
        column-count: 1;
    }
    
    .post-banner {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}

/* MM AJAX Search styles */
.mm-search-form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.mm-search-input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 30px;
    border: 2px solid #e0e0e0;
    font-size: 16px;
    transition: all 0.3s;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mm-search-input:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 3px 15px rgba(66, 133, 244, 0.15);
}

.mm-search-button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.mm-search-button:hover {
    background-color: #3367d6;
}

#mm-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 5px;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.result-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
    border-bottom: 1px solid #f1f1f1;
}

.result-item:last-child {
    border-bottom: none;
}

.result-item:hover {
    background-color: #f8f9fa;
}

.result-icon {
    margin-right: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}

.result-title {
    font-weight: 500;
    flex-grow: 1;
}

.result-artist, .result-count {
    margin-left: 10px;
    font-size: 0.85em;
    color: #666;
    white-space: nowrap;
}

.result-akkord .result-icon {
    color: #4285f4;
}

.result-tab .result-icon {
    color: #0f9d58;
}

.result-lyrics .result-icon {
    color: #db4437;
}

.result-translation .result-icon {
    color: #f4b400;
}

.result-artist .result-icon {
    color: #673ab7;
}

.loading, .no-results, .error {
    padding: 15px;
    text-align: center;
    color: #666;
}

.loading {
    color: #4285f4;
}

.error {
    color: #db4437;
}

@media (max-width: 576px) {
    .mm-search-input {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .mm-search-button {
        padding: 6px 12px;
    }
    
    .result-item {
        padding: 10px;
    }
    
    .result-artist, .result-count {
        display: none;
    }
}

/* Hero section dashboard style */
.hero-section.mm-dashboard-header {
    background: linear-gradient(135deg, #4285f4, #34a853);
    color: white;
    padding: 40px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.hero-section.mm-dashboard-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="rgba(255,255,255,0.05)"><path d="M30,20 Q45,46 30,70 M50,10 Q80,50 50,90 M70,20 Q55,46 70,70"/></svg>');
    background-size: 600px;
    opacity: 0.7;
}

.hero-section.mm-dashboard-header .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-section.mm-dashboard-header .hero-title {
    font-size: 2.8rem;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-section.mm-dashboard-header .hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.mm-features-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.mm-feature-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.mm-feature-badge .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.hero-section.mm-dashboard-header .search-form {
    max-width: 600px;
    margin: 0 auto;
}

.hero-section.mm-dashboard-header .search-container {
    display: flex;
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.hero-section.mm-dashboard-header .search-input {
    flex: 1;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.hero-section.mm-dashboard-header .search-button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero-section.mm-dashboard-header .search-button:hover {
    background-color: #3367d6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section.mm-dashboard-header .hero-title {
        font-size: 2rem;
    }
    
    .hero-section.mm-dashboard-header .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .mm-features-badges {
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .mm-feature-badge {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .hero-section.mm-dashboard-header {
        padding: 30px 15px;
    }
    
    .hero-section.mm-dashboard-header .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-section.mm-dashboard-header .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-section.mm-dashboard-header .search-container {
        flex-direction: column;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }
    
    .hero-section.mm-dashboard-header .search-input {
        margin-bottom: 10px;
        padding: 10px 15px;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .hero-section.mm-dashboard-header .search-button {
        width: 100%;
        justify-content: center;
    }
}

/* Search Filters */
.mm-search-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.mm-search-filter {
    padding: 8px 15px;
    margin: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.mm-search-filter:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.mm-search-filter.active {
    background: #fff;
    color: #23282d;
    font-weight: 600;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .mm-search-filters {
        margin-bottom: 10px;
        justify-content: center;
        gap: 8px;
    }
    
    .mm-search-filter {
        padding: 6px 12px;
        font-size: 13px;
    }
}

/* Mobile adjustment for smaller screens */
@media (max-width: 576px) {
    .mm-search-filters {
        gap: 5px;
    }
    
    .mm-search-filter {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Debug message styling */
.error {
    background-color: rgba(220, 50, 50, 0.1);
    border: 1px solid rgba(220, 50, 50, 0.3);
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0;
}

/* Scroll Kontrolları Qrupu */
.scroll-control-group {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
    border-radius: 20px;
    padding: 8px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Sürət Düyməsi */
.speed-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    border: none;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #4a5568;
}

.speed-button:hover {
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Sürət Popup Paneli */
.speed-popup {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: white;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    min-width: 180px;
    padding: 12px 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    overflow: hidden;
}

.speed-popup.active,
.speed-popup.show {
    display: block;
    animation: fadeInUp 0.25s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.speed-title {
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0 16px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    color: #2d3748;
    font-size: 14px;
}

.speed-options {
    display: flex;
    flex-direction: column;
}

.speed-option {
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.2s ease;
    color: #4a5568;
    font-size: 14px;
    position: relative;
}

.speed-option:hover {
    background-color: rgba(237, 242, 247, 0.7);
    color: #2b6cb0;
}

.speed-option.active {
    background-color: rgba(235, 248, 255, 0.7);
    color: #2b6cb0;
    font-weight: 600;
}

.speed-option.active::after {
    content: "✓";
    position: absolute;
    right: 16px;
    color: #2b6cb0;
}

/* Funksiya Düymələri */
.function-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background-color: rgba(255, 255, 255, 0.25);
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.function-button:hover {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.function-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.function-button i {
    margin-right: 8px;
    font-size: 16px;
}

.function-button.button-primary {
    background-color: rgba(66, 133, 244, 0.85);
    color: white;
    border: none;
}

.function-button.button-primary:hover {
    background-color: rgba(66, 133, 244, 1);
}

.function-button.button-primary.active {
    background-color: rgba(234, 67, 53, 0.85);
    border: none;
}

.function-button.button-secondary {
    background-color: rgba(255, 255, 255, 0.3);
    color: #333;
}

.function-button.button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Sürət ayarları üçün konteyner */
.speed-settings-container {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.speed-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f9ff;
    color: #444;
    border: 1px solid #d5e3fa;
    border-radius: 3px;
    width: 30px;
    height: 28px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.speed-button:hover {
    background-color: #e6f0ff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-color: #b0c4e6;
}

/* Çap rejimi */
@media print {
    .post-functions,
    .site-header,
    .site-footer,
    .related-posts,
    .post-meta {
        display: none !important;
    }
    
    .post-content {
        font-size: 12pt !important;
    }
    
    .print-mode .watermark-container::after {
        content: attr(data-watermark);
        position: fixed;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: rgba(0, 0, 0, 0.1);
        transform: rotate(-45deg);
        transform-origin: center;
        z-index: 1000;
        pointer-events: none;
    }
}

/* Mobil uyğunlaşdırma */
@media (max-width: 768px) {
    .post-functions {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    
    .function-button {
        margin: 0 0 12px 0;
        width: 100%;
        max-width: 200px;
    }
    
    .scroll-control-group {
        margin-bottom: 12px;
        width: 100%;
        justify-content: center;
    }
    
    .dropdown-content {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Kontent kartları - Ana səhifə */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.music-card {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.music-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.card-image-link {
    display: block;
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.music-card:hover .card-image {
    transform: scale(1.05);
}

.card-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

.card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.card-title a:hover {
    color: #4285f4;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.85rem;
    color: #666;
    margin-top: auto;
}

.card-artist {
    color: #4285f4;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
    transition: color 0.2s;
}

.card-artist:hover {
    color: #3367d6;
    text-decoration: underline;
}

.date-added, .view-count {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 0.8rem;
    color: #888;
}

.date-added .dashicons, .view-count .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.music-card .difficulty-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    bottom: auto !important;
    z-index: 10 !important;
    transform: none !important;
    height: auto !important;
    width: auto !important;
    max-width: 100px !important;
    display: inline-block !important;
    padding: 3px 8px !important;
    font-size: 0.7em !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 576px) {
    .cards-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 12px;
    }
    
    .card-title {
        font-size: 0.95rem;
    }
    
    .card-content {
        padding: 10px;
    }
    
    .card-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .card-artist {
        margin-bottom: 5px;
    }
    
    .date-added, .view-count {
        margin-left: 0;
        margin-top: 3px;
    }
}

/* Bölmə filterleri */
.content-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-btn {
    border: none;
    background: transparent;
    color: #666;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-btn:hover {
    color: #4285f4;
    background-color: rgba(66, 133, 244, 0.05);
}

.filter-btn.active {
    color: #4285f4;
    background-color: rgba(66, 133, 244, 0.1);
    font-weight: 600;
}

/* Latest kontenti */
.latest-content-container {
    position: relative;
    min-height: 200px;
}

.latest-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.latest-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 768px) {
    .content-filter {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }
    
    .section-header {
        flex-direction: column;
        align-items: center;
    }
}

/* Ana Səhifə Bölmələri */
.section-container {
    margin: 40px 0;
    border-radius: 12px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.section-title .dashicons {
    color: #4285f4;
    width: 28px;
    height: 28px;
    font-size: 28px;
}

.view-all-link {
    display: flex;
    align-items: center;
    color: #4285f4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.view-all-link:hover {
    color: #3367d6;
    text-decoration: underline;
}

.view-all-link .dashicons {
    margin-left: 5px;
    font-size: 16px;
    transition: transform 0.2s;
}

.view-all-link:hover .dashicons {
    transform: translateX(4px);
}

/* Search Form Container - Çətinlik dərəcələri altına */
.search-form-container {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
    position: relative;
    z-index: 100;
}

.search-form-container .search-form {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.search-form-container .search-container {
    display: flex;
    gap: 10px;
}

.search-form-container .search-input {
    flex: 1;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.search-form-container .search-input:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 2px 10px rgba(66, 133, 244, 0.15);
}

.search-form-container .search-button {
    background-color: #4285f4;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.search-form-container .search-button:hover {
    background-color: #3367d6;
}

.search-form-container .ajax-search-results {
    z-index: 101;
}

/* Tab stilləri - mm-search-filters ilə eyniləşdirmə */
.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
}

.tab-button {
    padding: 8px 15px;
    margin: 0 5px 5px;
    background: rgba(66, 133, 244, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    color: #333;
    border: none;
    font-weight: normal;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.tab-button:hover {
    background: rgba(66, 133, 244, 0.2);
    color: #4285f4;
}

.tab-button.active {
    background: #4285f4;
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

.tab-button::after {
    display: none;
}

/* Son Əlavə Edilənlər filter butonu stilləri də düzəldirik */
.content-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 15px;
    margin: 0;
    background: rgba(66, 133, 244, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    color: #333;
    border: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.filter-btn:hover {
    background: rgba(66, 133, 244, 0.2);
    color: #4285f4;
}

.filter-btn.active {
    background: #4285f4;
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

/* Çətinlik dərəcələri və İfaçılar bölmələri üçün stilləri təkmilləşdirək */
.difficulty-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.difficulty-block {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background-color: #f8f9fa;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.difficulty-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.difficulty-icon {
    width: 50px;
    height: 50px;
    background-color: #4285f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 24px;
}

.difficulty-block.asan .difficulty-icon {
    background-color: #4CAF50;
}

.difficulty-block.orta .difficulty-icon {
    background-color: #2196F3;
}

.difficulty-block.çətin .difficulty-icon,
.difficulty-block.cetin .difficulty-icon {
    background-color: #FFC107;
}

.difficulty-content {
    flex: 1;
}

.difficulty-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.difficulty-count {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Artists grid üçün də eyni stilləri tətbiq edək */
.artists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.artist-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background-color: #f8f9fa;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.artist-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.artist-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    border: 3px solid white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.artist-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.artist-count {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Konteyner içindəki axtarış forması üçün üslublar */
.muzik-mezmunu-container .search-form {
    max-width: 600px;
    margin: 0 auto 30px auto;
    position: relative;
}

.muzik-mezmunu-container .search-container {
    display: flex;
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    flex-direction: row; /* Stellt sicher, dass die Elemente nebeneinander stehen */
    align-items: center; /* Zentriert die Elemente vertikal */
}

.muzik-mezmunu-container .search-input {
    flex: 1;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.muzik-mezmunu-container .search-button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 8px 15px; /* Kleinerer Button */
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 5px; /* Abstand zum Suchfeld */
    min-width: auto; /* Vermeidet zu breite Buttons */
}

.muzik-mezmunu-container .search-button:hover {
    background-color: #3367d6;
}

.muzik-mezmunu-container .ajax-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 200; /* Erhöht von 100 auf 200, um über dem post-functions-container anzuzeigen */
    margin-top: 10px;
    max-height: 450px;
    overflow-y: auto;
    display: none;
    padding: 8px;
    border: 1px solid rgba(66, 133, 244, 0.2);
}

.muzik-mezmunu-container .ajax-search-results.show {
    display: block;
    animation: fadeInResults 0.3s ease-out;
}

@keyframes fadeInResults {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.muzik-mezmunu-container .search-result-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    border-radius: 10px;
    margin-bottom: 4px;
    border-left: 3px solid transparent;
}

.muzik-mezmunu-container .search-result-item:last-child {
    margin-bottom: 0;
}

.muzik-mezmunu-container .search-result-item:hover {
    background-color: rgba(66, 133, 244, 0.08);
    border-left-color: #4285f4;
    transform: translateX(3px);
}

.muzik-mezmunu-container .result-type-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f0f0f0;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: #666;
    font-size: 16px;
}

.muzik-mezmunu-container .search-result-item:hover .result-type-icon {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(66, 133, 244, 0.2);
}

.muzik-mezmunu-container .result-content {
    flex-grow: 1;
    overflow: hidden;
}

.muzik-mezmunu-container .result-title {
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 0.95rem;
}

.muzik-mezmunu-container .result-meta {
    display: flex;
    font-size: 0.8rem;
    color: #666;
}

.muzik-mezmunu-container .result-artist {
    margin-right: 10px;
    color: #4285f4;
    font-weight: 500;
    position: relative;
    padding-right: 12px;
}

.muzik-mezmunu-container .result-artist:after {
    content: '•';
    position: absolute;
    right: 0;
    color: #ccc;
}

.muzik-mezmunu-container .result-type {
    background-color: rgba(66, 133, 244, 0.1);
    padding: 2px 8px;
    border-radius: 30px;
    font-size: 0.75rem;
    color: #4285f4;
    font-weight: 500;
}

/* Post typena görə ayrı rənglər */
.muzik-mezmunu-container .search-result-item[data-type="akkordlar"] .result-type-icon {
    color: #4285f4;
    background: linear-gradient(135deg, #e8f0fe, #d2e3fc);
}

.muzik-mezmunu-container .search-result-item[data-type="akkordlar"] .result-type {
    background-color: rgba(66, 133, 244, 0.1);
    color: #4285f4;
}

.muzik-mezmunu-container .search-result-item[data-type="tablar"] .result-type-icon {
    color: #0f9d58;
    background: linear-gradient(135deg, #e6f4ea, #ceead6);
}

.muzik-mezmunu-container .search-result-item[data-type="tablar"] .result-type {
    background-color: rgba(15, 157, 88, 0.1);
    color: #0f9d58;
}

.muzik-mezmunu-container .search-result-item[data-type="mahnisozleri"] .result-type-icon {
    color: #db4437;
    background: linear-gradient(135deg, #fce8e6, #fad2cf);
}

.muzik-mezmunu-container .search-result-item[data-type="mahnisozleri"] .result-type {
    background-color: rgba(219, 68, 55, 0.1);
    color: #db4437;
}

.muzik-mezmunu-container .search-result-item[data-type="mahnitercumeleri"] .result-type-icon {
    color: #f4b400;
    background: linear-gradient(135deg, #fef7e0, #feefc3);
}

.muzik-mezmunu-container .search-result-item[data-type="mahnitercumeleri"] .result-type {
    background-color: rgba(244, 180, 0, 0.1);
    color: #f4b400;
}

.muzik-mezmunu-container .search-result-item[data-type="taxonomy"] .result-type-icon {
    color: #673ab7;
    background: linear-gradient(135deg, #ede7f6, #d1c4e9);
}

.muzik-mezmunu-container .search-result-item[data-type="taxonomy"] .result-type {
    background-color: rgba(103, 58, 183, 0.1);
    color: #673ab7;
}

.muzik-mezmunu-container .search-loading,
.muzik-mezmunu-container .no-results,
.muzik-mezmunu-container .error {
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

.muzik-mezmunu-container .search-loading {
    color: #4285f4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.muzik-mezmunu-container .search-loading:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #4285f4;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to { transform: rotate(360deg); }
}

.muzik-mezmunu-container .error {
    color: #db4437;
    border-left: 3px solid #db4437;
    background-color: rgba(219, 68, 55, 0.05);
    padding: 15px;
    border-radius: 5px;
}

.muzik-mezmunu-container .no-results {
    padding: 20px;
    color: #666;
    font-style: italic;
}

/* Responsive axtarış nəticələri */
@media (max-width: 768px) {
    .muzik-mezmunu-container .ajax-search-results {
        max-height: 350px;
    }
    
    .muzik-mezmunu-container .search-result-item {
        padding: 10px 12px;
    }
    
    .muzik-mezmunu-container .result-type-icon {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    
    .muzik-mezmunu-container .result-title {
        font-size: 0.9rem;
    }
    
    .muzik-mezmunu-container .result-meta {
        font-size: 0.75rem;
    }
}

/* Arxiv səhifəsi filterlər */
.filter-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-item label {
    font-weight: 500;
    color: #555;
    font-size: 0.95rem;
    white-space: nowrap;
}

.filter-select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #333;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 120px;
}

.filter-select:hover {
    border-color: #aaa;
}

.filter-select:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
}

.archive-link.button {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    background-color: #4285f4;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.archive-link.button:hover {
    background-color: #3367d6;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

@media (max-width: 576px) {
    .filter-section {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    
    .filter-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .filter-select {
        width: 100%;
    }
    
    .archive-link.button {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
    }
}

/* Daha çox düyməsi üçün stillər */
.load-more-container {
    text-align: center;
    margin: 30px 0;
}

.load-more-button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.load-more-button:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.load-more-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.load-more-button:disabled {
    background-color: #95a5a6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Yükləmə animasiyası üçün fırlanma */
.rotating {
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Post functions container - glassmorphism style */
.post-functions-container {
    background-color: rgba(255, 255, 255, 0.65); /* Bir az daha şəffaf */
    border-radius: 12px; /* Daha yumşaq kənarlar */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); /* Daha incə kölgə */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25); /* Daha incə sərhəd */
    margin: 5px 0 15px; /* Yuxarı və aşağı marginləri azaltdım */
    position: relative;
    z-index: 100;
    transition: all 0.3s ease;
    width: 100%;
    padding: 5px 10px; /* Padding azaldıldı */
}

.post-functions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px; /* Padding azaldıldı */
    gap: 8px; /* Elementlər arası boşluq azaldıldı */
}

.toolbar-group {
    display: flex;
    align-items: center;
    gap: 6px; /* Qrup daxili boşluq azaldıldı */
    padding: 0 6px; /* Padding azaldıldı */
    border-right: 1px solid rgba(0, 0, 0, 0.08); /* Daha incə ayırıcı */
}

.toolbar-group:last-child {
    border-right: none;
}

.function-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px; /* Minimum eni azaltdım */
    height: 32px; /* Hündürlüyü azaltdım */
    padding: 0 12px; /* Padding azaldıldı */
    border-radius: 6px; /* Daha kiçik radius */
    font-size: 13px; /* Yazı ölçüsü azaldıldı */
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background-color: rgba(255, 255, 255, 0.2); /* Arxa fon bir az dəyişdirildi */
    color: #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* Daha incə kölgə */
}

.function-button:hover {
    background-color: rgba(255, 255, 255, 0.35); /* Hover effekti */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.function-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.function-button i {
    margin-right: 6px; /* İkon ilə mətn arası boşluq */
    font-size: 15px; /* İkon ölçüsü */
}

.function-button.button-primary {
    background-color: rgba(66, 133, 244, 0.85);
    color: white;
    border: none;
}

.function-button.button-primary:hover {
    background-color: rgba(66, 133, 244, 1);
}

.function-button.button-primary.active {
    background-color: rgba(234, 67, 53, 0.85);
    border: none;
}

.function-button.button-secondary {
    background-color: rgba(255, 255, 255, 0.3);
    color: #333;
}

.function-button.button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Speed Settings Popup */
.speed-settings-container {
    position: relative;
    display: inline-block;
}

.speed-popup {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px;
    min-width: 200px;
    z-index: 1000;
    display: none; /* Standardmäßig ausgeblendet */
}

.speed-title {
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.speed-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.speed-option {
    padding: 8px 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.speed-option:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateX(3px);
}

.speed-option.active {
    background-color: rgba(26, 115, 232, 0.2);
    color: #1a73e8;
    font-weight: 500;
    position: relative;
}

.speed-option.active::after {
    content: "✓";
    position: absolute;
    right: 12px;
    color: #1a73e8;
}

/* Speed Settings Container */
.speed-settings-container {
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

/* Speed Select Dropdown */
#scrollSpeedSelect {
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 6px;
    padding: 4px 12px; /* Padding azaldıldı */
    font-size: 13px; /* Yazı ölçüsü azaldıldı */
    cursor: pointer;
    color: #333;
    transition: all 0.2s ease;
    min-width: 90px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5"><path d="M0,0 L10,0 L5,5 Z" fill="%23555"/></svg>'); /* Ox ikonu */
    background-repeat: no-repeat;
    background-position: right 6px center;
    padding-right: 22px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 32px; /* function-button ilə eyni hündürlük */
    box-sizing: border-box;
}

#scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
    background-color: rgba(255, 255, 255, 0.4);
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .post-functions-container {
        border-radius: 12px; /* Mobil üçün də radius */
        margin: 5px 0 15px;
        padding: 4px 8px; /* Mobil üçün padding */
        position: sticky;
        top: 0;
    }

    .toolbar-group {
        padding: 0 3px; /* Mobil üçün padding */
    }

    .function-button {
        padding: 0 6px; /* Mobil üçün padding */
        min-width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .function-button i {
        margin-right: 3px; /* Mobil üçün ikon boşluğu */
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .post-functions {
        padding: 8px 6px; /* Ən kiçik ekranlar üçün padding */
    }
    
    .post-functions::-webkit-scrollbar {
        height: 3px;
    }
    
    .post-functions::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    
    .toolbar-group {
        flex-shrink: 0;
        border-right: none;
        margin: 0 3px; /* Ən kiçik ekranlar üçün qrup boşluğu */
        padding: 0;
    }
    
    .function-button {
        min-width: 32px; /* İkon düymələri üçün ölçü */
        height: 32px;
        padding: 0 8px; /* İkon düymələri üçün padding */
        font-size: 12px;
        border-radius: 6px;
    }
    
    .function-button span {
        display: none;
    }
    
    .function-button i {
        margin-right: 0;
        font-size: 16px; /* İkon ölçüsü */
    }
    
    .search-container {
        flex-direction: row !important;
        align-items: center !important; 
    }
    
    .search-input {
        border-radius: 30px !important;
        margin-bottom: 0 !important;
    }
    
    .search-button {
        width: auto !important;
        border-radius: 30px !important;
        margin-left: 5px !important;
        padding: 6px !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        justify-content: center !important;
        font-size: 0 !important;
        overflow: hidden !important;
    }
    
    .search-button .dashicons {
        margin-right: 0 !important;
        font-size: 18px !important;
    }
    
    .search-button:not(.dashicons) i.dashicons {
        display: block !important;
        margin: 0 !important;
    }
}

/* Sticky Toolbar Styles - Glassmorphism */
.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; /* Yuxarıdan 3px boşluq */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.75); /* Bir az daha qatı arxa fon */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Daha incə kölgə */
    border-radius: 0 0 12px 12px; /* Alt kənarlar yumşaldıldı */
    animation: slideDown 0.3s ease;
    backdrop-filter: blur(12px); /* Blur effekti artırıldı */
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2); /* Daha incə sərhəd */
    border-top: none;
    padding: 5px 10px; /* Yapışqan halda padding */
    margin: 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    margin-top: 48px; /* Toolbar hündürlüyü + padding + top boşluq */
}

/* Sortlama selekt elementi üçün yeni stil */
.sort-filter-wrapper {
    position: relative;
}

.mm-sort-select {
    padding: 6px 15px;
    border-radius: 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
}

.mm-sort-select:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.mm-sort-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.3);
}

.sort-filter-wrapper::after {
    content: "▼";
    font-size: 0.7rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Arxiv linki üçün xüsusi stil */
.mm-search-filter.archive-link {
    background-color: rgba(66, 133, 244, 0.2);
}

.mm-search-filter.archive-link:hover {
    background-color: rgba(66, 133, 244, 0.3);
}

/* Çətinlik filtrlər qrupu */
.difficulty-filters {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

/* Mobil cihazlarda görünüş */
@media (max-width: 768px) {
    .mm-search-filters {
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .difficulty-filters {
        justify-content: center;
        margin-top: 10px;
    }
    
    .mm-search-filter.archive-link {
        margin-top: 10px;
    }
}

/* Mobile adjustment for smallest screens */
@media (max-width: 576px) {
    .mm-search-filters {
        gap: 5px;
    }
    
    .mm-search-filter {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Ajax Search Results */
.ajax-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200; /* Erhöht von 100 auf 200, um über dem post-functions-container anzuzeigen */
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    display: none;
    max-height: 60vh;
    overflow-y: auto;
}

/* Akkord transpozisiyası üçün stillər */
.mm-chord {
    display: inline-block;
    font-weight: bold;
    color: #1a73e8; /* Google mavi rəngi */
    position: relative;
    padding: 0 2px;
    border-radius: 3px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.mm-chord:hover {
    background-color: rgba(26, 115, 232, 0.1);
    cursor: default;
}

/* Transpozisiya düyməsinin vurğulanması */
#transpose-reset.highlight {
    background-color: rgba(251, 188, 5, 0.2); /* Google sarı rəng */
    border-color: rgba(251, 188, 5, 0.5);
}

#transpose-value {
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    font-weight: bold;
}

/* Akkord transpozisiyasında görünəcək düymələr üçün əlavə stillər */
.toolbar-group button[id^="transpose"] {
    transition: all 0.3s ease;
}

.toolbar-group button[id^="transpose"]:hover {
    background-color: rgba(251, 188, 5, 0.1);
}

/* Akkordlar üçün adaptiv dizayn */
@media screen and (max-width: 768px) {
    .toolbar-group button[id^="transpose"] span {
        display: none;
    }
    
    .toolbar-group button[id^="transpose"] i {
        margin-right: 0;
    }
    
    #transpose-value {
        display: inline-block;
    }
}

/* Toolbar Spacer */
.toolbar-spacer {
    display: none;
    width: 100%;
}

/* Yeni Unicode ikonları üçün stillər */
.function-button .icon {
    margin-right: 6px;
    font-size: 1.1em; /* Simvol ölçüsünü bir az böyüdürük */
    line-height: 1; /* Düzgün şaquli hizalanma üçün */
    display: inline-block;
}

/* Xüsusi ikonlar üçün kiçik düzəlişlər */
.function-button .icon:only-child { /* Əgər yalnız ikon varsa (mobil kimi) */
    margin-right: 0;
}
#startScrollButton .icon {
    font-size: 1.2em; /* Ox ikonu üçün */
}
#print-content .icon {
    font-size: 1.3em; /* Printer ikonu üçün */
    margin-right: 4px; /* Printer ikonu üçün boşluq */
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Rəngləri və effekti desktop ilə eyniləşdiririk */
        background-color: rgba(255, 255, 255, 0.65); /* Glassmorphism */
        border-radius: 16px; /* Desktop radiusu */
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); 
        backdrop-filter: blur(12px); 
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        margin: 5px 0 10px; 
        padding: 4px 6px; /* Padding bir az tənzimləndi */
        position: sticky;
        top: 0;
    }

    .post-functions {
        padding: 2px; 
        gap: 5px; /* Switch üçün bir az daha çox boşluq */
        justify-content: center; 
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 5px; /* Switch üçün bir az daha çox boşluq */
    }

    .function-button {
        padding: 0 8px; 
        min-width: 28px; 
        height: 28px; /* Hündürlük bir az artırıldı */
        font-size: 12px; 
        /* Desktop düymə stilləri */
        background-color: rgba(255, 255, 255, 0.2); 
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #333; /* Desktop mətn rəngi */
        border-radius: 6px; /* Desktop radiusu */
        border: none;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.35); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Desktop stilinə uyğun) */
    .function-button.active:not(#startScrollButton), /* Adi aktiv düymələr */
    .function-button.button-primary:not(#startScrollButton):not(.active) /* Sürüşmə aktiv olmayanda primary */ 
    {
         background-color: rgba(66, 133, 244, 0.85); /* Göy */
         color: white;
         font-weight: 500;
    }
   
    /* Scroll aktiv olduqda fərqli rəng yoxdur, sadəcə switch görünüşü dəyişir */
    /* #startScrollButton.active { ... } */

    /* --- iPhone Switch Stili --- */
    #startScrollButton {
        background-color: transparent !important; /* Arxa fonu tam şəffaf */
        border: none !important;
        box-shadow: none !important;
        width: 44px; /* Switch eni */
        height: 26px; /* Switch hündürlüyü */
        padding: 0;
        border-radius: 13px; /* Switch kənarları */
        position: relative;
        cursor: pointer;
        overflow: hidden; /* İçindəki elementlər kənara çıxmasın */
        flex-shrink: 0; /* Ölçüsü dəyişməsin */
        margin: 0 3px; /* Ətrafında boşluq */
    }
     #startScrollButton .icon { /* Switch içindəki ikonu gizlədirik */
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); /* Sönülü vəziyyət rəngi */
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb */
         content: "";
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 22px; /* Thumb ölçüsü */
         height: 22px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
     }
     #startScrollButton.active::before { /* Aktiv track rəngi */
         background-color: rgba(66, 133, 244, 0.85); /* Göy rəng */
     }
     #startScrollButton.active::after { /* Thumb-ın hərəkəti */
         transform: translateX(18px); /* en - thumb_en - (2*padding) = 44-22-4=18 */
     }
    /* --- Switch Stili Sonu --- */


    .function-button .icon:not(:first-child) { /* Digər ikonlar üçün (əgər varsa) */
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 28px;
        padding: 0 6px 0 8px; 
        font-size: 12px;
        border-radius: 6px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        border: none;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        padding-right: 18px; 
        background-position: right 5px center;
        background-size: 8px;
        min-width: auto; 
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 3px 5px; /* Padding minimal */
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; /* Elementləri bərabər payla */
        gap: 3px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 3px;
    }

    .function-button {
        min-width: 28px; 
        height: 28px;
        padding: 0 6px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { /* Mətn gizli */
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1.1em; 
    }
     #print-content .icon {
         font-size: 1.3em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.2em;
     }
     #transpose-reset {
          padding: 0 6px;
          min-width: 24px;
          border-radius: 6px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.9em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         margin: 0 auto; /* Ortaya çəkmək üçün */
     }

     #scrollSpeedSelect {
          padding: 0 4px 0 6px;
          font-size: 11px;
          border-radius: 6px;
          height: 28px;
          padding-right: 15px;
          background-size: 7px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: #f8f9faf0; /* Daha açıq və şəffaf */
    backdrop-filter: blur(8px); /* Orta səviyyə blur */
    -webkit-backdrop-filter: blur(8px);
    border: none;
    border-bottom: 1px solid #dee2e6; /* Orta ton sərhəd */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 4px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~26px + padding ~4px + top ~3px = ~33px */
    margin-top: 33px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

/* CSS Variables */
:root {
    --primary-color: #4285f4;    /* Google Blue */
    --secondary-color: #34a853;  /* Google Green */
    --accent-color: #fbbc05;     /* Google Yellow */
    --danger-color: #ea4335;     /* Google Red */
    --neutral-color: #f8f9fa;    /* Light Gray */
    --text-color: #202124;       /* Dark Gray */
    --border-color: #dadce0;     /* Light Border */
}

.muzik-mezmunu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Post Səhifəsi Üçün CSS */
.muzik-single-post {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.post-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f5f5f5, #e6f2ff);
    border-radius: 8px 8px 0 0;
    padding: 15px 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}

.post-info {
    flex: 1;
    min-width: 250px;
}

.post-title {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.3;
}

.post-performers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.performers-label {
    color: #666;
    margin-right: 8px;
    font-size: 0.9em;
    font-weight: 500;
}

.performer-badge {
    display: inline-block;
    padding: 2px 8px;
    margin: 2px 4px 2px 0;
    border-radius: 15px;
    color: white;
    font-size: 0.85em;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.2s;
}

.performer-badge:hover {
    transform: translateX(2px);
    text-decoration: none;
    color: white;
}

.performer-badge-0 {
    background-color: #4285f4;
}

.performer-badge-1 {
    background-color: #34a853;
}

.performer-badge-2 {
    background-color: #fbbc05;
    color: #333; /* Sarı rəng üçün qaranlıq mətn */
}

.performer-badge-3 {
    background-color: #ea4335;
}

.performer-badge-4 {
    background-color: #673ab7;
}

.post-difficulty {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.difficulty-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    color: white;
    font-size: 0.8em;
    font-weight: 500;
}

.difficulty-inline {
    position: static !important;
    margin-right: 0 !important;
}

.difficulty-inline::before {
    content: "🎯";
    margin-right: 5px;
}

.asan {
    background-color: #4CAF50;
}

.orta {
    background-color: #2196F3;
}

.çətin, .cetin {
    background-color: #FFC107;
    color: #333; /* Sarı rəng üçün qaranlıq mətn */
}

.ifaci-small-image {
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    border: 3px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.post-functions {
    display: flex;
    align-items: center;
    margin: 15px 0 10px;
    flex-wrap: wrap;
}

.post-content-wrapper {
    padding: 20px;
    margin-top: 15px; /* Normal halda content üçün default margin */
}

.post-content {
    line-height: 1.7;
    font-size: 16px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

.post-content.two-columns {
    column-count: 2;
    column-gap: 40px;
}

/* Kod və ya Akkord blokları üçün xüsusi stillər */
.post-content pre {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    border-left: 3px solid #4285f4;
    font-family: monospace;
    overflow-x: auto;
    font-size: 0.95em;
    margin: 20px 0;
    white-space: pre-wrap;
}

/* Əlaqəli postlar */
.related-posts {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.related-posts h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

/* Post meta */
.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 20px;
    background-color: #f0f0f0;
    border-radius: 0 0 8px 8px;
    font-size: 0.9em;
    color: #555;
}

.meta-section {
    display: flex;
    align-items: center;
}

.meta-label {
    font-weight: 500;
    margin-right: 6px;
}

/* İfaçı Banner Stili */
.ifaci-banner {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f0f8ff, #e6f2ff);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05); /* Yüngül kölgə əlavə edildi */
}

.ifaci-image {
    width: 150px;
    height: 150px;
    border-radius: 50% !important;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    border: 4px solid white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.ifaci-info {
    flex-grow: 1;
    overflow: hidden; /* Mətn üçün */
}

.ifaci-info .page-title {
    margin: 0 0 7px 0;
    color: #333;
    font-size: 2em;
    white-space: nowrap; /* Uzun adlar üçün */
    text-overflow: ellipsis; /* Uzun adlar üçün */
    overflow: hidden; /* Uzun adlar üçün */
}

.ifaci-info .term-description {
    color: #666;
    line-height: 1.6;
    max-height: 3.2em; /* 2 sətir üçün */
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.category-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease;
    height: 80px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.category-card:hover {
    transform: translateX(5px);
    background: #e6f2ff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    text-decoration: none;
    color: inherit;
}

.category-image {
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    margin: 0 15px;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.category-content {
    padding: 0 15px;
    flex-grow: 1;
    overflow: hidden;
}

.category-title {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.category-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-title a:hover {
    color: inherit;
    text-decoration: none;
}

.category-description {
    font-size: 0.9em;
    color: #555;
    margin-top: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.no-posts {
    text-align: center;
    padding: 2rem;
    color: #666;
    font-style: italic;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}

@media (max-width: 767px) {
    .muzik-mezmunu-container {
        padding: 10px;
    }

    .tabs-container {
        padding: 15px;
        margin-top: 1rem;
    }

    .category-grid {
        padding: 10px;
    }

    .category-card {
        height: 70px;
    }

    .category-image {
        width: 60px;
        height: 60px;
        margin: 0 10px;
    }

    .category-content {
        padding: 0 10px;
    }

    .category-title {
        font-size: 0.9em;
    }

    .category-description {
        font-size: 0.8em;
    }

    .tab-button {
        padding: 0.6rem 1rem;
        font-size: 1rem;
    }

    .tabs-nav {
        padding: 10px;
        gap: 0.5rem;
    }

    .tab-button {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tab Styles */
.tabs-container {
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    overflow: hidden;
}

/* Navigation Tabs */
.tabs-nav {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.tab-button {
    padding: 0.8rem 1.5rem;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.tab-button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 3px;
    background: #007bff;
    transition: width 0.3s ease, left 0.3s ease;
}

.tab-button:hover {
    color: #007bff;
}

.tab-button:hover::after,
.tab-button.active::after {
    width: 100%;
    left: 0;
}

.tab-button.active {
    color: #007bff;
    font-weight: bold;
}

/* Tab Content */
.tab-content {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}

.tab-content.active {
    display: block;
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Çətinlik dərəcəsi indikatoru */
.difficulty-badge {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.7em;
    font-weight: 500;
    color: white;
    text-transform: capitalize;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 10;
}

.difficulty-badge.asan {
    background-color: #4CAF50; /* green */
}

.difficulty-badge.orta {
    background-color: #2196F3; /* blue */
}

.difficulty-badge.Çətin {
    background-color: #FFC107; /* yellow */
    color: #333; /* dark text for yellow background */
}

/* Əlavə çətinlik dərəcəsi sinifləri */
.difficulty-badge.easy {
    background-color: #4CAF50; /* green */
}

.difficulty-badge.medium {
    background-color: #2196F3; /* blue */
}

.difficulty-badge.hard {
    background-color: #FFC107; /* yellow */
    color: #333; /* dark text for yellow background */
}

/* Çətinlik dərəcəsi üçün əlavə stillər */
.category-card .difficulty-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.muzik-single-post .difficulty-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    transform: none;
    height: auto;
    width: auto;
    max-width: 100px;
    display: inline-block;
    padding: 3px 8px;
    font-size: 0.7em;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Post səhifəsində post-banner daxilində olan çətinlik nişanı */
.post-banner .difficulty-badge {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    font-size: 0.75em !important;
    margin-top: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

/* Muzik Home Page Styles */
.muzik-home {
    margin-top: 20px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #4285f4, #34a853);
    padding: 60px 0;
    color: white;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.hero-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Section Styles */
.section {
    margin-bottom: 60px;
}

.section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #4285f4;
}

/* Chords Grid */
.chords-grid, .recent-grid, .artists-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.chord-item, .recent-item, .artist-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: white;
}

.chord-item:hover, .recent-item:hover, .artist-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.chord-link, .recent-link, .artist-link {
    display: block;
    padding: 20px;
    color: #333;
    text-decoration: none;
}

.chord-title, .recent-title, .artist-name {
    font-size: 1.2rem;
    margin: 0 0 10px;
    font-weight: 600;
}

.chord-artist, .recent-artist {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.chord-meta, .recent-date, .artist-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #777;
}

.chord-views, .recent-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.chord-difficulty {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.difficulty-asan {
    background-color: #e6f4ea;
    color: #0f9d58;
}

.difficulty-orta {
    background-color: #fef7e0;
    color: #f4b400;
}

.difficulty-cetin {
    background-color: #fce8e6;
    color: #ea4335;
}

/* View All Link */
.view-all {
    text-align: center;
    margin-top: 20px;
}

.view-all-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f8f9fa;
    color: #4285f4;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.view-all-link:hover {
    background-color: #e8eaed;
}

/* Filter Tabs */
.filter-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px;
}

.filter-tab {
    padding: 8px 20px;
    border: none;
    background-color: #f1f3f4;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.filter-tab.active {
    background-color: #4285f4;
    color: white;
}

.filter-content {
    display: none;
}

.filter-content.active {
    display: block;
}

/* Item Types */
.item-type {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: #f1f3f4;
    color: #5f6368;
}

/* Difficulty Cards */
.difficulty-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.difficulty-card {
    flex: 1;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s;
}

.difficulty-card:hover {
    transform: translateY(-5px);
}

.difficulty-asan {
    background-color: #e6f4ea;
    box-shadow: 0 4px 15px rgba(15, 157, 88, 0.1);
}

.difficulty-orta {
    background-color: #fef7e0;
    box-shadow: 0 4px 15px rgba(244, 180, 0, 0.1);
}

.difficulty-cetin {
    background-color: #fce8e6;
    box-shadow: 0 4px 15px rgba(234, 67, 53, 0.1);
}

.difficulty-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.difficulty-asan .difficulty-icon {
    color: #0f9d58;
}

.difficulty-orta .difficulty-icon {
    color: #f4b400;
}

.difficulty-cetin .difficulty-icon {
    color: #ea4335;
}

.difficulty-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.difficulty-count {
    font-size: 1rem;
    margin-bottom: 15px;
    opacity: 0.8;
}

.difficulty-link {
    display: inline-block;
    padding: 8px 20px;
    background-color: white;
    border-radius: 30px;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.difficulty-link:hover {
    background-color: #f8f9fa;
}

/* No Content Styles */
.no-content {
    text-align: center;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    color: #666;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .chords-grid, .recent-grid, .artists-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .difficulty-cards {
        flex-wrap: wrap;
    }
    
    .difficulty-card {
        flex: 0 0 48%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .chords-grid, .recent-grid, .artists-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 40px 0;
    }
    
    .chords-grid, .recent-grid, .artists-grid {
        grid-template-columns: 1fr;
    }
    
    .filter-tabs {
        flex-wrap: wrap;
    }
    
    .difficulty-card {
        flex: 0 0 100%;
    }
}

/* Vatermark - çap vaxtı görünür */
@media print {
    .watermark-container::before {
        content: "akkordlar.az";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.1;
        font-size: 5rem;
        transform: rotate(-45deg);
        pointer-events: none;
        z-index: 1000;
        overflow: hidden;
        background-image: repeating-linear-gradient(
            -45deg,
            rgba(150, 150, 150, 0.1),
            rgba(150, 150, 150, 0.1) 200px,
            transparent 200px,
            transparent 400px
        );
    }

    .post-content {
        position: relative;
        z-index: 1;
    }

    .post-functions, 
    .site-header, 
    .site-footer, 
    .related-posts {
        display: none !important;
    }
    
    body.print-mode .watermark-container::before {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .post-banner {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .ifaci-small-image {
        margin-bottom: 15px;
    }
    
    .post-functions {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
}

/* Çap rejimi üçün stillər */
@media print {
    .post-functions, 
    .site-header, 
    .site-footer, 
    .related-posts {
        display: none !important;
    }
    
    .post-content {
        font-size: 12pt;
    }
    
    .post-content.two-columns {
        column-count: 1;
    }
    
    .post-banner {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}

/* MM AJAX Search styles */
.mm-search-form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.mm-search-input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 30px;
    border: 2px solid #e0e0e0;
    font-size: 16px;
    transition: all 0.3s;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mm-search-input:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 3px 15px rgba(66, 133, 244, 0.15);
}

.mm-search-button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.mm-search-button:hover {
    background-color: #3367d6;
}

#mm-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 5px;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.result-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
    border-bottom: 1px solid #f1f1f1;
}

.result-item:last-child {
    border-bottom: none;
}

.result-item:hover {
    background-color: #f8f9fa;
}

.result-icon {
    margin-right: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}

.result-title {
    font-weight: 500;
    flex-grow: 1;
}

.result-artist, .result-count {
    margin-left: 10px;
    font-size: 0.85em;
    color: #666;
    white-space: nowrap;
}

.result-akkord .result-icon {
    color: #4285f4;
}

.result-tab .result-icon {
    color: #0f9d58;
}

.result-lyrics .result-icon {
    color: #db4437;
}

.result-translation .result-icon {
    color: #f4b400;
}

.result-artist .result-icon {
    color: #673ab7;
}

.loading, .no-results, .error {
    padding: 15px;
    text-align: center;
    color: #666;
}

.loading {
    color: #4285f4;
}

.error {
    color: #db4437;
}

@media (max-width: 576px) {
    .mm-search-input {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .mm-search-button {
        padding: 6px 12px;
    }
    
    .result-item {
        padding: 10px;
    }
    
    .result-artist, .result-count {
        display: none;
    }
}

/* Hero section dashboard style */
.hero-section.mm-dashboard-header {
    background: linear-gradient(135deg, #4285f4, #34a853);
    color: white;
    padding: 40px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.hero-section.mm-dashboard-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="rgba(255,255,255,0.05)"><path d="M30,20 Q45,46 30,70 M50,10 Q80,50 50,90 M70,20 Q55,46 70,70"/></svg>');
    background-size: 600px;
    opacity: 0.7;
}

.hero-section.mm-dashboard-header .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-section.mm-dashboard-header .hero-title {
    font-size: 2.8rem;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-section.mm-dashboard-header .hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.mm-features-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.mm-feature-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.mm-feature-badge .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.hero-section.mm-dashboard-header .search-form {
    max-width: 600px;
    margin: 0 auto;
}

.hero-section.mm-dashboard-header .search-container {
    display: flex;
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.hero-section.mm-dashboard-header .search-input {
    flex: 1;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.hero-section.mm-dashboard-header .search-button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero-section.mm-dashboard-header .search-button:hover {
    background-color: #3367d6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section.mm-dashboard-header .hero-title {
        font-size: 2rem;
    }
    
    .hero-section.mm-dashboard-header .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .mm-features-badges {
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .mm-feature-badge {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .hero-section.mm-dashboard-header {
        padding: 30px 15px;
    }
    
    .hero-section.mm-dashboard-header .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-section.mm-dashboard-header .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-section.mm-dashboard-header .search-container {
        flex-direction: column;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }
    
    .hero-section.mm-dashboard-header .search-input {
        margin-bottom: 10px;
        padding: 10px 15px;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .hero-section.mm-dashboard-header .search-button {
        width: 100%;
        justify-content: center;
    }
}

/* Search Filters */
.mm-search-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.mm-search-filter {
    padding: 8px 15px;
    margin: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.mm-search-filter:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.mm-search-filter.active {
    background: #fff;
    color: #23282d;
    font-weight: 600;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .mm-search-filters {
        margin-bottom: 10px;
        justify-content: center;
        gap: 8px;
    }
    
    .mm-search-filter {
        padding: 6px 12px;
        font-size: 13px;
    }
}

/* Mobile adjustment for smaller screens */
@media (max-width: 576px) {
    .mm-search-filters {
        gap: 5px;
    }
    
    .mm-search-filter {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Debug message styling */
.error {
    background-color: rgba(220, 50, 50, 0.1);
    border: 1px solid rgba(220, 50, 50, 0.3);
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0;
}

/* Scroll Kontrolları Qrupu */
.scroll-control-group {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
    border-radius: 20px;
    padding: 8px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Sürət Düyməsi */
.speed-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    border: none;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #4a5568;
}

.speed-button:hover {
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Sürət Popup Paneli */
.speed-popup {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: white;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    min-width: 180px;
    padding: 12px 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    overflow: hidden;
}

.speed-popup.active,
.speed-popup.show {
    display: block;
    animation: fadeInUp 0.25s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.speed-title {
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0 16px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    color: #2d3748;
    font-size: 14px;
}

.speed-options {
    display: flex;
    flex-direction: column;
}

.speed-option {
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.2s ease;
    color: #4a5568;
    font-size: 14px;
    position: relative;
}

.speed-option:hover {
    background-color: rgba(237, 242, 247, 0.7);
    color: #2b6cb0;
}

.speed-option.active {
    background-color: rgba(235, 248, 255, 0.7);
    color: #2b6cb0;
    font-weight: 600;
}

.speed-option.active::after {
    content: "✓";
    position: absolute;
    right: 16px;
    color: #2b6cb0;
}

/* Funksiya Düymələri */
.function-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background-color: rgba(255, 255, 255, 0.25);
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.function-button:hover {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.function-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.function-button i {
    margin-right: 8px;
    font-size: 16px;
}

.function-button.button-primary {
    background-color: rgba(66, 133, 244, 0.85);
    color: white;
    border: none;
}

.function-button.button-primary:hover {
    background-color: rgba(66, 133, 244, 1);
}

.function-button.button-primary.active {
    background-color: rgba(234, 67, 53, 0.85);
    border: none;
}

.function-button.button-secondary {
    background-color: rgba(255, 255, 255, 0.3);
    color: #333;
}

.function-button.button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Sürət ayarları üçün konteyner */
.speed-settings-container {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.speed-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f9ff;
    color: #444;
    border: 1px solid #d5e3fa;
    border-radius: 3px;
    width: 30px;
    height: 28px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.speed-button:hover {
    background-color: #e6f0ff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-color: #b0c4e6;
}

/* Çap rejimi */
@media print {
    .post-functions,
    .site-header,
    .site-footer,
    .related-posts,
    .post-meta {
        display: none !important;
    }
    
    .post-content {
        font-size: 12pt !important;
    }
    
    .print-mode .watermark-container::after {
        content: attr(data-watermark);
        position: fixed;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: rgba(0, 0, 0, 0.1);
        transform: rotate(-45deg);
        transform-origin: center;
        z-index: 1000;
        pointer-events: none;
    }
}

/* Mobil uyğunlaşdırma */
@media (max-width: 768px) {
    .post-functions {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    
    .function-button {
        margin: 0 0 12px 0;
        width: 100%;
        max-width: 200px;
    }
    
    .scroll-control-group {
        margin-bottom: 12px;
        width: 100%;
        justify-content: center;
    }
    
    .dropdown-content {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Kontent kartları - Ana səhifə */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.music-card {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.music-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.card-image-link {
    display: block;
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.music-card:hover .card-image {
    transform: scale(1.05);
}

.card-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

.card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.card-title a:hover {
    color: #4285f4;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.85rem;
    color: #666;
    margin-top: auto;
}

.card-artist {
    color: #4285f4;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
    transition: color 0.2s;
}

.card-artist:hover {
    color: #3367d6;
    text-decoration: underline;
}

.date-added, .view-count {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 0.8rem;
    color: #888;
}

.date-added .dashicons, .view-count .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.music-card .difficulty-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    bottom: auto !important;
    z-index: 10 !important;
    transform: none !important;
    height: auto !important;
    width: auto !important;
    max-width: 100px !important;
    display: inline-block !important;
    padding: 3px 8px !important;
    font-size: 0.7em !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 576px) {
    .cards-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 12px;
    }
    
    .card-title {
        font-size: 0.95rem;
    }
    
    .card-content {
        padding: 10px;
    }
    
    .card-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .card-artist {
        margin-bottom: 5px;
    }
    
    .date-added, .view-count {
        margin-left: 0;
        margin-top: 3px;
    }
}

/* Bölmə filterleri */
.content-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-btn {
    border: none;
    background: transparent;
    color: #666;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-btn:hover {
    color: #4285f4;
    background-color: rgba(66, 133, 244, 0.05);
}

.filter-btn.active {
    color: #4285f4;
    background-color: rgba(66, 133, 244, 0.1);
    font-weight: 600;
}

/* Latest kontenti */
.latest-content-container {
    position: relative;
    min-height: 200px;
}

.latest-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.latest-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 768px) {
    .content-filter {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }
    
    .section-header {
        flex-direction: column;
        align-items: center;
    }
}

/* Ana Səhifə Bölmələri */
.section-container {
    margin: 40px 0;
    border-radius: 12px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.section-title .dashicons {
    color: #4285f4;
    width: 28px;
    height: 28px;
    font-size: 28px;
}

.view-all-link {
    display: flex;
    align-items: center;
    color: #4285f4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.view-all-link:hover {
    color: #3367d6;
    text-decoration: underline;
}

.view-all-link .dashicons {
    margin-left: 5px;
    font-size: 16px;
    transition: transform 0.2s;
}

.view-all-link:hover .dashicons {
    transform: translateX(4px);
}

/* Search Form Container - Çətinlik dərəcələri altına */
.search-form-container {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
    position: relative;
    z-index: 100;
}

.search-form-container .search-form {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.search-form-container .search-container {
    display: flex;
    gap: 10px;
}

.search-form-container .search-input {
    flex: 1;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.search-form-container .search-input:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 2px 10px rgba(66, 133, 244, 0.15);
}

.search-form-container .search-button {
    background-color: #4285f4;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.search-form-container .search-button:hover {
    background-color: #3367d6;
}

.search-form-container .ajax-search-results {
    z-index: 101;
}

/* Tab stilləri - mm-search-filters ilə eyniləşdirmə */
.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
}

.tab-button {
    padding: 8px 15px;
    margin: 0 5px 5px;
    background: rgba(66, 133, 244, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    color: #333;
    border: none;
    font-weight: normal;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.tab-button:hover {
    background: rgba(66, 133, 244, 0.2);
    color: #4285f4;
}

.tab-button.active {
    background: #4285f4;
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

.tab-button::after {
    display: none;
}

/* Son Əlavə Edilənlər filter butonu stilləri də düzəldirik */
.content-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 15px;
    margin: 0;
    background: rgba(66, 133, 244, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    color: #333;
    border: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.filter-btn:hover {
    background: rgba(66, 133, 244, 0.2);
    color: #4285f4;
}

.filter-btn.active {
    background: #4285f4;
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

/* Çətinlik dərəcələri və İfaçılar bölmələri üçün stilləri təkmilləşdirək */
.difficulty-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.difficulty-block {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background-color: #f8f9fa;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.difficulty-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.difficulty-icon {
    width: 50px;
    height: 50px;
    background-color: #4285f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 24px;
}

.difficulty-block.asan .difficulty-icon {
    background-color: #4CAF50;
}

.difficulty-block.orta .difficulty-icon {
    background-color: #2196F3;
}

.difficulty-block.çətin .difficulty-icon,
.difficulty-block.cetin .difficulty-icon {
    background-color: #FFC107;
}

.difficulty-content {
    flex: 1;
}

.difficulty-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.difficulty-count {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Artists grid üçün də eyni stilləri tətbiq edək */
.artists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.artist-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background-color: #f8f9fa;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.artist-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.artist-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    border: 3px solid white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.artist-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.artist-count {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Konteyner içindəki axtarış forması üçün üslublar */
.muzik-mezmunu-container .search-form {
    max-width: 600px;
    margin: 0 auto 30px auto;
    position: relative;
}

.muzik-mezmunu-container .search-container {
    display: flex;
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    flex-direction: row; /* Stellt sicher, dass die Elemente nebeneinander stehen */
    align-items: center; /* Zentriert die Elemente vertikal */
}

.muzik-mezmunu-container .search-input {
    flex: 1;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.muzik-mezmunu-container .search-button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 8px 15px; /* Kleinerer Button */
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 5px; /* Abstand zum Suchfeld */
    min-width: auto; /* Vermeidet zu breite Buttons */
}

.muzik-mezmunu-container .search-button:hover {
    background-color: #3367d6;
}

.muzik-mezmunu-container .ajax-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 200; /* Erhöht von 100 auf 200, um über dem post-functions-container anzuzeigen */
    margin-top: 10px;
    max-height: 450px;
    overflow-y: auto;
    display: none;
    padding: 8px;
    border: 1px solid rgba(66, 133, 244, 0.2);
}

.muzik-mezmunu-container .ajax-search-results.show {
    display: block;
    animation: fadeInResults 0.3s ease-out;
}

@keyframes fadeInResults {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.muzik-mezmunu-container .search-result-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    border-radius: 10px;
    margin-bottom: 4px;
    border-left: 3px solid transparent;
}

.muzik-mezmunu-container .search-result-item:last-child {
    margin-bottom: 0;
}

.muzik-mezmunu-container .search-result-item:hover {
    background-color: rgba(66, 133, 244, 0.08);
    border-left-color: #4285f4;
    transform: translateX(3px);
}

.muzik-mezmunu-container .result-type-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f0f0f0;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: #666;
    font-size: 16px;
}

.muzik-mezmunu-container .search-result-item:hover .result-type-icon {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(66, 133, 244, 0.2);
}

.muzik-mezmunu-container .result-content {
    flex-grow: 1;
    overflow: hidden;
}

.muzik-mezmunu-container .result-title {
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 0.95rem;
}

.muzik-mezmunu-container .result-meta {
    display: flex;
    font-size: 0.8rem;
    color: #666;
}

.muzik-mezmunu-container .result-artist {
    margin-right: 10px;
    color: #4285f4;
    font-weight: 500;
    position: relative;
    padding-right: 12px;
}

.muzik-mezmunu-container .result-artist:after {
    content: '•';
    position: absolute;
    right: 0;
    color: #ccc;
}

.muzik-mezmunu-container .result-type {
    background-color: rgba(66, 133, 244, 0.1);
    padding: 2px 8px;
    border-radius: 30px;
    font-size: 0.75rem;
    color: #4285f4;
    font-weight: 500;
}

/* Post typena görə ayrı rənglər */
.muzik-mezmunu-container .search-result-item[data-type="akkordlar"] .result-type-icon {
    color: #4285f4;
    background: linear-gradient(135deg, #e8f0fe, #d2e3fc);
}

.muzik-mezmunu-container .search-result-item[data-type="akkordlar"] .result-type {
    background-color: rgba(66, 133, 244, 0.1);
    color: #4285f4;
}

.muzik-mezmunu-container .search-result-item[data-type="tablar"] .result-type-icon {
    color: #0f9d58;
    background: linear-gradient(135deg, #e6f4ea, #ceead6);
}

.muzik-mezmunu-container .search-result-item[data-type="tablar"] .result-type {
    background-color: rgba(15, 157, 88, 0.1);
    color: #0f9d58;
}

.muzik-mezmunu-container .search-result-item[data-type="mahnisozleri"] .result-type-icon {
    color: #db4437;
    background: linear-gradient(135deg, #fce8e6, #fad2cf);
}

.muzik-mezmunu-container .search-result-item[data-type="mahnisozleri"] .result-type {
    background-color: rgba(219, 68, 55, 0.1);
    color: #db4437;
}

.muzik-mezmunu-container .search-result-item[data-type="mahnitercumeleri"] .result-type-icon {
    color: #f4b400;
    background: linear-gradient(135deg, #fef7e0, #feefc3);
}

.muzik-mezmunu-container .search-result-item[data-type="mahnitercumeleri"] .result-type {
    background-color: rgba(244, 180, 0, 0.1);
    color: #f4b400;
}

.muzik-mezmunu-container .search-result-item[data-type="taxonomy"] .result-type-icon {
    color: #673ab7;
    background: linear-gradient(135deg, #ede7f6, #d1c4e9);
}

.muzik-mezmunu-container .search-result-item[data-type="taxonomy"] .result-type {
    background-color: rgba(103, 58, 183, 0.1);
    color: #673ab7;
}

.muzik-mezmunu-container .search-loading,
.muzik-mezmunu-container .no-results,
.muzik-mezmunu-container .error {
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

.muzik-mezmunu-container .search-loading {
    color: #4285f4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.muzik-mezmunu-container .search-loading:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #4285f4;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to { transform: rotate(360deg); }
}

.muzik-mezmunu-container .error {
    color: #db4437;
    border-left: 3px solid #db4437;
    background-color: rgba(219, 68, 55, 0.05);
    padding: 15px;
    border-radius: 5px;
}

.muzik-mezmunu-container .no-results {
    padding: 20px;
    color: #666;
    font-style: italic;
}

/* Responsive axtarış nəticələri */
@media (max-width: 768px) {
    .muzik-mezmunu-container .ajax-search-results {
        max-height: 350px;
    }
    
    .muzik-mezmunu-container .search-result-item {
        padding: 10px 12px;
    }
    
    .muzik-mezmunu-container .result-type-icon {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    
    .muzik-mezmunu-container .result-title {
        font-size: 0.9rem;
    }
    
    .muzik-mezmunu-container .result-meta {
        font-size: 0.75rem;
    }
}

/* Arxiv səhifəsi filterlər */
.filter-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-item label {
    font-weight: 500;
    color: #555;
    font-size: 0.95rem;
    white-space: nowrap;
}

.filter-select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #333;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 120px;
}

.filter-select:hover {
    border-color: #aaa;
}

.filter-select:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
}

.archive-link.button {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    background-color: #4285f4;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.archive-link.button:hover {
    background-color: #3367d6;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

@media (max-width: 576px) {
    .filter-section {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    
    .filter-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .filter-select {
        width: 100%;
    }
    
    .archive-link.button {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
    }
}

/* Daha çox düyməsi üçün stillər */
.load-more-container {
    text-align: center;
    margin: 30px 0;
}

.load-more-button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.load-more-button:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.load-more-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.load-more-button:disabled {
    background-color: #95a5a6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Yükləmə animasiyası üçün fırlanma */
.rotating {
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Post functions container - glassmorphism style */
.post-functions-container {
    background-color: rgba(255, 255, 255, 0.65); /* Bir az daha şəffaf */
    border-radius: 12px; /* Daha yumşaq kənarlar */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); /* Daha incə kölgə */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25); /* Daha incə sərhəd */
    margin: 5px 0 15px; /* Yuxarı və aşağı marginləri azaltdım */
    position: relative;
    z-index: 100;
    transition: all 0.3s ease;
    width: 100%;
    padding: 5px 10px; /* Padding azaldıldı */
}

.post-functions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px; /* Padding azaldıldı */
    gap: 8px; /* Elementlər arası boşluq azaldıldı */
}

.toolbar-group {
    display: flex;
    align-items: center;
    gap: 6px; /* Qrup daxili boşluq azaldıldı */
    padding: 0 6px; /* Padding azaldıldı */
    border-right: 1px solid rgba(0, 0, 0, 0.08); /* Daha incə ayırıcı */
}

.toolbar-group:last-child {
    border-right: none;
}

.function-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px; /* Minimum eni azaltdım */
    height: 32px; /* Hündürlüyü azaltdım */
    padding: 0 12px; /* Padding azaldıldı */
    border-radius: 6px; /* Daha kiçik radius */
    font-size: 13px; /* Yazı ölçüsü azaldıldı */
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background-color: rgba(255, 255, 255, 0.2); /* Arxa fon bir az dəyişdirildi */
    color: #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* Daha incə kölgə */
}

.function-button:hover {
    background-color: rgba(255, 255, 255, 0.35); /* Hover effekti */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.function-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.function-button i {
    margin-right: 6px; /* İkon ilə mətn arası boşluq */
    font-size: 15px; /* İkon ölçüsü */
}

.function-button.button-primary {
    background-color: rgba(66, 133, 244, 0.85);
    color: white;
    border: none;
}

.function-button.button-primary:hover {
    background-color: rgba(66, 133, 244, 1);
}

.function-button.button-primary.active {
    background-color: rgba(234, 67, 53, 0.85);
    border: none;
}

.function-button.button-secondary {
    background-color: rgba(255, 255, 255, 0.3);
    color: #333;
}

.function-button.button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Speed Settings Popup */
.speed-settings-container {
    position: relative;
    display: inline-block;
}

.speed-popup {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px;
    min-width: 200px;
    z-index: 1000;
    display: none; /* Standardmäßig ausgeblendet */
}

.speed-title {
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.speed-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.speed-option {
    padding: 8px 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.speed-option:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateX(3px);
}

.speed-option.active {
    background-color: rgba(26, 115, 232, 0.2);
    color: #1a73e8;
    font-weight: 500;
    position: relative;
}

.speed-option.active::after {
    content: "✓";
    position: absolute;
    right: 12px;
    color: #1a73e8;
}

/* Speed Settings Container */
.speed-settings-container {
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

/* Speed Select Dropdown */
#scrollSpeedSelect {
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 6px;
    padding: 4px 12px; /* Padding azaldıldı */
    font-size: 13px; /* Yazı ölçüsü azaldıldı */
    cursor: pointer;
    color: #333;
    transition: all 0.2s ease;
    min-width: 90px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5"><path d="M0,0 L10,0 L5,5 Z" fill="%23555"/></svg>'); /* Ox ikonu */
    background-repeat: no-repeat;
    background-position: right 6px center;
    padding-right: 22px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 32px; /* function-button ilə eyni hündürlük */
    box-sizing: border-box;
}

#scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
    background-color: rgba(255, 255, 255, 0.4);
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .post-functions-container {
        border-radius: 12px; /* Mobil üçün də radius */
        margin: 5px 0 15px;
        padding: 4px 8px; /* Mobil üçün padding */
        position: sticky;
        top: 0;
    }

    .toolbar-group {
        padding: 0 3px; /* Mobil üçün padding */
    }

    .function-button {
        padding: 0 6px; /* Mobil üçün padding */
        min-width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .function-button i {
        margin-right: 3px; /* Mobil üçün ikon boşluğu */
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .post-functions {
        padding: 8px 6px; /* Ən kiçik ekranlar üçün padding */
    }
    
    .post-functions::-webkit-scrollbar {
        height: 3px;
    }
    
    .post-functions::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    
    .toolbar-group {
        flex-shrink: 0;
        border-right: none;
        margin: 0 3px; /* Ən kiçik ekranlar üçün qrup boşluğu */
        padding: 0;
    }
    
    .function-button {
        min-width: 32px; /* İkon düymələri üçün ölçü */
        height: 32px;
        padding: 0 8px; /* İkon düymələri üçün padding */
        font-size: 12px;
        border-radius: 6px;
    }
    
    .function-button span {
        display: none;
    }
    
    .function-button i {
        margin-right: 0;
        font-size: 16px; /* İkon ölçüsü */
    }
    
    .search-container {
        flex-direction: row !important;
        align-items: center !important; 
    }
    
    .search-input {
        border-radius: 30px !important;
        margin-bottom: 0 !important;
    }
    
    .search-button {
        width: auto !important;
        border-radius: 30px !important;
        margin-left: 5px !important;
        padding: 6px !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        justify-content: center !important;
        font-size: 0 !important;
        overflow: hidden !important;
    }
    
    .search-button .dashicons {
        margin-right: 0 !important;
        font-size: 18px !important;
    }
    
    .search-button:not(.dashicons) i.dashicons {
        display: block !important;
        margin: 0 !important;
    }
}

/* Sticky Toolbar Styles - Glassmorphism */
.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; /* Yuxarıdan 3px boşluq */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.75); /* Bir az daha qatı arxa fon */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Daha incə kölgə */
    border-radius: 0 0 12px 12px; /* Alt kənarlar yumşaldıldı */
    animation: slideDown 0.3s ease;
    backdrop-filter: blur(12px); /* Blur effekti artırıldı */
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2); /* Daha incə sərhəd */
    border-top: none;
    padding: 5px 10px; /* Yapışqan halda padding */
    margin: 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    margin-top: 48px; /* Toolbar hündürlüyü + padding + top boşluq */
}

/* Sortlama selekt elementi üçün yeni stil */
.sort-filter-wrapper {
    position: relative;
}

.mm-sort-select {
    padding: 6px 15px;
    border-radius: 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
}

.mm-sort-select:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.mm-sort-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.3);
}

.sort-filter-wrapper::after {
    content: "▼";
    font-size: 0.7rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Arxiv linki üçün xüsusi stil */
.mm-search-filter.archive-link {
    background-color: rgba(66, 133, 244, 0.2);
}

.mm-search-filter.archive-link:hover {
    background-color: rgba(66, 133, 244, 0.3);
}

/* Çətinlik filtrlər qrupu */
.difficulty-filters {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

/* Mobil cihazlarda görünüş */
@media (max-width: 768px) {
    .mm-search-filters {
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .difficulty-filters {
        justify-content: center;
        margin-top: 10px;
    }
    
    .mm-search-filter.archive-link {
        margin-top: 10px;
    }
}

/* Mobile adjustment for smallest screens */
@media (max-width: 576px) {
    .mm-search-filters {
        gap: 5px;
    }
    
    .mm-search-filter {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Ajax Search Results */
.ajax-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200; /* Erhöht von 100 auf 200, um über dem post-functions-container anzuzeigen */
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    display: none;
    max-height: 60vh;
    overflow-y: auto;
}

/* Akkord transpozisiyası üçün stillər */
.mm-chord {
    display: inline-block;
    font-weight: bold;
    color: #1a73e8; /* Google mavi rəngi */
    position: relative;
    padding: 0 2px;
    border-radius: 3px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.mm-chord:hover {
    background-color: rgba(26, 115, 232, 0.1);
    cursor: default;
}

/* Transpozisiya düyməsinin vurğulanması */
#transpose-reset.highlight {
    background-color: rgba(251, 188, 5, 0.2); /* Google sarı rəng */
    border-color: rgba(251, 188, 5, 0.5);
}

#transpose-value {
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    font-weight: bold;
}

/* Akkord transpozisiyasında görünəcək düymələr üçün əlavə stillər */
.toolbar-group button[id^="transpose"] {
    transition: all 0.3s ease;
}

.toolbar-group button[id^="transpose"]:hover {
    background-color: rgba(251, 188, 5, 0.1);
}

/* Akkordlar üçün adaptiv dizayn */
@media screen and (max-width: 768px) {
    .toolbar-group button[id^="transpose"] span {
        display: none;
    }
    
    .toolbar-group button[id^="transpose"] i {
        margin-right: 0;
    }
    
    #transpose-value {
        display: inline-block;
    }
}

/* Toolbar Spacer */
.toolbar-spacer {
    display: none;
    width: 100%;
}

/* Yeni Unicode ikonları üçün stillər */
.function-button .icon {
    margin-right: 6px;
    font-size: 1.1em; /* Simvol ölçüsünü bir az böyüdürük */
    line-height: 1; /* Düzgün şaquli hizalanma üçün */
    display: inline-block;
}

/* Xüsusi ikonlar üçün kiçik düzəlişlər */
.function-button .icon:only-child { /* Əgər yalnız ikon varsa (mobil kimi) */
    margin-right: 0;
}
#startScrollButton .icon {
    font-size: 1.2em; /* Ox ikonu üçün */
}
#print-content .icon {
    font-size: 1.3em; /* Printer ikonu üçün */
    margin-right: 4px; /* Printer ikonu üçün boşluq */
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Rəngləri və effekti desktop ilə eyniləşdiririk */
        background-color: rgba(255, 255, 255, 0.65); /* Glassmorphism */
        border-radius: 16px; /* Desktop radiusu */
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); 
        backdrop-filter: blur(12px); 
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        margin: 5px 0 10px; 
        padding: 4px 6px; /* Padding bir az tənzimləndi */
        position: sticky;
        top: 0;
    }

    .post-functions {
        padding: 2px; 
        gap: 5px; /* Switch üçün bir az daha çox boşluq */
        justify-content: center; 
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 5px; /* Switch üçün bir az daha çox boşluq */
    }

    .function-button {
        padding: 0 8px; 
        min-width: 28px; 
        height: 28px; /* Hündürlük bir az artırıldı */
        font-size: 12px; 
        /* Desktop düymə stilləri */
        background-color: rgba(255, 255, 255, 0.2); 
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #333; /* Desktop mətn rəngi */
        border-radius: 6px; /* Desktop radiusu */
        border: none;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.35); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Desktop stilinə uyğun) */
    .function-button.active:not(#startScrollButton), /* Adi aktiv düymələr */
    .function-button.button-primary:not(#startScrollButton):not(.active) /* Sürüşmə aktiv olmayanda primary */ 
    {
         background-color: rgba(66, 133, 244, 0.85); /* Göy */
         color: white;
         font-weight: 500;
    }
   
    /* Scroll aktiv olduqda fərqli rəng yoxdur, sadəcə switch görünüşü dəyişir */
    /* #startScrollButton.active { ... } */

    /* --- iPhone Switch Stili --- */
    #startScrollButton {
        background-color: transparent !important; /* Arxa fonu tam şəffaf */
        border: none !important;
        box-shadow: none !important;
        width: 44px; /* Switch eni */
        height: 26px; /* Switch hündürlüyü */
        padding: 0;
        border-radius: 13px; /* Switch kənarları */
        position: relative;
        cursor: pointer;
        overflow: hidden; /* İçindəki elementlər kənara çıxmasın */
        flex-shrink: 0; /* Ölçüsü dəyişməsin */
        margin: 0 3px; /* Ətrafında boşluq */
    }
     #startScrollButton .icon { /* Switch içindəki ikonu gizlədirik */
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); /* Sönülü vəziyyət rəngi */
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb */
         content: "";
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 22px; /* Thumb ölçüsü */
         height: 22px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
     }
     #startScrollButton.active::before { /* Aktiv track rəngi */
         background-color: rgba(66, 133, 244, 0.85); /* Göy rəng */
     }
     #startScrollButton.active::after { /* Thumb-ın hərəkəti */
         transform: translateX(18px); /* en - thumb_en - (2*padding) = 44-22-4=18 */
     }
    /* --- Switch Stili Sonu --- */


    .function-button .icon:not(:first-child) { /* Digər ikonlar üçün (əgər varsa) */
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 28px;
        padding: 0 6px 0 8px; 
        font-size: 12px;
        border-radius: 6px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        border: none;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        padding-right: 18px; 
        background-position: right 5px center;
        background-size: 8px;
        min-width: auto; 
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 3px 5px; /* Padding minimal */
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; /* Elementləri bərabər payla */
        gap: 3px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 3px;
    }

    .function-button {
        min-width: 28px; 
        height: 28px;
        padding: 0 6px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { /* Mətn gizli */
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1.1em; 
    }
     #print-content .icon {
         font-size: 1.3em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.2em;
     }
     #transpose-reset {
          padding: 0 6px;
          min-width: 24px;
          border-radius: 6px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.9em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         margin: 0 auto; /* Ortaya çəkmək üçün */
     }

     #scrollSpeedSelect {
          padding: 0 4px 0 6px;
          font-size: 11px;
          border-radius: 6px;
          height: 28px;
          padding-right: 15px;
          background-size: 7px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: #f8f9faf0; /* Daha açıq və şəffaf */
    backdrop-filter: blur(8px); /* Orta səviyyə blur */
    -webkit-backdrop-filter: blur(8px);
    border: none;
    border-bottom: 1px solid #dee2e6; /* Orta ton sərhəd */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 4px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~26px + padding ~4px + top ~3px = ~33px */
    margin-top: 33px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
/* CSS Variables */
:root {
    --primary-color: #4285f4;    /* Google Blue */
    --secondary-color: #34a853;  /* Google Green */
    --accent-color: #fbbc05;     /* Google Yellow */
    --danger-color: #ea4335;     /* Google Red */
    --neutral-color: #f8f9fa;    /* Light Gray */
    --text-color: #202124;       /* Dark Gray */
    --border-color: #dadce0;     /* Light Border */
}

.muzik-mezmunu-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

/* Post Səhifəsi Üçün CSS */
.muzik-single-post {
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.post-banner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(135deg, #f5f5f5, #e6f2ff);
    border-radius: 8px 8px 0 0;
    padding: 15px 20px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.05);
}

.post-info {
    flex: 1;
    min-width: 250px;
}

.post-title {
    font-size: 1.8rem;
    margin: 0 0 10px 0;
    color: #333;
    line-height: 1.3;
}

.post-performers {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.performers-label {
    color: #666;
    margin-right: 8px;
    font-size: 0.9em;
    font-weight: 500;
}

.performer-badge {
    display: inline-block;
    padding: 2px 8px;
    margin: 2px 4px 2px 0;
    border-radius: 15px;
    color: white;
    font-size: 0.85em;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.2s;
}

.performer-badge:hover {
    transform: translateX(2px);
    text-decoration: none;
    color: white;
}

.performer-badge-0 {
    background-color: #4285f4;
}

.performer-badge-1 {
    background-color: #34a853;
}

.performer-badge-2 {
    background-color: #fbbc05;
    color: #333; /* Sarı rəng üçün qaranlıq mətn */
}

.performer-badge-3 {
    background-color: #ea4335;
}

.performer-badge-4 {
    background-color: #673ab7;
}

.post-difficulty {
    margin-top: 5px;
    display: flex;
    align-items: center;
}

.difficulty-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 4px;
    color: white;
    font-size: 0.8em;
    font-weight: 500;
}

.difficulty-inline {
    position: static !important;
    margin-right: 0 !important;
}

.difficulty-inline::before {
    content: "🎯";
    margin-right: 5px;
}

.asan {
    background-color: #4CAF50;
}

.orta {
    background-color: #2196F3;
}

.çətin, .cetin {
    background-color: #FFC107;
    color: #333; /* Sarı rəng üçün qaranlıq mətn */
}

.ifaci-small-image {
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
    background-size: cover;
    background-position: center;
    margin-right: 15px;
    border: 3px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.post-functions {
    display: flex;
    align-items: center;
    margin: 15px 0 10px;
    flex-wrap: wrap;
}

.post-content-wrapper {
    padding: 20px;
    margin-top: 15px; /* Normal halda content üçün default margin */
}

.post-content {
    line-height: 1.7;
    font-size: 16px;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

.post-content.two-columns {
    column-count: 2;
    column-gap: 40px;
}

/* Kod və ya Akkord blokları üçün xüsusi stillər */
.post-content pre {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 4px;
    border-left: 3px solid #4285f4;
    font-family: monospace;
    overflow-x: auto;
    font-size: 0.95em;
    margin: 20px 0;
    white-space: pre-wrap;
}

/* Əlaqəli postlar */
.related-posts {
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 0 0 8px 8px;
}

.related-posts h2 {
    font-size: 1.4rem;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
    color: #333;
}

/* Post meta */
.post-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 15px 20px;
    background-color: #f0f0f0;
    border-radius: 0 0 8px 8px;
    font-size: 0.9em;
    color: #555;
}

.meta-section {
    display: flex;
    align-items: center;
}

.meta-label {
    font-weight: 500;
    margin-right: 6px;
}

/* İfaçı Banner Stili */
.ifaci-banner {
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, #f0f8ff, #e6f2ff);
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.05); /* Yüngül kölgə əlavə edildi */
}

.ifaci-image {
    width: 150px;
    height: 150px;
    border-radius: 50% !important;
    background-size: cover;
    background-position: center;
    margin-right: 20px;
    border: 4px solid white;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    flex-shrink: 0;
}

.ifaci-info {
    flex-grow: 1;
    overflow: hidden; /* Mətn üçün */
}

.ifaci-info .page-title {
    margin: 0 0 7px 0;
    color: #333;
    font-size: 2em;
    white-space: nowrap; /* Uzun adlar üçün */
    text-overflow: ellipsis; /* Uzun adlar üçün */
    overflow: hidden; /* Uzun adlar üçün */
}

.ifaci-info .term-description {
    color: #666;
    line-height: 1.6;
    max-height: 3.2em; /* 2 sətir üçün */
    overflow: hidden;
    text-overflow: ellipsis;
}

.category-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
}

.category-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    transition: all 0.2s ease;
    height: 80px;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-decoration: none;
    color: inherit;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}

.category-card:hover {
    transform: translateX(5px);
    background: #e6f2ff;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
    text-decoration: none;
    color: inherit;
}

.category-image {
    width: 70px;
    height: 70px;
    border-radius: 50% !important;
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
    margin: 0 15px;
    border: 2px solid white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.category-content {
    padding: 0 15px;
    flex-grow: 1;
    overflow: hidden;
}

.category-title {
    margin: 0;
    font-size: 1em;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.category-title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.category-title a:hover {
    color: inherit;
    text-decoration: none;
}

.category-description {
    font-size: 0.9em;
    color: #555;
    margin-top: 3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.no-posts {
    text-align: center;
    padding: 2rem;
    color: #666;
    font-style: italic;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}

@media (max-width: 767px) {
    .muzik-mezmunu-container {
        padding: 10px;
    }

    .tabs-container {
        padding: 15px;
        margin-top: 1rem;
    }

    .category-grid {
        padding: 10px;
    }

    .category-card {
        height: 70px;
    }

    .category-image {
        width: 60px;
        height: 60px;
        margin: 0 10px;
    }

    .category-content {
        padding: 0 10px;
    }

    .category-title {
        font-size: 0.9em;
    }

    .category-description {
        font-size: 0.8em;
    }

    .tab-button {
        padding: 0.6rem 1rem;
        font-size: 1rem;
    }

    .tabs-nav {
        padding: 10px;
        gap: 0.5rem;
    }

    .tab-button {
        padding: 0.6rem 1rem;
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1024px) {
    .category-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Tab Styles */
.tabs-container {
    margin-top: 2rem;
    background: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 1.5rem;
    overflow: hidden;
}

/* Navigation Tabs */
.tabs-nav {
    display: flex;
    gap: 1rem;
    margin-bottom: 1.5rem;
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 0.5rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}

.tab-button {
    padding: 0.8rem 1.5rem;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 1.1rem;
    color: #666;
    font-weight: 500;
    border-radius: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.tab-button::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -2px;
    width: 0;
    height: 3px;
    background: #007bff;
    transition: width 0.3s ease, left 0.3s ease;
}

.tab-button:hover {
    color: #007bff;
}

.tab-button:hover::after,
.tab-button.active::after {
    width: 100%;
    left: 0;
}

.tab-button.active {
    color: #007bff;
    font-weight: bold;
}

/* Tab Content */
.tab-content {
    display: none;
    animation: fadeIn 0.4s ease-in-out;
}

.tab-content.active {
    display: block;
}

/* Fade-in Animation */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Çətinlik dərəcəsi indikatoru */
.difficulty-badge {
    display: inline-block;
    position: absolute;
    bottom: 10px;
    right: 10px;
    padding: 3px 8px;
    border-radius: 20px;
    font-size: 0.7em;
    font-weight: 500;
    color: white;
    text-transform: capitalize;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 10;
}

.difficulty-badge.asan {
    background-color: #4CAF50; /* green */
}

.difficulty-badge.orta {
    background-color: #2196F3; /* blue */
}

.difficulty-badge.Çətin {
    background-color: #FFC107; /* yellow */
    color: #333; /* dark text for yellow background */
}

/* Əlavə çətinlik dərəcəsi sinifləri */
.difficulty-badge.easy {
    background-color: #4CAF50; /* green */
}

.difficulty-badge.medium {
    background-color: #2196F3; /* blue */
}

.difficulty-badge.hard {
    background-color: #FFC107; /* yellow */
    color: #333; /* dark text for yellow background */
}

/* Çətinlik dərəcəsi üçün əlavə stillər */
.category-card .difficulty-badge {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 10;
}

.muzik-single-post .difficulty-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    transform: none;
    height: auto;
    width: auto;
    max-width: 100px;
    display: inline-block;
    padding: 3px 8px;
    font-size: 0.7em;
    white-space: nowrap;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Post səhifəsində post-banner daxilində olan çətinlik nişanı */
.post-banner .difficulty-badge {
    position: static !important;
    display: inline-flex !important;
    align-items: center;
    padding: 2px 8px !important;
    border-radius: 12px !important;
    font-size: 0.75em !important;
    margin-top: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

/* Muzik Home Page Styles */
.muzik-home {
    margin-top: 20px;
}

/* Hero Section */
.hero-section {
    background: linear-gradient(135deg, #4285f4, #34a853);
    padding: 60px 0;
    color: white;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    margin-bottom: 40px;
}

.hero-title {
    font-size: 2.5rem;
    margin-bottom: 15px;
    font-weight: 700;
}

.hero-subtitle {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

/* Section Styles */
.section {
    margin-bottom: 60px;
}

.section-title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 10px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background-color: #4285f4;
}

/* Chords Grid */
.chords-grid, .recent-grid, .artists-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}

.chord-item, .recent-item, .artist-item {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    background-color: white;
}

.chord-item:hover, .recent-item:hover, .artist-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.chord-link, .recent-link, .artist-link {
    display: block;
    padding: 20px;
    color: #333;
    text-decoration: none;
}

.chord-title, .recent-title, .artist-name {
    font-size: 1.2rem;
    margin: 0 0 10px;
    font-weight: 600;
}

.chord-artist, .recent-artist {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 10px;
}

.chord-meta, .recent-date, .artist-count {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.85rem;
    color: #777;
}

.chord-views, .recent-date {
    display: flex;
    align-items: center;
    gap: 5px;
}

.chord-difficulty {
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-weight: 500;
}

.difficulty-asan {
    background-color: #e6f4ea;
    color: #0f9d58;
}

.difficulty-orta {
    background-color: #fef7e0;
    color: #f4b400;
}

.difficulty-cetin {
    background-color: #fce8e6;
    color: #ea4335;
}

/* View All Link */
.view-all {
    text-align: center;
    margin-top: 20px;
}

.view-all-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #f8f9fa;
    color: #4285f4;
    text-decoration: none;
    border-radius: 30px;
    font-weight: 500;
    transition: background-color 0.3s;
}

.view-all-link:hover {
    background-color: #e8eaed;
}

/* Filter Tabs */
.filter-tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
    gap: 10px;
}

.filter-tab {
    padding: 8px 20px;
    border: none;
    background-color: #f1f3f4;
    border-radius: 30px;
    cursor: pointer;
    font-weight: 500;
    transition: all 0.3s;
}

.filter-tab.active {
    background-color: #4285f4;
    color: white;
}

.filter-content {
    display: none;
}

.filter-content.active {
    display: block;
}

/* Item Types */
.item-type {
    display: inline-block;
    margin-bottom: 8px;
    font-size: 0.8rem;
    padding: 3px 8px;
    border-radius: 4px;
    background-color: #f1f3f4;
    color: #5f6368;
}

/* Difficulty Cards */
.difficulty-cards {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.difficulty-card {
    flex: 1;
    padding: 30px;
    border-radius: 8px;
    text-align: center;
    transition: transform 0.3s;
}

.difficulty-card:hover {
    transform: translateY(-5px);
}

.difficulty-asan {
    background-color: #e6f4ea;
    box-shadow: 0 4px 15px rgba(15, 157, 88, 0.1);
}

.difficulty-orta {
    background-color: #fef7e0;
    box-shadow: 0 4px 15px rgba(244, 180, 0, 0.1);
}

.difficulty-cetin {
    background-color: #fce8e6;
    box-shadow: 0 4px 15px rgba(234, 67, 53, 0.1);
}

.difficulty-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
}

.difficulty-asan .difficulty-icon {
    color: #0f9d58;
}

.difficulty-orta .difficulty-icon {
    color: #f4b400;
}

.difficulty-cetin .difficulty-icon {
    color: #ea4335;
}

.difficulty-title {
    font-size: 1.4rem;
    margin-bottom: 10px;
    font-weight: 600;
}

.difficulty-count {
    font-size: 1rem;
    margin-bottom: 15px;
    opacity: 0.8;
}

.difficulty-link {
    display: inline-block;
    padding: 8px 20px;
    background-color: white;
    border-radius: 30px;
    color: inherit;
    text-decoration: none;
    font-weight: 500;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s;
}

.difficulty-link:hover {
    background-color: #f8f9fa;
}

/* No Content Styles */
.no-content {
    text-align: center;
    padding: 30px;
    background-color: #f8f9fa;
    border-radius: 8px;
    color: #666;
}

/* Responsive Styles */
@media (max-width: 992px) {
    .chords-grid, .recent-grid, .artists-grid {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .difficulty-cards {
        flex-wrap: wrap;
    }
    
    .difficulty-card {
        flex: 0 0 48%;
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 2rem;
    }
    
    .hero-subtitle {
        font-size: 1rem;
    }
    
    .chords-grid, .recent-grid, .artists-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .section-title {
        font-size: 1.5rem;
    }
}

@media (max-width: 576px) {
    .hero-section {
        padding: 40px 0;
    }
    
    .chords-grid, .recent-grid, .artists-grid {
        grid-template-columns: 1fr;
    }
    
    .filter-tabs {
        flex-wrap: wrap;
    }
    
    .difficulty-card {
        flex: 0 0 100%;
    }
}

/* Vatermark - çap vaxtı görünür */
@media print {
    .watermark-container::before {
        content: "akkordlar.az";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 0.1;
        font-size: 5rem;
        transform: rotate(-45deg);
        pointer-events: none;
        z-index: 1000;
        overflow: hidden;
        background-image: repeating-linear-gradient(
            -45deg,
            rgba(150, 150, 150, 0.1),
            rgba(150, 150, 150, 0.1) 200px,
            transparent 200px,
            transparent 400px
        );
    }

    .post-content {
        position: relative;
        z-index: 1;
    }

    .post-functions, 
    .site-header, 
    .site-footer, 
    .related-posts {
        display: none !important;
    }
    
    body.print-mode .watermark-container::before {
        display: flex !important;
    }
}

@media (max-width: 768px) {
    .post-banner {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .ifaci-small-image {
        margin-bottom: 15px;
    }
    
    .post-functions {
        width: 100%;
        justify-content: center;
        margin-top: 20px;
    }
}

/* Çap rejimi üçün stillər */
@media print {
    .post-functions, 
    .site-header, 
    .site-footer, 
    .related-posts {
        display: none !important;
    }
    
    .post-content {
        font-size: 12pt;
    }
    
    .post-content.two-columns {
        column-count: 1;
    }
    
    .post-banner {
        box-shadow: none;
        border: 1px solid #ccc;
    }
}

/* MM AJAX Search styles */
.mm-search-form {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
}

.mm-search-input {
    width: 100%;
    padding: 12px 20px;
    border-radius: 30px;
    border: 2px solid #e0e0e0;
    font-size: 16px;
    transition: all 0.3s;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.mm-search-input:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 3px 15px rgba(66, 133, 244, 0.15);
}

.mm-search-button {
    position: absolute;
    right: 5px;
    top: 5px;
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 25px;
    padding: 8px 15px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.mm-search-button:hover {
    background-color: #3367d6;
}

#mm-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    z-index: 100;
    margin-top: 5px;
    max-height: 400px;
    overflow-y: auto;
    display: none;
}

.result-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.2s;
    border-bottom: 1px solid #f1f1f1;
}

.result-item:last-child {
    border-bottom: none;
}

.result-item:hover {
    background-color: #f8f9fa;
}

.result-icon {
    margin-right: 10px;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
}

.result-title {
    font-weight: 500;
    flex-grow: 1;
}

.result-artist, .result-count {
    margin-left: 10px;
    font-size: 0.85em;
    color: #666;
    white-space: nowrap;
}

.result-akkord .result-icon {
    color: #4285f4;
}

.result-tab .result-icon {
    color: #0f9d58;
}

.result-lyrics .result-icon {
    color: #db4437;
}

.result-translation .result-icon {
    color: #f4b400;
}

.result-artist .result-icon {
    color: #673ab7;
}

.loading, .no-results, .error {
    padding: 15px;
    text-align: center;
    color: #666;
}

.loading {
    color: #4285f4;
}

.error {
    color: #db4437;
}

@media (max-width: 576px) {
    .mm-search-input {
        padding: 10px 15px;
        font-size: 14px;
    }
    
    .mm-search-button {
        padding: 6px 12px;
    }
    
    .result-item {
        padding: 10px;
    }
    
    .result-artist, .result-count {
        display: none;
    }
}

/* Hero section dashboard style */
.hero-section.mm-dashboard-header {
    background: linear-gradient(135deg, #4285f4, #34a853);
    color: white;
    padding: 40px 20px;
    border-radius: 8px;
    margin-bottom: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.hero-section.mm-dashboard-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" fill="rgba(255,255,255,0.05)"><path d="M30,20 Q45,46 30,70 M50,10 Q80,50 50,90 M70,20 Q55,46 70,70"/></svg>');
    background-size: 600px;
    opacity: 0.7;
}

.hero-section.mm-dashboard-header .hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: 0 auto;
}

.hero-section.mm-dashboard-header .hero-title {
    font-size: 2.8rem;
    margin-bottom: 15px;
    font-weight: 700;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.hero-section.mm-dashboard-header .hero-subtitle {
    font-size: 1.3rem;
    margin-bottom: 25px;
    opacity: 0.9;
}

.mm-features-badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
    margin-bottom: 25px;
}

.mm-feature-badge {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: rgba(255, 255, 255, 0.15);
    padding: 8px 15px;
    border-radius: 30px;
    font-size: 0.9rem;
    font-weight: 500;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.mm-feature-badge .dashicons {
    font-size: 16px;
    width: 16px;
    height: 16px;
}

.hero-section.mm-dashboard-header .search-form {
    max-width: 600px;
    margin: 0 auto;
}

.hero-section.mm-dashboard-header .search-container {
    display: flex;
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.hero-section.mm-dashboard-header .search-input {
    flex: 1;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.hero-section.mm-dashboard-header .search-button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.hero-section.mm-dashboard-header .search-button:hover {
    background-color: #3367d6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-section.mm-dashboard-header .hero-title {
        font-size: 2rem;
    }
    
    .hero-section.mm-dashboard-header .hero-subtitle {
        font-size: 1.1rem;
    }
    
    .mm-features-badges {
        gap: 10px;
        margin-bottom: 20px;
    }
    
    .mm-feature-badge {
        padding: 6px 12px;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .hero-section.mm-dashboard-header {
        padding: 30px 15px;
    }
    
    .hero-section.mm-dashboard-header .hero-title {
        font-size: 1.8rem;
    }
    
    .hero-section.mm-dashboard-header .hero-subtitle {
        font-size: 1rem;
    }
    
    .hero-section.mm-dashboard-header .search-container {
        flex-direction: column;
        background-color: transparent;
        box-shadow: none;
        padding: 0;
    }
    
    .hero-section.mm-dashboard-header .search-input {
        margin-bottom: 10px;
        padding: 10px 15px;
        background-color: white;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
    
    .hero-section.mm-dashboard-header .search-button {
        width: 100%;
        justify-content: center;
    }
}

/* Search Filters */
.mm-search-filters {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 10px;
}

.mm-search-filter {
    padding: 8px 15px;
    margin: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.mm-search-filter:hover {
    background: rgba(255, 255, 255, 0.3);
    color: #fff;
}

.mm-search-filter.active {
    background: #fff;
    color: #23282d;
    font-weight: 600;
}

/* Responsive adjustment */
@media (max-width: 768px) {
    .mm-search-filters {
        margin-bottom: 10px;
        justify-content: center;
        gap: 8px;
    }
    
    .mm-search-filter {
        padding: 6px 12px;
        font-size: 13px;
    }
}

/* Mobile adjustment for smaller screens */
@media (max-width: 576px) {
    .mm-search-filters {
        gap: 5px;
    }
    
    .mm-search-filter {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Debug message styling */
.error {
    background-color: rgba(220, 50, 50, 0.1);
    border: 1px solid rgba(220, 50, 50, 0.3);
    padding: 15px;
    border-radius: 4px;
    margin: 10px 0;
}

/* Scroll Kontrolları Qrupu */
.scroll-control-group {
    position: relative;
    display: inline-flex;
    align-items: center;
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8eb 100%);
    border-radius: 20px;
    padding: 8px 15px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Sürət Düyməsi */
.speed-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: linear-gradient(145deg, #ffffff, #e6e6e6);
    border: none;
    border-radius: 50%;
    margin-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #4a5568;
}

.speed-button:hover {
    background: linear-gradient(145deg, #e6e6e6, #ffffff);
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* Sürət Popup Paneli */
.speed-popup {
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    background: white;
    border: none;
    border-radius: 16px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
    z-index: 1000;
    min-width: 180px;
    padding: 12px 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.95);
    overflow: hidden;
}

.speed-popup.active,
.speed-popup.show {
    display: block;
    animation: fadeInUp 0.25s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.speed-title {
    font-weight: 600;
    margin-bottom: 12px;
    padding: 0 16px 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-align: center;
    color: #2d3748;
    font-size: 14px;
}

.speed-options {
    display: flex;
    flex-direction: column;
}

.speed-option {
    padding: 10px 16px;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.2s ease;
    color: #4a5568;
    font-size: 14px;
    position: relative;
}

.speed-option:hover {
    background-color: rgba(237, 242, 247, 0.7);
    color: #2b6cb0;
}

.speed-option.active {
    background-color: rgba(235, 248, 255, 0.7);
    color: #2b6cb0;
    font-weight: 600;
}

.speed-option.active::after {
    content: "✓";
    position: absolute;
    right: 16px;
    color: #2b6cb0;
}

/* Funksiya Düymələri */
.function-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background-color: rgba(255, 255, 255, 0.25);
    color: #333;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.function-button:hover {
    background-color: rgba(255, 255, 255, 0.4);
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.12);
    transform: translateY(-2px);
}

.function-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.function-button i {
    margin-right: 8px;
    font-size: 16px;
}

.function-button.button-primary {
    background-color: rgba(66, 133, 244, 0.85);
    color: white;
    border: none;
}

.function-button.button-primary:hover {
    background-color: rgba(66, 133, 244, 1);
}

.function-button.button-primary.active {
    background-color: rgba(234, 67, 53, 0.85);
    border: none;
}

.function-button.button-secondary {
    background-color: rgba(255, 255, 255, 0.3);
    color: #333;
}

.function-button.button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Sürət ayarları üçün konteyner */
.speed-settings-container {
    position: relative;
    display: inline-block;
    margin: 0 3px;
}

.speed-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #f5f9ff;
    color: #444;
    border: 1px solid #d5e3fa;
    border-radius: 3px;
    width: 30px;
    height: 28px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.speed-button:hover {
    background-color: #e6f0ff;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    border-color: #b0c4e6;
}

/* Çap rejimi */
@media print {
    .post-functions,
    .site-header,
    .site-footer,
    .related-posts,
    .post-meta {
        display: none !important;
    }
    
    .post-content {
        font-size: 12pt !important;
    }
    
    .print-mode .watermark-container::after {
        content: attr(data-watermark);
        position: fixed;
        top: 50%;
        left: 0;
        width: 100%;
        text-align: center;
        font-size: 60px;
        color: rgba(0, 0, 0, 0.1);
        transform: rotate(-45deg);
        transform-origin: center;
        z-index: 1000;
        pointer-events: none;
    }
}

/* Mobil uyğunlaşdırma */
@media (max-width: 768px) {
    .post-functions {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
    }
    
    .function-button {
        margin: 0 0 12px 0;
        width: 100%;
        max-width: 200px;
    }
    
    .scroll-control-group {
        margin-bottom: 12px;
        width: 100%;
        justify-content: center;
    }
    
    .dropdown-content {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Kontent kartları - Ana səhifə */
.cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.music-card {
    background-color: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    position: relative;
}

.music-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.card-image-link {
    display: block;
    position: relative;
    padding-top: 65%;
    overflow: hidden;
}

.card-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    transition: transform 0.5s ease;
}

.music-card:hover .card-image {
    transform: scale(1.05);
}

.card-content {
    padding: 15px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.card-title {
    margin: 0 0 10px 0;
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.3;
}

.card-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s;
}

.card-title a:hover {
    color: #4285f4;
}

.card-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 0.85rem;
    color: #666;
    margin-top: auto;
}

.card-artist {
    color: #4285f4;
    text-decoration: none;
    font-weight: 500;
    margin-right: 10px;
    transition: color 0.2s;
}

.card-artist:hover {
    color: #3367d6;
    text-decoration: underline;
}

.date-added, .view-count {
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 0.8rem;
    color: #888;
}

.date-added .dashicons, .view-count .dashicons {
    font-size: 14px;
    width: 14px;
    height: 14px;
    margin-right: 3px;
}

.music-card .difficulty-badge {
    position: absolute !important;
    top: 10px !important;
    right: 10px !important;
    bottom: auto !important;
    z-index: 10 !important;
    transform: none !important;
    height: auto !important;
    width: auto !important;
    max-width: 100px !important;
    display: inline-block !important;
    padding: 3px 8px !important;
    font-size: 0.7em !important;
    white-space: nowrap !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

@media (max-width: 576px) {
    .cards-grid {
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
        gap: 12px;
    }
    
    .card-title {
        font-size: 0.95rem;
    }
    
    .card-content {
        padding: 10px;
    }
    
    .card-meta {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .card-artist {
        margin-bottom: 5px;
    }
    
    .date-added, .view-count {
        margin-left: 0;
        margin-top: 3px;
    }
}

/* Bölmə filterleri */
.content-filter {
    display: flex;
    align-items: center;
    gap: 10px;
}

.filter-btn {
    border: none;
    background: transparent;
    color: #666;
    font-size: 0.95rem;
    font-weight: 500;
    padding: 5px 12px;
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.filter-btn:hover {
    color: #4285f4;
    background-color: rgba(66, 133, 244, 0.05);
}

.filter-btn.active {
    color: #4285f4;
    background-color: rgba(66, 133, 244, 0.1);
    font-weight: 600;
}

/* Latest kontenti */
.latest-content-container {
    position: relative;
    min-height: 200px;
}

.latest-content {
    display: none;
    animation: fadeIn 0.3s ease-in-out;
}

.latest-content.active {
    display: block;
}

@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

@media (max-width: 768px) {
    .content-filter {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 10px;
    }
    
    .section-header {
        flex-direction: column;
        align-items: center;
    }
}

/* Ana Səhifə Bölmələri */
.section-container {
    margin: 40px 0;
    border-radius: 12px;
    padding: 20px;
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.section-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 1.5rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.section-title .dashicons {
    color: #4285f4;
    width: 28px;
    height: 28px;
    font-size: 28px;
}

.view-all-link {
    display: flex;
    align-items: center;
    color: #4285f4;
    text-decoration: none;
    font-weight: 500;
    transition: color 0.2s;
}

.view-all-link:hover {
    color: #3367d6;
    text-decoration: underline;
}

.view-all-link .dashicons {
    margin-left: 5px;
    font-size: 16px;
    transition: transform 0.2s;
}

.view-all-link:hover .dashicons {
    transform: translateX(4px);
}

/* Search Form Container - Çətinlik dərəcələri altına */
.search-form-container {
    margin-top: 30px;
    padding: 20px;
    background-color: #f8f9fa;
    border-radius: 12px;
    position: relative;
    z-index: 100;
}

.search-form-container .search-form {
    max-width: 800px;
    margin: 0 auto;
    position: relative;
}

.search-form-container .search-container {
    display: flex;
    gap: 10px;
}

.search-form-container .search-input {
    flex: 1;
    padding: 15px 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
    font-size: 1rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    transition: all 0.3s;
}

.search-form-container .search-input:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 2px 10px rgba(66, 133, 244, 0.15);
}

.search-form-container .search-button {
    background-color: #4285f4;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1rem;
    transition: background-color 0.3s;
}

.search-form-container .search-button:hover {
    background-color: #3367d6;
}

.search-form-container .ajax-search-results {
    z-index: 101;
}

/* Tab stilləri - mm-search-filters ilə eyniləşdirmə */
.tabs-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: none;
    padding-bottom: 0;
}

.tab-button {
    padding: 8px 15px;
    margin: 0 5px 5px;
    background: rgba(66, 133, 244, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    color: #333;
    border: none;
    font-weight: normal;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.tab-button:hover {
    background: rgba(66, 133, 244, 0.2);
    color: #4285f4;
}

.tab-button.active {
    background: #4285f4;
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

.tab-button::after {
    display: none;
}

/* Son Əlavə Edilənlər filter butonu stilləri də düzəldirik */
.content-filter {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 8px 15px;
    margin: 0;
    background: rgba(66, 133, 244, 0.1);
    border-radius: 20px;
    cursor: pointer;
    transition: all 0.3s;
    font-size: 14px;
    color: #333;
    border: none;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.filter-btn:hover {
    background: rgba(66, 133, 244, 0.2);
    color: #4285f4;
}

.filter-btn.active {
    background: #4285f4;
    color: white;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(66, 133, 244, 0.3);
}

/* Çətinlik dərəcələri və İfaçılar bölmələri üçün stilləri təkmilləşdirək */
.difficulty-blocks {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 20px;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

.difficulty-block {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background-color: #f8f9fa;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.difficulty-block:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.difficulty-icon {
    width: 50px;
    height: 50px;
    background-color: #4285f4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
    color: white;
    font-size: 24px;
}

.difficulty-block.asan .difficulty-icon {
    background-color: #4CAF50;
}

.difficulty-block.orta .difficulty-icon {
    background-color: #2196F3;
}

.difficulty-block.çətin .difficulty-icon,
.difficulty-block.cetin .difficulty-icon {
    background-color: #FFC107;
}

.difficulty-content {
    flex: 1;
}

.difficulty-title {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.difficulty-count {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Artists grid üçün də eyni stilləri tətbiq edək */
.artists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.artist-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    border-radius: 12px;
    background-color: #f8f9fa;
    text-decoration: none;
    color: #333;
    transition: all 0.3s;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    text-align: center;
}

.artist-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.artist-image {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
    background-position: center;
    margin-bottom: 15px;
    border: 3px solid white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.artist-name {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px 0;
}

.artist-count {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Konteyner içindəki axtarış forması üçün üslublar */
.muzik-mezmunu-container .search-form {
    max-width: 600px;
    margin: 0 auto 30px auto;
    position: relative;
}

.muzik-mezmunu-container .search-container {
    display: flex;
    background-color: white;
    border-radius: 30px;
    padding: 5px;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
    flex-direction: row; /* Stellt sicher, dass die Elemente nebeneinander stehen */
    align-items: center; /* Zentriert die Elemente vertikal */
}

.muzik-mezmunu-container .search-input {
    flex: 1;
    border: none;
    padding: 12px 20px;
    border-radius: 30px;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.muzik-mezmunu-container .search-button {
    background-color: #4285f4;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 8px 15px; /* Kleinerer Button */
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-left: 5px; /* Abstand zum Suchfeld */
    min-width: auto; /* Vermeidet zu breite Buttons */
}

.muzik-mezmunu-container .search-button:hover {
    background-color: #3367d6;
}

.muzik-mezmunu-container .ajax-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border-radius: 15px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    z-index: 200; /* Erhöht von 100 auf 200, um über dem post-functions-container anzuzeigen */
    margin-top: 10px;
    max-height: 450px;
    overflow-y: auto;
    display: none;
    padding: 8px;
    border: 1px solid rgba(66, 133, 244, 0.2);
}

.muzik-mezmunu-container .ajax-search-results.show {
    display: block;
    animation: fadeInResults 0.3s ease-out;
}

@keyframes fadeInResults {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.muzik-mezmunu-container .search-result-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    text-decoration: none;
    color: #333;
    transition: all 0.2s ease;
    border-radius: 10px;
    margin-bottom: 4px;
    border-left: 3px solid transparent;
}

.muzik-mezmunu-container .search-result-item:last-child {
    margin-bottom: 0;
}

.muzik-mezmunu-container .search-result-item:hover {
    background-color: rgba(66, 133, 244, 0.08);
    border-left-color: #4285f4;
    transform: translateX(3px);
}

.muzik-mezmunu-container .result-type-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    background: #f0f0f0;
    border-radius: 50%;
    margin-right: 12px;
    flex-shrink: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    color: #666;
    font-size: 16px;
}

.muzik-mezmunu-container .search-result-item:hover .result-type-icon {
    transform: scale(1.1);
    box-shadow: 0 3px 8px rgba(66, 133, 244, 0.2);
}

.muzik-mezmunu-container .result-content {
    flex-grow: 1;
    overflow: hidden;
}

.muzik-mezmunu-container .result-title {
    font-weight: 600;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
    font-size: 0.95rem;
}

.muzik-mezmunu-container .result-meta {
    display: flex;
    font-size: 0.8rem;
    color: #666;
}

.muzik-mezmunu-container .result-artist {
    margin-right: 10px;
    color: #4285f4;
    font-weight: 500;
    position: relative;
    padding-right: 12px;
}

.muzik-mezmunu-container .result-artist:after {
    content: '•';
    position: absolute;
    right: 0;
    color: #ccc;
}

.muzik-mezmunu-container .result-type {
    background-color: rgba(66, 133, 244, 0.1);
    padding: 2px 8px;
    border-radius: 30px;
    font-size: 0.75rem;
    color: #4285f4;
    font-weight: 500;
}

/* Post typena görə ayrı rənglər */
.muzik-mezmunu-container .search-result-item[data-type="akkordlar"] .result-type-icon {
    color: #4285f4;
    background: linear-gradient(135deg, #e8f0fe, #d2e3fc);
}

.muzik-mezmunu-container .search-result-item[data-type="akkordlar"] .result-type {
    background-color: rgba(66, 133, 244, 0.1);
    color: #4285f4;
}

.muzik-mezmunu-container .search-result-item[data-type="tablar"] .result-type-icon {
    color: #0f9d58;
    background: linear-gradient(135deg, #e6f4ea, #ceead6);
}

.muzik-mezmunu-container .search-result-item[data-type="tablar"] .result-type {
    background-color: rgba(15, 157, 88, 0.1);
    color: #0f9d58;
}

.muzik-mezmunu-container .search-result-item[data-type="mahnisozleri"] .result-type-icon {
    color: #db4437;
    background: linear-gradient(135deg, #fce8e6, #fad2cf);
}

.muzik-mezmunu-container .search-result-item[data-type="mahnisozleri"] .result-type {
    background-color: rgba(219, 68, 55, 0.1);
    color: #db4437;
}

.muzik-mezmunu-container .search-result-item[data-type="mahnitercumeleri"] .result-type-icon {
    color: #f4b400;
    background: linear-gradient(135deg, #fef7e0, #feefc3);
}

.muzik-mezmunu-container .search-result-item[data-type="mahnitercumeleri"] .result-type {
    background-color: rgba(244, 180, 0, 0.1);
    color: #f4b400;
}

.muzik-mezmunu-container .search-result-item[data-type="taxonomy"] .result-type-icon {
    color: #673ab7;
    background: linear-gradient(135deg, #ede7f6, #d1c4e9);
}

.muzik-mezmunu-container .search-result-item[data-type="taxonomy"] .result-type {
    background-color: rgba(103, 58, 183, 0.1);
    color: #673ab7;
}

.muzik-mezmunu-container .search-loading,
.muzik-mezmunu-container .no-results,
.muzik-mezmunu-container .error {
    padding: 20px;
    text-align: center;
    color: #666;
    font-size: 0.9rem;
}

.muzik-mezmunu-container .search-loading {
    color: #4285f4;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.muzik-mezmunu-container .search-loading:before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #4285f4;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spinner 0.8s linear infinite;
}

@keyframes spinner {
    to { transform: rotate(360deg); }
}

.muzik-mezmunu-container .error {
    color: #db4437;
    border-left: 3px solid #db4437;
    background-color: rgba(219, 68, 55, 0.05);
    padding: 15px;
    border-radius: 5px;
}

.muzik-mezmunu-container .no-results {
    padding: 20px;
    color: #666;
    font-style: italic;
}

/* Responsive axtarış nəticələri */
@media (max-width: 768px) {
    .muzik-mezmunu-container .ajax-search-results {
        max-height: 350px;
    }
    
    .muzik-mezmunu-container .search-result-item {
        padding: 10px 12px;
    }
    
    .muzik-mezmunu-container .result-type-icon {
        width: 28px;
        height: 28px;
        margin-right: 10px;
    }
    
    .muzik-mezmunu-container .result-title {
        font-size: 0.9rem;
    }
    
    .muzik-mezmunu-container .result-meta {
        font-size: 0.75rem;
    }
}

/* Arxiv səhifəsi filterlər */
.filter-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.filter-item {
    display: flex;
    align-items: center;
    gap: 8px;
}

.filter-item label {
    font-weight: 500;
    color: #555;
    font-size: 0.95rem;
    white-space: nowrap;
}

.filter-select {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 0.9rem;
    color: #333;
    background-color: white;
    cursor: pointer;
    transition: all 0.2s;
    min-width: 120px;
}

.filter-select:hover {
    border-color: #aaa;
}

.filter-select:focus {
    outline: none;
    border-color: #4285f4;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.2);
}

.archive-link.button {
    display: inline-flex;
    align-items: center;
    padding: 8px 15px;
    background-color: #4285f4;
    color: white;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s;
    border: none;
    cursor: pointer;
}

.archive-link.button:hover {
    background-color: #3367d6;
    transform: translateY(-2px);
    box-shadow: 0 3px 8px rgba(0,0,0,0.1);
}

@media (max-width: 576px) {
    .filter-section {
        flex-direction: column;
        align-items: stretch;
        gap: 10px;
    }
    
    .filter-item {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .filter-select {
        width: 100%;
    }
    
    .archive-link.button {
        width: 100%;
        justify-content: center;
        margin-top: 5px;
    }
}

/* Daha çox düyməsi üçün stillər */
.load-more-container {
    text-align: center;
    margin: 30px 0;
}

.load-more-button {
    background-color: #3498db;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.load-more-button:hover {
    background-color: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.load-more-button:active {
    transform: translateY(0);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.load-more-button:disabled {
    background-color: #95a5a6;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

/* Yükləmə animasiyası üçün fırlanma */
.rotating {
    animation: rotate 1.5s linear infinite;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* Post functions container - glassmorphism style */
.post-functions-container {
    background-color: rgba(255, 255, 255, 0.65); /* Bir az daha şəffaf */
    border-radius: 12px; /* Daha yumşaq kənarlar */
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); /* Daha incə kölgə */
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.25); /* Daha incə sərhəd */
    margin: 5px 0 15px; /* Yuxarı və aşağı marginləri azaltdım */
    position: relative;
    z-index: 100;
    transition: all 0.3s ease;
    width: 100%;
    padding: 5px 10px; /* Padding azaldıldı */
}

.post-functions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 5px; /* Padding azaldıldı */
    gap: 8px; /* Elementlər arası boşluq azaldıldı */
}

.toolbar-group {
    display: flex;
    align-items: center;
    gap: 6px; /* Qrup daxili boşluq azaldıldı */
    padding: 0 6px; /* Padding azaldıldı */
    border-right: 1px solid rgba(0, 0, 0, 0.08); /* Daha incə ayırıcı */
}

.toolbar-group:last-child {
    border-right: none;
}

.function-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 32px; /* Minimum eni azaltdım */
    height: 32px; /* Hündürlüyü azaltdım */
    padding: 0 12px; /* Padding azaldıldı */
    border-radius: 6px; /* Daha kiçik radius */
    font-size: 13px; /* Yazı ölçüsü azaldıldı */
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
    background-color: rgba(255, 255, 255, 0.2); /* Arxa fon bir az dəyişdirildi */
    color: #333;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05); /* Daha incə kölgə */
}

.function-button:hover {
    background-color: rgba(255, 255, 255, 0.35); /* Hover effekti */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    transform: translateY(-1px);
}

.function-button:active {
    transform: translateY(0);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08);
}

.function-button i {
    margin-right: 6px; /* İkon ilə mətn arası boşluq */
    font-size: 15px; /* İkon ölçüsü */
}

.function-button.button-primary {
    background-color: rgba(66, 133, 244, 0.85);
    color: white;
    border: none;
}

.function-button.button-primary:hover {
    background-color: rgba(66, 133, 244, 1);
}

.function-button.button-primary.active {
    background-color: rgba(234, 67, 53, 0.85);
    border: none;
}

.function-button.button-secondary {
    background-color: rgba(255, 255, 255, 0.3);
    color: #333;
}

.function-button.button-secondary:hover {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Speed Settings Popup */
.speed-settings-container {
    position: relative;
    display: inline-block;
}

.speed-popup {
    position: absolute;
    top: calc(100% + 8px);
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 12px;
    min-width: 200px;
    z-index: 1000;
    display: none; /* Standardmäßig ausgeblendet */
}

.speed-title {
    font-size: 14px;
    font-weight: 500;
    color: #202124;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.speed-options {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.speed-option {
    padding: 8px 12px;
    border-radius: 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.speed-option:hover {
    background-color: rgba(255, 255, 255, 0.5);
    transform: translateX(3px);
}

.speed-option.active {
    background-color: rgba(26, 115, 232, 0.2);
    color: #1a73e8;
    font-weight: 500;
    position: relative;
}

.speed-option.active::after {
    content: "✓";
    position: absolute;
    right: 12px;
    color: #1a73e8;
}

/* Speed Settings Container */
.speed-settings-container {
    position: relative;
    display: inline-block;
    margin-left: 8px;
}

/* Speed Select Dropdown */
#scrollSpeedSelect {
    background-color: rgba(255, 255, 255, 0.25);
    border: none;
    border-radius: 6px;
    padding: 4px 12px; /* Padding azaldıldı */
    font-size: 13px; /* Yazı ölçüsü azaldıldı */
    cursor: pointer;
    color: #333;
    transition: all 0.2s ease;
    min-width: 90px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="10" height="5"><path d="M0,0 L10,0 L5,5 Z" fill="%23555"/></svg>'); /* Ox ikonu */
    background-repeat: no-repeat;
    background-position: right 6px center;
    padding-right: 22px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    height: 32px; /* function-button ilə eyni hündürlük */
    box-sizing: border-box;
}

#scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
    background-color: rgba(255, 255, 255, 0.4);
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .post-functions-container {
        border-radius: 12px; /* Mobil üçün də radius */
        margin: 5px 0 15px;
        padding: 4px 8px; /* Mobil üçün padding */
        position: sticky;
        top: 0;
    }

    .toolbar-group {
        padding: 0 3px; /* Mobil üçün padding */
    }

    .function-button {
        padding: 0 6px; /* Mobil üçün padding */
        min-width: 30px;
        height: 30px;
        font-size: 12px;
    }

    .function-button i {
        margin-right: 3px; /* Mobil üçün ikon boşluğu */
        font-size: 14px;
    }
}

@media (max-width: 576px) {
    .post-functions {
        padding: 8px 6px; /* Ən kiçik ekranlar üçün padding */
    }
    
    .post-functions::-webkit-scrollbar {
        height: 3px;
    }
    
    .post-functions::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }
    
    .toolbar-group {
        flex-shrink: 0;
        border-right: none;
        margin: 0 3px; /* Ən kiçik ekranlar üçün qrup boşluğu */
        padding: 0;
    }
    
    .function-button {
        min-width: 32px; /* İkon düymələri üçün ölçü */
        height: 32px;
        padding: 0 8px; /* İkon düymələri üçün padding */
        font-size: 12px;
        border-radius: 6px;
    }
    
    .function-button span {
        display: none;
    }
    
    .function-button i {
        margin-right: 0;
        font-size: 16px; /* İkon ölçüsü */
    }
    
    .search-container {
        flex-direction: row !important;
        align-items: center !important; 
    }
    
    .search-input {
        border-radius: 30px !important;
        margin-bottom: 0 !important;
    }
    
    .search-button {
        width: auto !important;
        border-radius: 30px !important;
        margin-left: 5px !important;
        padding: 6px !important;
        width: 36px !important;
        height: 36px !important;
        min-width: 36px !important;
        justify-content: center !important;
        font-size: 0 !important;
        overflow: hidden !important;
    }
    
    .search-button .dashicons {
        margin-right: 0 !important;
        font-size: 18px !important;
    }
    
    .search-button:not(.dashicons) i.dashicons {
        display: block !important;
        margin: 0 !important;
    }
}

/* Sticky Toolbar Styles - Glassmorphism */
.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; /* Yuxarıdan 3px boşluq */
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.75); /* Bir az daha qatı arxa fon */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Daha incə kölgə */
    border-radius: 0 0 12px 12px; /* Alt kənarlar yumşaldıldı */
    animation: slideDown 0.3s ease;
    backdrop-filter: blur(12px); /* Blur effekti artırıldı */
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2); /* Daha incə sərhəd */
    border-top: none;
    padding: 5px 10px; /* Yapışqan halda padding */
    margin: 0;
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    margin-top: 48px; /* Toolbar hündürlüyü + padding + top boşluq */
}

/* Sortlama selekt elementi üçün yeni stil */
.sort-filter-wrapper {
    position: relative;
}

.mm-sort-select {
    padding: 6px 15px;
    border-radius: 20px;
    border: none;
    background-color: rgba(255, 255, 255, 0.1);
    color: inherit;
    font-size: 0.9rem;
    font-weight: 500;
    cursor: pointer;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 25px;
}

.mm-sort-select:hover {
    background-color: rgba(255, 255, 255, 0.2);
}

.mm-sort-select:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(66, 133, 244, 0.3);
}

.sort-filter-wrapper::after {
    content: "▼";
    font-size: 0.7rem;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

/* Arxiv linki üçün xüsusi stil */
.mm-search-filter.archive-link {
    background-color: rgba(66, 133, 244, 0.2);
}

.mm-search-filter.archive-link:hover {
    background-color: rgba(66, 133, 244, 0.3);
}

/* Çətinlik filtrlər qrupu */
.difficulty-filters {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

/* Mobil cihazlarda görünüş */
@media (max-width: 768px) {
    .mm-search-filters {
        align-items: center;
        justify-content: center;
        gap: 8px;
        flex-wrap: wrap;
    }
    
    .difficulty-filters {
        justify-content: center;
        margin-top: 10px;
    }
    
    .mm-search-filter.archive-link {
        margin-top: 10px;
    }
}

/* Mobile adjustment for smallest screens */
@media (max-width: 576px) {
    .mm-search-filters {
        gap: 5px;
    }
    
    .mm-search-filter {
        padding: 5px 10px;
        font-size: 12px;
    }
}

/* Ajax Search Results */
.ajax-search-results {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 200; /* Erhöht von 100 auf 200, um über dem post-functions-container anzuzeigen */
    background: rgba(255, 255, 255, 0.7);
    border-radius: 0 0 16px 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    overflow: hidden;
    display: none;
    max-height: 60vh;
    overflow-y: auto;
}

/* Akkord transpozisiyası üçün stillər */
.mm-chord {
    display: inline-block;
    font-weight: bold;
    color: #1a73e8; /* Google mavi rəngi */
    position: relative;
    padding: 0 2px;
    border-radius: 3px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.mm-chord:hover {
    background-color: rgba(26, 115, 232, 0.1);
    cursor: default;
}

/* Transpozisiya düyməsinin vurğulanması */
#transpose-reset.highlight {
    background-color: rgba(251, 188, 5, 0.2); /* Google sarı rəng */
    border-color: rgba(251, 188, 5, 0.5);
}

#transpose-value {
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
    font-weight: bold;
}

/* Akkord transpozisiyasında görünəcək düymələr üçün əlavə stillər */
.toolbar-group button[id^="transpose"] {
    transition: all 0.3s ease;
}

.toolbar-group button[id^="transpose"]:hover {
    background-color: rgba(251, 188, 5, 0.1);
}

/* Akkordlar üçün adaptiv dizayn */
@media screen and (max-width: 768px) {
    .toolbar-group button[id^="transpose"] span {
        display: none;
    }
    
    .toolbar-group button[id^="transpose"] i {
        margin-right: 0;
    }
    
    #transpose-value {
        display: inline-block;
    }
}

/* Toolbar Spacer */
.toolbar-spacer {
    display: none;
    width: 100%;
}

/* Yeni Unicode ikonları üçün stillər */
.function-button .icon {
    margin-right: 6px;
    font-size: 1.1em; /* Simvol ölçüsünü bir az böyüdürük */
    line-height: 1; /* Düzgün şaquli hizalanma üçün */
    display: inline-block;
}

/* Xüsusi ikonlar üçün kiçik düzəlişlər */
.function-button .icon:only-child { /* Əgər yalnız ikon varsa (mobil kimi) */
    margin-right: 0;
}
#startScrollButton .icon {
    font-size: 1.2em; /* Ox ikonu üçün */
}
#print-content .icon {
    font-size: 1.3em; /* Printer ikonu üçün */
    margin-right: 4px; /* Printer ikonu üçün boşluq */
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Rəngləri və effekti desktop ilə eyniləşdiririk */
        background-color: rgba(255, 255, 255, 0.65); /* Glassmorphism */
        border-radius: 16px; /* Desktop radiusu */
        box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08); 
        backdrop-filter: blur(12px); 
        -webkit-backdrop-filter: blur(12px);
        border: 1px solid rgba(255, 255, 255, 0.25);
        margin: 5px 0 10px; 
        padding: 4px 6px; /* Padding bir az tənzimləndi */
        position: sticky;
        top: 0;
    }

    .post-functions {
        padding: 2px; 
        gap: 5px; /* Switch üçün bir az daha çox boşluq */
        justify-content: center; 
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 5px; /* Switch üçün bir az daha çox boşluq */
    }

    .function-button {
        padding: 0 8px; 
        min-width: 28px; 
        height: 28px; /* Hündürlük bir az artırıldı */
        font-size: 12px; 
        /* Desktop düymə stilləri */
        background-color: rgba(255, 255, 255, 0.2); 
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        color: #333; /* Desktop mətn rəngi */
        border-radius: 6px; /* Desktop radiusu */
        border: none;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.35); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Desktop stilinə uyğun) */
    .function-button.active:not(#startScrollButton), /* Adi aktiv düymələr */
    .function-button.button-primary:not(#startScrollButton):not(.active) /* Sürüşmə aktiv olmayanda primary */ 
    {
         background-color: rgba(66, 133, 244, 0.85); /* Göy */
         color: white;
         font-weight: 500;
    }
   
    /* Scroll aktiv olduqda fərqli rəng yoxdur, sadəcə switch görünüşü dəyişir */
    /* #startScrollButton.active { ... } */

    /* --- iPhone Switch Stili --- */
    #startScrollButton {
        background-color: transparent !important; /* Arxa fonu tam şəffaf */
        border: none !important;
        box-shadow: none !important;
        width: 44px; /* Switch eni */
        height: 26px; /* Switch hündürlüyü */
        padding: 0;
        border-radius: 13px; /* Switch kənarları */
        position: relative;
        cursor: pointer;
        overflow: hidden; /* İçindəki elementlər kənara çıxmasın */
        flex-shrink: 0; /* Ölçüsü dəyişməsin */
        margin: 0 3px; /* Ətrafında boşluq */
    }
     #startScrollButton .icon { /* Switch içindəki ikonu gizlədirik */
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); /* Sönülü vəziyyət rəngi */
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb */
         content: "";
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 22px; /* Thumb ölçüsü */
         height: 22px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
     }
     #startScrollButton.active::before { /* Aktiv track rəngi */
         background-color: rgba(66, 133, 244, 0.85); /* Göy rəng */
     }
     #startScrollButton.active::after { /* Thumb-ın hərəkəti */
         transform: translateX(18px); /* en - thumb_en - (2*padding) = 44-22-4=18 */
     }
    /* --- Switch Stili Sonu --- */


    .function-button .icon:not(:first-child) { /* Digər ikonlar üçün (əgər varsa) */
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 28px;
        padding: 0 6px 0 8px; 
        font-size: 12px;
        border-radius: 6px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        border: none;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
        padding-right: 18px; 
        background-position: right 5px center;
        background-size: 8px;
        min-width: auto; 
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 3px 5px; /* Padding minimal */
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; /* Elementləri bərabər payla */
        gap: 3px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 3px;
    }

    .function-button {
        min-width: 28px; 
        height: 28px;
        padding: 0 6px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { /* Mətn gizli */
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1.1em; 
    }
     #print-content .icon {
         font-size: 1.3em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.2em;
     }
     #transpose-reset {
          padding: 0 6px;
          min-width: 24px;
          border-radius: 6px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.9em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         margin: 0 auto; /* Ortaya çəkmək üçün */
     }

     #scrollSpeedSelect {
          padding: 0 4px 0 6px;
          font-size: 11px;
          border-radius: 6px;
          height: 28px;
          padding-right: 15px;
          background-size: 7px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: #f8f9faf0; /* Daha açıq və şəffaf */
    backdrop-filter: blur(8px); /* Orta səviyyə blur */
    -webkit-backdrop-filter: blur(8px);
    border: none;
    border-bottom: 1px solid #dee2e6; /* Orta ton sərhəd */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.07);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 4px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~26px + padding ~4px + top ~3px = ~33px */
    margin-top: 33px; 
}

@media (max-width: 768px) {
    .post-functions-container {
        /* Hündürlüyü bir az da azaltmaq üçün padding */
        padding: 2px 5px; 
        margin: 4px 0 8px;
        border-radius: 14px; /* Bir az daha az oval */
        /* Digər glassmorphism stilləri qalır */
        background-color: rgba(255, 255, 255, 0.7); /* Bir az daha aydın fon */
        border: 1px solid rgba(255, 255, 255, 0.3);
        box-shadow: 0 1px 10px rgba(0, 0, 0, 0.07);
    }

    .post-functions {
        padding: 1px;
        gap: 4px; /* Boşluq */
        align-items: center; /* Elementləri şaquli mərkəzləşdir */
    }

    .toolbar-group {
        padding: 0;
        border-right: none; 
        gap: 4px; 
    }

    .function-button {
        padding: 0 6px; 
        min-width: 24px; /* Eni azaldırıq */
        height: 24px; /* Hündürlüyü azaldırıq */
        font-size: 11px; 
        background-color: rgba(255, 255, 255, 0.25); /* Desktop stili */
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        color: #333; 
        border-radius: 5px; /* Daha az oval */
        border: none;
        display: inline-flex; /* Flexbox hizalanması üçün */
        align-items: center;
        justify-content: center;
    }
    .function-button:hover {
        background-color: rgba(255, 255, 255, 0.4); 
        transform: none; 
    }
    
    /* Aktiv/Seçili düymələr (Switch xaric) */
    .function-button.active:not(#startScrollButton), 
    .function-button.button-primary:not(#startScrollButton):not(.active) {
         background-color: rgba(66, 133, 244, 0.8); /* Desktop rəngi */
         color: white;
    }
   
    /* Transpoze düymələrinin görünürlüyü */
    #transpose-down, #transpose-reset, #transpose-up {
         background-color: rgba(0, 0, 0, 0.03); /* Çox açıq fon */
         border: 1px solid rgba(0, 0, 0, 0.06); /* İncə sərhəd */
         box-shadow: none; /* Kölgəni ləğv et */
         color: #555;
    }
     #transpose-down:hover, #transpose-reset:hover, #transpose-up:hover {
          background-color: rgba(0, 0, 0, 0.06); /* Hover rəngi */
     }
      #transpose-reset { /* Ortadakı reset düyməsi */
           padding: 0 5px;
           min-width: 20px;
      }
      #transpose-value {
           font-weight: 500;
      }

    /* --- iPhone Switch Stili (İkonlarla) --- */
    #startScrollButton {
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        width: 40px; /* Eni bir az azaltdıq */
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0;
        border-radius: 12px; /* Hündürlüyə uyğun */
        position: relative;
        cursor: pointer;
        overflow: visible; /* Pseudo elementləri görmək üçün */
        flex-shrink: 0; 
        margin: 0 2px;
    }
     #startScrollButton .icon { 
         display: none;
     }
     #startScrollButton::before { /* Switch Track */
         content: "";
         position: absolute;
         top: 0; left: 0;
         width: 100%; height: 100%;
         background-color: rgba(0, 0, 0, 0.1); 
         border-radius: inherit;
         transition: background-color 0.3s ease;
     }
     #startScrollButton::after { /* Switch Thumb (İkonlarla) */
         content: '▶'; /* Default Play ikonu */
         position: absolute;
         top: 2px; 
         left: 2px;
         width: 20px; /* Thumb ölçüsü */
         height: 20px; /* Thumb ölçüsü */
         background-color: white;
         border-radius: 50%;
         box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
         transition: transform 0.3s ease;
         /* İkon üçün stillər */
         display: flex;
         align-items: center;
         justify-content: center;
         font-size: 10px; /* İkon ölçüsü */
         color: #555; /* İkon rəngi */
         line-height: 1;
     }
     #startScrollButton.active::before { 
         background-color: rgba(66, 133, 244, 0.8); /* Desktop Göy rəngi */
     }
     #startScrollButton.active::after { 
         content: '❚❚'; /* Pause ikonu */
         transform: translateX(16px); /* en - thumb_en - (2*padding) = 40-20-4=16 */
         color: rgba(66, 133, 244, 0.9); /* Aktiv ikon rəngi */
         font-size: 9px; /* Pause ikonu üçün ölçü */
     }
    /* --- Switch Stili Sonu --- */

    .function-button .icon:not(:first-child) { 
        margin-right: 3px;
        font-size: 1.1em; 
    }
    #print-content .icon {
         font-size: 1.2em;
         margin-right: 2px;
    }

    #scrollSpeedSelect {
        height: 24px; /* Hündürlüyü azaltdıq */
        padding: 0 4px 0 6px; 
        font-size: 11px;
        border-radius: 5px; /* Desktop radiusu */
        background-color: rgba(255, 255, 255, 0.25);
        border: none;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
        padding-right: 16px; 
        background-position: right 4px center;
        background-size: 7px;
        color: #333;
    }
     #scrollSpeedSelect:hover, #scrollSpeedSelect:focus {
          background-color: rgba(255, 255, 255, 0.4);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
          border: none;
     }

}

@media (max-width: 576px) {
    .post-functions-container {
         padding: 2px 4px; 
    }
    .post-functions {
        padding: 1px; 
        justify-content: space-around; 
        gap: 2px;
    }

    .toolbar-group {
        margin: 0; 
        gap: 2px;
    }

    .function-button {
        min-width: 24px; 
        height: 24px;
        padding: 0 5px; 
        border-radius: 50%; /* Dairəvi */
        border: none;
    }
    .function-button span:not(.icon) { 
         display: none; 
    }

    .function-button .icon {
        margin-right: 0; 
        font-size: 1em; 
    }
     #print-content .icon {
         font-size: 1.2em;
    }
     /* Transpoze ikonları */
     #transpose-down .icon, #transpose-up .icon {
          font-size: 1.1em;
     }
     #transpose-reset {
          padding: 0 5px;
          min-width: 20px;
          border-radius: 5px; /* Reset düzbucaqlı */
     }
     #transpose-value {
          font-size: 0.8em;
     }
     
     /* Switch ölçüləri eyni qalır */
     #startScrollButton {
         width: 40px; 
         height: 24px;
         margin: 0 auto;
     }
      #startScrollButton::after { 
          width: 20px; height: 20px;
      }
      #startScrollButton.active::after {
          transform: translateX(16px);
      }

     #scrollSpeedSelect {
          padding: 0 3px 0 5px;
          font-size: 10px;
          border-radius: 5px;
          height: 24px;
          padding-right: 14px;
          background-size: 6px;
          border: none;
     }
}

.post-functions-container.is-sticky {
    position: fixed;
    top: 3px; 
    left: 0;
    right: 0;
    width: 100%; 
    z-index: 9999;
    background-color: rgba(255, 255, 255, 0.8); /* Bir az daha aydın */
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08); /* Daha açıq sərhəd */
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.08);
    border-radius: 0; 
    animation: slideDown 0.3s ease;
    padding: 2px 5px; /* Mobil padding saxlanılır */
    margin: 0;
}


/* Anpassung für die Seitenlayout, wenn die Toolbar fixiert ist */
.post-functions-container.is-sticky + .post-content-wrapper {
    /* Hündürlük ~24px + padding ~4px + top ~3px = ~31px */
    margin-top: 31px; 
}
਍਍⨯䴠摯牥⁮敨潲氠祡畯⁴敲牦獥⁨⼪਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ湩敮⁲ൻ †瀠獯瑩潩㩮爠汥瑡癩㭥਍††⵺湩敤㩸㈠഻ †搠獩汰祡›牧摩഻ †朠楲ⵤ整灭慬整挭汯浵獮›敲数瑡愨瑵ⵯ楦ⱴ洠湩慭⡸㠲瀰ⱸㄠ牦⤩഻ †朠灡›㠴硰഻ †愠楬湧椭整獭›散瑮牥഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ潣祰笠਍††慭⵸楷瑤㩨㔠〲硰഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ祥扥潲⁷ൻ †搠獩汰祡›湩楬敮昭敬㭸਍††污杩⵮瑩浥㩳挠湥整㭲਍††慧㩰㠠硰഻ †瀠摡楤杮›瀶⁸㐱硰഻ †戠牯敤⵲慲楤獵›㤹瀹㭸਍††慢正牧畯摮›杲慢㈨㔵‬㔲ⰵ㈠㔵‬⸰㐱㬩਍††整瑸琭慲獮潦浲›灵数捲獡㭥਍††敬瑴牥猭慰楣杮›⸰㠰浥഻ †映湯⵴楳敺›⸰㔷敲㭭਍††潦瑮眭楥桧㩴㘠〰഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ敭牴捩⁳ൻ †搠獩汰祡›汦硥഻ †映敬⵸牷灡›牷灡഻ †朠灡›㘱硰഻ †洠牡楧㩮㈠瀸⁸㬰਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭瑥楲⁣ൻ †洠湩眭摩桴›㈱瀸㭸਍††慰摤湩㩧ㄠ瀸⁸〲硰഻ †戠牯敤⵲慲楤獵›㠱硰഻ †戠捡杫潲湵㩤爠执⡡㔲ⰵ㈠㔵‬㔲ⰵ〠ㄮ⤲഻ †戠硯猭慨潤㩷〠ㄠ瀰⁸〳硰爠执⡡ⰸ㌠ⰳ㜠ⰱ〠ㄮ⤲഻ †戠捡摫潲⵰楦瑬牥›汢牵ㄨ瀲⥸഻ †搠獩汰祡›牧摩഻ †朠灡›瀶㭸਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭瑥楲彣楟潣⁮ൻ †映湯⵴楳敺›⸱爴浥഻ †氠湩ⵥ敨杩瑨›㬱਍††灯捡瑩㩹〠㠮㬵਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭瑥楲彣癟污敵笠਍††潦瑮猭穩㩥ㄠ㘮敲㭭਍††潦瑮眭楥桧㩴㜠〰഻ †氠湩ⵥ敨杩瑨›⸱㬲਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭瑥楲彣江扡汥笠਍††潦瑮猭穩㩥〠㠮爵浥഻ †漠慰楣祴›⸰㔸഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ捡楴湯⁳ൻ †搠獩汰祡›汦硥഻ †映敬⵸牷灡›牷灡഻ †朠灡›㘱硰഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ畢瑴湯笠਍††楤灳慬㩹椠汮湩ⵥ汦硥഻ †愠楬湧椭整獭›散瑮牥഻ †樠獵楴祦挭湯整瑮›散瑮牥഻ †朠灡›〱硰഻ †瀠摡楤杮›㐱硰㈠瀶㭸਍††潢摲牥爭摡畩㩳㤠㤹硰഻ †映湯⵴敷杩瑨›〶㬰਍††牴湡楳楴湯›牴湡晳牯⁭⸰㔲⁳慥敳‬潢⵸桳摡睯〠㈮猵攠獡ⱥ戠捡杫潲湵ⵤ潣潬⁲⸰㔲⁳慥敳഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ畢瑴湯ⴭ牰浩牡⁹ൻ †戠捡杫潲湵㩤⌠晦晦晦഻ †挠汯牯›ㄣ㐸慦㬱਍††潢⵸桳摡睯›‰〱硰㌠瀰⁸杲慢ㄨⰲ㜠ⰰㄠ〶‬⸰㔲㬩਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲戭瑵潴⵮札潨瑳笠਍††慢正牧畯摮›杲慢㈨㔵‬㔲ⰵ㈠㔵‬⸰⤱഻ †挠汯牯›昣晦晦㭦਍††潢摲牥›瀱⁸潳楬⁤杲慢㈨㔵‬㔲ⰵ㈠㔵‬⸰㔲㬩਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲戭瑵潴㩮潨敶⁲ൻ †琠慲獮潦浲›牴湡汳瑡奥⴨瀲⥸഻ †戠硯猭慨潤㩷〠ㄠ瀶⁸㈳硰爠执⡡㈱‬〷‬㘱ⰰ〠㈮⤵഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ畢瑴湯ⴭ桧獯㩴潨敶⁲ൻ †戠捡杫潲湵㩤爠执⡡㔲ⰵ㈠㔵‬㔲ⰵ〠㈮㬩਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭摥慩笠਍††潰楳楴湯›敲慬楴敶഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ敭楤ⵡ慣摲笠਍††潰楳楴湯›敲慬楴敶഻ †戠牯敤⵲慲楤獵›㠲硰഻ †漠敶晲潬㩷栠摩敤㭮਍††慢正牧畯摮›杲慢㈨㔵‬㔲ⰵ㈠㔵‬⸰㠱㬩਍††潢⵸桳摡睯›‰㐲硰㐠瀰⁸杲慢㠨‬㌳‬ㄷ‬⸰⤲഻ †戠捡摫潲⵰楦瑬牥›汢牵ㄨ瀴⥸഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ敭楤ⵡ慢正牤灯笠਍††潰楳楴湯›扡潳畬整഻ †椠獮瑥›㬰਍††灯捡瑩㩹〠㌮㬵਍††慢正牧畯摮猭穩㩥挠癯牥഻ †戠捡杫潲湵ⵤ潰楳楴湯›散瑮牥഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ敭楤ⵡ潢祤笠਍††潰楳楴湯›敲慬楴敶഻ †稠椭摮硥›㬱਍††楤灳慬㩹朠楲㭤਍††牧摩琭浥汰瑡ⵥ潣畬湭㩳愠瑵⁯昱㭲਍††慧㩰ㄠ瀸㭸਍††污杩⵮瑩浥㩳挠湥整㭲਍††慰摤湩㩧㌠瀲⁸㈳硰㈠瀸㭸਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭摥慩椭慭敧笠਍††楷瑤㩨㠠瀸㭸਍††敨杩瑨›㠸硰഻ †戠牯敤⵲慲楤獵›㐲硰഻ †戠捡杫潲湵ⵤ楳敺›潣敶㭲਍††慢正牧畯摮瀭獯瑩潩㩮挠湥整㭲਍††潢⵸桳摡睯›‰㈱硰㈠瀴⁸杲慢〨‬ⰰ〠‬⸰⤲഻ †戠牯敤㩲㈠硰猠汯摩爠执⡡㔲ⰵ㈠㔵‬㔲ⰵ〠㔮㬩਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭摥慩挭湯整瑮笠਍††楤灳慬㩹朠楲㭤਍††慧㩰㘠硰഻ †挠汯牯›昣晦晦㭦਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭摥慩氭扡汥笠਍††潦瑮猭穩㩥〠㠮敲㭭਍††敬瑴牥猭慰楣杮›⸰㠰浥഻ †琠硥⵴牴湡晳牯㩭甠灰牥慣敳഻ †漠慰楣祴›⸰㬷਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭摥慩渭浡⁥ൻ †映湯⵴楳敺›⸱爴浥഻ †洠牡楧㩮〠഻ †映湯⵴敷杩瑨›〷㬰਍ൽഊ⸊敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭摥慩挭畯瑮笠਍††潦瑮猭穩㩥〠㤮爵浥഻ †漠慰楣祴›⸰㔸഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ敭楤ⵡ楬歮笠਍††楤灳慬㩹椠汮湩ⵥ汦硥഻ †愠楬湧椭整獭›散瑮牥഻ †朠灡›瀶㭸਍††潣潬㩲⌠晦晦晦഻ †映湯⵴敷杩瑨›〶㬰਍††慭杲湩琭灯›瀸㭸਍††整瑸搭捥牯瑡潩㩮渠湯㭥਍††灯捡瑩㩹〠㤮഻ †琠慲獮瑩潩㩮漠慰楣祴〠㈮⁳慥敳഻紊਍਍栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ敭楤ⵡ楬歮栺癯牥笠਍††灯捡瑩㩹ㄠ഻紊਍਍浀摥慩⠠慭⵸楷瑤㩨㜠㠶硰 ൻ †⸠敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥笠਍††††慰摤湩㩧㌠瀰⁸㠱硰഻ †素਍਍††栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ湩敮⁲ൻ †††朠灡›㈳硰഻ †素਍਍††栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ楴汴⁥ൻ †††映湯⵴楳敺›⸲爱浥഻ †素਍਍††栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ敭牴捩⁳ൻ †††朠灡›㈱硰഻ †††洠牡楧㩮㈠瀴⁸㬰਍††ൽഊ †⸠敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭瑥楲⁣ൻ †††洠湩眭摩桴›㘴㬥਍††ൽഊ †⸠敨潲猭捥楴湯洮⵭慤桳潢牡ⵤ敨摡牥⸠敨潲洭摥慩戭摯⁹ൻ †††朠楲ⵤ整灭慬整挭汯浵獮›昱㭲਍††††整瑸愭楬湧›敬瑦഻ †素਍਍††栮牥ⵯ敳瑣潩⹮浭搭獡扨慯摲栭慥敤⁲栮牥ⵯ敭楤ⵡ浩条⁥ൻ †††樠獵楴祦猭汥㩦映敬⵸瑳牡㭴਍††ൽ紊਍