
.fm320-compact-status,
.fm320-compact-status * {
  box-sizing: border-box;
}

.fm320-compact-status {
  --fm320-pink: #e60155;
  --fm320-blue: #0059e7;
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, .95fr);
  gap: 16px;
  padding: 18px;
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 22px rgba(25, 40, 60, .05);
  color: #151b23;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.fm320-compact-main {
  display: grid;
  grid-template-columns: 116px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
  min-width: 0;
}

.fm320-compact-cover {
  position: relative;
  width: 116px;
  height: 116px;
}

.fm320-compact-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid #e2e7ed;
}

.fm320-compact-live {
  position: absolute;
  left: 7px;
  bottom: 7px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 4px 7px;
  border-radius: 999px;
  background: rgba(255,255,255,.94);
  color: var(--fm320-pink);
  box-shadow: 0 2px 8px rgba(0,0,0,.08);
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .04em;
}

.fm320-compact-live i {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--fm320-pink);
}

.fm320-compact-track {
  min-width: 0;
}

.fm320-compact-kicker {
  display: block;
  margin-bottom: 5px;
  color: var(--fm320-blue);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .06em;
}

.fm320-compact-track h3 {
  margin: 0;
  overflow: hidden;
  color: #151b23;
  font-size: clamp(1.25rem, 2.3vw, 1.85rem);
  line-height: 1.08;
  letter-spacing: -.03em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fm320-compact-track p {
  margin: 6px 0 0;
  overflow: hidden;
  color: var(--fm320-pink);
  font-size: .92rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fm320-compact-progress-meta {
  margin-top: 17px;
  color: #77818d;
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.fm320-compact-progress {
  height: 4px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9edf2;
}

.fm320-compact-progress > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fm320-pink), var(--fm320-blue));
  transition: width .8s linear;
}

.fm320-compact-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  align-content: center;
}

.fm320-compact-stats > div {
  min-width: 0;
  padding: 11px 12px;
  border: 1px solid #e6ebf0;
  border-radius: 8px;
  background: #fafbfd;
}

