/* ========================================
   MOTCHILL OPTIMIZED CSS - ORGANIZED VERSION
   Tổ chức theo từng phần để dễ bảo trì
   ======================================== */

/* ========================================
   HEADER SECTION
   ======================================== */

/* ========================================
   HEADER BASE STYLES
   ======================================== */

.motchill-header {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%) !important;
  border-bottom: 2px solid #DD003F !important;
  box-shadow: 0 4px 20px rgba(0,0,0,0.3) !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  z-index: 1000 !important;
  transform: translateZ(0) !important;
  will-change: transform !important;
}

.motchill-header .container {
  width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

/* ========================================
   HOMEPAGE LAYOUT (MERGED)
   ======================================== */
.motchill-homepage {
  background: #0a0a0a !important; /* Merged from custom.css */
  margin: 0 !important;
  padding: 0 !important;
}

/* ========================================
   MAIN CONTAINER - FULL WIDTH (MERGED)
   ======================================== */
.container {
  width: 1200px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
  max-width: none !important;
  background: transparent !important; /* Merged from custom.css */
}

.motchill-top-bar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  padding: 15px 0 !important;
  border-bottom: 1px solid rgba(221, 0, 63, 0.2) !important;
  gap: 20px !important;
}


/* ========================================
   LOGO STYLES
   ======================================== */
.motchill-logo {
  flex: 0 0 auto !important;
  min-width: 120px !important;
}

.motchill-logo a {
  display: block !important;
  text-decoration: none !important;
}

.motchill-logo img {
  max-height: 45px !important;
  width: auto !important;
  filter: brightness(1.1) !important;
  display: block !important;
  visibility: visible !important;
}

.motchill-logo span {
  display: inline-block !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: bold !important;
  text-decoration: none !important;
}

/* Force logo hiển thị với specificity cao nhất */
html body .motchill-header .motchill-top-bar .motchill-logo {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
  width: auto !important;
  min-width: 120px !important;
}

html body .motchill-header .motchill-top-bar .motchill-logo a {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

html body .motchill-header .motchill-top-bar .motchill-logo img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 45px !important;
  width: auto !important;
}

html body .motchill-header .motchill-top-bar .motchill-logo span {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: bold !important;
}

.motchill-search-section {
  flex: 1 !important;
  max-width: 450px !important;
  margin: 0 20px !important;
  position: relative !important;
}

.motchill-user-actions {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
  flex: 0 0 auto !important;
  min-width: 200px !important;
  justify-content: flex-end !important;
}

.motchill-user-action {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  padding: 8px 16px !important;
  border-radius: 6px !important;
  transition: all 0.3s ease !important;
  background: rgba(255,255,255,0.1) !important;
}

.motchill-user-action:hover {
  background: rgba(221, 0, 63, 0.2) !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px) !important;
}

.motchill-user-action i {
  font-size: 16px !important;
}

