.visit-limestone-branch {
  color: var(--color-ivory);
  .reservations-walkins {
    background-color: var(--color-gold);
    .block-copy {
      text-align: start;
    }
    & hr {
      border-width: 0;
      border-top-width: 3px;
      border-color: var(--color-moss-green);
    }
    .block-img {
      background-image: url('/wp-content/themes/yellowstonebourbon/imgs/pics/image_sun_rise.png');
      background-image: image-set("/wp-content/themes/yellowstonebourbon/imgs/pics/image_sun_rise.avif" type("image/avif"), "/wp-content/themes/yellowstonebourbon/imgs/pics/image_sun_rise.png" type("image/png"));
    }
  }
  .newsletter {
    background-color: var(--color-dusty-blue);
    .block-img {
      background-image: url('/wp-content/themes/yellowstonebourbon/imgs/pics/image_sun_set.png');
      background-image: image-set("/wp-content/themes/yellowstonebourbon/imgs/pics/image_sun_set.avif" type("image/avif"), "/wp-content/themes/yellowstonebourbon/imgs/pics/image_sun_set.png" type("image/png"));
    }
  }
}