.fm320-compact-stats span {
  display: block;
  color: #7b8590;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.fm320-compact-stats strong {
  display: block;
  margin-top: 4px;
  color: #1a2028;
  font-size: .94rem;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.fm320-compact-stats .status-value.online {
  color: #15966e;
}

.fm320-compact-stats .status-value.offline {
  color: #c8414e;
}

@media (max-width: 850px) {
  .fm320-compact-status {
    grid-template-columns: 1fr;
  }

  .fm320-compact-stats {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .fm320-compact-status {
    padding: 13px;
  }

  .fm320-compact-main {
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 12px;
  }

  .fm320-compact-cover {
    width: 82px;
    height: 82px;
  }

  .fm320-compact-track h3 {
    font-size: 1.08rem;
  }

  .fm320-compact-progress-meta {
    margin-top: 10px;
  }

  .fm320-compact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


/* v1.4.1 – adaptive Darstellung je nach ausgewählten Elementor-Daten */
.fm320-compact-status[data-has-stats="0"] {
  grid-template-columns: 1fr;
}

.fm320-compact-status[data-has-cover="0"] .fm320-compact-main {
  grid-template-columns: 1fr;
}

.fm320-compact-onair-standalone {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: max-content;
  padding: 5px 8px;
  border-radius: 999px;
  background: #fff2f6;
  color: #e60155;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .05em;
}

.fm320-compact-onair-standalone i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e60155;
}

.fm320-compact-stats {
  grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
}

@media (max-width: 850px) {
  .fm320-compact-stats {
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
  }
}


/* =========================================================
   v1.5.0 – Professional Compact Homepage Design
   ========================================================= */
.fm320-compact-status {
  --fm320-pink: #e60155;
  --fm320-blue: #0059e7;
  --fm320-ink: #111318;
  --fm320-muted: #7a8490;
  --fm320-line: #e7ebf0;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--fm320-line);
  border-radius: 18px;
  background:
    radial-gradient(circle at 0 0, rgba(230,1,85,.045), transparent 34%),
    radial-gradient(circle at 100% 100%, rgba(0,89,231,.045), transparent 34%),
    #fff;
  box-shadow: 0 14px 36px rgba(17,24,39,.06);
}

.fm320-compact-status::before {
  content: "";
  position: absolute;
  top: 0;
  left: 18px;
  right: 18px;
  height: 2px;
  border-radius: 0 0 999px 999px;
  background: linear-gradient(90deg, var(--fm320-pink), var(--fm320-blue));
  opacity: .9;
}

.fm320-compact-cover img {
  border-radius: 13px;
  box-shadow: 0 8px 20px rgba(17,24,39,.09);
}

.fm320-compact-live {
  border: 1px solid rgba(230,1,85,.13);
  background: rgba(255,255,255,.96);
}

.fm320-compact-kicker {
  letter-spacing: .075em;
}

.fm320-compact-track h3 {
  color: var(--fm320-ink);
  letter-spacing: -.035em;
}

.fm320-compact-track p {
  color: var(--fm320-pink);
}

.fm320-compact-progress > span {
  background: linear-gradient(90deg, var(--fm320-pink), var(--fm320-blue));
}

.fm320-compact-stats > div {
  border: 1px solid var(--fm320-line);
  border-radius: 10px;
  background: rgba(250,251,253,.92);
  transition: background .18s ease, border-color .18s ease;
}

.fm320-compact-stats > div:hover {
  background: #fff;
  border-color: #dce2e9;
}

.fm320-compact-stats span {
  color: var(--fm320-muted);
  font-weight: 700;
}

.fm320-compact-stats strong {
  color: var(--fm320-ink);
}


/* =========================================================
   v1.5.1 – Homepage Compact Bar
   ========================================================= */

.fm320-compact-status {
  grid-template-columns: minmax(0, 1.8fr) minmax(280px, .75fr);
  gap: 14px;
  padding: 14px 16px;
  border-radius: 14px;
  box-shadow: 0 5px 18px rgba(17,24,39,.04);
}

.fm320-compact-status::before {
  left: 16px;
  right: 16px;
  height: 2px;
}

.fm320-compact-main {
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 14px;
}

.fm320-compact-cover {
  width: 86px;
  height: 86px;
}

.fm320-compact-cover img {
  border-radius: 10px;
  box-shadow: 0 5px 14px rgba(17,24,39,.07);
}

.fm320-compact-live {
  left: 5px;
  bottom: 5px;
  padding: 3px 6px;
  font-size: 8px;
}

.fm320-compact-live i {
  width: 5px;
  height: 5px;
}

.fm320-compact-kicker {
  margin-bottom: 3px;
  font-size: 8px;
}

.fm320-compact-track h3 {
  font-size: clamp(1.05rem, 1.8vw, 1.45rem);
  line-height: 1.08;
}

.fm320-compact-track p {
  margin-top: 4px;
  font-size: .78rem;
}

.fm320-compact-progress-meta {
  margin-top: 10px;
  font-size: 9px;
}

.fm320-compact-progress {
  height: 3px;
  margin-top: 5px;
}

.fm320-compact-stats {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.fm320-compact-stats > div {
  padding: 8px 9px;
  border-radius: 8px;
}

.fm320-compact-stats span {
  font-size: 8px;
}

.fm320-compact-stats strong {
  margin-top: 2px;
  font-size: .78rem;
  line-height: 1.15;
}

.fm320-compact-status[data-has-stats="0"],
.fm320-compact-status[data-has-cover="0"] {
  padding-top: 12px;
  padding-bottom: 12px;
}

.fm320-compact-status[data-has-cover="0"] .fm320-compact-track h3 {
  font-size: clamp(1.1rem, 2vw, 1.5rem);
}

@media (max-width: 900px) {
  .fm320-compact-status {
    grid-template-columns: 1fr;
  }

  .fm320-compact-stats {
    grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
  }
}

@media (max-width: 620px) {
  .fm320-compact-status {
    padding: 11px 12px;
    border-radius: 12px;
  }

  .fm320-compact-main {
    grid-template-columns: 68px minmax(0, 1fr);
    gap: 11px;
  }

  .fm320-compact-cover {
    width: 68px;
    height: 68px;
  }

  .fm320-compact-track h3 {
    font-size: 1rem;
  }

  .fm320-compact-track p {
    font-size: .72rem;
  }

  .fm320-compact-progress-meta {
    margin-top: 7px;
  }

  .fm320-compact-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fm320-compact-stats > div {
    padding: 7px 8px;
  }
}


/* v1.5.3 – nur 320 FM Startseiten-Leiste */
.elementor-widget-fm320_stream_status_homebar .fm320-compact-status {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
}

.elementor-widget-fm320_stream_status_homebar .fm320-compact-status::before {
  display: none !important;
  content: none !important;
}

.elementor-widget-fm320_stream_status_homebar .fm320-compact-stats > div {
  background: rgba(255,255,255,.74);
}

.fm320-homebar-status-link {
  grid-column: 1 / -1;
  display: flex;
  justify-content: flex-end;
  margin-top: -2px;
}

.fm320-homebar-status-link a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #0059e7;
  font-size: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: color .18s ease;
}

.fm320-homebar-status-link a::after {
  content: "→";
  font-size: 12px;
  line-height: 1;
}

.fm320-homebar-status-link a:hover {
  color: #e60155;
}

@media (max-width: 620px) {
  .fm320-homebar-status-link {
    justify-content: flex-start;
    margin-top: 3px;
  }
}


/* =========================================================
   v1.6.0 – komplett rekonstruierte 320 FM Startseiten-Leiste
   ========================================================= */

.elementor-widget-fm320_stream_status_homebar .fm320-homebar {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(310px, .8fr);
  gap: 22px;
  width: 100%;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.fm320-homebar-now {
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 16px;
  align-items: center;
  min-width: 0;
}

.fm320-homebar-cover {
  position: relative;
  width: 104px;
  height: 104px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 12px;
  background: #eef2f6;
  cursor: pointer;
  box-shadow: 0 7px 20px rgba(17,24,39,.08);
}

.fm320-homebar-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .22s ease, filter .22s ease;
}

.fm320-homebar-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: rgba(11,16,24,.34);
  color: #fff;
  font-size: 28px;
  opacity: 0;
  transform: scale(.94);
  transition: opacity .2s ease, transform .2s ease;
}

.fm320-homebar-cover:hover img,
.fm320-homebar-cover:focus-visible img {
  transform: scale(1.035);
  filter: brightness(.82);
}

.fm320-homebar-cover:hover .fm320-homebar-play,
.fm320-homebar-cover:focus-visible .fm320-homebar-play {
  opacity: 1;
  transform: scale(1);
}

.fm320-homebar-copy {
  min-width: 0;
}

.fm320-homebar-onair {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
  color: #e60155;
  font-size: 9px;
  font-weight: 900;
  letter-spacing: .07em;
}

.fm320-homebar-onair i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #e60155;
  box-shadow: 0 0 0 4px rgba(230,1,85,.08);
}

