/* Per-deck overrides. Add deck-specific styles here.
   Theme defaults live in themes/<theme>/<theme>.css. */

/* Big thanks slide - huge Thanks!, two link lines, QR on the right,
   "Slides & stuff" hand-drawn curving arrow pointing to the QR. */
.reveal .slides section.thanks-big {
  height: 100%;
  display: flex !important;
  flex-direction: column;
  justify-content: center;
}
.thanks-big-grid {
  display: grid;
  grid-template-columns: 1fr 0.8fr;
  gap: 1.2em;
  align-items: center;
}
.thanks-big-title {
  font-size: 3.2em !important;
  margin: 0 0 0.3em 0 !important;
  line-height: 1;
}
.thanks-big-line {
  font-size: 0.85em;
  color: #fff;
  margin: 0.25em 0;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.thanks-big-line a {
  color: #fff;
  text-decoration: underline;
}
.thanks-big-right {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.thanks-big-qr {
  width: 440px;
  height: 440px;
  display: block;
}
.thanks-big-arrow {
  position: absolute;
  left: -40px;
  bottom: -10px;
  width: 220px;
  height: 150px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.thanks-big-arrow svg {
  width: 200px;
  height: 120px;
}
.thanks-big-arrow-label {
  font-family: 'Cartridge Rough', 'Cartridge', sans-serif;
  font-size: 0.55em;
  color: #fff;
  margin-top: -0.3em;
  margin-left: 0.6em;
  transform: rotate(-4deg);
}