/* Logo Styles - Clean */
.motchill-logo {
  flex: 0 0 auto;
  min-width: 120px;
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.motchill-logo a {
  display: block;
  text-decoration: none;
}

.motchill-logo img {
  max-height: 45px;
  width: auto;
  filter: brightness(1.1);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.motchill-logo span {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
}

/* ========================================
   SEARCH SECTION
   ======================================== */
.motchill-search-section {
  flex: 1 !important;
  max-width: 450px !important;
  margin: 0 20px !important;
  position: relative !important;
}

.motchill-search-form {
  position: relative;
  display: flex;
  align-items: center;
  z-index: 1;
}

.motchill-search-input {
  width: 100% !important;
  padding: 12px 50px 12px 20px !important;
  background: rgba(255,255,255,0.08) !important;
  border: 2px solid rgba(221, 0, 63, 0.2) !important;
  border-radius: 25px !important;
  color: #fff !important;
  font-size: 14px !important;
  outline: none !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  backdrop-filter: blur(15px) !important;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}

.motchill-search-input::placeholder {
  color: rgba(255,255,255,0.5);
  transition: all 0.3s ease;
}

.motchill-search-input:focus {
  border-color: #DD003F !important;
  background: rgba(255,255,255,0.12) !important;
  box-shadow: 0 0 25px rgba(221, 0, 63, 0.4), 0 4px 15px rgba(0,0,0,0.2) !important;
  transform: translateY(-1px) !important;
}

.motchill-search-btn {
  position: absolute !important;
  right: 5px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  background: linear-gradient(135deg, #DD003F 0%, #ff1744 100%) !important;
  border: none !important;
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  color: #fff !important;
  cursor: pointer !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: 0 3px 12px rgba(221, 0, 63, 0.3) !important;
}

.motchill-search-btn:hover {
  background: linear-gradient(135deg, #ff1744 0%, #ff5722 100%) !important;
  transform: translateY(-50%) scale(1.1) !important;
  box-shadow: 0 6px 20px rgba(221, 0, 63, 0.5) !important;
}

/* ========================================
   USER ACTIONS
   ======================================== */
.motchill-user-actions {
  display: flex;
  align-items: center;
  gap: 15px;
  flex: 0 0 auto;
  min-width: 200px;
  justify-content: flex-end;
}

.motchill-user-action {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  padding: 6px 12px;
  border-radius: 15px;
  transition: all 0.3s ease;
  font-size: 13px;
  font-weight: 500;
}

.motchill-user-action:hover {
  background: rgba(221, 0, 63, 0.2);
  color: #DD003F;
  transform: translateY(-2px);
  text-decoration: none;
}

/* ========================================
   MOBILE ELEMENTS (Hidden on desktop)
   ======================================== */
.mobile-buttons,
.mobile-search-button,
.mobile-search-container {
  display: none !important;
}

/* MERGED NAVIGATION MENU - DUPLICATE REMOVED */
.motchill-nav {
  background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%, rgba(26,26,26,0.6) 100%);
  backdrop-filter: blur(15px);
  border-bottom: 1px solid rgba(221, 0, 63, 0.2);
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.motchill-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  gap: 0;
  max-width: 1200px;
  margin: 0 auto;
}

.motchill-nav li {
  position: relative;
}

.motchill-nav a {
  display: block;
  padding: 18px 25px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  border-radius: 8px;
  margin: 0 5px;
}

.motchill-nav a:hover {
  color: #DD003F;
  background: rgba(221, 0, 63, 0.15);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(221, 0, 63, 0.3);
}

/* ========================================
   SUBMENU STYLES
   ======================================== */
.motchill-submenu {
  position: absolute;
  top: 100%;
  left: 0;
  transform: translateY(-15px);
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.98) 0%, rgba(42, 42, 42, 0.98) 100%);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(221, 0, 63, 0.3);
  border-radius: 12px;
  min-width: 600px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1000;
  box-shadow: 0 15px 40px rgba(0,0,0,0.6);
  padding: 25px;
}

.motchill-nav li:hover .motchill-submenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.motchill-submenu li {
  margin: 0;
  padding: 0;
}

.motchill-submenu a {
  display: block;
  padding: 12px 20px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  border-radius: 8px;
  transition: all 0.3s ease;
  margin: 0;
}

.motchill-submenu a:hover {
  background: rgba(221, 0, 63, 0.2);
  color: #DD003F;
  transform: translateX(5px);
}

/* ========================================
   SEARCH RESULTS SECTION
   ======================================== */

/* ========================================
   DESKTOP SEARCH RESULTS
   ======================================== */
.desktop-search-results {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(135deg, rgba(26, 26, 26, 0.98) 0%, rgba(42, 42, 42, 0.98) 100%) !important;
  backdrop-filter: blur(20px) !important;
  border: 1px solid rgba(221, 0, 63, 0.3) !important;
  border-radius: 12px !important;
  box-shadow: 0 15px 40px rgba(0,0,0,0.6) !important;
  z-index: 10001 !important;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  max-height: 400px;
  overflow-y: auto;
  min-width: 300px;
  display: none;
}


.desktop-search-results.active {
  opacity: 1 !important;
  visibility: visible !important;
  display: block !important;
}

.desktop-search-result-item {
  display: flex;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  cursor: pointer;
  transition: all 0.3s ease;
}

.desktop-search-result-item:hover {
  background: rgba(221, 0, 63, 0.1);
}

.desktop-search-result-item img {
  width: 50px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
  margin-right: 15px;
}

.desktop-search-result-item .info {
  flex: 1;
}

.desktop-search-result-item .title {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}

.desktop-search-result-item .original-title {
  color: #DD003F;
  font-size: 12px;
  margin-bottom: 5px;
}

.desktop-search-result-item .meta {
  display: flex;
  gap: 10px;
}

.desktop-search-result-item .meta span {
  color: #999;
  font-size: 11px;
  background: rgba(255,255,255,0.1);
  padding: 2px 6px;
  border-radius: 4px;
}

/* ========================================
   MOBILE ELEMENTS (Hidden on desktop)
   ======================================== */
.mobile-buttons,
.mobile-search-button,
.mobile-search-container {
  display: none !important;
}

/* ========================================
   BACK TO TOP BUTTON - OPTIMIZED
   ======================================== */

.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, #DD003F 0%, #ff1744 100%);
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
}