.fm320-homebar-copy h3 {
  margin: 0;
  overflow: hidden;
  color: #111318;
  font-size: clamp(1.15rem, 2vw, 1.65rem);
  line-height: 1.08;
  letter-spacing: -.035em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fm320-homebar-copy p {
  margin: 5px 0 0;
  overflow: hidden;
  color: #0059e7;
  font-size: .82rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fm320-homebar-progress-meta {
  margin-top: 12px;
  color: #7b8490;
  font-size: 9px;
  font-variant-numeric: tabular-nums;
}

.fm320-homebar-progress {
  height: 3px;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9edf2;
}

.fm320-homebar-progress > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #e60155, #0059e7);
  transition: width .8s linear;
}

.fm320-homebar-side {
  min-width: 0;
  display: grid;
  align-content: center;
  gap: 9px;
}

.fm320-homebar-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 7px;
}

.fm320-homebar-kpi {
  padding: 8px 10px;
  border: 1px solid #e7ebf0;
  border-radius: 9px;
  background: rgba(255,255,255,.7);
}

.fm320-homebar-kpi span,
.fm320-homebar-quality-label {
  display: block;
  color: #7b8490;
  font-size: 8px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.fm320-homebar-kpi strong {
  display: block;
  margin-top: 3px;
  color: #151b23;
  font-size: .82rem;
}

.fm320-homebar-kpi .status-value.online { color: #15966e; }
.fm320-homebar-kpi .status-value.offline { color: #d44b5b; }

.fm320-homebar-quality-block {
  padding-top: 1px;
}

.fm320-homebar-quality-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 5px;
}

.fm320-homebar-quality-item {
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  border: 1px solid #e4e9ef;
  border-radius: 999px;
  background: rgba(255,255,255,.78);
}

.fm320-homebar-quality-meta {
  padding: 5px 8px;
  color: #28313b;
  font-size: 9px;
  font-weight: 700;
  white-space: nowrap;
}

.fm320-homebar-pls {
  padding: 5px 7px;
  border-left: 1px solid #e4e9ef;
  color: #0059e7;
  font-size: 8px;
  font-weight: 900;
  text-decoration: none;
  letter-spacing: .03em;
}

.fm320-homebar-pls:hover {
  background: #f2f6fd;
  color: #e60155;
}

.fm320-homebar-quality-loading {
  color: #89929c;
  font-size: 9px;
}

.fm320-homebar-status-link-new {
  justify-self: end;
  color: #0059e7;
  font-size: 9px;
  font-weight: 700;
  text-decoration: none;
}

.fm320-homebar-status-link-new::after {
  content: " →";
}

.fm320-homebar-status-link-new:hover {
  color: #e60155;
}

@media (max-width: 880px) {
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .fm320-homebar-side {
    grid-template-columns: auto 1fr;
    align-items: center;
  }

  .fm320-homebar-quality-block {
    grid-column: 1 / -1;
  }
}

@media (max-width: 620px) {
  .fm320-homebar-now {
    grid-template-columns: 76px minmax(0, 1fr);
    gap: 12px;
  }

  .fm320-homebar-cover {
    width: 76px;
    height: 76px;
    border-radius: 9px;
  }

  .fm320-homebar-play {
    font-size: 22px;
  }

  .fm320-homebar-copy h3 {
    font-size: 1rem;
  }

  .fm320-homebar-copy p {
    font-size: .72rem;
  }

  .fm320-homebar-side {
    display: grid;
    grid-template-columns: 1fr;
  }

  .fm320-homebar-kpis {
    grid-template-columns: repeat(2, minmax(0,1fr));
  }

  .fm320-homebar-status-link-new {
    justify-self: start;
  }
}


/* =========================================================
   v1.6.1 – 320 FM Startseiten-Leiste / Professional Direct Stream
   ========================================================= */

.elementor-widget-fm320_stream_status_homebar .fm320-homebar {
  --fm320-pink: #e60155;
  --fm320-blue: #0059e7;
  --fm320-ink: #111318;
  --fm320-muted: #7b8490;
  --fm320-line: #e7ebf0;
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(330px, .75fr);
  gap: 28px;
  width: 100%;
  align-items: center;
  padding: 22px 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.fm320-homebar-now {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  gap: 22px;
  align-items: center;
  min-width: 0;
}

.fm320-homebar-cover {
  position: relative;
  width: 138px;
  height: 138px;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 16px;
  background: #eef2f6;
  cursor: pointer;
  box-shadow: 0 12px 30px rgba(17,24,39,.10);
}

.fm320-homebar-cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .28s ease, filter .28s ease;
}

.fm320-homebar-play {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, rgba(230,1,85,.14), rgba(0,89,231,.22));
  opacity: 0;
  transition: opacity .22s ease;
}

.fm320-homebar-play-circle {
  display: grid;
  place-items: center;
  width: 62px;
  height: 62px;
  padding-left: 4px;
  border: 2px solid rgba(255,255,255,.92);
  border-radius: 50%;
  background: rgba(13,18,26,.54);
  color: #fff;
  font-size: 23px;
  line-height: 1;
  box-shadow:
    0 8px 24px rgba(0,0,0,.22),
    0 0 0 8px rgba(255,255,255,.10);
  transform: scale(.82);
  transition: transform .25s ease, background .25s ease;
}

.fm320-homebar-cover:hover img,
.fm320-homebar-cover:focus-visible img {
  transform: scale(1.05);
  filter: brightness(.68);
}

.fm320-homebar-cover:hover .fm320-homebar-play,
.fm320-homebar-cover:focus-visible .fm320-homebar-play {
  opacity: 1;
}

.fm320-homebar-cover:hover .fm320-homebar-play-circle,
.fm320-homebar-cover:focus-visible .fm320-homebar-play-circle {
  transform: scale(1);
  background: linear-gradient(135deg, rgba(230,1,85,.88), rgba(0,89,231,.88));
}

.fm320-homebar-copy {
  min-width: 0;
}

.fm320-homebar-onair {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 7px;
  color: var(--fm320-pink);
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .08em;
}

.fm320-homebar-onair i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fm320-pink);
  box-shadow: 0 0 0 5px rgba(230,1,85,.08);
}

