/* /file/article/main-style/2025-stormote-haugesund.3a8c1d1fb388cb0ed0aa1fe87593795c3fde459b.less:L1 */
.ob-event-banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  font-size: 1.5em;
  justify-content: space-between;
  padding: 1rem 2rem;
  color: var(--brand-primary-contrast);
  background-color: var(--brand-primary);
}
@media (width >= 800px) {
  .ob-event-banner {
    flex-direction: row;
  }
}