.back-to-top.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.back-to-top:hover {
  background: linear-gradient(135deg, #ff1744 0%, #ff5722 100%);
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(221, 0, 63, 0.4);
}

/* ========================================
   RESPONSIVE DESIGN - MOVED TO MOTCHILL-RESPONSIVE.CSS
   ======================================== */

/* ========================================
   ANIMATIONS - OPTIMIZED
   ======================================== */

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

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

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

/* ========================================
   HOMEPAGE LAYOUT - OPTIMIZED
   ======================================== */

.motchill-homepage {
  background: #0a0a0a;
  min-height: 100vh;
  padding-top: 120px; /* Account for fixed header */
}

.homepage-slider-full {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  margin-top: 50px;
  
}

.homepage-container {
  padding: 0;
  background: #0a0a0a;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.homepage-layout {
  display: flex;
  gap: 30px;
  align-items: flex-start;
  margin-top: 0;
 
}

.homepage-main {
  flex: 0 0 70%;
  min-width: 0;
}

.homepage-sidebar {
  flex: 0 0 30%;
  position: relative;
  top: 0;
  margin-top: 30px;
  max-width: 30%;
  box-sizing: border-box;
}

/* Homepage Sections */
.homepage-section {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  border: 1px solid rgba(221, 0, 63, 0.1);
  transition: all 0.3s ease;
}

.homepage-section:hover {
  border-color: rgba(221, 0, 63, 0.3);
  box-shadow: 0 8px 30px rgba(0,0,0,0.4);
  transform: translateY(-2px);
}

.section-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 2px solid rgba(221, 0, 63, 0.2);
}

.section-title {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.section-title i {
  color: #DD003F;
  font-size: 18px;
}

.section-more {
  color: #DD003F;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 5px;
  transition: all 0.3s ease;
}

.section-more:hover {
  color: #ff1744;
  text-decoration: none;
  transform: translateX(5px);
}

.section-content {
  position: relative;
}

/* Widget Placeholders */
.widget-placeholder {
  background: rgba(255,255,255,0.05);
  border: 2px dashed rgba(221, 0, 63, 0.3);
  border-radius: 8px;
  padding: 40px 20px;
  text-align: center;
  color: #999;
  font-size: 14px;
}

.slider-placeholder {
  background: rgba(255,255,255,0.05);
  border: 2px dashed rgba(221, 0, 63, 0.3);
  border-radius: 12px;
  padding: 60px 20px;
  text-align: center;
  color: #999;
  font-size: 16px;
}

/* Additional Widgets */
.additional-widgets {
  margin-top: 30px;
}

/* ========================================
   SIDEBAR SECTION
   ======================================== */

/* Widget Most Viewed - Margin Top */
.homepage-sidebar .homepage-section:first-child {
  margin-top: 0;
}

.homepage-sidebar .homepage-section:not(:first-child) {
  margin-top: 30px;
}

/* ========================================
   WIDGET SIDEBAR STYLING - RESTORE ORIGINAL DESIGN
   ======================================== */
/* Widget Sidebar - Điều chỉnh nhẹ nhẹ theo trending style */
.homepage-sidebar .most-view,
.homepage-sidebar .trailer {
  background: #1a1a1a !important;
  border-radius: 12px !important;
  padding: 25px !important;
  margin-bottom: 35px !important;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(221, 0, 63, 0.1) !important;
}

.homepage-sidebar .most-view .caption,
.homepage-sidebar .trailer .caption {
  margin-bottom: 20px !important;
  padding-bottom: 15px !important;
  border-bottom: 2px solid #DD003F !important;
}

.homepage-sidebar .most-view .caption span,
.homepage-sidebar .trailer .caption span {
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  margin: 0 !important;
  text-transform: uppercase !important;
}

/* Most View - Top Text Style - Điều chỉnh nhẹ */
.homepage-sidebar .most-view .list-film {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.homepage-sidebar .most-view .list-film .item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 12px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 8px !important;
  margin-bottom: 12px !important;
  transition: all 0.3s ease !important;
  position: relative !important;
  min-height: 60px !important;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1) !important;
}

.homepage-sidebar .most-view .list-film .item:hover {
  background: rgba(221, 0, 63, 0.1) !important;
  transform: translateX(5px) !important;
}

