.eventkoi-front {
  &.eventkoi-legacy {
    .wp-block-columns.is-not-stacked-on-mobile {
      gap: 20px;
      p {
        margin: 0;
      }
    }
    .wp-block-group__inner-container .wp-block-columns:last-child {
      margin-bottom: 0 !important;
    }
    figure {
      margin-top: 0;
    }
  }
  .wp-block-button__link {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .eventkoi-gmap {
    width: 100%;
    border-radius: 10px;
  }
  .eventkoi-no-underline {
    text-decoration: none;
  }
  .eventkoi-details {
    padding: 1px 0 0;
  }

  // Restore browser defaults for user-authored lists inside the event
  // description. Tailwind's scoped preflight resets ul/ol/li inside
  // .eventkoi-front, which strips bullets + indent from rich-text content.
  .eventkoi-details ul,
  .eventkoi-details ol {
    margin: 0 0 16px;
    padding-left: 1.5em;
  }
  .eventkoi-details ul {
    list-style: disc outside;
  }
  .eventkoi-details ol {
    list-style: decimal outside;
  }
  .eventkoi-details li {
    display: list-item;
    margin-bottom: 4px;
  }
  .eventkoi-details ul ul,
  .eventkoi-details ol ol,
  .eventkoi-details ul ol,
  .eventkoi-details ol ul {
    margin-top: 4px;
    margin-bottom: 0;
  }
  .eventkoi-details ul ul {
    list-style-type: circle;
  }
  .eventkoi-details ul ul ul {
    list-style-type: square;
  }

  .eventkoi-rule-summary {
    display: block;
    margin-bottom: 2px;
  }
  figure.wp-block-image img {
    width: 100%;
  }
  .eventkoi-location {
    font-style: normal;
    margin-bottom: 1.5em;
    display: block;
    white-space: pre-line;
    strong {
      font-weight: 600;
    }
    &:last-of-type {
      margin-bottom: 0;
    }
    .eventkoi-location-label {
      font-size: 0.9em;
      display: inline-block;
      font-weight: 600;
      margin-bottom: 4px;
    }
    &.physical,
    &.virtual {
      position: relative;
    }
  }
  [data-selected="true"]:not(:hover) {
    background: transparent !important;
  }
}
