.ef-icon { display: inline-block; width: 1em; height: 1em; vertical-align: middle; fill: currentColor; flex-shrink: 0; }
.ef-icon use { pointer-events: none; }
:root {
  --mj-surface:    #ffffff;
  --mj-surface-2:  #f0f2f7;
  --mj-dark-2:     #16213e;
  --mj-text:       #1d1d2e;
  --mj-muted:      #6b7280;
  --mj-border:     #e5e7eb;
  --mj-border-2:   rgba(0,0,0,0.06);
  --mj-card:       #ffffff;
  --mj-radius-sm:  8px;
  --mj-radius:     12px;
  --mj-radius-lg:  18px;
  --mj-font:       'iranyekan', Tahoma, 'Segoe UI', sans-serif;
  --bg--hue:        #e5e5e5;
  --footer--hue:    #1a1a2e;
}
html.dark-mode .ef-search-form input:focus { background: var(--mj-surface-2); }
.mj-theme-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border: 1px solid var(--mj-border);
  background: transparent;
  color: var(--mj-text);
  cursor: pointer;
  border-radius: 50%;
  transition: background 0.16s, color 0.16s, border-color 0.16s;
  flex-shrink: 0;
}
.mj-theme-toggle:hover { background: var(--mj-surface-2); border-color: var(--mj-muted); }
.mj-theme-toggle svg { width: 18px; height: 18px; }
.mj-theme-toggle .mj-sun { display: none; }
.mj-theme-toggle .mj-moon { display: block; }
html.dark-mode .mj-theme-toggle .mj-sun { display: block; }
html.dark-mode .mj-theme-toggle .mj-moon { display: none; }
html.dark-mode .mj-theme-toggle { border-color: rgba(255,255,255,0.15); }
html.dark-mode .mj-theme-toggle:hover { border-color: rgba(255,255,255,0.4); }
.mj-header-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.mj-theme-toggle-mob { display: none; }
@media (max-width: 600px) {
  .mj-theme-toggle-desk { display: none; }
  .mj-theme-toggle-mob { display: inline-flex; }
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html { scrollbar-width: thin; scrollbar-color: var(--main--hue, #142e89) transparent; }
html::-webkit-scrollbar { width: 6px; }
html::-webkit-scrollbar-track { background: transparent; }
html::-webkit-scrollbar-thumb { background: var(--main--hue, #142e89); border-radius: 3px; }
html::-webkit-scrollbar-thumb:hover { background: var(--main--hue, #142e89); }
body {
  --mj-primary:    var(--main--hue);
  --mj-primary-dk: var(--main--hue); 
  --mj-primary-dk: color-mix(in srgb, var(--main--hue) 80%, #000 20%);
  --mj-bg:         var(--bg--hue);
  --mj-dark-bg:    var(--footer--hue);
  font-family: var(--mj-font);
  font-size: 14px;
  background: var(--bg--hue) !important;
  color: var(--mj-text);
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; transition: color 0.18s, opacity 0.18s; }
a:hover { color: var(--mj-primary); }
img { max-width: 100%; height: auto; display: block; }
h1,h2,h3,h4,h5,h6 {
  color: var(--mj-text);
  font-weight: 700;
  line-height: 1.4;
}
.mj-page { min-height: 100vh; display: flex; flex-direction: column; }
.mj-container { width: 100%; margin: 0 auto; padding: 0 8px; }
.mj-main { flex: 1; }
.ef-alert-message {
  background: var(--mj-primary);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.01em;
}
.ef-alert-message a { color: #fff !important; }
.ef-site-header { margin-bottom: 20px; }
.mj-header-card {
  background: var(--mj-surface);
  border-radius: var(--mj-radius);
  border: 1px solid var(--mj-border);
  padding: 16px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.mj-header-right {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.ef-logo-text {
  display: block;
  width: 130px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.ef-logo-text h1,
.ef-logo-text span {
  font-size: 18px;
  font-weight: 800;
  color: var(--mj-primary);
  white-space: nowrap;
}
.ef-logo-text.ef-large-text h1,
.ef-logo-text.ef-large-text span { display: none; }
.mj-nav-list {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.mj-nav-list li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: var(--mj-text);
  padding: 8px 18px;
  border-radius: var(--mj-radius-sm);
  border-bottom: none;
  transition: background 0.16s, color 0.16s;
}
.mj-nav-list li a:hover {
  background: var(--mj-surface-2);
  color: var(--mj-primary);
}
.mj-nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius-sm);
  padding: 7px 10px;
  cursor: pointer;
  color: var(--mj-text);
  font-size: 18px;
  line-height: 1;
}
.ef-search-form {
  position: relative;
  width: 240px;
  max-width: 100%;
}
.ef-search-form input {
  width: 100%;
  border: 1px solid var(--mj-border);
  background: var(--mj-surface-2);
  padding: 9px 14px 9px 42px;
  border-radius: 999px;
  font-size: 13px;
  color: var(--mj-text);
  font-family: var(--mj-font);
  transition: border-color 0.16s, background 0.16s;
}
.ef-search-form input:focus {
  outline: none;
  border-color: var(--mj-primary);
  background: #fff;
}
.ef-search-form input::placeholder { color: var(--mj-muted); }
.ef-search-form button {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: none;
  background: var(--mj-primary);
  cursor: pointer;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.16s;
}
.ef-search-form button:hover { background: var(--mj-primary-dk); }
.ef-search-form button svg { fill: currentColor; width: 16px; height: 16px; }
.ef-full-width {
  width: 100%;
}
.ef-full-width.ef-flex-advanced {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-top: 0;
}
.ef-float-right {
  display: flex;
  flex-wrap: nowrap;
  align-items: flex-start;
  gap: 20px;
  width: 100%;
}
.ef-sidebar-area {
  width: 280px;
  max-width: 280px;
  flex-shrink: 0;
  display: block;
}
.ef-core-centered {
  flex: 1;
  min-width: 0;
}
.ef-core-centered.ef-secondary-center {
  width: 100%;
  padding: 0;
}
.mj-section-header {
  display: flex;
  align-items: center;
  margin: 22px 0 14px;
  gap: 10px;
}
.mj-section-header::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--mj-text);
  opacity: 0.12;
}
.mj-section-title {
  font-size: 15px;
  font-weight: 700;
  color: var(--mj-text);
  padding: 4px 12px 4px 0;
  border-right: 3px solid var(--mj-primary);
  border-bottom: none;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
  margin-bottom: 0;
}
.mj-section-link {
  font-size: 13px;
  color: var(--mj-primary);
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
  order: 1;
}
.mj-section-link:hover { text-decoration: underline; }
.ef-side-con {
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius);
  padding: 16px 18px;
  margin: 0 0 18px;
}
.ef-side-con.ef-section-title h1 {
  font-size: 16px;
  margin: 0 0 6px;
  color: var(--mj-text);
}
.ef-side-con.ef-section-title p {
  margin: 0;
  color: var(--mj-muted);
  font-size: 13px;
}
.ef-side-con header {
  border-bottom: 1px solid var(--mj-border);
  margin: 0 0 12px;
  padding: 0 0 10px;
}
.ef-side-con header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 700;
  color: var(--mj-text);
  border-bottom: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.ef-side-con header h4::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 18px;
  background: var(--mj-primary);
  border-radius: 2px;
  flex-shrink: 0;
}
.mj-mega-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
  margin: 0 0 20px;
}
.mj-mega-card {
  height: 240px;
  border-radius: var(--mj-radius);
  overflow: hidden;
  position: relative;
  background: #111;
  border: 1px solid var(--mj-border-2);
  display: block;
}
.mj-mega-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.75;
  transition: opacity 0.22s, transform 0.28s;
}
.mj-mega-card:hover img {
  opacity: 0.88;
  transform: scale(1.03);
}
.mj-mega-label {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--mj-primary);
  color: #fff;
  padding: 3px 9px;
  font-size: 10px;
  font-weight: 700;
  border-radius: 20px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.mj-mega-content {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 24px 14px 10px;
  background: linear-gradient(to top, rgba(0,0,0,0.72) 0%, transparent 100%);
  color: #fff;
}
.mj-mega-title {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 3px;
}
.mj-mega-artist {
  display: block;
  font-size: 13px;
  color: rgba(255,255,255,0.82);
}
.mj-grid { display: grid; gap: 12px; }
.mj-grid-songs  { grid-template-columns: repeat(5, 1fr); }
.mj-grid-sections { grid-template-columns: repeat(6, 1fr); }
.mj-grid-featured {
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}
@media (min-width: 1024px) {
  .mj-grid-featured {
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
  }
}
.mj-card-overlay {
  position: relative;
  aspect-ratio: 1/1;
  border-radius: 18px;
  overflow: hidden;
  display: block;
  border: 1px solid rgba(255,255,255,0.05);
}
.mj-card-overlay img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.mj-card-overlay:hover img {
  transform: scale(1.12);
}
.mj-card-overlay-content {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.95) 0%,
    rgba(0,0,0,0.4) 45%,
    transparent 100%
  );
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 14px;
  transition: background 0.3s ease;
}
.mj-card-overlay-song {
  display: block;
  font-size: 0.95rem;
  font-weight: 700;
  color: #fff;
  transform: translateY(4px);
  transition: transform 0.3s ease;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mj-card-overlay:hover .mj-card-overlay-song {
  transform: translateY(0);
}
.mj-card-overlay-artist {
  display: block;
  font-size: 0.78rem;
  color: #cbd5e1;
  opacity: 0.85;
  margin-top: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mj-slider-container {
  position: relative;
  width: 100%;
  height: 220px;
  border-radius: 20px;
  background: #0f172a;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.08);
  cursor: pointer;
}
.mj-slider-bg {
  position: absolute;
  inset: 0;
  background-size: 220px;
  opacity: 0.07;
  filter: grayscale(100%);
  animation: mjSliderBgMove 25s linear infinite;
  z-index: 1;
}
@keyframes mjSliderBgMove {
  0% { background-position: 0 0; }
  100% { background-position: 1000px 0; }
}
.mj-slides-wrapper {
  display: flex;
  width: 100%;
  height: 100%;
  direction: ltr;
  transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
.mj-slide-item {
  min-width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 65px;
  position: relative;
  z-index: 2;
  color: #fff;
  text-decoration: none;
  direction: rtl;
}
.mj-slide-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 60%;
}
.mj-slide-title {
  display: block;
  font-size: 1.6rem;
  font-weight: 900;
  color: #fff;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mj-slide-artist {
  display: block;
  font-size: 1rem;
  color: #94a3b8;
  margin-top: 6px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mj-slide-cover {
  width: 160px;
  height: 160px;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: -8px 8px 25px rgba(0,0,0,0.6);
  border: 1px solid rgba(255,255,255,0.1);
  flex-shrink: 0;
  opacity: 1 !important;
}
.mj-slider-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: rgba(255,255,255,0.08);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 10;
  transition: background 0.2s, border-color 0.2s;
  padding: 0;
}
.mj-slider-nav:active { background: rgba(255,255,255,0.2); }
.mj-slider-prev { right: 12px; }
.mj-slider-next { left: 12px; }
.mj-slider-nav svg { width: 20px; height: 20px; fill: #fff; }
.mj-slider-dots {
  position: absolute;
  bottom: 10px;
  right: 50%;
  transform: translateX(50%);
  display: flex;
  gap: 6px;
  z-index: 10;
  direction: ltr;
}
.mj-slider-dot {
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: rgba(255,255,255,0.2);
  transition: all 0.3s ease;
}
.mj-slider-dot.active { width: 20px; background: var(--mj-primary); }
@media (max-width: 768px) {
  .mj-slider-container { height: 140px; border-radius: 16px; }
  .mj-slide-item { padding: 0 45px; }
  .mj-slide-cover { width: 105px; height: 105px; border-radius: 12px; }
  .mj-slide-title { font-size: 1.15rem; }
  .mj-slide-artist { font-size: 0.85rem; margin-top: 2px; }
  .mj-slider-nav { width: 32px; height: 32px; }
  .mj-slider-prev { right: 8px; }
  .mj-slider-next { left: 8px; }
  .mj-slider-nav svg { width: 16px; height: 16px; }
  .mj-slider-dots { bottom: 6px; }
}
.mj-grid-others { grid-template-columns: repeat(4, 1fr); }
.mj-grid-singers { grid-template-columns: repeat(8, 1fr); gap: 10px; }
.mj-card {
  background: var(--mj-surface);
  border-radius: var(--mj-radius);
  overflow: hidden;
  border: 1px solid var(--mj-border);
  display: block;
  transition: border-color 0.18s, transform 0.18s;
}
.mj-card:hover {
  border-color: var(--mj-primary);
  transform: translateY(-2px);
}
.mj-card-media {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: var(--mj-surface-2);
  display: block;
  overflow: hidden;
}
.mj-card-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.28s;
}
.mj-card:hover .mj-card-media img { transform: scale(1.05); }
.mj-card-body {
  padding: 9px 10px 11px;
  text-align: center;
}
.mj-card-title {
  display: block;
  font-weight: 700;
  font-size: 12px;
  line-height: 1.55;
  color: var(--mj-text);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mj-card-subtitle {
  display: block;
  color: var(--mj-muted);
  font-size: 11px;
  line-height: 1.5;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 2px;
}
.ef-blog-articles {
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius);
  padding: 18px;
  margin: 0 0 16px;
}
.ef-blog-articles header h1,
.ef-blog-articles header h2 {
  font-size: 16px;
  margin: 0 0 12px;
  line-height: 1.65;
}
.ef-blog-articles header h1 a,
.ef-blog-articles header h2 a {
  background: transparent;
  border: none;
  padding: 0;
  color: var(--mj-text);
  font-weight: 700;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  display: block;
}
.ef-blog-articles header h1 a:hover,
.ef-blog-articles header h2 a:hover { color: var(--mj-primary); }
.ef-blog-articles.ef-has-thumb {
  display: flex;
  gap: 16px;
  align-items: stretch;
}
.ef-blog-articles.ef-has-thumb .mj-list-thumb {
  width: 180px;
  flex-shrink: 0;
  border-radius: var(--mj-radius-sm);
  overflow: hidden;
  aspect-ratio: 1/1;
}
.ef-blog-articles.ef-has-thumb .mj-list-thumb a { display: block; width: 100%; height: 100%; }
.ef-blog-articles.ef-has-thumb .mj-list-thumb img { width: 100%; height: 100%; object-fit: cover; }
.ef-blog-articles.ef-has-thumb .mj-list-content { flex: 1; min-width: 0; display: flex; flex-direction: column; }
.ef-blog-articles.ef-has-thumb .mj-list-content footer { margin-top: auto; }
.ef-blog-articles .ef-list-excerpt {
  min-height: calc(13px * 1.9 * 2);
  max-height: calc(13px * 1.9 * 6);
  overflow: hidden;
  font-size: 13px;
  line-height: 1.9;
  margin-bottom: 0;
}
.ef-blog-articles .ef-list-excerpt p { margin: 0 0 6px; }
.ef-blog-articles .ef-list-excerpt p:last-child { margin-bottom: 0; }
.ef-blog-articles footer {
  border-top: 1px solid var(--mj-border);
  padding-top: 12px;
  margin-top: 14px;
  justify-content: space-between;
  font-size: 12px;
  color: var(--mj-muted);
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
}
.ef-blog-articles footer ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ef-blog-articles footer ul li {
  display: flex;
  align-items: center;
  gap: 4px;
  color: var(--mj-muted);
}
.ef-blog-articles footer ul li::before {
  width: 14px;
  height: 14px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.mj-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  background: var(--mj-primary);
  color: #fff !important;
  padding: 7px 16px;
  border-radius: var(--mj-radius-sm);
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  transition: background 0.16s;
}
.mj-more:hover { background: var(--mj-primary-dk); color: #fff !important; }
.ef-main-body {
  font-size: 14px;
  line-height: 1.9;
  color: var(--mj-text);
  margin-bottom: 12px;
}
.mj-singers-strip {
  background: var(--mj-dark-bg);
  border-radius: var(--mj-radius);
  padding: 18px 16px;
  margin-bottom: 20px;
}
.mj-singer-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 11px;
  gap: 7px;
  transition: opacity 0.18s;
}
.mj-singer-item:hover { opacity: 0.82; }
.mj-singer-img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid var(--mj-primary);
  object-fit: cover;
  display: block;
}
.mj-singers-strip .mj-singer-item span {
  display: block;
  line-height: 1.4;
  color: rgba(255,255,255,0.9);
  font-size: 11px;
}
.ef-featured-section { margin: 0 0 20px; }
.mj-widget {
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius);
  padding: 16px;
  margin-bottom: 16px;
}
.mj-widget .mj-title {
  font-size: 14px;
  font-weight: 700;
  color: var(--mj-text);
  border-bottom: 2px solid var(--mj-primary);
  padding-bottom: 8px;
  margin-bottom: 12px;
  display: block;
}
.mj-widget ul { list-style: none; margin: 0; padding: 0; }
.mj-widget ul li {
  border-bottom: 1px solid var(--mj-border);
  padding: 8px 0;
}
.mj-widget ul li:last-child { border-bottom: none; }
.mj-widget ul li a {
  font-size: 13px;
  color: var(--mj-text);
  display: block;
  transition: color 0.15s, padding-right 0.15s;
}
.mj-widget ul li a:hover {
  color: var(--mj-primary);
  padding-right: 4px;
}
.ef-pagination-links {
  text-align: center;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: center;
}
.ef-pagination-links .pages { display: none; }
.ef-pagination-links a,
.ef-pagination-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius-sm);
  color: var(--mj-muted);
  font-size: 13px;
  font-weight: 600;
  transition: background 0.16s, color 0.16s, border-color 0.16s;
}
.ef-pagination-links .current,
.ef-pagination-links a:hover {
  background: var(--mj-primary);
  color: #fff;
  border-color: var(--mj-primary);
}
.ef-pagination-next,
.ef-preformatted {
  display: inline-flex;
  align-items: center;
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  padding: 5px 14px;
  border-radius: var(--mj-radius-sm);
  font-size: 13px;
  color: var(--mj-muted);
}
.mj-post-header {
  text-align: center;
  margin-bottom: 20px;
}
.mj-post-cover {
  width: 100%;
  max-width: 300px;
  border-radius: var(--mj-radius);
  margin: 0 auto 16px;
  display: block;
  border: 1px solid var(--mj-border);
  aspect-ratio: 1/1;
  object-fit: cover;
}
.mj-post-header h1 {
  font-size: 20px;
  font-weight: 800;
  line-height: 1.45;
  color: var(--mj-text);
  margin: 0 0 8px;
}
.mj-genre-tag {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--mj-primary);
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
}
.mj-player-box {
  background: var(--mj-surface-2);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius);
  padding: 18px 20px;
  margin: 16px 0;
}
.mj-player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-bottom: 14px;
}
.mj-ctrl-btn {
  font-size: 20px;
  color: var(--mj-muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  transition: color 0.16s, background 0.16s;
}
.mj-ctrl-btn:hover { color: var(--mj-primary); background: var(--mj-surface); }
.mj-ctrl-disabled { opacity: 0.28; cursor: default; pointer-events: none; }
.mj-play-main {
  width: 54px;
  height: 54px;
  background: var(--mj-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.16s, transform 0.14s;
}
.mj-play-main:hover { background: var(--mj-primary-dk); transform: scale(1.06); }
.mj-play-main svg { width: 22px; height: 22px; display: block; }
.mj-progress {
  width: 100%;
  height: 5px;
  background: var(--mj-border);
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  direction: ltr;
}
.mj-progress > span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--mj-primary);
  transition: width 0.12s;
  pointer-events: none;
}
.mj-audio { display: none; }
.mj-video-box {
  background: #000;
  border-radius: var(--mj-radius);
  overflow: hidden;
  margin: 16px 0;
  border: 1px solid var(--mj-border-2);
}
.mj-video-box video {
  width: 100%;
  display: block;
  max-height: 460px;
}
.mj-download-buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin: 16px 0;
}
.mj-download-buttons a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 11px 10px;
  border-radius: var(--mj-radius-sm);
  background: var(--mj-surface);
  border: 1.5px solid var(--mj-primary);
  color: var(--mj-primary);
  font-size: 13px;
  font-weight: 600;
  transition: background 0.16s, color 0.16s;
  line-height: 1.4;
  gap: 6px;
}
.mj-download-buttons a::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='currentColor'%3E%3Cpath d='M19 9h-4V3H9v6H5l7 7 7-7zM5 18v2h14v-2H5z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0;
}
.mj-download-buttons a:hover {
  background: var(--mj-primary);
  color: #fff;
}
.mj-download-buttons a:first-child:nth-last-child(1) { grid-column: 1 / -1; }
.ef-artists-overview {
  margin: 16px 0;
  background: transparent;
}
.ef-artists-overview h3 {
  margin: 0 0 12px;
  font-size: 15px;
  border-bottom: 1px solid var(--mj-border);
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 7px;
}
.ef-artists-overview h3::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 16px;
  background: var(--mj-primary);
  border-radius: 2px;
}
.ef-artists-overview a {
  display: inline-flex;
  align-items: center;
  background: var(--mj-surface);
  border: 1px solid var(--mj-primary);
  color: var(--mj-primary);
  padding: 6px 14px;
  border-radius: 20px;
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 8px 8px;
  transition: background 0.16s, color 0.16s;
}
.ef-artists-overview a:hover { background: var(--mj-primary); color: #fff; }
.ef-artists-overview.ef-artists-gallery .ef-artists-row {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.ef-artists-overview.ef-artists-gallery .ef-artist-profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100px;
  padding: 12px 8px;
  border-radius: var(--mj-radius);
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  color: var(--mj-text);
  text-align: center;
  transition: border-color 0.16s;
}
.ef-artists-overview.ef-artists-gallery .ef-artist-profile:hover { border-color: var(--mj-primary); }
.ef-artists-overview.ef-artists-gallery .ef-artist-profile img {
  width: 66px;
  height: 66px;
  border-radius: 50%;
  border: 2px solid var(--mj-primary);
  object-fit: cover;
  margin-bottom: 8px;
}
.ef-artists-overview.ef-artists-gallery .ef-artist-profile span {
  font-size: 12px;
  color: var(--mj-text);
  background: transparent;
  padding: 0;
  line-height: 1.4;
}
.mj-social.ef-skill-badges {
  width: 100%;
  justify-content: center;
  gap: 8px;
  padding: 12px 0;
}
.mj-social.ef-skill-badges h3 {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 8px;
}
.mj-social.ef-skill-badges a {
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: var(--mj-surface-2);
  border: 1px solid var(--mj-border);
  transition: background 0.16s, border-color 0.16s;
}
.mj-social.ef-skill-badges a:hover { background: var(--mj-primary); border-color: var(--mj-primary); }
.mj-social.ef-skill-badges a:hover svg { fill: #fff; }
.mj-social.ef-skill-badges a svg { width: 18px; height: 18px; fill: var(--mj-muted); }
.ef-social-telegram-insta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 16px auto;
  padding: 0;
  width: 100%;
  justify-content: center;
}
.ef-social-telegram-insta a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px;
  border-radius: var(--mj-radius-sm);
  color: #fff !important;
  font-size: 13px;
  font-weight: 600;
  min-width: 140px;
  border-bottom: 2px solid rgba(0,0,0,0.15);
  transition: opacity 0.16s, transform 0.14s;
}
.ef-social-telegram-insta a:hover { opacity: 0.9; transform: translateY(-1px); }
.ef-social-telegram-insta .ef-social-telegram  { background: #29a8e0; }
.ef-social-telegram-insta .ef-social-instagram { background: #c13584; }
.ef-social-telegram-insta .mj-eitaa           { background: #ff6600; }
.ef-social-telegram-insta .ef-social-rubika   { background: #7c1fa0; }
.ef-social-telegram-insta .mj-custom-social   { background: var(--mj-primary); }
.mj-social-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}
.mj-social-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 8px;
  color: #fff !important;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  transition: opacity 0.16s;
  border: none;
  line-height: 1.4;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}
.mj-social-item:hover {
  color: #fff !important;
  opacity: 0.88;
}
.mj-social-item svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}
.mj-soc-telegram  { background: #29a8e0; }
.mj-soc-instagram { background: #c13584; }
.mj-soc-eitaa     { background: #ff6600; }
.mj-soc-rubika    { background: #7c1fa0; }
.mj-soc-bale      { background: #0CBC8D; }
.mj-soc-custom    { background: #0b6101; }
.mj-social-item:first-child:nth-last-child(1) {
  grid-column: 1 / -1;
}
.ef-tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  background: var(--mj-surface-2);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius-sm);
  padding: 10px 14px;
  font-weight: normal;
  font-size: 13px;
  color: var(--mj-muted);
}
.ef-tag-cloud a {
  display: inline-flex;
  align-items: center;
  padding: 3px 10px;
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: 20px;
  font-size: 12px;
  color: var(--mj-text);
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.ef-tag-cloud a:hover { background: var(--mj-primary); color: #fff; border-color: var(--mj-primary); }
.mj-rel-section {
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius);
  padding: 16px;
  margin: 16px 0;
}
.mj-rel-section header h4 {
  font-size: 15px;
  font-weight: 700;
  border-bottom: 1px solid var(--mj-border);
  padding-bottom: 10px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mj-rel-section header h4::before {
  content: '';
  width: 4px;
  height: 16px;
  background: var(--mj-primary);
  border-radius: 2px;
  flex-shrink: 0;
}
.mj-rel-section > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.mj-rel-section > ul li {
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius-sm);
  padding: 9px 13px;
  margin-bottom: 7px;
  transition: border-color 0.15s;
}
.mj-rel-section > ul li:last-child { margin-bottom: 0; }
.mj-rel-section > ul li:hover { border-color: var(--mj-primary); }
.mj-rel-section > ul li a { font-size: 13px; font-weight: 600; color: var(--mj-text); }
.mj-rel-section > ul li a:hover { color: var(--mj-primary); }
.ef-featured-section.ef-highlights-grid { margin: 0; }
.ef-featured-section.ef-highlights-grid ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.ef-featured-section.ef-highlights-grid ul li { width: calc(25% - 6px); }
.ef-featured-section.ef-highlights-grid ul li a {
  display: block;
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius-sm);
  overflow: hidden;
  text-align: center;
  transition: border-color 0.16s;
}
.ef-featured-section.ef-highlights-grid ul li a:hover { border-color: var(--mj-primary); }
.ef-featured-section.ef-highlights-grid ul li img { width: 100%; border-radius: 0; }
.ef-featured-section.ef-highlights-grid ul li span {
  display: block;
  padding: 5px 6px;
  font-size: 11px;
  color: var(--mj-muted);
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ef-featured-section.ef-highlights-grid ul li a:hover span { color: var(--mj-primary); }
.ef-comment-source {
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius);
  padding: 18px;
  margin-bottom: 16px;
}
.ef-comment-source .ef-content-wrapper {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.ef-comment-source input,
.ef-comment-source textarea {
  width: 100%;
  border: 1px solid var(--mj-border);
  background: var(--mj-surface-2);
  padding: 10px 13px;
  border-radius: var(--mj-radius-sm);
  font-size: 13px;
  color: var(--mj-text);
  font-family: var(--mj-font);
  margin-bottom: 10px;
  transition: border-color 0.16s;
}
.ef-comment-source .ef-content-wrapper input { width: calc(50% - 5px); margin-bottom: 0; }
.ef-comment-source input:focus,
.ef-comment-source input:focus,
.ef-comment-source textarea:focus {
  outline: none;
  border-color: var(--mj-primary);
  background: var(--mj-surface);
}
.ef-comment-source textarea { min-height: 100px; resize: vertical; }
.ef-comment-source button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: var(--mj-primary);
  color: #fff;
  border: none;
  padding: 10px 22px;
  border-radius: var(--mj-radius-sm);
  font-size: 14px;
  font-family: var(--mj-font);
  font-weight: 600;
  cursor: pointer;
  transition: background 0.16s;
}
.ef-comment-source button:hover { background: var(--mj-primary-dk); }
ul.ef-reply-section {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}
ul.ef-reply-section > li {
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  padding: 14px 16px;
  border-radius: var(--mj-radius-sm);
  margin-bottom: 10px;
}
ul.ef-reply-section > li:last-child { margin-bottom: 0; }
ul.ef-reply-section .chdr {
  justify-content: space-between;
  margin-bottom: 8px;
  border-bottom: 1px solid var(--mj-border);
  padding-bottom: 7px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}
ul.ef-reply-section .chdr strong { color: var(--mj-text); font-size: 14px; }
ul.ef-reply-section .chdr strong b {
  margin-right: 8px;
  font-weight: 600;
  background: var(--mj-surface-2);
  color: var(--mj-muted);
  border-radius: 20px;
  padding: 2px 10px;
  font-size: 11px;
}
ul.ef-reply-section p { margin: 0; line-height: 1.85; color: var(--mj-text); font-size: 13px; }
ul.ef-reply-section ul.children {
  margin-top: 10px;
  margin-right: 14px;
  padding-right: 14px;
  border-right: 2px solid var(--mj-border);
}
.ef-error-page { text-align: center; padding: 20px 0; }
.ef-error-page img { display: block; margin: 0 auto 16px; max-width: 220px; }
.ef-error-page p { color: var(--mj-muted); font-size: 14px; margin-bottom: 16px; }
.ef-error-page .ef-search-form { width: 90%; max-width: 420px; margin: 0 auto; }
.ef-site-footer.mj-footer {
  background: var(--mj-dark-bg);
  color: rgba(255,255,255,0.82);
  padding: 48px 0 20px;
  margin-top: 48px;
}
.ef-site-footer.mj-footer .ef-full-width.ef-flex-advanced {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  align-items: stretch;
  width: 100%;
  margin: 0 auto;
  padding: 0 8px;
}
.ef-site-footer.mj-footer .ef-footer-widget {
  width: auto;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 22px 20px;
  border-radius: var(--mj-radius);
  text-align: center;
}
.ef-site-footer.mj-footer .ef-footer-widget h5 {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin: 0 0 14px;
  padding: 0 0 12px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ef-site-footer.mj-footer .ef-footer-widget h5::after { display: none; }
.ef-site-footer.mj-footer .ef-footer-widget ul { list-style: none; margin: 0; padding: 0; }
.ef-site-footer.mj-footer .ef-footer-widget ul li { margin: 0 0 9px; }
.ef-site-footer.mj-footer .ef-footer-widget ul li a {
  color: rgba(255,255,255,0.72);
  font-size: 13px;
  transition: color 0.15s;
}
.ef-site-footer.mj-footer .ef-footer-widget ul li a:hover { color: #fff; }
.ef-site-footer.mj-footer .ef-site-credits {
  grid-column: 1 / -1;
  background: transparent;
  border-top: 1px solid rgba(255,255,255,0.08);
  margin-top: 24px;
  padding-top: 20px;
  color: rgba(255,255,255,0.5);
  font-size: 13px;
  text-align: center;
}
.ef-site-footer.mj-footer .ef-site-credits p { margin: 0 0 12px; }
.ef-site-footer.mj-footer .ef-site-credits .ef-designer-credit,
.ef-site-footer.mj-footer .ef-site-credits .ef-designer-credit a { color: rgba(255,255,255,0.5); }
.ef-site-footer.mj-footer .social.ef-display-flex {
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ef-site-footer.mj-footer .social.ef-display-flex a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.1);
  transition: background 0.16s, border-color 0.16s;
}
.ef-site-footer.mj-footer .social.ef-display-flex a:hover {
  background: var(--mj-primary);
  border-color: var(--mj-primary);
}
.ef-site-footer.mj-footer .social.ef-display-flex svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: #fff;
}
.ef-top-advert,
.ef-single-advert { text-align: center; margin: 10px 0; }
.ef-sticky-navigation .ef-pagination-next,
.ef-sticky-navigation .ef-preformatted {
  position: fixed;
  top: 12px;
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius-sm);
  padding: 6px 14px;
  font-size: 13px;
  pointer-events: auto;
  display: none;
}
.ef-sticky-navigation.show .ef-pagination-next,
.ef-sticky-navigation.show .ef-preformatted { display: block; }
.ef-sticky-navigation .ef-pagination-next { right: 12px; }
.ef-sticky-navigation .ef-preformatted    { left: 12px; }
@media (max-width: 1024px) {
  .mj-grid-songs    { grid-template-columns: repeat(4, 1fr); }
  .mj-grid-singers  { grid-template-columns: repeat(6, 1fr); }
  .ef-sidebar-area  { width: 240px; max-width: 240px; }
}
@media (max-width: 800px) {
  .mj-container { padding: 0 8px; }
  .ef-float-right {
    flex-wrap: wrap;
    flex-direction: column;
  }
  .ef-core-centered {
    width: 100%;
    order: 1;
  }
  .ef-sidebar-area {
    width: 100%;
    max-width: 100%;
    order: 2;
  }
  .ef-core-centered.ef-secondary-center {
    width: 100%;
    padding: 0;
  }
  .ef-search-form { width: 100%; margin-top: 10px; }
  .mj-nav { overflow-x: auto; -webkit-overflow-scrolling: touch; }
  .mj-nav-list { flex-wrap: nowrap; }
  .mj-mega-grid { grid-template-columns: 1fr; }
  .mj-mega-card { height: 190px; }
  .mj-grid-songs    { grid-template-columns: repeat(3, 1fr); }
  .mj-grid-singers  { grid-template-columns: repeat(4, 1fr); }
  .ef-site-footer.mj-footer .ef-full-width.ef-flex-advanced {
    grid-template-columns: 1fr;
  }
  .mj-download-buttons { grid-template-columns: 1fr; }
  .mj-download-buttons a:first-child:nth-last-child(1) { grid-column: 1; }
}
@media (max-width: 600px) {
  body { font-size: 13px; }
  .mj-container { padding: 0 6px; }
  .mj-header-card {
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
    padding: 10px 14px;
  }
  .mj-header-right {
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .mj-nav { width: 100%; }
  .mj-nav-list { overflow-x: auto; -webkit-overflow-scrolling: touch; flex-wrap: nowrap; padding-bottom: 4px; }
  .mj-nav-list::-webkit-scrollbar { height: 3px; }
  .mj-nav-list::-webkit-scrollbar-thumb { background: var(--mj-border); border-radius: 2px; }
  .mj-grid-songs    { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .mj-grid-singers  { grid-template-columns: repeat(3, 1fr); gap: 8px; }
  .mj-grid-singers .mj-singer-item:nth-child(n+7) { display: none; }
  .mj-singer-img    { width: 54px; height: 54px; }
  .mj-mega-card { height: 160px; }
  .mj-mega-title { font-size: 14px; }
  .ef-blog-articles.ef-has-thumb { flex-direction: column; }
  .ef-blog-articles.ef-has-thumb .mj-list-thumb {
    width: 100%;
    aspect-ratio: 1 / 1;
    max-width: 240px;
    margin: 0 auto;
  }
  .ef-blog-articles footer .mj-more {
    flex: 1 0 100%;
    width: 100%;
    justify-content: center;
  }
  .mj-play-main { width: 48px; height: 48px; }
  .mj-post-cover { max-width: 220px; }
  .mj-post-header h1 { font-size: 17px; }
  .ef-featured-section.ef-highlights-grid ul li { width: calc(50% - 4px); }
  .ef-social-telegram-insta { flex-direction: column; }
  .ef-social-telegram-insta a { min-width: 0; width: 100%; }
  .ef-site-footer.mj-footer { padding: 30px 0 16px; margin-top: 30px; }
  .ef-site-footer.mj-footer .ef-footer-widget { padding: 16px; }
  .ef-comment-source .ef-content-wrapper input { width: 100%; }
}
@media (max-width: 380px) {
  .mj-grid-songs    { grid-template-columns: repeat(2, 1fr); gap: 7px; }
  .mj-grid-sections { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .mj-grid-singers  { grid-template-columns: repeat(3, 1fr); gap: 7px; }
  .mj-nav-list li a { padding: 5px 8px; font-size: 12px; }
}
.mj-no-sidebar > .ef-float-right { flex-wrap: nowrap; }
.mj-no-sidebar .ef-sidebar-area { display: none !important; width: 0 !important; min-width: 0 !important; overflow: hidden !important; }
.mj-no-sidebar .ef-core-centered {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
}
.mj-no-sidebar .ef-core-centered.ef-secondary-center {
  flex: 1 1 100% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.mj-no-sidebar .mj-grid-songs { grid-template-columns: repeat(6, 1fr); }
@media (max-width: 1024px) { .mj-no-sidebar .mj-grid-songs { grid-template-columns: repeat(5, 1fr); } }
@media (max-width: 768px)  { .mj-no-sidebar .mj-grid-songs { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 520px)  { .mj-no-sidebar .mj-grid-songs { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 380px)  { .mj-no-sidebar .mj-grid-songs { grid-template-columns: repeat(2, 1fr); } }
.mj-player-box {
  background: var(--mj-surface-2);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius);
  padding: 16px;
  margin: 16px 0;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}
.mj-player-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 14px;
  flex-wrap: nowrap;
}
.mj-play-main {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background: var(--mj-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.16s;
  line-height: 0;
}
.mj-play-main:hover { background: var(--mj-primary-dk); }
.mj-play-main svg { width: 22px; height: 22px; display: block; }
.mj-ctrl-btn {
  font-size: 20px;
  color: var(--mj-muted);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  flex-shrink: 0;
  transition: color 0.16s, background 0.16s;
  text-decoration: none;
}
.mj-ctrl-btn:hover { color: var(--mj-primary); background: var(--mj-surface); }
.mj-ctrl-disabled { opacity: 0.28; cursor: default; pointer-events: none; }
@media (max-width: 600px) {
  .mj-player-box { padding: 12px 10px; }
  .mj-player-controls { gap: 10px; }
  .mj-play-main { width: 44px; height: 44px; min-width: 44px; }
  .mj-play-main svg { width: 18px; height: 18px; }
  .mj-ctrl-btn { width: 30px; height: 30px; font-size: 16px; }
}
@media (max-width: 380px) {
  .mj-player-box { padding: 10px 8px; }
  .mj-play-main { width: 40px; height: 40px; min-width: 40px; }
}
.mj-nav-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  background: none;
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius-sm);
  cursor: pointer;
  color: var(--mj-text);
  flex-shrink: 0;
  padding: 0;
  z-index: 1001;
}
.mj-nav-toggle svg { display: block; pointer-events: none; }
.mj-nav-toggle:hover { background: var(--mj-surface-2); }
.mj-mobile-panel {
  position: fixed;
  top: 0;
  left: 0;
  width: 280px;
  height: 100vh;
  background: var(--mj-surface);
  z-index: 2000;
  transform: translateX(-100%);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  box-shadow: 2px 0 20px rgba(0,0,0,0.15);
  overflow-y: auto;
}
.mj-mobile-panel.mj-open {
  transform: translateX(0);
}
.mj-mobile-panel-header {
  padding: 20px 20px 16px;
  border-bottom: 1px solid var(--mj-border);
  background: var(--mj-surface);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.mj-mobile-panel-header .mj-mobile-logo {
  display: block;
  width: 130px;
  height: 44px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right center;
}
.mj-mobile-panel-header .mj-mobile-logo h2 {
  font-size: 18px;
  font-weight: 800;
  color: var(--mj-text);
  white-space: nowrap;
  margin: 0;
}
.mj-mobile-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: var(--mj-surface-2);
  border: none;
  border-radius: 50%;
  color: var(--mj-text);
  cursor: pointer;
  padding: 0;
  transition: background 0.16s;
}
.mj-mobile-close:hover {
  background: var(--mj-border);
}
.mj-mobile-panel-body {
  padding: 8px 0;
  flex: 1;
  background: var(--mj-surface);
}
.mj-mobile-panel-body .mj-nav-list {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  flex-wrap: nowrap !important;
  padding: 0;
  margin: 0;
  list-style: none;
}
.mj-mobile-panel-body .mj-nav-list li {
  display: block !important;
  width: 100% !important;
}
.mj-mobile-panel-body .mj-nav-list li a {
  display: block !important;
  width: 100% !important;
  padding: 12px 20px !important;
  font-size: 14px !important;
  font-weight: 600;
  color: var(--mj-text);
  border-radius: 0;
  border-bottom: none !important;
  white-space: normal;
  transition: background 0.16s;
}
.mj-mobile-panel-body .mj-nav-list li a:hover {
  background: var(--mj-surface-2);
  color: var(--mj-text);
}
.mj-mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.45);
  z-index: 1999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.mj-mobile-overlay.mj-open {
  opacity: 1;
  pointer-events: auto;
}
body.mj-menu-open {
  overflow: hidden;
}
@media (max-width: 600px) {
  .mj-header-card {
    flex-direction: row;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
  }
  .mj-header-right {
    display: flex !important;
    flex-direction: row !important;
    justify-content: flex-start !important;
    align-items: center !important;
    flex-wrap: nowrap !important;
    gap: 8px;
    width: 100%;
  }
  .mj-header-right .ef-logo-text { flex-shrink: 0; }
  .mj-header-right .mj-theme-toggle-mob { margin-right: auto; }
  .mj-nav-toggle { display: inline-flex !important; }
  .mj-nav { display: none !important; }
  .mj-header-actions {
    width: 100%;
  }
  .ef-search-form { width: 100%; }
  .mj-header-actions .ef-search-form {
    width: 100% !important;
  }
}
article.ef-blog-articles {
  width: 100%;
  box-sizing: border-box;
  overflow-x: hidden;
}
.mj-player-box,
.mj-video-box,
.mj-download-buttons,
.track-list,
.ef-main-body,
.ef-artists-overview,
.ef-social-telegram-insta,
.mj-post-header {
  width: 100%;
  box-sizing: border-box;
}
.mj-post-cover {
  width: 100%;
  max-width: 300px;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  margin: 0 auto 16px;
  border-radius: var(--mj-radius);
  border: 1px solid var(--mj-border);
}
@media (max-width: 600px) {
  article.ef-blog-articles { padding: 14px 12px; }
  .mj-post-header h1 { font-size: 16px; }
  .mj-post-cover { max-width: 180px; }
  .mj-player-box { padding: 12px 10px; }
  .mj-player-controls { gap: 8px; }
  .mj-play-main { width: 42px; height: 42px; min-width: 42px; }
  .mj-play-main svg { width: 18px; height: 18px; }
  .mj-ctrl-btn { width: 28px; height: 28px; font-size: 16px; }
  .mj-download-buttons { grid-template-columns: 1fr !important; }
  .mj-download-buttons a:first-child:nth-last-child(1) { grid-column: 1; }
  .ef-core-centered { padding: 0; }
}
@media (max-width: 380px) {
  article.ef-blog-articles { padding: 10px 9px; }
  .mj-post-cover { max-width: 160px; }
  .mj-post-header h1 { font-size: 14px; }
  .mj-download-buttons a { font-size: 12px; padding: 9px 8px; }
}
.ef-blog-articles,
.mj-card,
.mj-widget,
.ef-side-con,
.mj-mega-card,
.mj-header-card,
.ef-site-footer.mj-footer .ef-footer-widget,
.mj-rel-section,
.ef-comment-source,
ul.ef-reply-section > li,
.mj-player-box,
.mj-singers-strip,
.mj-download-buttons a,
.ef-pagination-links a,
.ef-pagination-links span {
  box-shadow: none !important;
}
.ef-category-tag,
.ef-post-date,
.ef-view-counter,
.ef-reply-section,
.ef-category-tag.ef-music-genre { color: var(--mj-muted); }
.eplfx { text-align: left; margin-bottom: 6px; font-size: 12px; }
html, body { max-width: 100vw; width: 100%; overflow-x: hidden; }
img { image-rendering: auto; }
.mj-page,
.mj-container,
.mj-main,
.ef-full-width,
.ef-flex-advanced,
.ef-float-right,
.ef-core-centered,
.ef-core-centered > *:not(article),
article.ef-blog-articles {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.ef-main-body,
.ef-main-body > *,
.ef-main-body > * > *:not(iframe):not(video):not(audio):not(.mj-audio),
.ef-main-body > * > * > *:not(iframe):not(video):not(audio):not(.mj-audio) {
  max-width: 100%;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}
.ef-main-body iframe,
.ef-main-body embed,
.ef-main-body object,
.ef-main-body video {
  max-width: 100% !important;
  width: 100% !important;
  min-width: 0 !important;
}
.ef-main-body pre,
.ef-main-body code,
.ef-main-body table {
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ef-main-body p,
.ef-main-body div,
.ef-main-body span,
.ef-main-body h1,.ef-main-body h2,.ef-main-body h3,
.ef-main-body h4,.ef-main-body h5,.ef-main-body h6,
.ef-main-body blockquote {
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.ef-single-advert,
.ef-top-advert {
  max-width: 100%;
  overflow: hidden;
}
.ef-single-advert {
  display: block;
  width: 100%;
  margin: 10px auto;
}
.ef-single-advert > *,
.ef-top-advert > * {
  display: block !important;
  width: auto;
  max-width: auto;
  margin-left: auto;
  margin-right: auto;
}
.ef-single-advert img,
.ef-top-advert img {
  display: block;
  height: auto;
  max-width: auto;
}
.ef-single-advert iframe,
.ef-top-advert iframe {
  display: block;
  max-width: 100% !important;
  margin: 0 auto;
}
.ef-comment-source,
.ef-comment-source * {
  max-width: 100%;
  overflow-wrap: break-word;
}
.ef-tag-cloud {
  max-width: 100%;
  overflow-wrap: break-word;
}
.ef-site-footer,
.ef-site-footer * {
  max-width: 100%;
  overflow-wrap: break-word;
}
@media (max-width: 600px) {
  article.ef-blog-articles {
    padding: 14px 10px !important;
  }
  .ef-main-body {
    font-size: 13px;
    line-height: 1.8;
  }
  .ef-main-body h1 { font-size: 16px; }
  .ef-main-body h2 { font-size: 15px; }
  .ef-main-body h3 { font-size: 14px; }
  .ef-main-body img { max-width: 100%; }
}
a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--mj-primary);
  outline-offset: 2px;
}
.ef-blog-articles.mj-single-layout {
  background: transparent;
  border: none;
  padding: 0;
  box-shadow: none;
}
.post-breadcrumb {
  background: var(--mj-surface-2);
  border-radius: 6px;
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 12px;
  color: var(--mj-muted);
  margin-bottom: 25px;
}
.breadcrumb-right {
  display: flex;
  gap: 5px;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb-item {
  position: relative;
  padding-left: 15px;
}
.breadcrumb-item::after {
  content: '\203A';
  position: absolute;
  left: 4px;
  top: -1px;
  color: #aaa;
  font-size: 14px;
}
.breadcrumb-item:last-child::after {
  content: '';
}
.post-date-single {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--mj-muted);
  margin: 6px 0 0;
}
.post-date-single svg {
  width: 15px;
  height: 15px;
  fill: var(--mj-muted);
  flex-shrink: 0;
}
.post-main-flex {
  display: grid;
  grid-template-columns: 280px 1fr;
  grid-template-areas: "image info" "meta info";
  column-gap: 30px;
  row-gap: 15px;
  align-items: stretch;
}
.post-image-side {
  grid-area: image;
  width: 100%;
  position: relative;
}
.post-image-side img,
.post-image-side .mj-post-cover-new {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  background: var(--mj-surface-2);
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.15);
  display: block;
}
.post-info-side {
  grid-area: info;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 240px;
}
.title-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.title-block-fa {
  text-align: right;
}
.title-block-fa h2 {
  margin: 0;
  font-size: 15px;
  color: var(--mj-muted);
  font-weight: normal;
}
.title-block-fa h1,
.title-block-fa .mj-track-title {
  margin: 10px 0 0;
  font-size: 24px;
  color: var(--mj-primary);
  font-weight: bold;
  line-height: 1.35;
}
.breadcrumb-item h1 {
  margin: 0;
  font-size: 14px;
  font-weight: inherit;
  display: inline;
  color: inherit;
  line-height: inherit;
}
.breadcrumb-item a { color: inherit; text-decoration: none; }
.breadcrumb-item a:hover { color: var(--mj-primary); }
.center-lyrics-preview {
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--mj-text);
  margin: 15px 0;
  text-align: right;
}
.info-bottom {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.actions-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  width: 100%;
}
.actions-row .btn-download:first-child:nth-last-child(1) {
  grid-column: 1 / -1;
}
.btn-download {
  background: var(--mj-primary);
  color: #fff;
  border: none;
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: opacity 0.16s;
}
.btn-download:hover {
  color: #fff;
  opacity: 0.88;
}
.btn-download .dl-text {
  text-align: right;
}
.btn-download .dl-text div {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
}
.btn-download .dl-text span {
  font-size: 9px;
  opacity: 0.8;
  display: block;
  margin-top: 1px;
}
.btn-download svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
  flex-shrink: 0;
}
.sub-bar-meta {
  grid-area: meta;
  align-self: end;
  width: 100%;
  background: var(--mj-surface-2);
  border-radius: 8px;
  padding: 6px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11.5px;
  color: var(--mj-muted);
  gap: 10px;
  flex-wrap: wrap;
  min-height: 36px;
}
.meta-item {
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}
.sub-bar-meta svg {
  width: 14px;
  height: 14px;
  fill: var(--mj-muted);
  flex-shrink: 0;
}
.sub-bar-player {
  width: 100%;
  background: var(--mj-surface-2);
  border-radius: 8px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.mini-play-btn {
  width: 32px;
  height: 32px;
  min-width: 32px;
  background: var(--mj-primary);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  border: none;
  line-height: 1;
  flex-shrink: 0;
  transition: background 0.16s;
}
.mini-play-btn:hover {
  background: var(--mj-primary-dk);
}
.mini-progress-container {
  flex: 1;
  height: 5px;
  background: var(--mj-border);
  border-radius: 10px;
  position: relative;
  cursor: pointer;
  direction: ltr;
}
.mini-progress-bar {
  width: 0%;
  height: 100%;
  background: var(--mj-primary);
  border-radius: 10px;
  transition: width 0.12s;
}
.player-controls {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.mini-skip {
  width: 28px;
  height: 28px;
  background: transparent;
  border: none;
  color: var(--mj-primary);
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.mini-skip:hover {
  color: var(--mj-primary-dk);
  opacity: 0.8;
}
.mini-skip svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}
.middle-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
  gap: 25px;
  margin-top: 35px;
}
.lyrics-box {
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: 18px;
  padding: 25px;
}
.lyrics-decor img { width: 100%; }
.lyrics-box.ef-aligned-main,
.lyrics-box.ef-aligned-main .lyrics-decor,
.lyrics-box.ef-aligned-main .lyrics-decor p,
.lyrics-box.ef-aligned-main .lyrics-decor div,
.lyrics-box.ef-aligned-main .lyrics-decor h1,
.lyrics-box.ef-aligned-main .lyrics-decor h2,
.lyrics-box.ef-aligned-main .lyrics-decor h3,
.lyrics-box.ef-aligned-main .lyrics-decor h4,
.lyrics-box.ef-aligned-main .lyrics-decor h5,
.lyrics-box.ef-aligned-main .lyrics-decor h6,
.lyrics-box.ef-aligned-main .lyrics-decor blockquote {
  text-align: center !important;
}
.lyrics-decor {
  line-height: 2.3;
  color: var(--mj-text);
  font-size: 13.5px;
  text-align: justify;
}
.singers-box {
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: 18px;
  padding: 25px;
  margin-bottom: 25px;
}
.grid-singers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.singer-card-square {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: opacity 0.16s, border-color 0.16s;
  border: 1.5px solid var(--mj-primary);
  border-radius: 12px;
  padding: 14px 10px 10px;
  box-shadow: none;
}
.singer-card-square:hover {
  opacity: 0.8;
}
.singer-card-square img {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid var(--mj-surface);
  box-shadow: none;
}
.singer-card-name {
  font-size: 12px;
  font-weight: 700;
  color: var(--mj-text);
  text-align: center;
}
.others-box {
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: 18px;
  padding: 25px;
  margin-bottom: 25px;
}
.others-box:last-child {
  margin-bottom: 0;
}
.grid-others {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}
.other-card {
  border: 2px solid var(--mj-primary);
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  background: var(--mj-surface);
  padding-bottom: 8px;
  display: block;
  text-decoration: none;
  transition: border-color 0.16s, transform 0.16s;
}
.other-card:hover {
  border-color: var(--mj-primary-dk);
  transform: translateY(-2px);
}
.other-card img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
}
.other-card-title {
  font-size: 12px;
  font-weight: 700;
  color: var(--mj-text);
  padding: 6px 4px 0;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.other-card-artist {
  font-size: 10.5px;
  color: var(--mj-muted);
  padding: 2px 4px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.bottom-layout {
  display: grid;
  grid-template-columns: 1.1fr 1.9fr;
  gap: 25px;
  margin-top: 35px;
}
.sidebar-latest {
  background: var(--mj-surface);
  border-radius: 18px;
  border: 1px solid var(--mj-border);
  overflow: hidden;
}
.latest-item {
  padding: 14px 20px;
  border-bottom: 1px solid var(--mj-surface-2);
  font-size: 13px;
  color: var(--mj-text);
  text-decoration: none;
  display: block;
  text-align: right;
  transition: padding-right 0.15s, color 0.15s;
}
.latest-item:last-child {
  border-bottom: none;
}
.latest-item:hover {
  color: var(--mj-primary);
  padding-right: 24px;
}
.bottom-layout .ef-comment-source {
  border-radius: 18px;
  padding: 25px;
}
.bottom-layout .ef-side-con:not(.ef-comment-source) {
  margin-bottom: 0;
}
.mj-single-footer {
  margin-top: 24px;
}
@media (max-width: 1024px) {
  .post-main-flex {
    grid-template-columns: 240px 1fr;
    column-gap: 24px;
  }
  .grid-singers {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-others {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .post-main-flex {
    grid-template-columns: 1fr;
    grid-template-areas:
      "image"
      "info"
      "meta";
    row-gap: 20px;
  }
  .post-image-side {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
  }
  .post-info-side {
    min-height: auto;
    justify-content: flex-start;
  }
  .info-bottom {
    margin-top: 20px;
  }
  .actions-row {
    grid-template-columns: 1fr 1fr;
  }
  .sub-bar-player {
    width: 100%;
  }
  .middle-grid,
  .bottom-layout {
    grid-template-columns: 1fr;
  }
  .grid-singers {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid-others {
    grid-template-columns: repeat(3, 1fr);
  }
  .sub-bar-meta {
    min-height: auto;
    padding: 10px 15px;
    gap: 8px;
  }
  .post-breadcrumb {
    flex-wrap: wrap;
    gap: 10px;
  }
  .breadcrumb-right {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  .ef-blog-articles.mj-single-layout {
    padding: 0;
  }
  .post-image-side {
    max-width: 240px;
  }
  .title-block-fa h1 {
    font-size: 20px;
  }
  .title-block-fa h2 {
    font-size: 14px;
  }
  .actions-row {
    grid-template-columns: 1fr;
  }
  .btn-download {
    width: 100%;
  }
  .lyrics-box,
  .singers-box,
  .others-box {
    padding: 18px;
  }
  .grid-singers {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid-others {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }
  .middle-grid,
  .bottom-layout {
    gap: 20px;
  }
  .mj-social-grid {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 380px) {
  .post-image-side {
    max-width: 200px;
  }
  .singer-card-square img {
    width: 52px;
    height: 52px;
  }
  .sub-bar-player {
    padding: 8px 12px;
    gap: 10px;
  }
}
.post-container {
  background: var(--mj-surface);
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.02);
  margin-bottom: 30px;
}
.section-header {
  margin: 30px 0 20px;
  display: flex;
  align-items: center;
}
.section-title {
  font-size: 16px;
  font-weight: 800;
  position: relative;
  padding-right: 15px;
  color: var(--mj-text);
  margin: 0;
}
.section-title::before {
  content: '';
  position: absolute;
  right: 0;
  top: 15%;
  height: 70%;
  width: 4px;
  background: var(--mj-primary);
  border-radius: 10px;
}
.track-list {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.track-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  border: 1.5px solid var(--mj-primary);
  border-radius: 10px;
  background: var(--mj-surface);
  transition: background 0.16s, color 0.16s;
}
.track-item.playing,
.track-item.is-playing {
  background: var(--mj-primary);
  color: #fff;
  border-color: var(--mj-primary);
}
.track-item.playing .track-icon svg,
.track-item.is-playing .track-icon svg {
  fill: #fff;
}
.track-item.playing .track-icon a,
.track-item.is-playing .track-icon a {
  color: #fff;
}
.track-name {
  font-weight: bold;
  font-size: 14px;
}
.track-actions {
  display: flex;
  gap: 15px;
  align-items: center;
}
.track-icon {
  cursor: pointer;
  display: flex;
  align-items: center;
}
.track-icon svg {
  width: 20px;
  height: 20px;
  fill: var(--mj-primary);
}
.track-icon a {
  display: flex;
  align-items: center;
  color: var(--mj-primary);
}
.track-icon a svg {
  fill: currentColor;
}
.comment-section {
  background: var(--mj-card);
  border: 1px solid var(--mj-border);
  border-radius: 18px;
  padding: 25px;
}
.comment-inputs-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
  margin-top: 15px;
}
.comment-form input,
.comment-form textarea {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid var(--mj-border);
  border-radius: 10px;
  background: var(--mj-surface-2);
  font-size: 13px;
  outline: none;
  font-family: var(--mj-font);
}
.comment-btn-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}
.comment-form button {
  background: var(--mj-primary);
  color: #fff;
  border: none;
  padding: 10px 30px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: bold;
  font-family: var(--mj-font);
  font-size: 14px;
  transition: background 0.16s;
}
.comment-form button:hover {
  background: var(--mj-primary-dk);
}
@media (max-width: 768px) {
  .post-container {
    padding: 15px;
  }
  .comment-inputs-row {
    grid-template-columns: 1fr;
  }
  .comment-section {
    padding: 18px;
  }
}
@media (max-width: 480px) {
  .post-container {
    padding: 12px;
  }
  .track-item {
    padding: 10px 14px;
  }
  .track-name {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .section-title {
    font-size: 15px;
  }
}
.mini-play-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 0;
}
.mini-play-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}
.lyrics-box {
  max-height: 320px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: var(--mj-primary) var(--mj-surface-2);
  scrollbar-gutter: stable;
  padding-right: 28px;
}
.lyrics-box::-webkit-scrollbar {
  width: 5px;
}
.lyrics-box::-webkit-scrollbar-track {
  background: var(--mj-surface-2);
  border-radius: 4px;
}
.lyrics-box::-webkit-scrollbar-thumb {
  background: var(--mj-primary);
  border-radius: 4px;
}
.lyrics-box::-webkit-scrollbar-thumb:hover {
  background: var(--mj-primary-dk);
}
.breadcrumb-left {
  display: flex;
  gap: 6px;
  align-items: center;
  flex-wrap: wrap;
}
.mj-share-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  color: var(--mj-muted);
  transition: background 0.16s, color 0.16s, border-color 0.16s;
  text-decoration: none;
  flex-shrink: 0;
}
.mj-share-btn:hover {
  background: var(--mj-primary);
  color: #fff;
  border-color: var(--mj-primary);
}
.mj-share-btn svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
  display: block;
}
.btn-download .dl-text span {
  display: none;
}
.btn-download .dl-text div {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.4;
  white-space: nowrap;
}
.mj-tags-bottom {
  margin: 35px 0 15px !important;
}
.mj-tags-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 16px 20px;
  background: var(--mj-surface);
  border: 1px solid var(--mj-border);
  border-radius: var(--mj-radius);
  margin-bottom: 0;
}
.mj-tags-cloud a {
  display: inline-flex;
  align-items: center;
  padding: 5px 14px;
  background: var(--mj-surface-2);
  border: 1px solid var(--mj-border);
  border-radius: 20px;
  font-size: 12px;
  color: var(--mj-text);
  text-decoration: none;
  transition: background 0.15s, color 0.15s, border-color 0.15s;
}
.mj-tags-cloud a:hover {
  background: var(--mj-primary);
  color: #fff;
  border-color: var(--mj-primary);
}
.sub-bar-meta .meta-item a {
  color: var(--mj-muted);
  transition: color 0.15s;
}
.sub-bar-meta .meta-item a:hover {
  color: var(--mj-primary);
}
.mj-single-full-wrap {
  width: 100%;
}
.mj-single-full-wrap .ef-blog-articles {
  width: 100%;
  max-width: 100%;
}
.mj-single-full-wrap .bottom-layout .mj-widget {
  border-radius: 18px;
  margin-bottom: 20px;
}
.mj-post-widgets {
  margin-top: 25px;
  width: 100%;
}
.mj-post-widgets .ef-side-con:last-child {
  margin-bottom: 0;
}
.ef-floating-ad {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  width: 350px;
  max-width: calc(100vw - 32px);
  text-align: center;
  direction: rtl;
}
html.dark-mode .ef-floating-ad {
  background: var(--mj-surface);
  color: var(--mj-text);
}
.ef-floating-ad img {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px auto;
  border-radius: 5px;
}
.ef-floating-ad p {
  margin: 0 0 15px 0;
  font-size: 14px;
  line-height: 1.5;
}
html.dark-mode .ef-floating-ad p { color: var(--mj-text); }
.ef-floating-ad-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.ef-action-button {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 13px;
}
.ef-floating-close {
  border: none;
  outline: none;
  cursor: pointer;
  padding: 8px 20px;
  background: #ffebeb;
  color: #d63031;
  border-radius: 5px;
  font-size: 13px;
  font-family: inherit;
}
html.dark-mode .ef-floating-close {
  background: #3a1a1a;
  color: #ff6b6b;
}
.center-lyrics-preview {
  margin: 4px 0;
  line-height: 1.6;
}
.rating-plugin-wrap {
  text-align: center;
  margin: 4px 0;
}
.rating-plugin-wrap > * {
  margin-top: 0;
  margin-bottom: 0;
}
.rating-plugin-wrap br {
  display: none;
}
.post-date-single {
  margin: 4px 0;
  display: flex;
  align-items: center;
  gap: 6px;
}
