:root {
  --lp-ink: #1f2527;
  --lp-brown: #1f4c4f;
  --lp-wine: #7d2733;
  --lp-gold: #b58a3b;
  --lp-paper: #eee;
  --lp-cream: #fbfaf7;
  --lp-smoke: #dce5e2;
  --lp-black: #000;
  --lp-muted: #5f6a68;
  --lp-radius: 0.45rem;
  --lp-section: clamp(3rem, 6vw, 5.5rem);
}

body {
  background: var(--lp-cream);
  color: var(--lp-ink);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar,
.btn,
.eyebrow,
.summary-label,
.entry-kicker {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  letter-spacing: 0;
}

h1,
h2,
h3 {
  color: var(--lp-black);
  line-height: 1.12;
}

h1 {
  font-size: clamp(2.4rem, 7vw, 5.8rem);
  font-weight: 800;
  max-width: 11ch;
}

h2 {
  font-size: clamp(1.75rem, 4vw, 3rem);
  font-weight: 760;
}

h3 {
  font-size: 1.25rem;
  font-weight: 760;
}

a {
  color: var(--lp-wine);
}

a:hover {
  color: #5f1e27;
}

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
.nav-link:focus-visible,
summary:focus-visible {
  outline: 3px solid rgba(196, 148, 74, 0.7);
  outline-offset: 3px;
  box-shadow: none;
}

.skip-link {
  background: var(--lp-cream);
  border: 2px solid var(--lp-gold);
  border-radius: var(--lp-radius);
  color: var(--lp-black);
  left: 1rem;
  padding: 0.55rem 0.8rem;
  position: absolute;
  top: 1rem;
  transform: translateY(-150%);
  transition: transform 160ms ease;
  z-index: 2000;
}

.skip-link:focus {
  transform: translateY(0);
}

.site-header {
  background: var(--lp-black);
  border-bottom: 3px solid var(--lp-wine);
}

.navbar {
  min-height: 134px;
  padding: 0.7rem 0;
}

.site-brand {
  align-items: center;
  display: inline-flex;
  padding: 0;
}

.site-brand img {
  display: block;
  height: auto;
  width: clamp(190px, 15vw, 210px);
}

.header-menu {
  align-items: flex-end;
  flex-direction: column;
  gap: 0.15rem;
}

.header-social {
  display: flex;
  gap: 0.4rem;
  justify-content: flex-end;
}

.header-social-link {
  align-items: center;
  color: var(--lp-cream);
  display: inline-flex;
  font-size: 1rem;
  height: 2.25rem;
  justify-content: center;
  text-decoration: none;
  width: 2.25rem;
}

.header-social-link:hover,
.header-social-link:focus-visible {
  color: var(--lp-wine);
}

.header-social-link:focus-visible {
  outline: 3px solid rgba(125, 39, 51, 0.78);
  outline-offset: 2px;
}

.navbar .nav-link {
  color: #f4efe8;
  font-weight: 650;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.navbar .nav-link.active,
.navbar .nav-link:hover,
.navbar .nav-link:focus-visible {
  color: var(--lp-wine);
}

.navbar-toggler {
  border-color: rgba(251, 250, 247, 0.55);
  border-radius: 0.35rem;
}

.navbar-toggler:focus-visible {
  outline-color: var(--lp-wine);
}

.navbar-toggler-icon {
  filter: invert(1);
}

.header-compact .navbar {
  min-height: 108px;
  padding: 1rem 0;
}

.header-compact .site-brand img {
  width: clamp(115px, 9.5vw, 130px);
}

.header-compact .header-menu {
  align-items: center;
  flex-direction: row;
  gap: 0.65rem;
  justify-content: flex-end;
}

.header-compact .navbar-nav {
  order: 1;
}

.header-compact .header-social {
  order: 2;
}

.header-compact .header-social-link {
  height: 2.1rem;
  width: 2.1rem;
}

.photo-masthead {
  background: var(--lp-black);
  padding: 0.75rem 1rem 1rem;
}

.masthead-photo {
  display: block;
  height: auto;
  margin: 0 auto;
  max-width: 1180px;
  width: 100%;
}

.intro-copy {
  color: var(--lp-muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  max-width: 42rem;
}

.button-row,
.show-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.interior-photo,
.archive-image {
  border: 1px solid rgba(255, 250, 240, 0.25);
  border-radius: var(--lp-radius);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
  display: block;
  height: auto;
  width: 100%;
}

.eyebrow {
  color: var(--lp-wine);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-bottom: 0.7rem;
  text-transform: uppercase;
}

.btn {
  border-radius: 999px;
  font-weight: 760;
  padding: 0.72rem 1.15rem;
}

.btn-primary {
  --bs-btn-bg: var(--lp-wine);
  --bs-btn-border-color: var(--lp-wine);
  --bs-btn-hover-bg: #681f2a;
  --bs-btn-hover-border-color: #681f2a;
  --bs-btn-active-bg: #681f2a;
  --bs-btn-active-border-color: #681f2a;
}

.btn-outline-light {
  --bs-btn-color: var(--lp-cream);
  --bs-btn-border-color: rgba(255, 250, 240, 0.8);
  --bs-btn-hover-bg: var(--lp-cream);
  --bs-btn-hover-border-color: var(--lp-cream);
  --bs-btn-hover-color: var(--lp-black);
}

.btn-outline-dark {
  --bs-btn-color: var(--lp-black);
  --bs-btn-border-color: rgba(36, 31, 26, 0.4);
  --bs-btn-hover-bg: var(--lp-black);
  --bs-btn-hover-border-color: var(--lp-black);
}

.next-show-band {
  background: var(--lp-cream);
  border-bottom: 1px solid rgba(75, 51, 39, 0.16);
  padding: clamp(1.75rem, 3vw, 2.5rem) 0;
}

.next-show {
  align-items: center;
  display: grid;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.4fr) auto;
}

.next-show-current {
  gap: clamp(2rem, 4vw, 4rem);
  grid-template-columns: minmax(0, 3fr) minmax(320px, 2fr);
}

.next-show-content {
  min-width: 0;
}

.next-show h1,
.next-show h2 {
  font-size: clamp(1.55rem, 3vw, 2.4rem);
  max-width: none;
  margin: 0;
}

.next-show-date {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.08rem;
  font-weight: 750;
  margin: 0.45rem 0 0;
}

.show-facts {
  display: grid;
  gap: 0.8rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
}

.next-show-current .show-facts {
  margin-top: 1.5rem;
  max-width: 44rem;
}

.show-facts div {
  border-left: 3px solid var(--lp-gold);
  padding-left: 0.8rem;
}

.show-facts dt {
  color: var(--lp-muted);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.show-facts dd {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 700;
  margin: 0;
}

.next-show-playbill {
  display: block;
  margin: 0 auto;
  max-width: 320px;
  width: 100%;
}

.next-show-playbill img {
  border: 1px solid rgba(75, 51, 39, 0.18);
  border-radius: calc(var(--lp-radius) * 0.65);
  display: block;
  height: auto;
  width: 100%;
}

.site-section {
  padding: var(--lp-section) 0;
}

.site-section-warm {
  background: var(--lp-paper);
  border: solid rgba(75, 51, 39, 0.12);
  border-width: 1px 0;
}

.content-narrow {
  max-width: 870px;
}

.content-flow>*+* {
  margin-top: 1rem;
}

.text-link {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 800;
}

.contact-intro .btn {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
}

.contact-email {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: clamp(1.3rem, 4vw, 2rem);
  font-weight: 850;
  overflow-wrap: anywhere;
}

.home-story-section {
  background: var(--lp-cream);
  padding-bottom: clamp(2.5rem, 5vw, 4.5rem);
  padding-top: clamp(2.25rem, 5vw, 4rem);
}

.home-story {
  align-items: start;
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
}

.home-story-copy {
  max-width: 570px;
}

.home-story-copy h2 {
  font-size: clamp(1.8rem, 3.5vw, 3rem);
}

.home-story-copy p:not(.eyebrow) {
  color: var(--lp-muted);
  font-size: 1.08rem;
}

.home-story-legacy {
  border-top: 4px solid var(--lp-gold);
  margin-top: clamp(1.5rem, 3vw, 2rem);
  padding-top: clamp(1.25rem, 3vw, 1.75rem);
}

.home-story-legacy h2 {
  max-width: 16ch;
}

.home-story-media picture {
  display: block;
}

.home-story-photo {
  border: 1px solid rgba(75, 51, 39, 0.16);
  border-radius: var(--lp-radius);
  display: block;
  height: auto;
  width: 100%;
}

.archive-strip {
  background: var(--lp-black);
  color: var(--lp-cream);
  padding: clamp(2.5rem, 4.5vw, 4.25rem) 0;
}

.archive-strip h2,
.archive-strip .eyebrow {
  color: var(--lp-cream);
}

.archive-strip .archive-image {
  max-height: 520px;
  object-fit: cover;
  object-position: top;
}

.about-intro {
  background: var(--lp-cream);
  padding: clamp(2rem, 4vw, 3.5rem) 0;
}

.about-intro-photo {
  border: 1px solid rgba(75, 51, 39, 0.16);
  border-radius: var(--lp-radius);
  display: block;
  height: auto;
  width: 100%;
}

.page-intro-photo {
  aspect-ratio: 4 / 3;
  height: auto;
  max-height: 520px;
  object-fit: cover;
}

.videos-intro-photo {
  aspect-ratio: 16 / 9;
}

.videos-intro h1 {
  max-width: 16ch;
}

.interior-hero {
  background: var(--lp-paper);
  border-bottom: 1px solid rgba(75, 51, 39, 0.14);
  padding: clamp(3rem, 7vw, 6rem) 0;
}

.interior-hero h1 {
  max-width: 14ch;
}

.interior-photo {
  aspect-ratio: 16 / 6;
  object-fit: cover;
}

.bio-list {
  display: grid;
  gap: 1rem;
}

.bio-list article,
.archive-card {
  background: rgba(255, 250, 240, 0.78);
  border: 1px solid rgba(75, 51, 39, 0.15);
  border-radius: var(--lp-radius);
  padding: 1.15rem;
}

.bio-list p,
.archive-card p {
  margin-bottom: 0;
}

.profile-feature {
  border: solid rgba(75, 51, 39, 0.18);
  border-width: 1px 0;
  margin-top: 2rem;
  max-width: 900px;
  padding: 1.5rem 0;
}

.profile-feature h3,
.profile-list h3 {
  color: var(--lp-wine);
}

.profile-feature p:last-child,
.profile-list p:last-child {
  margin-bottom: 0;
}

.profile-list {
  display: grid;
  gap: 1.5rem 2rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1.75rem;
}

.profile-list article {
  border-top: 3px solid var(--lp-gold);
  padding-top: 1rem;
}

.summary-label,
.entry-kicker {
  color: var(--lp-muted);
  display: block;
  font-size: 0.82rem;
  font-weight: 800;
  text-transform: uppercase;
}

.history-intro {
  padding-bottom: clamp(2rem, 4vw, 3.2rem);
}

.history-intro h1 {
  font-size: clamp(2.35rem, 6vw, 4.8rem);
  max-width: 18ch;
}

.history-intro-copy {
  display: grid;
  gap: 1rem;
  max-width: 760px;
}

.history-intro-copy p {
  margin-bottom: 0;
}

.history-records {
  padding-top: clamp(1.75rem, 4vw, 3.2rem);
}

.history-list {
  display: grid;
  gap: clamp(2.75rem, 6vw, 5rem);
}

.history-year {
  display: grid;
  gap: 1.1rem;
  scroll-margin-top: 150px;
}

.history-year h2 {
  align-items: end;
  border-bottom: 4px solid var(--lp-gold);
  display: flex;
  font-size: clamp(2.8rem, 9vw, 6.5rem);
  justify-content: space-between;
  margin-bottom: 0.25rem;
  padding-bottom: 0.45rem;
  scroll-margin-top: 150px;
}

.history-year h2::after {
  display: none;
}

.history-entry {
  border-bottom: 1px solid rgba(75, 51, 39, 0.16);
  display: grid;
  gap: clamp(0.8rem, 2vw, 1.25rem);
  grid-template-columns: minmax(8rem, 13rem) minmax(0, 1fr);
  padding: 1.35rem 0;
  scroll-margin-top: 150px;
}

.history-body h3 {
  font-size: clamp(1.12rem, 2.2vw, 1.5rem);
  margin-bottom: 0.45rem;
  max-width: 900px;
}

.history-body h3 span {
  color: var(--lp-wine);
  display: block;
  font-weight: 750;
  margin-top: 0.15rem;
}

.history-body cite {
  color: var(--lp-wine);
  font-style: normal;
}

.venue-line,
.archive-intro,
.archive-note {
  color: var(--lp-muted);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 650;
}

.venue-line {
  margin-bottom: 0;
  overflow-wrap: anywhere;
}

.past-show-guests {
  color: var(--lp-muted);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.94rem;
  font-weight: 650;
  margin: 0.35rem 0 0;
  overflow-wrap: anywhere;
}

.past-show-guests span {
  color: var(--lp-brown);
  font-weight: 850;
}

.entry-details {
  margin-top: 1rem;
}

.entry-details summary {
  color: var(--lp-wine);
  cursor: pointer;
  display: inline-flex;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-weight: 850;
  min-height: 44px;
  padding: 0.65rem 0;
}

.entry-detail-content {
  border-left: 4px solid var(--lp-gold);
  display: grid;
  gap: 1rem;
  margin-top: 0.45rem;
  padding: 0.35rem 0 0.35rem 1rem;
}

.entry-details h4 {
  color: var(--lp-brown);
  font-size: 0.9rem;
  font-weight: 850;
  margin-bottom: 0.35rem;
  text-transform: uppercase;
}

.entry-details ul {
  margin-bottom: 0;
  padding-left: 1.1rem;
}

.entry-details li+li {
  margin-top: 0.2rem;
}

.entry-details p {
  margin-bottom: 0.35rem;
}

.history-year-back {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.9rem;
  font-weight: 800;
  margin: 0.25rem 0 0;
}

.history-closing {
  background: var(--lp-cream);
  border-top: 1px solid rgba(75, 51, 39, 0.14);
  scroll-margin-top: 150px;
}

.history-closing-inner {
  max-width: 760px;
}

.video-collection-section {
  background: var(--lp-cream);
  padding-top: clamp(2.25rem, 5vw, 4rem);
}

.video-grid {
  display: grid;
  gap: clamp(2rem, 4vw, 3rem) clamp(1.25rem, 3vw, 2rem);
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.video-card {
  border-top: 1px solid rgba(75, 51, 39, 0.16);
  display: grid;
  gap: 0.9rem;
  padding-top: 1.1rem;
}

.video-card h2 {
  font-size: clamp(1.25rem, 2vw, 1.65rem);
  margin-bottom: 0.15rem;
}

.video-embed {
  aspect-ratio: 16 / 9;
  background: var(--lp-black);
  border-radius: var(--lp-radius);
  overflow: hidden;
}

.video-embed iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
}

.video-preview-link {
  color: var(--lp-cream);
  display: block;
  height: 100%;
  position: relative;
  text-decoration: none;
}

.video-preview-link picture,
.video-preview-link img {
  display: block;
  height: 100%;
  width: 100%;
}

.video-preview-link img {
  object-fit: cover;
  transition: filter 180ms ease, transform 180ms ease;
}

.video-preview-link:hover img {
  filter: brightness(0.82);
  transform: scale(1.015);
}

.video-preview-link:focus-visible {
  box-shadow: inset 0 0 0 4px var(--lp-gold);
  outline: 0;
}

.video-preview-play {
  align-items: center;
  background: rgba(0, 0, 0, 0.76);
  border: 1px solid rgba(255, 250, 240, 0.72);
  border-radius: 50%;
  display: inline-flex;
  font-size: 1.15rem;
  height: 3.5rem;
  justify-content: center;
  left: 50%;
  padding-left: 0.15rem;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 3.5rem;
}

.video-preview-label {
  background: rgba(0, 0, 0, 0.78);
  bottom: 0.75rem;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  padding: 0.4rem 0.6rem;
  position: absolute;
  right: 0.75rem;
  text-transform: uppercase;
}

.video-song {
  color: var(--lp-wine);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 1.05rem;
  font-weight: 800;
  margin-bottom: 0.4rem;
}

.video-card .entry-kicker {
  margin-bottom: 0;
}

.press-coverage-section {
  background: var(--lp-cream);
  padding-bottom: clamp(2.25rem, 5vw, 4.25rem);
}

.press-section-heading {
  max-width: 760px;
}

.press-section-heading p:last-child {
  color: var(--lp-muted);
  font-size: 1.08rem;
  margin-bottom: 0;
}

.press-list {
  display: grid;
  margin-top: clamp(1.5rem, 3vw, 2.25rem);
}

.press-entry {
  border-top: 1px solid rgba(75, 51, 39, 0.18);
  display: grid;
  gap: clamp(1rem, 3vw, 2rem);
  grid-template-columns: minmax(11rem, 15rem) minmax(0, 1fr);
  padding: clamp(1.25rem, 3vw, 2rem) 0;
}

.press-entry:last-child {
  border-bottom: 1px solid rgba(75, 51, 39, 0.18);
}

.press-meta {
  color: var(--lp-muted);
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.92rem;
  font-weight: 750;
}

.press-meta p {
  margin-bottom: 0.25rem;
}

.press-copy {
  max-width: 820px;
}

.press-copy h3 {
  font-size: clamp(1.35rem, 2.6vw, 2.1rem);
  margin-bottom: 0.45rem;
}

.press-copy p {
  color: var(--lp-muted);
  margin-bottom: 0.7rem;
}

.press-copy p:last-child,
.press-copy a:last-child {
  margin-bottom: 0;
}

.community-note-section {
  background: var(--lp-cream);
  border-top: 1px solid rgba(75, 51, 39, 0.12);
  padding-top: clamp(2.25rem, 5vw, 4.25rem);
}

.community-note {
  align-items: center;
  display: grid;
  gap: clamp(1.25rem, 4vw, 2.5rem);
  grid-template-columns: minmax(12rem, 20rem) minmax(0, 1fr);
  margin-top: clamp(1.25rem, 3vw, 2rem);
  max-width: 860px;
}

.community-note img {
  border-radius: var(--lp-radius);
  display: block;
  height: auto;
  width: 100%;
}

.site-footer {
  background: var(--lp-black);
  color: #e8decc;
}

.site-footer a {
  color: inherit;
}

.site-footer a:hover,
.site-footer a:focus-visible {
  color: inherit;
}

.footer-cta-band {
  background: #6f1f2d;
  color: #ffffff;
  padding: 2.1rem 0;
}

.footer-cta {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.footer-cta p {
  color: #ffffff;
  margin: 0;
  max-width: 52rem;
}

.footer-cta-button {
  align-items: center;
  display: inline-flex;
  gap: 0.55rem;
}

.site-footer .footer-cta-button,
.site-footer .footer-cta-button:hover,
.site-footer .footer-cta-button:focus-visible {
  color: #1f2527;
  flex: 0 0 auto;
}

.footer-cta-button i {
  flex: 0 0 auto;
  font-size: 0.95em;
  line-height: 1;
  text-align: center;
  width: 1.05rem;
}

.footer-heading {
  color: #fff;
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 0.9rem;
}

.footer-utility {
  background: var(--lp-black);
  padding: 1.35rem 0;
}

.footer-utility-content {
  align-items: center;
  display: flex;
  gap: 1.5rem;
  justify-content: space-between;
}

.footer-utility-content p {
  margin: 0;
}

@media (max-width: 991.98px) {
  .navbar {
    min-height: 104px;
    padding: 0.55rem 0;
  }

  .navbar-collapse {
    background: var(--lp-black);
    padding: 0.75rem 0 0.35rem;
  }

  .header-menu {
    align-items: stretch;
    gap: 0.45rem;
  }

  .header-social {
    justify-content: flex-start;
  }

  .header-social-link {
    font-size: 1.05rem;
    height: 44px;
    width: 44px;
  }

  .header-compact .navbar {
    min-height: 88px;
    padding: 0.55rem 0;
  }

  .header-compact .site-brand img {
    width: 125px;
  }

  .header-compact .header-menu {
    align-items: stretch;
    flex-direction: column;
    gap: 0.45rem;
  }

  .header-compact .header-social {
    justify-content: flex-start;
    order: 0;
  }

  .header-compact .navbar-nav {
    order: 1;
  }

  .header-compact .header-social-link {
    height: 44px;
    width: 44px;
  }

  .next-show {
    align-items: start;
    grid-template-columns: 1fr;
  }

  .next-show-current {
    gap: 2rem;
  }

  .show-actions {
    margin-top: 0;
  }

  .home-story {
    grid-template-columns: 1fr;
  }

  .home-story-copy {
    max-width: none;
  }

  .home-story-media {
    order: -1;
  }

  .profile-list {
    grid-template-columns: 1fr;
  }

  .video-grid,
  .press-entry,
  .community-note {
    grid-template-columns: 1fr;
  }

  .footer-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-cta-button {
    width: auto;
  }

  .footer-utility-content {
    align-items: flex-start;
    flex-direction: column;
    gap: 0.65rem;
  }
}

@media (max-width: 575.98px) {
  .site-brand img {
    width: 150px;
  }

  .photo-masthead {
    padding: 0.5rem 0 0.75rem;
  }

  .next-show-band {
    padding: 1.5rem 0 1.75rem;
  }

  .next-show-playbill {
    max-width: none;
  }

  .show-facts,
  .video-card {
    grid-template-columns: 1fr;
  }

  .history-intro h1 {
    max-width: 12ch;
  }

  .history-year,
  .history-year h2 {
    scroll-margin-top: 120px;
  }

  .history-entry {
    grid-template-columns: 1fr;
    padding: 1.25rem 0;
    scroll-margin-top: 120px;
  }

  .entry-detail-content {
    padding-left: 0.85rem;
  }

  .btn {
    width: 100%;
  }
}
