:root {
  --unit-accent-rgb: 91, 167, 197;
}

.rail-box {
  background: var(--card-bg);
  border: 1px dashed rgba(var(--unit-accent-rgb), 0.18);
  border-radius: 12px;
  padding: 12px;
  margin-bottom: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: var(--text-secondary);
  font-size: 0.75rem;
  box-sizing: border-box;
  width: 100%;
  min-height: 0 !important;
  height: auto !important;
}

.promo-strip {
  text-align: center;
  background: var(--card-bg);
  border: 1px dashed rgba(var(--unit-accent-rgb), 0.2);
  border-radius: 10px;
  padding: 8px;
  margin-top: 14px;
  margin-bottom: 14px;
  min-height: 80px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  color: var(--text-secondary);
  font-size: 0.75rem;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.unit-host {
  display: block;
  width: 100%;
  box-sizing: border-box;
}

.unit-host .unit-frame {
  max-width: 100%;
}

.promo-strip .unit-host {
  margin-top: 0;
  min-height: 68px;
  overflow: hidden;
}

.promo-strip .unit-host .unit-frame {
  width: 100%;
  min-height: 68px;
  overflow: hidden;
  vertical-align: top;
}

.GAMES-section .GAMES-promo-strip {
  margin-top: 14px;
  margin-bottom: 4px;
}

.rail-box > .unit-host {
  margin-top: 10px;
}

.unit-host--rail {
  height: 150px;
  min-height: 150px;
  max-height: 150px;
  width: 100%;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.unit-host--rail .unit-frame {
  height: 150px !important;
  min-height: 150px !important;
  max-height: 150px !important;
}

.unit-host--panel {
  width: 300px;
  max-width: 100%;
  height: 600px;
  min-height: 600px;
  max-height: 600px;
  margin: 0 auto;
  overflow: hidden;
}

.unit-host--panel .unit-frame {
  height: 600px !important;
  min-height: 600px !important;
  max-height: 600px !important;
}

.home-page-cols__rail .rail-box {
  margin-bottom: 16px;
  max-width: 100%;
}

@media (max-width: 768px) {
  .promo-strip {
    display: none !important;
  }
}
