:root {
  --rag-grid-gap: 1.5rem;
}

.restaurant-atmosphere-guide {
  overflow: hidden;
}

.restaurant-atmosphere-guide .rag-grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: var(--rag-grid-gap);
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-grid > * {
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-hero {
  padding-block: var(--space-8) var(--space-9);
}

.restaurant-atmosphere-guide .rag-hero__media {
  grid-column: 1 / span 7;
  width: 100%;
  min-width: 0;
  margin-left: min(0px, calc((1200px - 100vw) / 2 + 32px));
}

.restaurant-atmosphere-guide .rag-hero__media .image-frame {
  width: 100%;
  aspect-ratio: 3 / 2;
}

.restaurant-atmosphere-guide .rag-hero__copy {
  grid-column: 8 / span 5;
  align-self: center;
  width: 100%;
  max-width: 29.375rem;
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-hero__deck {
  max-width: 29.375rem;
}

.restaurant-atmosphere-guide .rag-reader-note {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  padding-top: var(--space-4);
  border-top: var(--border);
}

.restaurant-atmosphere-guide .rag-reader-note p {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-anchor-link {
  width: fit-content;
}

.restaurant-atmosphere-guide .rag-section-intro {
  grid-column: 1 / span 7;
  width: 100%;
  max-width: 37.5rem;
}

.restaurant-atmosphere-guide .rag-section-intro p:last-child {
  margin-bottom: 0;
}

.restaurant-atmosphere-guide .rag-signals__header {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.restaurant-atmosphere-guide .rag-signals__header h2,
.restaurant-atmosphere-guide .rag-signals__header p {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-signals__header .meta {
  margin-top: var(--space-2);
}

.restaurant-atmosphere-guide .rag-notes {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-6) var(--rag-grid-gap);
  padding-top: var(--space-5);
  border-top: var(--border);
}

.restaurant-atmosphere-guide .rag-note {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  width: 100%;
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-note > * {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-note + .rag-note {
  border-top: 1px solid var(--color-line);
  padding-top: var(--space-5);
}

.restaurant-atmosphere-guide .rag-note:nth-child(2),
.restaurant-atmosphere-guide .rag-note:nth-child(3) {
  border-top: 0;
  padding-top: 0;
}

.restaurant-atmosphere-guide .rag-chooser {
  grid-column: 1 / span 8;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  width: 100%;
  min-width: 0;
  margin-top: var(--space-6);
  padding-top: var(--space-5);
  border-top: var(--border);
}

.restaurant-atmosphere-guide .rag-chooser h3,
.restaurant-atmosphere-guide .rag-chooser p {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-chooser__controls {
  display: flex;
  flex-wrap: wrap;
  gap: var(--space-2);
  width: 100%;
}

.restaurant-atmosphere-guide .rag-tempo-button {
  flex: 0 1 auto;
  min-width: 0;
  min-height: 2.75rem;
  padding: 0.6875rem 0.75rem;
  border: 1px solid var(--color-charcoal);
  border-radius: var(--radius-control);
  background: transparent;
  color: var(--color-charcoal);
  font-family: var(--font-body);
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color var(--transition-fast), border-color var(--transition-fast), color var(--transition-fast);
}

.restaurant-atmosphere-guide .rag-tempo-button:hover,
.restaurant-atmosphere-guide .rag-tempo-button[aria-pressed="true"] {
  border-color: var(--color-umber);
  background: var(--color-umber);
  color: var(--color-white);
}

.restaurant-atmosphere-guide .rag-chooser__summary {
  min-height: 3.2em;
  color: var(--color-stone);
}

.restaurant-atmosphere-guide .rag-occasion-band {
  padding-block: var(--space-8);
}

.restaurant-atmosphere-guide .rag-occasion-layout {
  align-items: start;
}

.restaurant-atmosphere-guide .rag-pullquote {
  grid-column: 1 / span 2;
  align-self: center;
  width: 100%;
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-pullquote blockquote {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-occasion-copy {
  grid-column: 3 / span 6;
  width: 100%;
  max-width: 38.75rem;
}

.restaurant-atmosphere-guide .rag-occasion-copy p:last-child {
  margin-bottom: 0;
}

.restaurant-atmosphere-guide .rag-booking-prompts {
  grid-column: 9 / span 4;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  width: 100%;
  min-width: 0;
  padding-top: var(--space-4);
  border-top: var(--border);
}

.restaurant-atmosphere-guide .rag-booking-prompts h3,
.restaurant-atmosphere-guide .rag-booking-prompts ol {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-booking-prompts ol {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-left: 1.35rem;
}

.restaurant-atmosphere-guide .rag-booking-prompts li {
  padding-bottom: var(--space-4);
  border-bottom: var(--border);
}

.restaurant-atmosphere-guide .rag-lounge-media {
  max-height: 42vh;
}

.restaurant-atmosphere-guide .rag-lounge-media .image-frame {
  width: 100%;
  height: min(42vh, 31.5rem);
}

.restaurant-atmosphere-guide .rag-lounge-caption {
  width: min(100% - (var(--container-padding) * 2), var(--container-max));
  margin: var(--space-2) auto 0;
}

.restaurant-atmosphere-guide .rag-lounge-content {
  padding-top: var(--space-8);
}

.restaurant-atmosphere-guide .rag-lounge-copy {
  grid-column: 1 / span 7;
  width: 100%;
  max-width: 42.5rem;
}

.restaurant-atmosphere-guide .rag-lounge-copy p:last-child {
  margin-bottom: 0;
}

.restaurant-atmosphere-guide .rag-expectations {
  grid-column: 9 / span 4;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  width: 100%;
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-expectations h3,
.restaurant-atmosphere-guide .rag-expectations dl {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-expectations dl {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
}

.restaurant-atmosphere-guide .rag-expectations div {
  padding-top: var(--space-3);
  border-top: var(--border);
}

.restaurant-atmosphere-guide .rag-expectations dt {
  margin: 0 0 var(--space-2);
}

.restaurant-atmosphere-guide .rag-expectations dd {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-text-link {
  font-weight: 600;
  text-decoration-color: var(--color-clay);
}

.restaurant-atmosphere-guide .rag-planning-intro {
  grid-column: 1 / span 7;
  width: 100%;
  max-width: 37.5rem;
}

.restaurant-atmosphere-guide .rag-occasion-entries {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--rag-grid-gap);
  width: 100%;
  min-width: 0;
  padding-top: var(--space-5);
  border-top: var(--border);
}

.restaurant-atmosphere-guide .rag-entry {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  width: 100%;
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-entry > * {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-entry__details {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin-top: auto;
  padding-top: var(--space-3);
  border-top: var(--border);
}

.restaurant-atmosphere-guide .rag-entry__details p {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-entry .button {
  width: fit-content;
  margin-top: var(--space-2);
}

.restaurant-atmosphere-guide .rag-comparison-conclusion {
  grid-column: 1 / span 8;
  width: 100%;
  max-width: 42.5rem;
  margin-top: var(--space-6);
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-clay);
}

.restaurant-atmosphere-guide .rag-comparison-conclusion p {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-seasonal-layout {
  align-items: start;
}

.restaurant-atmosphere-guide .rag-seasonal-copy {
  grid-column: 1 / span 5;
  width: 100%;
  max-width: 32.5rem;
}

.restaurant-atmosphere-guide .rag-timing-notes {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-top: var(--space-4);
  border-top: var(--border);
}

.restaurant-atmosphere-guide .rag-timing-notes div {
  padding-bottom: var(--space-3);
  border-bottom: var(--border);
}

.restaurant-atmosphere-guide .rag-timing-notes p,
.restaurant-atmosphere-guide .rag-timing-notes .meta {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-seasonal-media {
  grid-column: 6 / span 7;
  width: 100%;
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-seasonal-media .image-frame {
  width: 100%;
  aspect-ratio: 4 / 5;
}

.restaurant-atmosphere-guide .rag-memory-band {
  padding-block: var(--space-8);
}

.restaurant-atmosphere-guide .rag-memory-layout {
  align-items: start;
}

.restaurant-atmosphere-guide .rag-memory-copy {
  grid-column: 1 / span 7;
  width: 100%;
  max-width: 41.25rem;
}

.restaurant-atmosphere-guide .rag-memory-copy .display-l {
  color: var(--color-white);
}

.restaurant-atmosphere-guide .rag-memory-copy p:last-child {
  margin-bottom: 0;
}

.restaurant-atmosphere-guide .rag-memory-check {
  grid-column: 9 / span 4;
  width: 100%;
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-memory-check h3 {
  margin-bottom: var(--space-4);
}

.restaurant-atmosphere-guide .rag-memory-check ol {
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  margin: 0;
  padding-left: 1.3rem;
}

.restaurant-atmosphere-guide .rag-memory-check li {
  padding-bottom: var(--space-3);
  border-bottom: 1px solid rgba(255, 253, 248, 0.42);
}

.restaurant-atmosphere-guide .rag-questions-heading {
  grid-column: 1 / span 7;
  width: 100%;
  max-width: 37.5rem;
}

.restaurant-atmosphere-guide .rag-venue-panel {
  grid-column: 1 / span 5;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  width: 100%;
  max-width: 28.75rem;
  min-width: 0;
  margin-top: var(--space-5);
  border: var(--border);
}

.restaurant-atmosphere-guide .rag-venue-panel > * {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-venue-panel address {
  font-family: var(--font-display);
  font-size: var(--text-h3);
  font-weight: 600;
  line-height: 1.15;
}

.restaurant-atmosphere-guide .rag-question-list {
  grid-column: 7 / span 6;
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  width: 100%;
  min-width: 0;
  margin-top: var(--space-5);
}

.restaurant-atmosphere-guide .rag-question-list h3,
.restaurant-atmosphere-guide .rag-question-list ol {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-question-list ol {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  padding-left: 1.4rem;
}

.restaurant-atmosphere-guide .rag-question-list li {
  padding-bottom: var(--space-4);
  border-bottom: var(--border);
}

.restaurant-atmosphere-guide .rag-useful-note {
  grid-column: 1 / span 5;
  width: 100%;
  max-width: 28.75rem;
  margin-top: var(--space-5);
  padding-top: var(--space-4);
  border-top: var(--border);
}

.restaurant-atmosphere-guide .rag-useful-note p {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-questions-cta {
  grid-column: 1 / span 5;
  width: fit-content;
  margin-top: var(--space-4);
}

.restaurant-atmosphere-guide .rag-form-intro {
  grid-column: 1 / span 6;
  width: 100%;
  max-width: 37.5rem;
}

.restaurant-atmosphere-guide .rag-form-panel {
  grid-column: 1 / span 9;
  display: flex;
  flex-direction: column;
  gap: var(--space-5);
  width: 100%;
  min-width: 0;
  margin-top: var(--space-5);
}

.restaurant-atmosphere-guide .rag-form-panel form {
  display: flex;
  flex-direction: column;
  gap: var(--space-4);
  width: 100%;
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(15rem, 1fr));
  gap: var(--space-4);
  width: 100%;
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-field-grid > * {
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-form-panel .form-field,
.restaurant-atmosphere-guide .rag-form-panel fieldset {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-check-group {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: var(--space-3);
  width: 100%;
}

.restaurant-atmosphere-guide .rag-check-group label {
  display: flex;
  align-items: flex-start;
  gap: var(--space-2);
  min-width: 0;
  margin: 0;
  font-size: var(--text-small);
}

.restaurant-atmosphere-guide .rag-check-group input {
  flex: 0 0 1rem;
  margin-top: 0.2rem;
}

.restaurant-atmosphere-guide .rag-form-status {
  min-height: 1.5rem;
  margin: 0;
  color: var(--color-umber);
  font-weight: 500;
  overflow-wrap: anywhere;
}

.restaurant-atmosphere-guide .rag-direct-note {
  padding-top: var(--space-4);
  border-top: var(--border);
}

.restaurant-atmosphere-guide .rag-direct-note p {
  margin: 0;
}

.restaurant-atmosphere-guide .rag-closing-layout {
  align-items: end;
}

.restaurant-atmosphere-guide .rag-closing-copy {
  grid-column: 1 / span 7;
  width: 100%;
  max-width: 38.75rem;
}

.restaurant-atmosphere-guide .rag-closing-copy p:last-child {
  margin-bottom: 0;
}

.restaurant-atmosphere-guide .rag-next-links {
  grid-column: 8 / span 3;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  width: 100%;
  min-width: 0;
}

.restaurant-atmosphere-guide .rag-next-links a {
  min-height: 2.75rem;
  display: flex;
  align-items: center;
  overflow-wrap: anywhere;
}

.restaurant-atmosphere-guide .rag-final-action {
  grid-column: 11 / span 2;
  justify-self: end;
  width: fit-content;
  min-width: 0;
  padding-top: var(--space-4);
  border-top: 1px solid var(--color-clay);
}

.restaurant-atmosphere-guide .rag-reveal {
  opacity: 0;
  transform: translateY(12px);
  transition: opacity 500ms ease, transform 500ms ease;
}

.restaurant-atmosphere-guide .rag-reveal.is-revealed {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 74.9375rem) {
  :root {
    --rag-grid-gap: 1.25rem;
  }

  .restaurant-atmosphere-guide .rag-grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .restaurant-atmosphere-guide .rag-hero__media {
    grid-column: 1 / -1;
    margin-left: 0;
  }

  .restaurant-atmosphere-guide .rag-hero__copy {
    grid-column: 1 / span 6;
    margin-top: var(--space-5);
  }

  .restaurant-atmosphere-guide .rag-section-intro,
  .restaurant-atmosphere-guide .rag-planning-intro,
  .restaurant-atmosphere-guide .rag-questions-heading {
    grid-column: 1 / span 6;
  }

  .restaurant-atmosphere-guide .rag-notes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .restaurant-atmosphere-guide .rag-note:nth-child(3) {
    border-top: 1px solid var(--color-line);
    padding-top: var(--space-5);
  }

  .restaurant-atmosphere-guide .rag-chooser {
    grid-column: 1 / -1;
  }

  .restaurant-atmosphere-guide .rag-pullquote {
    grid-column: 1 / span 3;
  }

  .restaurant-atmosphere-guide .rag-occasion-copy {
    grid-column: 4 / span 5;
  }

  .restaurant-atmosphere-guide .rag-booking-prompts {
    grid-column: 1 / -1;
    margin-top: var(--space-5);
  }

  .restaurant-atmosphere-guide .rag-lounge-copy,
  .restaurant-atmosphere-guide .rag-seasonal-copy {
    grid-column: 1 / span 6;
  }

  .restaurant-atmosphere-guide .rag-expectations {
    grid-column: 1 / -1;
    margin-top: var(--space-5);
  }

  .restaurant-atmosphere-guide .rag-occasion-entries {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .restaurant-atmosphere-guide .rag-entry:nth-child(3) {
    grid-column: 1 / -1;
    width: calc((100% - var(--rag-grid-gap)) / 2);
  }

  .restaurant-atmosphere-guide .rag-comparison-conclusion {
    grid-column: 1 / -1;
  }

  .restaurant-atmosphere-guide .rag-seasonal-media {
    grid-column: 1 / -1;
    margin-top: var(--space-5);
  }

  .restaurant-atmosphere-guide .rag-memory-copy {
    grid-column: 1 / span 5;
  }

  .restaurant-atmosphere-guide .rag-memory-check {
    grid-column: 6 / span 3;
  }

  .restaurant-atmosphere-guide .rag-venue-panel,
  .restaurant-atmosphere-guide .rag-useful-note,
  .restaurant-atmosphere-guide .rag-questions-cta {
    grid-column: 1 / -1;
  }

  .restaurant-atmosphere-guide .rag-question-list {
    grid-column: 1 / -1;
  }

  .restaurant-atmosphere-guide .rag-form-intro {
    grid-column: 1 / span 6;
  }

  .restaurant-atmosphere-guide .rag-form-panel {
    grid-column: 1 / -1;
  }

  .restaurant-atmosphere-guide .rag-closing-copy {
    grid-column: 1 / span 5;
  }

  .restaurant-atmosphere-guide .rag-next-links {
    grid-column: 6 / span 3;
  }

  .restaurant-atmosphere-guide .rag-final-action {
    grid-column: 1 / -1;
    justify-self: start;
    margin-top: var(--space-4);
  }
}

@media (max-width: 61.25rem) {
  .restaurant-atmosphere-guide .rag-hero {
    padding-top: var(--space-7);
  }

  .restaurant-atmosphere-guide .rag-occasion-layout {
    row-gap: var(--space-5);
  }

  .restaurant-atmosphere-guide .rag-pullquote {
    grid-column: 1 / span 3;
  }

  .restaurant-atmosphere-guide .rag-occasion-copy {
    grid-column: 4 / span 5;
  }

  .restaurant-atmosphere-guide .rag-seasonal-copy {
    grid-column: 1 / span 6;
  }
}

@media (max-width: 58.6875rem) {
  .restaurant-atmosphere-guide .rag-lounge-content .rag-grid,
  .restaurant-atmosphere-guide .rag-seasonal-layout {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
  }

  .restaurant-atmosphere-guide .rag-lounge-copy,
  .restaurant-atmosphere-guide .rag-expectations,
  .restaurant-atmosphere-guide .rag-seasonal-copy,
  .restaurant-atmosphere-guide .rag-seasonal-media {
    width: 100%;
    margin-top: 0;
  }
}

@media (max-width: 54.9375rem) {
  .restaurant-atmosphere-guide .rag-question-list {
    margin-top: var(--space-5);
  }
}

@media (max-width: 51.25rem) {
  .restaurant-atmosphere-guide .rag-memory-layout {
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
  }

  .restaurant-atmosphere-guide .rag-memory-copy,
  .restaurant-atmosphere-guide .rag-memory-check {
    width: 100%;
  }
}

@media (max-width: 47.9375rem) {
  :root {
    --rag-grid-gap: 1rem;
  }

  .restaurant-atmosphere-guide .rag-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: var(--space-4);
  }

  .restaurant-atmosphere-guide .rag-hero {
    padding-block: var(--space-6) var(--space-8);
  }

  .restaurant-atmosphere-guide .rag-hero__media,
  .restaurant-atmosphere-guide .rag-hero__copy,
  .restaurant-atmosphere-guide .rag-section-intro,
  .restaurant-atmosphere-guide .rag-chooser,
  .restaurant-atmosphere-guide .rag-pullquote,
  .restaurant-atmosphere-guide .rag-occasion-copy,
  .restaurant-atmosphere-guide .rag-booking-prompts,
  .restaurant-atmosphere-guide .rag-lounge-copy,
  .restaurant-atmosphere-guide .rag-expectations,
  .restaurant-atmosphere-guide .rag-planning-intro,
  .restaurant-atmosphere-guide .rag-comparison-conclusion,
  .restaurant-atmosphere-guide .rag-seasonal-copy,
  .restaurant-atmosphere-guide .rag-seasonal-media,
  .restaurant-atmosphere-guide .rag-memory-copy,
  .restaurant-atmosphere-guide .rag-memory-check,
  .restaurant-atmosphere-guide .rag-questions-heading,
  .restaurant-atmosphere-guide .rag-venue-panel,
  .restaurant-atmosphere-guide .rag-question-list,
  .restaurant-atmosphere-guide .rag-useful-note,
  .restaurant-atmosphere-guide .rag-questions-cta,
  .restaurant-atmosphere-guide .rag-form-intro,
  .restaurant-atmosphere-guide .rag-form-panel,
  .restaurant-atmosphere-guide .rag-closing-copy,
  .restaurant-atmosphere-guide .rag-next-links,
  .restaurant-atmosphere-guide .rag-final-action {
    grid-column: 1;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .restaurant-atmosphere-guide .rag-hero__media .image-frame,
  .restaurant-atmosphere-guide .rag-lounge-media .image-frame {
    aspect-ratio: 4 / 5;
    height: auto;
    max-height: none;
  }

  .restaurant-atmosphere-guide .rag-reader-note .button,
  .restaurant-atmosphere-guide .rag-entry .button,
  .restaurant-atmosphere-guide .rag-questions-cta,
  .restaurant-atmosphere-guide .rag-final-action .button {
    width: 100%;
  }

  .restaurant-atmosphere-guide .rag-notes,
  .restaurant-atmosphere-guide .rag-occasion-entries {
    grid-column: 1;
    grid-template-columns: minmax(0, 1fr);
    gap: 0;
  }

  .restaurant-atmosphere-guide .rag-note,
  .restaurant-atmosphere-guide .rag-note:nth-child(2),
  .restaurant-atmosphere-guide .rag-note:nth-child(3),
  .restaurant-atmosphere-guide .rag-entry,
  .restaurant-atmosphere-guide .rag-entry:nth-child(3) {
    grid-column: 1;
    width: 100%;
    padding-block: var(--space-5);
    border-top: var(--border);
  }

  .restaurant-atmosphere-guide .rag-note:first-child,
  .restaurant-atmosphere-guide .rag-entry:first-child {
    border-top: 0;
    padding-top: 0;
  }

  .restaurant-atmosphere-guide .rag-chooser__controls {
    flex-direction: column;
  }

  .restaurant-atmosphere-guide .rag-tempo-button {
    width: 100%;
  }

  .restaurant-atmosphere-guide .rag-occasion-band,
  .restaurant-atmosphere-guide .rag-memory-band {
    padding-block: var(--space-7);
  }

  .restaurant-atmosphere-guide .rag-occasion-layout,
  .restaurant-atmosphere-guide .rag-lounge-content .rag-grid,
  .restaurant-atmosphere-guide .rag-seasonal-layout,
  .restaurant-atmosphere-guide .rag-memory-layout,
  .restaurant-atmosphere-guide .rag-closing-layout {
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
  }

  .restaurant-atmosphere-guide .rag-booking-prompts {
    margin-top: 0;
  }

  .restaurant-atmosphere-guide .rag-lounge-content {
    padding-top: var(--space-6);
  }

  .restaurant-atmosphere-guide .rag-seasonal-media {
    order: 3;
  }

  .restaurant-atmosphere-guide .rag-check-group {
    grid-template-columns: minmax(0, 1fr);
  }

  .restaurant-atmosphere-guide .rag-field-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .restaurant-atmosphere-guide .rag-form-panel {
    padding: var(--space-5);
  }

  .restaurant-atmosphere-guide .rag-next-links a {
    min-height: 2.75rem;
  }
}

@media (max-width: 38.75rem) {
  .restaurant-atmosphere-guide .rag-notes {
    grid-template-columns: minmax(0, 1fr);
  }
}

@media (prefers-reduced-motion: reduce) {
  .restaurant-atmosphere-guide .rag-reveal {
    opacity: 1;
    transform: none;
  }
}