.fm320-homebar-copy h3 {
  margin: 0;
  overflow: hidden;
  color: var(--fm320-ink);
  font-size: clamp(1.35rem, 2.25vw, 2rem);
  line-height: 1.08;
  letter-spacing: -.04em;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fm320-homebar-copy p {
  margin: 7px 0 0;
  overflow: hidden;
  color: var(--fm320-blue);
  font-size: .92rem;
  font-weight: 700;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.fm320-homebar-progress-meta {
  margin-top: 17px;
  color: var(--fm320-muted);
  font-size: 10px;
  font-variant-numeric: tabular-nums;
}

.fm320-homebar-progress {
  height: 4px;
  margin-top: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e9edf2;
}

.fm320-homebar-progress > span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--fm320-pink), var(--fm320-blue));
  transition: width .8s linear;
}

.fm320-homebar-side {
  min-width: 0;
  display: grid;
  gap: 13px;
  align-content: center;
}

.fm320-homebar-kpis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 9px;
}

.fm320-homebar-kpi {
  padding: 11px 12px;
  border: 1px solid var(--fm320-line);
  border-radius: 11px;
  background: rgba(255,255,255,.72);
}

.fm320-homebar-kpi span,
.fm320-direct-streams-label {
  display: block;
  color: var(--fm320-muted);
  font-size: 8px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .07em;
}

