.breadcrumb-nav{display:flex;align-items:center;gap:4px;padding:12px 0;margin-bottom:10px;font-size:13px;color:#95a5a6;line-height:1.5}.breadcrumb-home{color:#7f8c8d;text-decoration:none;font-weight:400;transition:color 0.2s ease;display:inline-flex;align-items:center;line-height:1.5}.breadcrumb-home:hover{color:var(--primary-color,#e74c3c)}.breadcrumb-separator{color:#bdc3c7;font-size:13px;user-select:none;margin:0 4px;display:inline-flex;align-items:center;line-height:1}.breadcrumb-category{color:#7f8c8d;text-decoration:none;font-weight:400;transition:color 0.2s ease;display:inline-flex;align-items:center;line-height:1.5}.breadcrumb-category:hover{color:var(--primary-color,#e74c3c)}.breadcrumb-current{color:#95a5a6;font-weight:400;display:inline-flex;align-items:center;line-height:1.5}.category-page,.search-page,.tag-page{padding:0;margin:0}.category-page>.container,.search-page>.container,.tag-page>.container,.contact-page-template>.container,.page-template>.container{background:transparent;margin-top:var(--header-content-gap);margin-bottom:40px}.category-featured-section{display:grid;grid-template-columns:2fr 1fr;gap:var(--grid-gap-small);margin-top:var(--section-gap-small);margin-bottom:var(--section-gap-medium);padding:0}.featured-big-card{position:relative;border-radius:12px;overflow:hidden;background:#ffffff;box-shadow:0 4px 12px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease;height:525px;border:1px solid rgba(0,0,0,0.05)}.featured-big-card:hover{transform:translateY(-5px);box-shadow:0 8px 24px rgba(0,0,0,0.15)}.featured-big-image{position:relative;width:100%;height:525px;overflow:hidden;background:#f5f5f5}.featured-big-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.featured-big-card:hover .featured-big-image img{transform:scale(1.05)}.featured-imdb-badge{position:absolute;top:15px;right:15px;padding:4px 10px;border-radius:5px;font-size:16px;font-weight:700;color:#fff;background:rgba(231,76,60,0.85);box-shadow:0 4px 12px rgba(0,0,0,0.3);z-index:10}.featured-big-image .category-badge{position:absolute;top:15px;left:15px;color:#fff;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:0.5px;box-shadow:0 4px 12px rgba(0,0,0,0.3)}.featured-big-content{position:absolute;bottom:0;left:0;right:0;padding:30px;background:linear-gradient(to top,rgba(0,0,0,0.9) 0%,rgba(0,0,0,0.7) 50%,transparent 100%)}.featured-big-title{margin:0 0 12px 0;font-size:28px;font-weight:700;line-height:1.3}.featured-big-title a{color:#fff;text-decoration:none;transition:color 0.3s ease}.featured-big-title a:hover{color:var(--primary-color,#e74c3c)}.featured-big-meta{display:flex;gap:15px;font-size:14px;color:rgba(255,255,255,0.9)}.featured-big-meta .dashicons{font-size:16px;width:16px;height:16px}.featured-small-cards{display:grid;grid-template-rows:repeat(4,1fr);gap:15px}.featured-small-card{display:flex;gap:15px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,0.1);transition:transform 0.3s ease,box-shadow 0.3s ease;height:120px}.featured-small-card:hover{transform:translateX(5px);box-shadow:0 4px 16px rgba(0,0,0,0.15)}.featured-small-image{flex-shrink:0;width:140px;height:120px;overflow:hidden;background:#f5f5f5;position:relative}.featured-small-imdb{position:absolute;top:8px;right:8px;padding:2px 6px;border-radius:4px;font-size:12px;font-weight:700;color:#fff;background:rgba(231,76,60,0.85);box-shadow:0 2px 8px rgba(0,0,0,0.3);z-index:10}.featured-small-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.featured-small-card:hover .featured-small-image img{transform:scale(1.1)}.featured-small-content{flex:1;padding:15px;display:flex;flex-direction:column;justify-content:center}.featured-small-title{margin:0 0 10px 0;font-size:16px;font-weight:600;line-height:1.4}.featured-small-title a{color:#2c3e50;text-decoration:none;transition:color 0.3s ease}.featured-small-title a:hover{color:var(--primary-color,#e74c3c)}.featured-small-meta{display:flex;gap:10px;font-size:13px;color:#95a5a6}.featured-small-meta .dashicons{font-size:14px;width:14px;height:14px}.page-layout{display:grid;grid-template-columns:1fr 350px;gap:40px;margin-top:var(--component-gap-medium);padding:0}.main-content{background:transparent}.page-layout.full-width{grid-template-columns:1fr}.page-layout.full-width .main-content{max-width:100%}.page-header{margin-bottom:15px;padding-bottom:0;margin-top:0;border-bottom:none}.category-page .page-header{display:block;padding:0;border:none;margin-bottom:0}body:not(.tag) .category-page .page-title,.page-template .page-title,.contact-page-template .page-title{display:flex;align-items:center;justify-content:space-between;margin:0;padding:12px 24px;background:var(--primary-color,#e74c3c);color:#ffffff;border-radius:8px;box-shadow:0 3px 10px rgba(231,76,60,0.25);font-size:22px;font-weight:700;width:100%;border:none;cursor:pointer;text-align:left;transition:all 0.3s ease}body.tag .category-page .page-title,body.tag .category-page .page-title.category-accordion-toggle,body.tag .page-title.category-accordion-toggle,body.tag .page-title{display:flex !important;align-items:center !important;justify-content:space-between !important;margin:0 !important;padding:12px 24px !important;background:#f8f9fa !important;background-color:#f8f9fa !important;color:#2c3e50 !important;border-radius:8px !important;box-shadow:0 2px 6px rgba(0,0,0,0.1) !important;font-size:22px !important;font-weight:700 !important;width:100% !important;border:none !important;cursor:pointer !important;text-align:left !important;transition:all 0.3s ease !important}.category-page .page-title:hover,.page-template .page-title:hover,.contact-page-template .page-title:hover{box-shadow:0 4px 12px rgba(231,76,60,0.35);transform:translateY(-1px)}.category-page .page-title:active,.page-template .page-title:active,.contact-page-template .page-title:active{transform:translateY(0)}.page-template .page-header,.contact-page-template .page-header{display:block;padding:0;border:none;margin:0 var(--page-padding-horizontal) 20px}.category-title-text{flex:1}.category-accordion-icon{flex-shrink:0;transition:transform 0.3s ease;margin-left:12px}.category-accordion-toggle[aria-expanded="true"] .category-accordion-icon{transform:rotate(180deg)}.category-description-panel{overflow:hidden;max-height:0;opacity:0;transition:max-height 0.5s cubic-bezier(0.4,0,0.2,1),opacity 0.4s ease,margin 0.4s ease;margin-bottom:0;margin-top:0}.category-description-panel[hidden]{display:block !important;max-height:0 !important;opacity:0 !important;margin-bottom:0 !important}.category-description-panel:not([hidden]),.category-description-panel.active{max-height:2000px !important;opacity:1 !important;margin-bottom:15px !important;margin-top:15px !important}.category-description-content{padding:var(--element-padding-medium) var(--element-padding-medium);background:#f8f9fa;border-radius:8px;margin-top:var(--component-gap-xs);border-left:4px solid var(--primary-color,#e74c3c);line-height:1.8;color:#2c3e50}.category-description-content p{margin:0 0 var(--component-gap-small) 0}.category-description-content p:last-child{margin-bottom:0}.search-page .page-header{display:flex;align-items:center;gap:20px;padding-bottom:0;border-bottom:none;position:relative;margin-bottom:30px}.search-page .page-title{flex-shrink:0;margin:0}.search-page .page-header::after{content:'';flex:1;height:3px;background:var(--primary-color,#3498db)}.tag-page .page-header{display:flex;align-items:center;gap:20px;padding-bottom:0;border-bottom:none;position:relative;margin-bottom:30px}.tag-page .page-title{flex-shrink:0;margin:0}.tag-page .page-header::after{display:none !important;content:none !important;background:none !important}.page-title{font-size:32px;font-weight:700;color:#2c3e50;margin:0 0 10px 0}.tag-page .page-title{color:var(--primary-color,#667eea)}.search-term{color:var(--primary-color,#3498db)}.search-results-count{color:#7f8c8d;font-size:14px;margin:0}.search-form-wrapper{margin-bottom:40px;padding:30px;background:#f8f9fa;border-radius:8px}.search-form{display:flex;gap:10px;max-width:600px}.search-field{flex:1;padding:12px 20px;border:2px solid #ddd;border-radius:4px;font-size:16px;transition:border-color 0.3s ease}.search-field:focus{outline:none;border-color:var(--primary-color,#3498db)}.search-submit{padding:12px 30px;background:var(--primary-color,#3498db);color:#fff;border:none;border-radius:4px;font-size:16px;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background 0.3s ease}.search-submit:hover{background:var(--dark-accent-hover,#2980b9)}.search-submit .dashicons{font-size:20px;width:20px;height:20px}.posts-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--grid-gap-medium);margin-bottom:var(--section-gap-medium)}.post-card{position:relative;border-radius:12px;overflow:hidden;background:#ffffff;box-shadow:0 4px 12px rgba(0,0,0,0.15);transition:transform 0.3s ease,box-shadow 0.3s ease;height:400px;border:1px solid rgba(0,0,0,0.05)}.post-card:hover{transform:translateY(-8px);box-shadow:0 8px 24px rgba(0,0,0,0.2)}.post-card-link{display:block;width:100%;height:100%;text-decoration:none}.post-card-image{position:relative;width:100%;height:100%;overflow:hidden;background:linear-gradient(135deg,#f5f5f5,#e8e8e8)}.post-card-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform 0.3s ease}.post-card:hover .post-card-image img{transform:scale(1.08)}.post-card-overlay{position:absolute;bottom:0;left:0;right:0;padding:20px 25px;background:linear-gradient(to top,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.8) 40%,transparent 100%);max-height:35%}body.post-type-archive-oyuncu .post-card,body.post-type-archive-yonetmen .post-card,body.tag .post-card,body.search .post-card{position:relative;padding-bottom:60px}body.post-type-archive-oyuncu .post-card-image,body.post-type-archive-yonetmen .post-card-image,body.tag .post-card-image,body.search .post-card-image{height:400px}body.post-type-archive-oyuncu .post-card-overlay,body.post-type-archive-yonetmen .post-card-overlay,body.tag .post-card-overlay,body.search .post-card-overlay{position:absolute;bottom:0;left:0;right:0;top:auto;background:linear-gradient(to top,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.8) 40%,transparent 100%);padding:12px 15px;max-height:none}.post-card-imdb{position:absolute;top:15px;right:15px;padding:4px 10px;border-radius:5px;font-size:14px;font-weight:700;color:#fff;background:rgba(231,76,60,0.85);box-shadow:0 4px 12px rgba(0,0,0,0.3);z-index:10}.post-card-title{margin:0;font-size:20px;font-weight:700;line-height:1.4;color:#ffffff;transition:color 0.3s ease}body.post-type-archive-oyuncu .post-card-title,body.post-type-archive-yonetmen .post-card-title,body.tag .post-card-title,body.search .post-card-title{font-size:18px}body.post-type-archive-oyuncu .post-card-title,body.post-type-archive-yonetmen .post-card-title,body.tag .post-card-title,body.search .post-card-title{text-shadow:none;color:#ffffff}.post-card:hover .post-card-title{color:var(--primary-color,#e74c3c)}.no-posts,.no-results{text-align:center;padding:60px 20px;background:#f8f9fa;border-radius:8px}.no-results{padding:80px 20px}.no-results-icon{font-size:80px;color:#bdc3c7;margin-bottom:20px}.no-results-icon .dashicons{width:80px;height:80px;font-size:80px}.no-results h2{font-size:24px;color:#2c3e50;margin:0 0 15px 0}.no-results p,.no-posts p{font-size:16px;color:#7f8c8d;margin:0 0 10px 0}.no-posts p{font-size:18px;margin:0}.search-suggestions{font-size:14px !important;color:#95a5a6 !important}.pagination{margin-top:var(--section-gap-medium);text-align:center}.pagination .nav-links{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.pagination a,.pagination span{min-width:40px;height:40px;padding:0 12px;background:#fff;border:1px solid #ddd;border-radius:4px;color:#2c3e50;text-decoration:none;transition:all 0.3s ease;display:inline-flex;align-items:center;justify-content:center;gap:5px;font-size:14px;font-weight:500}.pagination .dots{border:none;background:transparent;padding:0;min-width:auto}.category-page .pagination a:hover{background:var(--primary-color,#e74c3c);color:#fff;border-color:var(--primary-color,#e74c3c)}.category-page .pagination .current{background:var(--primary-color,#e74c3c);color:#fff;border-color:var(--primary-color,#e74c3c)}.search-page .pagination a:hover{background:var(--primary-color,#3498db);color:#fff;border-color:var(--primary-color,#3498db)}.search-page .pagination .current{background:var(--primary-color,#3498db);color:#fff;border-color:var(--primary-color,#3498db)}.tag-page .pagination a:hover{background:var(--primary-color,#667eea);color:#fff;border-color:var(--primary-color,#667eea)}.tag-page .pagination .current{background:var(--primary-color,#667eea);color:#fff;border-color:var(--primary-color,#667eea)}@media (max-width:992px){.page-layout{grid-template-columns:1fr}.sidebar{order:2}.category-featured-section{grid-template-columns:1fr}.featured-big-card{grid-row:auto}}@media (max-width:768px){.category-page,.search-page,.tag-page{padding:15px 15px;max-width:100%;overflow-x:hidden}.page-layout{max-width:100%;overflow-x:hidden}.category-featured-section{gap:15px;margin-bottom:30px;max-width:100%}.featured-big-card{height:400px;max-width:100%}.featured-big-image{height:400px}.featured-small-cards{gap:12px}.featured-small-card{height:110px;max-width:100%}.featured-small-image{width:120px;height:110px;position:relative;overflow:hidden}.featured-small-image img{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important}.featured-small-content{padding:12px}.featured-small-title{font-size:14px}.posts-grid{grid-template-columns:1fr;gap:20px;max-width:100%;margin-bottom:30px}.post-card{height:350px}.post-card-overlay{padding:20px}.post-card-title{font-size:18px}.pagination{margin-top:30px}.pagination .nav-links{gap:6px}.pagination a,.pagination span{min-width:36px;height:36px;padding:0 10px;font-size:13px}.post-title{font-size:18px;word-wrap:break-word;overflow-wrap:break-word}.page-title{font-size:24px;word-wrap:break-word}.category-page .page-title{font-size:20px;padding:12px 0;padding-left:20px}.search-page .page-title{font-size:22px}.search-form{flex-direction:column;max-width:100%}.search-field{width:100%}.tag-icon{font-size:36px}.tag-icon .dashicons{width:36px;height:36px;font-size:36px}.page-header{padding-bottom:10px;margin-bottom:15px;max-width:100%;overflow-x:hidden}.page-template .page-header,.contact-page-template .page-header{margin:0 var(--mobile-page-padding) 20px}.tag-page .page-header{padding:0;margin-bottom:15px}.featured-big-title{font-size:20px;word-wrap:break-word}.featured-big-content{padding:15px}.breadcrumb-nav{flex-wrap:nowrap;padding:10px 0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;white-space:nowrap}.breadcrumb-nav::-webkit-scrollbar{display:none}.breadcrumb-home,.breadcrumb-category,.breadcrumb-current{white-space:nowrap;flex-shrink:0}}@media (max-width:480px){.category-page,.search-page,.tag-page{padding:15px 10px}.category-featured-section{gap:12px;margin-bottom:25px}.featured-big-card{height:320px}.featured-big-image{height:320px}.featured-big-title{font-size:18px}.featured-big-content{padding:12px}.featured-big-meta{font-size:12px;gap:10px}.featured-small-card{height:100px;gap:10px}.featured-small-image{width:100px;height:100px;position:relative;overflow:hidden}.featured-small-image img{position:absolute !important;top:0 !important;left:0 !important;width:100% !important;height:100% !important;object-fit:cover !important;display:block !important}.featured-small-content{padding:10px}.featured-small-title{font-size:13px}.featured-small-meta{font-size:11px}.posts-grid{gap:15px;margin-bottom:25px}.post-card{height:280px}.post-card-overlay{padding:15px}.post-card-title{font-size:16px}.page-title{font-size:20px}.category-page .page-title{font-size:16px;padding:10px 0;padding-left:15px}.search-page .page-title{font-size:18px}.page-header{margin-bottom:20px}.page-template .page-header,.contact-page-template .page-header{margin:0 10px 20px}.pagination{margin-top:25px}.pagination .nav-links{gap:5px}.pagination a,.pagination span{min-width:32px;height:32px;padding:0 8px;font-size:12px}.pagination .prev,.pagination .next{padding:0 10px}.search-form-wrapper{padding:20px 15px;margin-bottom:25px}.search-field{padding:10px 15px;font-size:14px}.search-submit{padding:10px 20px;font-size:14px}}