.homepage-sidebar .most-view .list-film .item .number-rank {
  background: linear-gradient(135deg, #DD003F 0%, #ff1744 100%) !important;
  color: #fff !important;
  width: 25px !important;
  height: 25px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-weight: bold !important;
  font-size: 12px !important;
  flex-shrink: 0 !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  transform: none !important;
  margin-right: 12px !important;
  min-width: 25px !important;
  max-width: 25px !important;
}

/* Override absolute positioning from template */
.homepage-sidebar .most-view .list-film .item .number-rank.absolute {
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.homepage-sidebar .most-view .list-film .item span {
  flex: 1 !important;
  margin-left: 0 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.homepage-sidebar .most-view .list-film .item span a {
  color: #fff !important;
  text-decoration: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  display: block !important;
  margin-bottom: 3px !important;
  white-space: normal !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.homepage-sidebar .most-view .list-film .item span a:hover {
  color: #DD003F !important;
}

.homepage-sidebar .most-view .list-film .item .count_view {
  color: #DD003F !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  margin-left: 0 !important;
  flex-shrink: 0 !important;
  margin-top: 3px !important;
  display: block !important;
  width: 100% !important;
}

/* Trailer - Top Thumb Style - Điều chỉnh nhẹ */
.homepage-sidebar .trailer .list-film {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.homepage-sidebar .trailer .list-film .film-item-ver {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  padding: 12px !important;
  background: rgba(255, 255, 255, 0.05) !important;
  border-radius: 8px !important;
  margin-bottom: 12px !important;
  transition: all 0.3s ease !important;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.1) !important;
}

.homepage-sidebar .trailer .list-film .film-item-ver:hover {
  background: rgba(221, 0, 63, 0.1) !important;
  transform: translateX(5px) !important;
}

.homepage-sidebar .trailer .list-film .film-item-ver a {
  width: 50px !important;
  height: 70px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
  flex-shrink: 0 !important;
  display: block !important;
}

.homepage-sidebar .trailer .list-film .film-item-ver .avatar {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
}

.homepage-sidebar .trailer .list-film .film-item-ver .title {
  flex: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
}

.homepage-sidebar .trailer .list-film .film-item-ver .title .name {
  margin: 0 0 3px 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
}

.homepage-sidebar .trailer .list-film .film-item-ver .title .name a {
  color: #fff !important;
  text-decoration: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  overflow: visible !important;
  flex-shrink: 1 !important;
  display: inline !important;
}

.homepage-sidebar .trailer .list-film .film-item-ver .title .name a:hover {
  color: #DD003F !important;
}

.homepage-sidebar .trailer .list-film .film-item-ver .title .real-name {
  color: rgba(255, 255, 255, 0.7) !important;
  font-size: 11px !important;
  margin: 0 0 3px 0 !important;
}

.homepage-sidebar .trailer .list-film .film-item-ver .top-star {
  color: #FFD700 !important;
  font-size: 11px !important;
  margin-top: 3px !important;
  width: auto !important;
  max-width: 100% !important;
  overflow: hidden !important;
  display: block !important;
  order: 3 !important;
}

/* Override inline width from template */
.homepage-sidebar .trailer .list-film .film-item-ver .top-star[style*="width"] {
  width: auto !important;
  max-width: 100% !important;
}


.additional-widgets .widget {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  border-radius: 12px;
  padding: 25px;
  margin-bottom: 30px;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
  border: 1px solid rgba(221, 0, 63, 0.1);
}

.additional-widgets .widget-title {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(221, 0, 63, 0.2);
}

/* Responsive Homepage - MOVED TO MOTCHILL-RESPONSIVE.CSS */

/* ========================================
   UTILITY CLASSES - OPTIMIZED
   ======================================== */

.hidden {
  display: none !important;
}

.visible {
  display: block !important;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.mb-0 { margin-bottom: 0; }
.mb-1 { margin-bottom: 10px; }
.mb-2 { margin-bottom: 20px; }
.mb-3 { margin-bottom: 30px; }

.mt-0 { margin-top: 0; }
.mt-1 { margin-top: 10px; }
.mt-2 { margin-top: 20px; }
.mt-3 { margin-top: 30px; }

.p-0 { padding: 0; }
.p-1 { padding: 10px; }
.p-2 { padding: 20px; }
.p-3 { padding: 30px; }

/* ========================================
   HEADER FIXES - Bỏ icon xóa bộ lọc, mega menu, responsive
   ======================================== */

/* Bỏ icon xóa bộ lọc khỏi search */
.motchill-search-form .filter-clear-btn,
.motchill-search-form .filter-clear-all,
.motchill-search-form .search-clear-btn,
.motchill-search-form .clear-filter-btn {
    display: none !important;
}

.motchill-search-input::-webkit-search-cancel-button,
.motchill-search-input::-ms-clear {
    display: none !important;
}

/* MERGED DESKTOP SEARCH RESULTS - DUPLICATE REMOVED */

/* MERGED NAVIGATION MENU - DUPLICATE REMOVED */
.motchill-nav a {
    display: block;
    padding: 18px 25px;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    border-radius: 8px;
    margin: 0 5px;
}

.motchill-nav a:hover {
    color: #DD003F;
    background: rgba(221, 0, 63, 0.15);
    text-decoration: none;
    transform: translateY(-2px);
    box-shadow: 0 4px 15px rgba(221, 0, 63, 0.3);
}

.motchill-submenu {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-15px);
    background: linear-gradient(135deg, rgba(26, 26, 26, 0.98) 0%, rgba(42, 42, 42, 0.98) 100%);
    backdrop-filter: blur(20px);
    border: 1px solid rgba(221, 0, 63, 0.3);
    border-radius: 12px;
    min-width: 600px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 1000;
    box-shadow: 0 15px 40px rgba(0,0,0,0.6);
    padding: 25px;
}

.motchill-nav li:hover .motchill-submenu {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
}

/* Mega Menu Layout for Categories (menu item thứ 2) */
.motchill-nav li:nth-child(2) .motchill-submenu {
    min-width: 700px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    padding: 30px;
}

/* Mega Menu Layout for Countries (menu item thứ 3) */
.motchill-nav li:nth-child(3) .motchill-submenu {
    min-width: 500px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, 1fr);
    gap: 8px 20px;
    padding: 30px;
    grid-auto-flow: column;
}

.motchill-submenu li {
    border-bottom: none;
    padding: 0;
}

.motchill-submenu li a {
    display: block;
    padding: 12px 16px;
    color: #ccc;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 8px;
    transition: all 0.3s ease;
    margin: 0;
}

.motchill-submenu li a:hover {
    background: rgba(221, 0, 63, 0.15);
    color: #DD003F;
    transform: translateX(5px);
    box-shadow: 0 2px 8px rgba(221, 0, 63, 0.2);
}

/* Mega Menu Headers */
.motchill-nav li:nth-child(2) .motchill-submenu:before {
    content: 'Thể Loại Phim';
    position: absolute;
    top: -12px;
    left: 20px;
    background: #DD003F;
    color: #fff;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.motchill-nav li:nth-child(3) .motchill-submenu:before {
    content: 'Quốc Gia';
    position: absolute;
    top: -12px;
    left: 20px;
    background: #DD003F;
    color: #fff;
    padding: 6px 15px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Loading spinner for live search */
.motchill-search-btn .fa-spinner {
    animation: spin 1s linear infinite;
}

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

/* Mobile Buttons Base Styles - REMOVED (duplicate with MOBILE STYLES section) */

/* Mobile Search Container - REMOVED (duplicate with MOBILE STYLES section) */

/* ========================================
   LIVE SEARCH STATES - COMPLETE CSS
   ======================================== */

/* Search Loading State */
.search-loading,
.mobile-search-loading {
    padding: 20px;
    text-align: center;
    color: #DD003F;
    font-size: 14px;
}

/* Desktop Search Results */
/* REMOVED - DUPLICATE DESKTOP SEARCH RESULTS */

.desktop-search-result-item img {
    width: 50px;
    height: 70px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0;
}

.desktop-search-result-item .info {
    flex: 1;
    min-width: 0;
}

.desktop-search-result-item .title {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-search-result-item .original-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    margin-bottom: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.desktop-search-result-item .meta {
    display: flex;
    gap: 8px;
    font-size: 11px;
    color: rgba(255, 255, 255, 0.5);
}

.desktop-search-result-item .year {
    background: rgba(221, 0, 63, 0.2);
    padding: 2px 6px;
    border-radius: 3px;
}

.desktop-search-result-item .quality {
    background: rgba(0, 255, 0, 0.2);
    padding: 2px 6px;
    border-radius: 3px;
    color: #00ff00;
}

/* Mobile Search Results */
.mobile-search-results {
    max-height: 300px;
    overflow-y: auto;
    margin-top: 10px;
}

.mobile-search-result-item {
    display: flex;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.mobile-search-result-item:hover {
    background: rgba(221, 0, 63, 0.1);
}

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

.mobile-search-result-item img {
    width: 40px;
    height: 56px;
    object-fit: cover;
    border-radius: 4px;
    margin-right: 10px;
    flex-shrink: 0;
}

.mobile-search-result-item .info {
    flex: 1;
    min-width: 0;
}

.mobile-search-result-item .title {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-search-result-item .original-title {
    color: rgba(255, 255, 255, 0.7);
    font-size: 11px;
    margin-bottom: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-search-result-item .meta {
    display: flex;
    gap: 6px;
    font-size: 10px;
    color: rgba(255, 255, 255, 0.5);
}

.mobile-search-result-item .year {
    background: rgba(221, 0, 63, 0.2);
    padding: 1px 4px;
    border-radius: 2px;
}

.mobile-search-result-item .quality {
    background: rgba(0, 255, 0, 0.2);
    padding: 1px 4px;
    border-radius: 2px;
    color: #00ff00;
}

/* No Results */
.no-results {
    padding: 20px;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/* Search Error */
.search-error {
    padding: 20px;
    text-align: center;
    color: #ff6b6b;
    font-size: 14px;
}

/* Search Form Enhancements */
.motchill-search-form {
    position: relative;
}

/* REMOVED - DUPLICATE FOCUS RULE */

/* Responsive adjustments - MOVED TO MOTCHILL-RESPONSIVE.CSS */

.search-loading i,
.mobile-search-loading i {
    margin-right: 8px;
    animation: spin 1s linear infinite;
}

/* Search Error State */
.search-error {
    padding: 20px;
    text-align: center;
    color: #ff6b6b;
    font-size: 14px;
}

/* Search No Results */
.search-no-results,
.no-results {
    padding: 20px;
    text-align: center;
    color: #aaaaaa;
    font-size: 14px;
}

.search-no-results i,
.no-results i {
    margin-right: 8px;
    opacity: 0.5;
}

/* Spin Animation */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ========================================
   FILTER PAGES SECTION - MOVED FROM FILTER-PAGES-FIX.CSS
   ======================================== */

/* ========================================
   FILTER PAGES LAYOUT
   ======================================== */
body.archive,
body.tax-ophim_categories,
body.tax-ophim_genres,
body.tax-ophim_regions,
body.tax-ophim_years,
body.search {
  background: #0a0a0a;
}

/* ========================================
   BREADCRUMBS
   ======================================== */
.breadcrumbs {
  background: #1a1a1a;
  padding: 15px 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  border-left: 4px solid #DD003F;
}

.breadcrumbs li {
  display: inline;
  color: #fff;
  font-size: 14px;
}

.breadcrumbs li a {
  color: #DD003F;
  text-decoration: none;
  transition: all 0.3s ease;
}

.breadcrumbs li a:hover {
  color: #ff1744;
}

.breadcrumbs li.active {
  color: #999;
}

/* ========================================
   FILTER FORM
   ======================================== */
.form-filter {
  background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);
  padding: 25px;
  border-radius: 12px;
  margin-bottom: 25px;
  border: 1px solid rgba(221, 0, 63, 0.2);
  box-shadow: 0 8px 25px rgba(0,0,0,0.3);
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  align-items: end;
}

.filter-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  min-width: 180px;
}

.filter-item label {
  color: #DD003F;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.filter-item .input,
.filter-item .form-control {
  background: rgba(255,255,255,0.05);
  color: #fff;
  border: 2px solid rgba(221, 0, 63, 0.3);
  border-radius: 8px;
  padding: 12px 15px;
  font-size: 14px;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.filter-item .input:focus,
.filter-item .form-control:focus {
  outline: none;
  border-color: #DD003F;
  background: rgba(255,255,255,0.08);
  box-shadow: 0 0 15px rgba(221, 0, 63, 0.3);
  transform: translateY(-2px);
}

.filter-submit-btn,
.btn.btn-success {
  background: linear-gradient(135deg, #DD003F 0%, #ff1744 100%);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 12px 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  box-shadow: 0 4px 15px rgba(221, 0, 63, 0.3);
}

.filter-submit-btn:hover,
.btn.btn-success:hover {
  background: linear-gradient(135deg, #ff1744 0%, #ff5722 100%);
  transform: translateY(-3px);
  box-shadow: 0 6px 20px rgba(221, 0, 63, 0.4);
}

/* ========================================
   CONTENT LAYOUT
   ======================================== */
.left-content {
  width: 70%;
  float: left;
  padding-right: 20px;
  box-sizing: border-box;
}

.right-content {
  width: 30%;
  float: right;
  padding-left: 20px;
  box-sizing: border-box;
}

/* ========================================
   LIST FILMS
   ======================================== */
.list-films {
  background: #1a1a1a;
  border-radius: 12px;
  padding: 0;
  margin-bottom: 20px;
  border: 1px solid rgba(221, 0, 63, 0.1);
}

.list-films ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  padding: 0;
  margin: 0;
  list-style: none;
  justify-content: flex-start;
}

.list-films .item {
  position: relative !important;
  width: calc(25% - 12px) !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  float: left !important;
  flex: 0 0 calc(25% - 12px) !important;
  max-width: calc(25% - 12px) !important;
  min-width: 0 !important;
  height: auto !important;
  background: #1a1a1a !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  vertical-align: top !important;
}

.list-films .item:hover {
  transform: translateY(-10px) scale(1.02) !important;
  box-shadow: 0 18px 35px rgba(221, 0, 63, 0.35) !important;
  border-color: #DD003F !important;
  z-index: 10 !important;
  transition: all 0.3s ease !important;
}

.list-films .item:hover .name {
  opacity: 1 !important;
  transform: translateY(0) !important;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.95)) !important;
  z-index: 5 !important;
}

/* Hover effects cho badges - không bị mất */
.list-films .item:hover .label-episode {
  transform: scale(1.05) !important;
  box-shadow: 0 4px 15px rgba(139, 92, 246, 0.5) !important;
  animation: gradientShiftHover 1s ease infinite !important;
}

.list-films .item:hover .label-language {
  transform: scale(1.05) !important;
  box-shadow: 0 4px 15px rgba(255, 107, 53, 0.5) !important;
  animation: gradientShiftHover 1s ease infinite !important;
}

/* Animation gradient di chuyển */
@keyframes gradientShift {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* Animation gradient hover - nhanh hơn */
@keyframes gradientShiftHover {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.list-films .item img {
  width: 100% !important;
  height: 280px !important;
  object-fit: cover !important;
  border-radius: 0 !important;
  transition: all 0.3s ease !important;
}

.list-films .item:hover img {
  transform: scale(1.08) !important;
  filter: brightness(0.8) !important;
}

.list-films .item .name {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  right: 0 !important;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.9)) !important;
  padding: 25px 12px 18px !important;
  border-radius: 0 !important;
  color: #fff !important;
  z-index: 3 !important;
  transition: all 0.3s ease !important;
  backdrop-filter: blur(3px) !important;
  transform: translateY(0) !important;
  opacity: 1 !important;
  box-sizing: border-box !important;
  min-height: 80px !important;
}

.list-films .item .name-title {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  margin: 0 0 4px 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  width: 100% !important;
  text-align: left !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

.list-films .item .name-title a {
  color: #fff !important;
  text-decoration: none !important;
}

.list-films .item:hover .name-title a {
  color: #DD003F !important;
  text-shadow: 0 0 10px rgba(221, 0, 63, 0.5) !important;
}

.list-films .item .original-title-home {
  color: #ccc !important;
  font-size: 11px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  max-width: 100% !important;
  width: 100% !important;
  text-align: left !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  display: block !important;
  box-sizing: border-box !important;
}

/* ========================================
   BỔ SUNG LOGIC CSS THIẾU TỪ CUSTOM.CSS
   ======================================== */

/* Image Film Class - Logic thiếu */
.list-films .item .img-film {
  width: 100% !important;
  height: 260px !important;
  object-fit: cover !important;
  display: block !important;
  transition: transform 0.3s ease !important;
  border: none !important;
  border-radius: 12px 12px 0 0 !important;
}

.list-films .item:hover .img-film {
  transform: scale(1.08) !important;
  filter: brightness(0.8) !important;
}

/* Play Icon - Logic thiếu */
.list-films .item .icon-play {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  width: 50px !important;
  height: 50px !important;
  background: rgba(221, 0, 63, 0.8) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  transition: all 0.3s ease !important;
  z-index: 4 !important;
  cursor: pointer !important;
}

.list-films .item .icon-play::before {
  content: "" !important;
  border-style: solid !important;
  border-width: 10px 0 10px 16px !important;
  border-color: transparent transparent transparent #fff !important;
  margin-left: 2px !important;
  display: block !important;
}

.list-films .item:hover .icon-play {
  opacity: 1 !important;
  background: rgba(221, 0, 63, 0.95) !important;
  transform: translate(-50%, -50%) scale(1.2) !important;
  box-shadow: 0 0 20px rgba(221, 0, 63, 0.5) !important;
}

/* Badge tập hiện tại - góc trên trái (màu tím) */
.list-films .item .label-episode {
  position: absolute !important;
  top: 8px !important;
  left: 8px !important;
  background-image: linear-gradient(to right, #b90094 0%, #339 51%, #f0c 100%) !important;
  background-size: 200% 200% !important;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  padding: 5px 10px !important;
  border-radius: 6px !important;
  z-index: 6 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  max-width: 80% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.2 !important;
  box-shadow: 0 2px 8px rgba(139, 92, 246, 0.3) !important;
  transition: all 0.3s ease !important;
  animation: gradientShift 3s ease infinite !important;
}

/* Badge ngôn ngữ - góc dưới phải của poster (màu cam) */
.list-films .item .label-language {
  position: absolute !important;
  bottom: 65px !important;
  right: 5px !important;
  background-image: linear-gradient(to right, #970001 0%, #ff7c1d 51%, #c02425 100%) !important;
  background-size: 200% 200% !important;
  color: #fff !important;
  font-size: 9px !important;
  font-weight: 600 !important;
  padding: 4px 8px !important;
  border-radius: 6px !important;
  z-index: 6 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important;
  max-width: 80% !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  line-height: 1.2 !important;
  box-shadow: 0 2px 8px rgba(255, 107, 53, 0.3) !important;
  transition: all 0.3s ease !important;
  animation: gradientShift 3s ease infinite !important;
}


/* ========================================
   WIDGET "XEM THÊM" BUTTON CSS
   ======================================== */
.view-more {
    text-align: center !important;
    margin-top: 15px !important;
    padding: 10px 0 !important;
}

/* ========================================
   PAGINATION CSS - CĂN GIỮA
   ======================================== */
.pagination {
    text-align: center !important;
    margin: 30px 0 !important;
    padding: 20px 0 !important;
}

.pagination ul {
    display: inline-block !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.pagination li {
    display: inline-block !important;
    margin: 0 5px !important;
}

.pagination a,
.pagination span {
    display: inline-block !important;
    padding: 8px 12px !important;
    background: #2a2a2a !important;
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 4px !important;
    transition: all 0.3s ease !important;
    border: 1px solid #444 !important;
}

.pagination a:hover {
    background: #DD003F !important;
    color: #fff !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 4px 8px rgba(221, 0, 63, 0.3) !important;
}

.pagination .current {
    background: #DD003F !important;
    color: #fff !important;
    font-weight: bold !important;
}

/* ========================================
   FOOTER CSS - THAM KHẢO DEFAULT.CSS
   ======================================== */

#footer {
  color: #666666 ;
  background: #1a1a1a ;
  font-size: 12px ;
  padding: 20px 0 ;
}

#footer .desc {
  float: left !important;
  width: 700px !important;
  padding-top: 10px !important;
}

#footer .desc a {
  color: #ccc !important;
  text-decoration: none !important;
}

#footer .desc a:hover {
  color: #DD003F !important;
}

/* ========================================
   FOOTER SECTION
   ======================================== */

/* Footer Description */
#footer .desc h1,
#footer .desc h2,
#footer .desc h3,
#footer .desc h4,
#footer .desc h5,
#footer .desc h6 {
  font-size: 12px !important;
  margin: 0 !important;
  color: #fff !important;
}

#footer .info {
  background: #000 !important;
  float: right !important;
  padding: 20px !important;
  width: 260px !important;
  font-size: 11px !important;
  position: relative !important;
  border-radius: 8px !important;
}

#footer .info .column {
  float: left !important;
  display: block !important;
  overflow: hidden !important;
  width: 50% !important;
}

#footer .info .column .heading {
  font-weight: bold !important;
  color: #DD003F !important;
  margin-bottom: 10px !important;
}

#footer .info .column ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#footer .info .column ul li {
  margin-top: 5px !important;
  list-style: none !important;
}

#footer .info a {
  color: #b6b6b6 !important;
  font-weight: normal !important;
  text-decoration: none !important;
  transition: color 0.3s ease !important;
}

#footer .info a:hover {
  color: #DD003F !important;
}

#footer .info .contact-ads {
  margin: -10px 0 10px 0 !important;
  line-height: 18px !important;
  color: #b6b6b6 !important;
}