.fm320-homebar-kpi strong {
  display: block;
  margin-top: 4px;
  color: var(--fm320-ink);
  font-size: .9rem;
  line-height: 1.2;
}

.fm320-homebar-kpi .status-value.online {
  color: #15966e;
}

.fm320-homebar-kpi .status-value.offline {
  color: #d44b5b;
}

.fm320-direct-streams {
  min-width: 0;
}

.fm320-direct-streams-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0,1fr));
  gap: 9px;
  margin-top: 7px;
}

.fm320-direct-stream {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  min-width: 0;
  padding: 10px 12px;
  border: 1px solid var(--fm320-line);
  border-radius: 11px;
  background: #fff;
  color: var(--fm320-ink);
  text-decoration: none;
  box-shadow: 0 4px 13px rgba(17,24,39,.035);
  transition:
    transform .18s ease,
    border-color .18s ease,
    box-shadow .18s ease,
    color .18s ease;
}

.fm320-direct-stream:hover {
  transform: translateY(-1px);
  border-color: #d9e0e8;
  box-shadow: 0 8px 18px rgba(17,24,39,.06);
}

.fm320-direct-stream-name {
  font-size: .78rem;
  font-weight: 900;
}

.fm320-direct-stream-quality {
  padding: 3px 6px;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 800;
  white-space: nowrap;
}

