.elementor-146 .elementor-element.elementor-element-5cdad49{--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-146 .elementor-element.elementor-element-06b7f64{--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-146 .elementor-element.elementor-element-a42d0b1{--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-146 .elementor-element.elementor-element-c3c837d{margin:-40px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}body.elementor-page-146:not(.elementor-motion-effects-element-type-background), body.elementor-page-146 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(180deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-primary ) 100%);}/* Start custom CSS for html, class: .elementor-element-1426074 */.auralis-channel-list,
.auralis-channel-list * {
  box-sizing: border-box;
}

.auralis-channel-list {
  --midnight: #050816;
  --navy: #08111F;
  --navy-2: #0B1628;
  --soft-navy: #101D33;
  --blue: #2F8CFF;
  --blue-dark: #1673F5;
  --cyan: #35D6FF;
  --cyan-soft: #7AEAFF;
  --champagne: #F2D58A;
  --champagne-light: #FFE8A8;
  --text: #F7FAFF;
  --soft: #B7C4DA;
  --muted: #7F8DA8;
  --border: rgba(183, 196, 218, .14);
  --border-blue: rgba(47, 140, 255, .28);
  --border-cyan: rgba(53, 214, 255, .24);

  width: 100%;
  max-width: 100%;
  padding: 72px 18px 82px;
  overflow: hidden;
  color: var(--text);
  font-family: "Inter", Arial, sans-serif;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 140, 255, .18), transparent 34%),
    radial-gradient(circle at 86% 30%, rgba(53, 214, 255, .10), transparent 30%),
    linear-gradient(180deg, var(--midnight) 0%, var(--navy) 100%);
}

.auralis-channel-head {
  max-width: 900px;
  margin: 0 auto 36px;
  text-align: center;
}

.auralis-channel-head span {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--champagne-light);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.auralis-channel-head h1,
.auralis-channel-head h2 {
  margin: 0 0 16px;
  color: var(--text);
  font-family: "Sora", Arial, sans-serif;
  font-size: clamp(36px, 5vw, 64px);
  line-height: 1.08;
  font-weight: 800;
  letter-spacing: 0;
  text-wrap: balance;
}

.auralis-channel-head p {
  max-width: 720px;
  margin: 0 auto;
  color: var(--soft);
  font-size: 18px;
  line-height: 1.62;
  font-weight: 500;
}

.auralis-channel-search-wrap {
  max-width: 760px;
  margin: 0 auto 14px;
}

.auralis-channel-search {
  width: 100%;
  min-height: 58px;
  padding: 0 24px;
  border: 1px solid var(--border-blue);
  border-radius: 999px;
  outline: none;
  background: rgba(8, 17, 31, .78);
  color: var(--text);
  font-size: 16px;
  font-weight: 600;
  box-shadow:
    0 18px 44px rgba(0, 0, 0, .22),
    inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: border-color .22s ease, box-shadow .22s ease, background .22s ease;
}

.auralis-channel-search::placeholder {
  color: var(--muted);
}

.auralis-channel-search:focus {
  border-color: rgba(53, 214, 255, .58);
  background: rgba(11, 22, 40, .92);
  box-shadow:
    0 0 0 4px rgba(53, 214, 255, .10),
    0 22px 50px rgba(0, 0, 0, .28);
}

.auralis-channel-info {
  margin: 0 auto 30px;
  text-align: center;
  color: var(--muted);
  font-size: 14px;
  font-weight: 600;
}

.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);
  border-radius: 12px;
  background:
    radial-gradient(circle at 50% 0%, rgba(47, 140, 255, .12), transparent 34%),
    linear-gradient(180deg, rgba(11, 22, 40, .94), rgba(5, 8, 22, .98));
  box-shadow:
    0 22px 54px rgba(0, 0, 0, .32),
    inset 0 1px 0 rgba(255, 255, 255, .05);
  transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease;
}

.auralis-channel-list .country.card:hover {
  transform: translateY(-2px);
  border-color: var(--border-cyan);
  box-shadow:
    0 28px 66px rgba(0, 0, 0, .38),
    0 0 28px rgba(47, 140, 255, .10);
}

.auralis-channel-list .country.card.is-hidden {
  display: none;
}

.auralis-channel-list .country-toggle {
  position: relative;
  width: 100%;
  min-height: 60px;
  padding: 16px 54px 16px 18px;
  border: 0;
  background: transparent;
  color: var(--text);
  text-align: left;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 900;
  cursor: pointer;
}

.auralis-channel-list .country-toggle::after {
  content: "+";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 26px;
  height: 26px;
  transform: translateY(-50%);
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: rgba(53, 214, 255, .10);
  color: var(--cyan);
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
}

.auralis-channel-list .country.active {
  border-color: rgba(53, 214, 255, .38);
}

.auralis-channel-list .country.active .country-toggle {
  color: var(--text);
  background:
    linear-gradient(135deg, rgba(47, 140, 255, .22), rgba(53, 214, 255, .08));
}

.auralis-channel-list .country.active .country-toggle::after {
  content: "-";
  background: linear-gradient(135deg, var(--blue-dark), var(--blue), var(--cyan));
  color: var(--text);
}

.auralis-channel-list .country-count {
  display: inline-flex;
  margin-left: 8px;
  padding: 3px 8px;
  border: 1px solid rgba(53, 214, 255, .22);
  border-radius: 999px;
  background: rgba(53, 214, 255, .08);
  color: var(--cyan-soft);
  font-size: 12px;
  font-weight: 900;
  vertical-align: middle;
}

.auralis-channel-list .channel-list {
  list-style: none;
  margin: 0;
  padding: 0;
  max-height: 0;
  overflow: hidden;
  background: rgba(5, 8, 22, .52);
  transition: max-height .35s ease;
}

.auralis-channel-list .country.active .channel-list {
  max-height: 470px;
  overflow-y: auto;
  border-top: 1px solid rgba(183, 196, 218, .12);
}

.auralis-channel-list .channel-list li {
  position: relative;
  padding: 11px 18px 11px 34px;
  border-bottom: 1px solid rgba(183, 196, 218, .10);
  color: var(--soft);
  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(--cyan);
  box-shadow: 0 0 0 3px rgba(53, 214, 255, .10);
}

.auralis-channel-list .channel-list li:hover {
  background: rgba(47, 140, 255, .12);
  color: var(--text);
}

.auralis-channel-list .channel-title-item {
  position: sticky;
  top: 0;
  z-index: 2;
  padding-left: 18px !important;
  background:
    linear-gradient(135deg, rgba(16, 29, 51, .98), rgba(8, 17, 31, .98));
  color: var(--champagne-light) !important;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .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, 8, 22, .9);
}

.auralis-channel-list .channel-list::-webkit-scrollbar-thumb {
  background: linear-gradient(180deg, var(--blue), var(--cyan));
  border-radius: 999px;
}

.auralis-channel-list .channel-list {
  scrollbar-width: thin;
  scrollbar-color: var(--blue) rgba(5, 8, 22, .9);
}

@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: 54px 14px 62px;
  }

  .auralis-channel-head {
    margin-bottom: 30px;
  }

  .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;
  }
}/* End custom CSS */