.elementor-207 .elementor-element.elementor-element-e1c7d1d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-207 .elementor-element.elementor-element-71ea751{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-207 .elementor-element.elementor-element-3f755ac{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}body.elementor-page-207:not(.elementor-motion-effects-element-type-background), body.elementor-page-207 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}/* Start custom CSS for container, class: .elementor-element-71ea751 */.auralis-channel-list,
.auralis-channel-list * {
  box-sizing: border-box;
}

.auralis-channel-list {
  --bg-main: #050506;
  --bg-secondary: #0B0D14;
  --bg-soft: #111827;
  --bg-card: #15151A;

  --red-dark: #7A070E;
  --red-main: #D71925;
  --red-light: #FF4B56;
  --red-glow: rgba(215, 25, 37, 0.35);

  --text-main: #F8FAFC;
  --text-secondary: #B8BBC4;
  --text-muted: #7C808A;

  --border-soft: rgba(255, 255, 255, 0.08);
  --border-red: rgba(215, 25, 37, 0.28);

  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: 100%;
  padding: 78px 18px 88px;
  overflow: hidden;
  color: var(--text-main);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 25, 37, 0.22), transparent 34%),
    radial-gradient(circle at 86% 30%, rgba(255, 75, 86, 0.08), transparent 30%),
    linear-gradient(180deg, var(--bg-main) 0%, var(--bg-secondary) 58%, var(--bg-main) 100%);
}

.auralis-channel-list::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(255,255,255,0.025) 1px, transparent 1px),
    linear-gradient(180deg, rgba(255,255,255,0.018) 1px, transparent 1px);
  background-size: 82px 82px;
  opacity: 0.32;
  mask-image: radial-gradient(circle at 50% 18%, black 0%, transparent 66%);
}

.auralis-channel-list::after {
  content: "";
  position: absolute;
  width: 620px;
  height: 620px;
  left: 50%;
  top: 60px;
  z-index: 0;
  transform: translateX(-50%);
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 25, 37, 0.2), transparent 68%);
  filter: blur(14px);
  opacity: 0.72;
  pointer-events: none;
  animation: auralisKlarivoChannelAura 8s ease-in-out infinite alternate;
}

.auralis-channel-head,
.auralis-channel-search-wrap,
.auralis-channel-info,
.auralis-channel-list .container {
  position: relative;
  z-index: 1;
}

.auralis-channel-head {
  max-width: 920px;
  margin: 0 auto 38px;
  text-align: center;
}

.auralis-channel-head span {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  margin-bottom: 16px;
  padding: 8px 14px;
  border: 1px solid rgba(215, 25, 37, 0.38);
  border-radius: 999px;
  background: rgba(21, 21, 26, 0.68);
  color: var(--red-light);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(215, 25, 37, 0.14);
}

.auralis-channel-head span::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 0%, rgba(255,255,255,0.22) 48%, transparent 62%);
  transform: translateX(-120%);
  animation: auralisKlarivoSweep 4.8s ease-in-out infinite;
}

.auralis-channel-head h1,
.auralis-channel-head h2 {
  margin: 0 0 18px;
  color: var(--text-main);
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 950;
  letter-spacing: 0;
  text-wrap: balance;
}

.auralis-channel-head h1::after,
.auralis-channel-head h2::after {
  content: "";
  display: block;
  width: 128px;
  height: 3px;
  margin: 22px auto 0;
  border-radius: 999px;
  background: linear-gradient(90deg, transparent, var(--red-main), var(--red-light), transparent);
  box-shadow: 0 0 32px var(--red-glow);
}

.auralis-channel-head p {
  max-width: 760px;
  margin: 0 auto;
  color: var(--text-secondary);
  font-size: 18px;
  line-height: 1.62;
  font-weight: 500;
}

.auralis-channel-search-wrap {
  max-width: 780px;
  margin: 0 auto 14px;
}

.auralis-channel-search {
  width: 100%;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid var(--border-red);
  border-radius: 999px;
  outline: none;
  background: rgba(11, 13, 20, 0.82);
  color: var(--text-main);
  font-size: 16px;
  font-weight: 700;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.34),
    0 0 30px rgba(215, 25, 37, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 220ms ease, box-shadow 220ms ease, background 220ms ease;
}

.auralis-channel-search::placeholder {
  color: var(--text-muted);
}

.auralis-channel-search:focus {
  border-color: rgba(255, 75, 86, 0.58);
  background: rgba(21, 21, 26, 0.94);
  box-shadow:
    0 0 0 4px rgba(215, 25, 37, 0.12),
    0 24px 54px rgba(0, 0, 0, 0.4);
}

.auralis-channel-info {
  margin: 0 auto 32px;
  text-align: center;
  color: var(--text-muted);
  font-size: 14px;
  font-weight: 700;
}

.auralis-channel-list .container {
  width: min(100%, 1380px);
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  align-items: start;
}

.auralis-channel-list .country.card {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--border-soft);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(215, 25, 37, 0.12), transparent 34%),
    linear-gradient(180deg, rgba(21, 21, 26, 0.94), rgba(5, 5, 6, 0.98));
  box-shadow:
    0 24px 58px rgba(0, 0, 0, 0.38),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: transform 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.auralis-channel-list .country.card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% -10%, rgba(255, 75, 86, 0.14), transparent 38%),
    linear-gradient(120deg, transparent 0%, rgba(255,255,255,0.045) 42%, transparent 64%);
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 260ms ease, transform 260ms ease;
  pointer-events: none;
}