.fm320-direct-stream-hq .fm320-direct-stream-name {
  color: var(--fm320-pink);
}

.fm320-direct-stream-hq .fm320-direct-stream-quality {
  background: rgba(230,1,85,.075);
  color: var(--fm320-pink);
}

.fm320-direct-stream-mobile .fm320-direct-stream-name {
  color: var(--fm320-blue);
}

.fm320-direct-stream-mobile .fm320-direct-stream-quality {
  background: rgba(0,89,231,.075);
  color: var(--fm320-blue);
}

/* Tablet */
@media (max-width: 900px) {
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .fm320-homebar-side {
    grid-template-columns: minmax(0, .6fr) minmax(0, 1fr);
    gap: 14px;
    align-items: end;
  }

  .fm320-direct-streams {
    min-width: 0;
  }
}

/* Mobile: bewusst vollständig einspaltig */
@media (max-width: 620px) {
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar {
    display: block;
    padding: 14px 0;
  }

  .fm320-homebar-now {
    display: block;
  }

  .fm320-homebar-cover {
    width: min(100%, 260px);
    height: auto;
    aspect-ratio: 1 / 1;
    margin: 0 auto;
    border-radius: 18px;
  }

  .fm320-homebar-copy {
    margin-top: 18px;
    text-align: center;
  }

  .fm320-homebar-onair {
    justify-content: center;
  }

  .fm320-homebar-copy h3 {
    white-space: normal;
    font-size: 1.35rem;
  }

  .fm320-homebar-copy p {
    white-space: normal;
    font-size: .86rem;
  }

  .fm320-homebar-progress-meta {
    margin-top: 14px;
  }

  .fm320-homebar-side {
    display: block;
    margin-top: 20px;
  }

  .fm320-homebar-kpis {
    grid-template-columns: 1fr;
  }

  .fm320-homebar-kpi {
    margin-bottom: 8px;
    text-align: center;
  }

  .fm320-direct-streams {
    margin-top: 15px;
  }

  .fm320-direct-streams-label {
    text-align: center;
  }

  .fm320-direct-streams-list {
    grid-template-columns: 1fr;
  }

  .fm320-direct-stream {
    padding: 12px 14px;
  }

  .fm320-homebar-play-circle {
    width: 68px;
    height: 68px;
    font-size: 25px;
  }
}


/* =========================================================
   v1.6.2 – Elementor Responsive Fix
   Desktop / Tablet / Mobile sauber getrennt
   ========================================================= */

/* DESKTOP: Elementor kann einen relativ schmalen Content-Container haben.
   Deshalb bleibt die Startseiten-Leiste bis 767px immer zweispaltig. */