#footer .copyright {
  padding: 10px 0 40px 0 !important;
  font-style: italic !important;
  text-align: center !important;
  color: #999 !important;
  border-top: 1px solid #333 !important;
  margin-top: 20px !important;
}

/* ========================================
   PAGINATION
   ======================================== */
.pagination {
  text-align: center;
  margin-top: 30px;
  padding: 20px 0;
}

.pagination a,
.pagination span {
  display: inline-block;
  padding: 8px 12px;
  margin: 0 4px;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  border: 1px solid rgba(221, 0, 63, 0.2);
}

.pagination a:hover {
  background: #DD003F;
  transform: translateY(-2px);
}

.pagination .current {
  background: #DD003F;
  color: #fff;
}

/* ========================================
   RESPONSIVE SECTION
   ======================================== */

/* Filter States */
.filter-loading {
  opacity: 0.6;
  pointer-events: none;
}

.filter-loading .filter-submit-btn {
  background: #666;
  cursor: not-allowed;
}

.filter-error {
  background: rgba(244, 67, 54, 0.1);
  border-color: #f44336;
}

.filter-success {
  background: rgba(76, 175, 80, 0.1);
  border-color: #4CAF50;
}

.filter-clear-btn {
  background: #666;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 15px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.filter-clear-btn:hover {
  background: #888;
  transform: translateY(-2px);
}