.auralis-channel-list .country.card:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 75, 86, 0.36);
  box-shadow:
    0 30px 70px rgba(0, 0, 0, 0.46),
    0 0 34px rgba(215, 25, 37, 0.13);
}

.auralis-channel-list .country.card:hover::before {
  opacity: 1;
  transform: translateY(0);
}

.auralis-channel-list .country.card.is-hidden {
  display: none;
}

.auralis-channel-list .country-toggle {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 60px;
  padding: 16px 58px 16px 18px;
  border: 0;
  background: transparent;
  color: var(--text-main);
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 950;
  cursor: pointer;
}

.auralis-channel-list .country-toggle::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 28px;
  height: 28px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(215, 25, 37, 0.1);
  color: var(--red-light);
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  box-shadow: 0 0 16px rgba(215, 25, 37, 0.16);
}

.auralis-channel-list .country.active {
  border-color: rgba(255, 75, 86, 0.42);
}

.auralis-channel-list .country.active .country-toggle {
  color: var(--text-main);
  background: linear-gradient(135deg, rgba(215, 25, 37, 0.2), rgba(255, 75, 86, 0.08));
}

.auralis-channel-list .country.active .country-toggle::after {
  content: "-";
  background: linear-gradient(180deg, var(--red-light), var(--red-main), var(--red-dark));
  color: #fff;
}

.auralis-channel-list .country-count {
  display: inline-flex;
  margin-left: 8px;
  padding: 3px 8px;
  border: 1px solid rgba(255, 75, 86, 0.28);
  border-radius: 999px;
  background: rgba(215, 25, 37, 0.1);
  color: var(--red-light);
  font-size: 12px;
  font-weight: 950;
  vertical-align: middle;
}

.auralis-channel-list .channel-list {
  position: relative;
  z-index: 1;
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background: rgba(5, 5, 6, 0.56);
  transition: max-height 350ms ease;
}

.auralis-channel-list .country.active .channel-list {
  max-height: 470px;
  overflow-y: auto;
  border-top: 1px solid rgba(255, 255, 255, 0.085);
}

.auralis-channel-list .channel-list li {
  position: relative;
  padding: 11px 18px 11px 34px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  color: var(--text-secondary);
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.auralis-channel-list .channel-list li::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 17px;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--red-main);
  box-shadow:
    0 0 0 3px rgba(215, 25, 37, 0.1),
    0 0 12px rgba(215, 25, 37, 0.32);
}

.auralis-channel-list .channel-list li:hover {
  background: rgba(215, 25, 37, 0.12);
  color: var(--text-main);
}

.auralis-channel-list .channel-title-item {
  position: sticky;
  top: 0;
  z-index: 2;
  padding-left: 18px !important;
  background: linear-gradient(135deg, rgba(31, 13, 16, 0.98), rgba(11, 13, 20, 0.98));
  color: var(--red-light) !important;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.auralis-channel-list .channel-title-item::before {
  display: none;
}

.auralis-channel-list .channel-list li.is-hidden {
  display: none;
}

.auralis-channel-list .channel-list::-webkit-scrollbar {
  width: 8px;
}

.auralis-channel-list .channel-list::-webkit-scrollbar-track {
  background: rgba(5, 5, 6, 0.9);
}

.auralis-channel-list .channel-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--red-light), var(--red-main));
  border-radius: 999px;
}

.auralis-channel-list .channel-list {
  scrollbar-width: thin;
  scrollbar-color: var(--red-main) rgba(5, 5, 6, 0.9);
}

@keyframes auralisKlarivoChannelAura {
  from {
    transform: translateX(-50%) scale(0.94);
    opacity: 0.48;
  }

  to {
    transform: translateX(-50%) scale(1.08);
    opacity: 0.82;
  }
}

@keyframes auralisKlarivoSweep {
  0%, 58%, 100% {
    transform: translateX(-120%);
    opacity: 0;
  }

  70% {
    opacity: 1;
  }

  86% {
    transform: translateX(120%);
    opacity: 0;
  }
}

@media (max-width: 1180px) {
  .auralis-channel-list .container {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 900px) {
  .auralis-channel-list .container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .auralis-channel-list {
    padding: 56px 14px 64px;
  }

  .auralis-channel-list::after {
    width: 340px;
    height: 340px;
    top: 120px;
  }

  .auralis-channel-head {
    margin-bottom: 32px;
  }

  .auralis-channel-head h1,
  .auralis-channel-head h2 {
    font-size: clamp(32px, 10vw, 44px);
  }

  .auralis-channel-head p {
    font-size: 16px;
  }

  .auralis-channel-list .container {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .auralis-channel-list .country.card:hover {
    transform: none;
  }

  .auralis-channel-search {
    min-height: 54px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .auralis-channel-list::after,
  .auralis-channel-head span::after {
    animation: none !important;
  }

  .auralis-channel-list .country.card,
  .auralis-channel-list .country.card::before,
  .auralis-channel-list .channel-list,
  .auralis-channel-search {
    transition: none !important;
  }
}/* End custom CSS */