body.path-radio #block-injili-page-title {
  display: none;
}
body.path-radio main .layout-content {
  position: relative;
  max-width: unset;
  background: var(--color-text);
  color: var(--color-beige);
}
body.path-radio main .layout-content {
  background-image: url(../../images/bg-pattern.svg);
  background-size: 45px;
  background-position: 100% center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.path-radio div.views-element-container {
  max-width: var(--site-max-width);
  margin: 0 auto;
  padding: var(--sp45) var(--sp30);
}
body.path-radio .radio-block {
  display: grid;
  gap: var(--sp90);
  grid-template-columns: 1fr;
}
body.path-radio .single.radio-block {
  display: block;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 560px;
  margin: 0 auto;
}
body.path-radio h2,
body.path-radio h2 a {
  color: var(--color-beige);
}
body.path-radio h2 a,
body.path-radio h2 a:hover,
body.path-radio h2 a:focus {
  text-decoration: none;
  cursor: default;
}
body.path-radio article > div > div:first-child {
  min-height: 248px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  background-color: var(--color-light-grey);
}
/* body.path-radio article > div > div:first-child::after {
  content: "Loading •••";
  letter-spacing: 5px;
  text-transform: uppercase;
  z-index: 0;
  text-align: center;
  color: var(--color-gold);
  font-size: 12px;
  top: 50%;
  left: calc(50% - 65px);
  transform: translate(-50%, -50%);
  width: fit-content;
  height: fit-content;
  animation: pulse 1.5s infinite ease-in-out;
} */
body.path-radio .views-row p {
  font-size: var(--font-size-base);
}
.radio-block iframe {
  width: 100%;
  z-index: var(--z-index-10);
}

@media (min-width: 768px) {
  body.path-radio div.views-element-container {
    padding: var(--sp90) var(--sp30);
  }
  body.path-radio div.views-element-container > div {
    grid-template-columns: 1fr 1fr;
  }
}
