  .custom-breadcrumb {
            background-color: #f5f7fa;
            padding: 25px 0;
            margin-bottom: 40px;
        }
        
        .breadcrumb-title {
            font-size: 2rem;
            font-weight: 600;
            color: #2c3e50;
            margin-bottom: 10px;
        }
        
        .breadcrumb {
            background-color: transparent;
            padding: 0;
            margin-bottom: 0;
            font-size: 1.1rem;
        }
        
        .breadcrumb-item a {
            color: #3498db;
            text-decoration: none;
            display: inline-flex;
            align-items: center;
        }
        
        .breadcrumb-item a:hover {
            color: #2980b9;
            text-decoration: underline;
        }
        
        .breadcrumb-item.active {
            color: #7f8c8d;
        }
        
        .breadcrumb-item + .breadcrumb-item::before {
            content: "\2192";
            color: #95a5a6;
            font-size: 1.2rem;
            padding: 0 10px;
        }
        
        /* Bootstrap icons */
        .bi-house-door {
            margin-right: 5px;
            font-size: 1.2rem;
        }

        /* İçerik Alanı */
        .content-title {
            font-size: 2rem;
            font-weight: 600;
            color: #2a4365;
        }
        
        .content-actions .btn {
            min-width: 40px;
            height: 36px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
        }
        
        .btn-zoom span {
            line-height: 1;
        }
        
        #zoomable-content {
            font-size: 1.05rem;
            line-height: 1.8;
            transition: font-size 0.3s ease;
        }
        
        #zoomable-content h2 {
            font-size: 1.5rem;
            color: #2a4365;
            margin-top: 1.5rem;
            margin-bottom: 1rem;
        }
        
        /* Paylaşım Butonları */
        .content-share {
            background-color: #f8fafc;
            padding: 1.5rem;
            border-radius: 0.5rem;
        }
        
        .share-title {
            font-size: 1.1rem;
            font-weight: 500;
            color: #4a5568;
        }
        
        .btn-share {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            padding: 0.5rem 1rem;
            font-size: 0.9rem;
            border-radius: 0.3rem;
            color: white;
            transition: all 0.2s;
            white-space: nowrap;
        }
        
        .btn-facebook { background-color: #3b5998; }
        .btn-twitter { background-color: #1da1f2; }
        .btn-linkedin { background-color: #0077b5; }
        .btn-whatsapp { background-color: #25d366; }
        
        .btn-share:hover {
            opacity: 0.9;
            transform: translateY(-2px);
        }
        
        /* Sidebar Widgetları */
        .sidebar-widget {
            background-color: white;
            border-radius: 0.5rem;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 2px 8px rgba(0,0,0,0.05);
            border: 1px solid #edf2f7;
        }
        
        .widget-title {
            font-size: 1.25rem;
            font-weight: 600;
            color: #2a4365;
        }
        
        .widget-title:after {
            content: '';
            position: absolute;
            left: 0;
            bottom: 0;
            width: 40px;
            height: 3px;
            background-color: #4299e1;
        }
        
        /* Menü Widgetı */
        .widget-menu .nav-link {
            padding: 0.6rem 0;
            color: #4a5568;
            border-left: 3px solid transparent;
            transition: all 0.2s;
        }
        
        .widget-menu .nav-link:hover,
        .widget-menu .nav-link.active {
            color: #2b6cb0;
            border-left-color: #2b6cb0;
            background-color: #ebf8ff;
            padding-left: 12px;
        }
        
        .widget-menu .nav-link i {
            font-size: 0.8rem;
            color: #a0aec0;
        }
        
        .widget-menu .nav-link:hover i,
        .widget-menu .nav-link.active i {
            color: #2b6cb0;
        }
        
        /* Arama Widgetı */
        .widget-search .form-control {
            border-right: 0;
        }
        
        .widget-search .btn {
            border-left: 0;
        }
        
        /* Responsive Ayarlar */
        @media (max-width: 767.98px) {
            .content-title {
                font-size: 1.75rem;
            }
            
            .content-actions {
                width: 100%;
                justify-content: flex-end !important;
            }
            
            .share-buttons .btn-share span {
                display: none;
            }
            
            .share-buttons .btn-share i {
                margin-right: 0 !important;
            }
        }
        
        @media (min-width: 768px) and (max-width: 991.98px) {
            .content-title {
                font-size: 1.8rem;
            }
        }

        .sidebar-social-links {
            gap: 8px; /* İkonlar arası boşluk */
        }
        
        .sidebar-social-link {
            width: 38px;
            height: 38px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            color: white;
            font-size: 1.1rem;
            transition: all 0.3s ease;
        }
        
        .sidebar-social-link:hover {
            transform: translateY(-3px) scale(1.1);
            color: white;
            box-shadow: 0 4px 8px rgba(0,0,0,0.15);
        }
        
        /* Platforma özel renkler */
        .sidebar-social-link.facebook { background-color: #3b5998; }
        .sidebar-social-link.twitter { background-color: #1da1f2; }
        .sidebar-social-link.instagram { 
            background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d); 
        }
        .sidebar-social-link.linkedin { background-color: #0077b5; }
        .sidebar-social-link.youtube { background-color: #ff0000; }

          .sidebar-social-link.whatsapp { background-color: #25d366; }
        
        /* Responsive Ayarlar */
        @media (max-width: 767.98px) {
            .sidebar-social-link {
                width: 34px;
                height: 34px;
                font-size: 1rem;
            }
        }

        /* Select2 özelleştirmeleri */
        .select2-container--bootstrap-5 .select2-selection {
            min-height: 46px;
            border-top-right-radius: 0;
            border-bottom-right-radius: 0;
        }
        
        .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
            line-height: 44px;
            padding-left: 12px;
        }
        
        .select2-container--bootstrap-5 .select2-dropdown {
            border-color: #ced4da;
        }
        
        .select2-results__option--selectable {
            padding: 8px 12px;
        }
        
        .select2-results__option--highlighted {
            background-color: #0d6efd;
            color: white;
        }
        
        .no-results-message {
            padding: 8px 12px;
            color: #6c757d;
            font-style: italic;
        }
        
        