@media (min-width: 768px) {
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar {
    display: grid !important;
    grid-template-columns: minmax(0, 1.65fr) minmax(300px, .75fr) !important;
    gap: 24px !important;
    align-items: center !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-now {
    display: grid !important;
    grid-template-columns: 138px minmax(0, 1fr) !important;
    gap: 22px !important;
    align-items: center !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-cover {
    width: 138px !important;
    height: 138px !important;
    margin: 0 !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-copy {
    margin-top: 0 !important;
    text-align: left !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-onair {
    justify-content: flex-start !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-side {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 13px !important;
    margin-top: 0 !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-kpis {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-direct-streams-list {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

/* TABLET: noch zweispaltig, aber kompakter.
   Elementor Standard Tablet liegt typischerweise zwischen 768 und 1024 px. */
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, .75fr) !important;
    gap: 18px !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-now {
    grid-template-columns: 112px minmax(0, 1fr) !important;
    gap: 16px !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-cover {
    width: 112px !important;
    height: 112px !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-copy h3 {
    font-size: 1.25rem !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-direct-stream {
    padding: 9px 10px !important;
  }
}

/* MOBILE: erst unter 768px bewusst einspaltig. */
@media (max-width: 767px) {
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
    padding: 14px 0 !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-now {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    gap: 0 !important;
    align-items: center !important;
  }

  /* Cover wirklich mittig, unabhängig von Elementor-Wrappern */
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-cover {
    display: block !important;
    width: min(260px, 82vw) !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-bottom: 18px !important;
    flex: 0 0 auto !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-copy {
    width: 100% !important;
    margin: 0 !important;
    text-align: center !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-onair {
    justify-content: center !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-copy h3,
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-copy p {
    width: 100% !important;
    white-space: normal !important;
    text-align: center !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-progress-meta {
    text-align: center !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-progress {
    width: 100% !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-side {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    margin-top: 20px !important;
    gap: 12px !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-kpis {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-kpi {
    width: 100% !important;
    text-align: center !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-direct-streams {
    width: 100% !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-direct-streams-label {
    text-align: center !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-direct-streams-list {
    display: grid !important;
    grid-template-columns: 1fr !important;
    width: 100% !important;
    gap: 8px !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-direct-stream {
    width: 100% !important;
    padding: 12px 14px !important;
  }
}


/* =========================================================
   v1.6.3 – Cover +15 px / eleganter Direct-Stream Hover
   ========================================================= */

/* Desktop: 138 -> 153 px */
@media (min-width: 1025px) {
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar {
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-now {
    grid-template-columns: 153px minmax(0, 1fr) !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-cover {
    width: 153px !important;
    height: 153px !important;
  }
}

/* Tablet: 112 -> 127 px */
@media (min-width: 768px) and (max-width: 1024px) {
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar {
    padding-top: 21px !important;
    padding-bottom: 21px !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-now {
    grid-template-columns: 127px minmax(0, 1fr) !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-cover {
    width: 127px !important;
    height: 127px !important;
  }
}

/* Mobile: bisher max. 260 px -> 275 px */
@media (max-width: 767px) {
  .elementor-widget-fm320_stream_status_homebar .fm320-homebar-cover {
    width: min(275px, 86vw) !important;
  }

  .elementor-widget-fm320_stream_status_homebar .fm320-homebar {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
}

/* Direkt-Streams: eleganter, klarer Hover */
.fm320-direct-stream {
  position: relative;
  overflow: hidden;
  transition:
    transform .20s ease,
    box-shadow .20s ease,
    border-color .20s ease,
    background .20s ease;
}

.fm320-direct-stream::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity .20s ease;
}

.fm320-direct-stream-hq::before {
  background: linear-gradient(135deg, rgba(230,1,85,.055), rgba(230,1,85,.015));
}

.fm320-direct-stream-mobile::before {
  background: linear-gradient(135deg, rgba(0,89,231,.055), rgba(0,89,231,.015));
}

.fm320-direct-stream:hover {
  transform: translateY(-3px);
  border-color: #d4dce6;
  box-shadow:
    0 10px 22px rgba(17,24,39,.085),
    0 2px 6px rgba(17,24,39,.035);
  background: #fff;
}

.fm320-direct-stream:hover::before {
  opacity: 1;
}

.fm320-direct-stream-hq:hover {
  border-color: rgba(230,1,85,.22);
}

.fm320-direct-stream-mobile:hover {
  border-color: rgba(0,89,231,.22);
}

.fm320-direct-stream:hover .fm320-direct-stream-name {
  transform: translateX(1px);
}

.fm320-direct-stream-name {
  position: relative;
  z-index: 1;
  transition: transform .20s ease;
}

.fm320-direct-stream-quality {
  position: relative;
  z-index: 1;
}
