*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { font-size: 16px; }
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: #fff;
  color: #222;
  min-height: 100vh;
  letter-spacing: .01em;
}

/* ── Layout ── */
.outer { max-width: 880px; margin: 0 auto; padding: 0 80px; }
.page  { max-width: 680px; margin: 0 auto; padding: 3rem 0 5rem; }

/* ── Language bar ── */
.lang-bar { display: flex; justify-content: flex-end; gap: 4px; margin-bottom: 2.5rem; }
.lang-btn {
  font-size: 11px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase;
  border: 1px solid #bbb; background: transparent; color: #999;
  padding: 4px 10px; cursor: pointer;
  font-family: inherit; transition: all .15s;
}
.lang-btn.active { background: #111; color: #fff; border-color: #111; }
.lang-btn:hover:not(.active) { border-color: #555; color: #555; }

/* ── Logo stripe ── */
/* ── Form header – letter style ── */
.logo-stripe {
  margin: 0 0 2.5rem 0;
  padding: 1.5rem 0;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2rem;
}
.logo-stripe img { display: block; width: 100px; height: auto; flex-shrink: 0; align-self: flex-end; }
.logo-header-text { flex: 1; }
.lh-date {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #111;
  letter-spacing: -.02em;
  line-height: 1.0;
  margin-bottom: 4px;
}
.lh-claim {
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.lh-anni {
  font-size: 24px;
  font-weight: 700;
  color: #B8960C;
  letter-spacing: -.02em;
  line-height: 1;
}

/* ── Project description box ── */
.project-box {
  border-left: none;
  border-top: 2px solid #111;
  padding: 2rem 0 2rem 0;
  margin-bottom: 3rem;
  background: transparent;
  border-radius: 0;
}
.project-dgph {
  font-size: 44px; font-weight: 700; color: #111;
  letter-spacing: -.02em; line-height: 1; margin-bottom: 3px;
}
.project-claim-line {
  font-size: 11px; font-weight: 600; color: #888;
  letter-spacing: .14em; text-transform: uppercase; margin-bottom: 1.5rem;
}
.project-title {
  font-size: 28px; font-weight: 700; color: #111;
  letter-spacing: -.01em; line-height: 1.15; margin-bottom: 1rem;
}
.project-text  { font-size: 14px; color: #555; line-height: 1.8; margin-bottom: 1rem; }
.project-claim { display: none; } /* now in project-claim-line */
.project-date  {
  display: inline-block; margin-top: 0.5rem;
  font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  background: #111; color: #fff;
  padding: 4px 12px;
}

/* ── Form header ── */
.form-header { border-bottom: 1px solid #ddd; padding-bottom: 1.5rem; margin-bottom: 2rem; }
.form-eyebrow {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: #aaa; margin-bottom: 24px; font-weight: 600;
}
.form-title { font-size: 26px; font-weight: 700; color: #111; letter-spacing: -.01em; }

/* ── Section label ── */
.sec {
  font-size: 10px; letter-spacing: .14em; text-transform: uppercase;
  color: #aaa; margin-bottom: 12px; font-weight: 600;
}

/* ── Fields ── */
.field { margin-bottom: 1rem; }
.field label { display: block; font-size: 12px; color: #777; margin-bottom: 5px; letter-spacing: .03em; }
.field input, .field select, .field textarea {
  width: 100%; padding: 10px 12px;
  border: 1px solid #ddd; border-radius: 0;
  font-size: 14px; font-family: inherit; background: #f7f7f7; color: #111;
  transition: border-color .15s;
}
.field input:focus, .field select:focus, .field textarea:focus {
  outline: none; border-color: #111; background: #fff;
  box-shadow: none;
}
.field textarea { min-height: 72px; resize: vertical; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.req  { color: #c0392b; }
.opt  { font-size: 11px; color: #bbb; margin-left: 4px; }

/* ── Divider ── */
.divider { border: none; border-top: 1px solid #ebebeb; margin: 2rem 0; }

/* ── Drop zone ── */
.drop-zone {
  border: 1px solid #ddd; border-radius: 0; padding: 2.5rem 1rem;
  text-align: center; cursor: pointer; position: relative;
  transition: border-color .15s, background .15s; background: #f7f7f7;
}
.drop-zone:hover, .drop-zone.over { border-color: #111; background: #f0f0f0; }
.drop-zone input[type=file] { position: absolute; inset: 0; opacity: 0; cursor: pointer; width: 100%; height: 100%; }
.drop-icon { font-size: 28px; margin-bottom: 10px; color: #ccc; }
.drop-text { font-size: 13px; font-weight: 700; color: #333; margin-bottom: 4px; letter-spacing: .02em; }
.drop-sub  { font-size: 11px; color: #bbb; letter-spacing: .02em; }

/* ── Tech requirements ── */
.tech-box { background: #f7f7f7; border: 1px solid #e8e8e8; border-radius: 0; padding: 14px 16px; margin-top: 10px; }
.tech-box-title { font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #aaa; margin-bottom: 10px; }
.tech-reqs { display: flex; flex-direction: column; gap: 5px; }
.tech-req { display: flex; align-items: flex-start; gap: 10px; font-size: 12px; color: #555; line-height: 1.5; padding: 5px 8px; transition: background .2s; }
.tech-req .tech-dot { flex-shrink: 0; width: 18px; height: 18px; border-radius: 0; display: flex; align-items: center; justify-content: center; font-size: 10px; font-weight: 700; margin-top: 1px; background: #ddd; color: #888; }
.tech-req.req-pass { background: #f0f7f0; color: #2d6a2d; }
.tech-req.req-pass .tech-dot { background: #2d6a2d; color: #fff; }
.tech-req.req-fail { background: #fdf0f0; color: #8b0000; }
.tech-req.req-fail .tech-dot { background: #c0392b; color: #fff; }
.tech-req.req-fail-warn { background: #fdf0f0; color: #8b0000; border: 1px solid #e8c8c8; }
.tech-req.req-fail-warn .tech-dot { background: #c0392b; color: #fff; }
.tech-req.req-warn { background: #fdf8f0; color: #7a5500; }
.tech-req.req-warn .tech-dot { background: #d4850a; color: #fff; }
.tech-req.req-info { background: #f0f4f8; color: #2c4a6e; }
.tech-req.req-info .tech-dot { background: #2c4a6e; color: #fff; }

/* ── Filename preview ── */
.fn-preview {
  display: none; margin-top: 8px; padding: 8px 12px;
  background: #f7f7f7; border: 1px solid #e0e0e0; border-radius: 0;
  font-size: 11px; font-family: monospace; color: #777; word-break: break-all;
}

/* ── EXIF ── */
.exif-msg { display: none !important; }

/* ── Preview ── */
.preview-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px,1fr)); gap: 8px; margin-top: 10px; }
.prev-item { position: relative; aspect-ratio: 1; overflow: hidden; background: #eee; border: 1px solid #ddd; }
.prev-item img { width: 100%; height: 100%; object-fit: cover; }
.prev-rm { position: absolute; top: 4px; right: 4px; width: 22px; height: 22px; background: rgba(0,0,0,.6); color: #fff; border: none; cursor: pointer; font-size: 12px; display: flex; align-items: center; justify-content: center; }
.prev-lbl { position: absolute; bottom: 0; left: 0; right: 0; background: rgba(0,0,0,.5); color: #fff; font-size: 10px; padding: 3px 5px; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.prev-badge { position: absolute; top: 4px; left: 4px; font-size: 9px; padding: 2px 6px; font-weight: 700; }
.p-ok   { background: #2d6a2d; color: #fff; }
.p-warn { background: #d4850a; color: #fff; }
.p-err  { background: #c0392b; color: #fff; }

/* ── Date declaration box ── */
.date-decl-box {
  margin-top: 1.2rem;
  border: 1px solid #111;
  padding: 16px 18px;
  background: #f7f7f7;
}
.date-decl-row { display: flex; align-items: flex-start; gap: 10px; }
.date-decl-row input { margin-top: 3px; flex-shrink: 0; accent-color: #111; width: 16px; height: 16px; }
.date-decl-row label { font-size: 13px; font-weight: 600; color: #111; line-height: 1.5; cursor: pointer; }
.date-decl-note { margin-top: 7px; font-size: 11px; color: #999; padding-left: 26px; line-height: 1.6; }

/* ── Legal box ── */
.legal-box { border: 1px solid #ddd; border-radius: 0; overflow: hidden; margin-bottom: 1.2rem; }
.legal-head { padding: 10px 16px; background: #f7f7f7; border-bottom: 1px solid #ddd; display: flex; align-items: center; gap: 8px; }
.legal-head-title { font-size: 12px; font-weight: 700; color: #111; letter-spacing: .03em; }
.legal-scroll { max-height: 230px; overflow-y: auto; padding: 16px 18px; font-size: 12px; color: #555; line-height: 1.8; }
.legal-point { display: flex; gap: 12px; margin-bottom: 12px; }
.legal-point:last-child { margin-bottom: 0; }
.legal-bullet { flex-shrink: 0; width: 20px; height: 20px; background: #111; color: #fff; font-size: 10px; font-weight: 700; display: flex; align-items: center; justify-content: center; margin-top: 1px; }
.legal-text strong { color: #111; }
.legal-foot { padding: 12px 16px 14px; border-top: 1px solid #ddd; background: #f7f7f7; }
.consent-row { display: flex; align-items: flex-start; gap: 10px; }
.consent-row input { margin-top: 3px; flex-shrink: 0; accent-color: #111; width: 16px; height: 16px; }
.consent-row label { font-size: 13px; color: #111; line-height: 1.5; cursor: pointer; font-weight: 600; }
.legal-note { margin-top: 8px; font-size: 11px; color: #aaa; line-height: 1.5; padding-left: 26px; }

/* ── Submit ── */
.submit-row { display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; margin-top: 1.5rem; }
.hint { font-size: 11px; color: #bbb; max-width: 280px; line-height: 1.6; letter-spacing: .02em; }
.btn-submit {
  background: #111; color: #fff; border: none;
  padding: 13px 32px; font-size: 12px; font-weight: 700; cursor: pointer;
  font-family: inherit; letter-spacing: .1em; text-transform: uppercase;
  transition: background .15s;
}
.btn-submit:hover { background: #444; }
.btn-submit:disabled { background: #bbb; cursor: not-allowed; }
.err-msg { display: none; margin-top: 12px; font-size: 12px; color: #8b0000; padding: 10px 14px; background: #fdf0f0; border: 1px solid #e8c8c8; }

/* ── About DGPh ── */
.about-dgph {
  margin-top: 2.5rem;
  padding: 20px 0 0 0;
  border-top: 1px solid #e0e0e0;
  font-size: 12px; color: #888; line-height: 1.8;
}
.about-dgph strong { color: #555; }
.about-dgph a { color: #555; }

/* ── Success ── */
.success-box { display: none; background: #fff; border: 1px solid #ddd; padding: 3rem; text-align: center; }
.success-icon { font-size: 36px; color: #2d6a2d; margin-bottom: 14px; }
.success-box h2 { font-size: 22px; font-weight: 700; margin-bottom: 8px; color: #111; letter-spacing: -.01em; }
.success-box p { font-size: 14px; color: #777; line-height: 1.7; }
.fn-result { margin-top: 12px; font-family: monospace; font-size: 11px; color: #aaa; word-break: break-all; }
.hashtags { display: flex; flex-wrap: wrap; gap: 6px; margin-top: 14px; justify-content: center; }
.ht { font-size: 11px; font-family: monospace; background: #f0f0f0; padding: 4px 10px; color: #777; letter-spacing: .03em; }

/* ── Already box ── */
.already-box { display: none; background: #f7f7f7; border: 1px solid #ddd; padding: 1.5rem; }
.already-box h2 { font-size: 16px; font-weight: 700; color: #111; margin-bottom: 8px; }
.already-box p  { font-size: 13px; color: #777; line-height: 1.6; }

/* ── Test banner ── */
.test-banner { background: #f7f7f7; border: 1px solid #ddd; border-left: 3px solid #111; padding: 10px 16px; margin-bottom: 2rem; font-size: 12px; color: #555; display: flex; align-items: center; gap: 10px; }

@media (max-width: 520px) {
  .row2 { grid-template-columns: 1fr; }
  .submit-row { flex-direction: column; }
  .btn-submit { width: 100%; }
}

/* ── Site logo ── */
.logo-stripe {
  background: #fff;
  margin: 0 0 2rem 0;
  padding: 1.25rem 1.25rem 1.25rem 1.25rem;
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  justify-content: flex-end;
}
.logo-stripe img { display: block; width: 160px; height: auto; }

@media (max-width: 900px) {
  body { padding: 0 24px; }
}
@media (max-width: 600px) {
  body { padding: 0; }
}

/* ── Landing Page ── */
#landingPage {
  display: none;
  position: fixed;
  inset: 0;
  background: #fff;
  z-index: 1000;
  overflow-y: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #111;
}

/* Centered column, max 680px, generous padding like a letter */
.lp-inner {
  max-width: 680px;
  margin: 0 auto;
  padding: 3rem 2.5rem 5rem;
}

/* ── Header: letter-style two-column ── */
.lp-logo-stripe {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2rem 2.5rem 1.5rem;
  margin: 0 -2.5rem 2.5rem -2.5rem;
  border-bottom: 1px solid #ddd;
  background: #fff;
}
.lp-logo-stripe img { display: block; width: 100px; height: auto; flex-shrink: 0; align-self: flex-end; }

/* Left column of header: date hierarchy */
.lp-header-text { flex: 1; padding-right: 1.5rem; }
.lp-hdate {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 48px;
  font-weight: 300;
  color: #111;
  letter-spacing: -.02em;
  line-height: 1.0;
  margin-bottom: 4px;
}
.lp-hclaim {
  font-size: 13px;
  font-weight: 400;
  color: #aaa;
  letter-spacing: .05em;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.lp-hanni {
  font-size: 24px;
  font-weight: 700;
  color: #B8960C;
  letter-spacing: -.02em;
  line-height: 1;
}

/* Language switcher – right-aligned, minimal */
.lp-lang-bar {
  display: flex;
  justify-content: flex-end;
  gap: 0;
}
.lp-lang-btn {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: .08em;
  text-transform: uppercase;
  border: none;
  background: transparent;
  color: #bbb;
  padding: 4px 10px;
  cursor: pointer;
  border-right: 1px solid #e0e0e0;
  transition: color .15s;
}
.lp-lang-btn:last-child { border-right: none; }
.lp-lang-btn:hover { color: #111; }
.lp-lang-btn.active { color: #111; font-weight: 700; }

/* ── Project title – bold, generous ── */
.lp-title {
  font-size: 28px;
  font-weight: 700;
  color: #111;
  letter-spacing: -.02em;
  line-height: 1.15;
  margin-bottom: 2rem;
}

/* ── Image: contained, no forced ratio ── */
.lp-image {
  width: auto;
  max-width: 100%;
  max-height: 55vh;
  display: block;
  margin-bottom: .5rem;
  object-fit: contain;
}

/* Caption: letter-style, small, grey, italic */
.lp-caption {
  font-size: 11px;
  color: #999;
  font-style: italic;
  letter-spacing: .02em;
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e8e8e8;
}

/* Body text: generous line-height, letter feel */
.lp-text {
  font-size: 14px;
  color: #333;
  line-height: 1.85;
  margin-bottom: 2rem;
  font-weight: 300;
}

/* Date badge: understated, inline */
.lp-date-badge {
  display: inline-block;
  font-size: 11px;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #B8960C;
  font-weight: 700;
  margin-bottom: 2.5rem;
  padding: 4px 0;
  border-bottom: 1px solid #B8960C;
}

/* ── Countdown: typographic, minimal ── */
.lp-countdown {
  display: flex;
  gap: 0;
  margin-bottom: 2.5rem;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  padding: 1.5rem 0;
}
.cd-box {
  flex: 1;
  text-align: center;
  position: relative;
}
.cd-box:not(:last-child)::after {
  content: '';
  position: absolute;
  right: 0; top: 15%; bottom: 15%;
  width: 1px;
  background: #e8e8e8;
}
.cd-num {
  font-size: 44px;
  font-weight: 300;
  color: #111;
  line-height: 1;
  letter-spacing: -.02em;
  font-family: Arial, Helvetica, sans-serif;
}
.cd-lbl {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #bbb;
  margin-top: 6px;
  font-weight: 400;
}
.cd-sep { display: none; } /* no colon separators */

/* ── CTA: letter-style, full-width, gold ── */
.lp-cta {
  display: block;
  width: 100%;
  padding: 14px 20px;
  background: #111;
  color: #fff;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  margin-bottom: .75rem;
  transition: background .2s;
}
.lp-cta:hover { background: #B8960C; }
.lp-cta-sub {
  font-size: 11px;
  color: #bbb;
  text-align: center;
  letter-spacing: .03em;
  font-style: italic;
}

/* Active phase */
.lp-open { display: none; }

/* ── CTA Stamp ── */
.lp-action-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2.5rem;
}
.lp-stamp-wrap { flex-shrink: 0; }
.lp-stamp {
  width: 200px;
  height: auto;
  transform: rotate(-6deg);
  cursor: pointer;
  transition: transform .2s ease, opacity .2s;
  opacity: 1;
  display: block;
}
.lp-stamp:hover { transform: rotate(-3deg) scale(1.05); opacity: 1; }
.lp-stamp.inactive { opacity: 1; cursor: default; pointer-events: none; }


/* ── Lightbox ── */
.lp-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(0,0,0,.92);
  align-items: center;
  justify-content: center;
  cursor: zoom-out;
  flex-direction: column;
}
.lp-lightbox.open { display: flex; }
.lp-lightbox img {
  max-width: 90vw;
  max-height: 82vh;
  object-fit: contain;
  display: block;
  box-shadow: 0 8px 60px rgba(0,0,0,.6);
}
.lp-lightbox-credit {
  margin-top: 16px;
  font-size: 12px;
  color: rgba(255,255,255,.6);
  font-style: italic;
  letter-spacing: .03em;
  text-align: center;
  max-width: 600px;
  padding: 0 20px;
}
.lp-lightbox-close {
  position: fixed;
  top: 20px;
  right: 24px;
  color: rgba(255,255,255,.5);
  font-size: 28px;
  cursor: pointer;
  line-height: 1;
  transition: color .15s;
  background: none;
  border: none;
  font-family: inherit;
}
.lp-lightbox-close:hover { color: #fff; }

/* ── Countdown explain ── */
.lp-cd-explain {
  font-size: 12px;
  color: #8B1A1A;
  text-align: center;
  margin-top: 1rem;
  letter-spacing: .03em;
  font-style: italic;
  line-height: 1.6;
  font-weight: 500;
}


/* ── LP What happens ── */
.lp-what {
  margin-bottom: 2rem;
  padding: 1.25rem 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  font-size: 13px;
  color: #555;
  line-height: 1.7;
  font-style: italic;
  font-weight: 300;
}


/* ── Leica Lottery ── */
.lp-leica {
  margin: 2rem 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 6px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2rem 2rem 1.5rem;
  text-align: center;
}
.lp-leica-tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #bbb;
  margin-bottom: .75rem;
}
.lp-leica-headline {
  font-size: 26px;
  font-weight: 700;
  color: #111;
  letter-spacing: -.01em;
  line-height: 1.2;
  margin-bottom: .5rem;
}
.lp-leica-headline span {
  color: #B8960C;
}
.lp-leica-camera {
  width: 100%;
  max-width: 420px;
  height: auto;
  display: block;
  margin: .5rem auto .75rem;
}
.lp-leica-link {
  display: inline-block;
  margin-top: 1rem;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #B8960C;
  text-decoration: none;
  border-bottom: 1px solid #B8960C;
  transition: color .15s, border-color .15s;
}
.lp-leica-link:hover { color: #111; border-color: #111; }

.lp-leica-sub {
  font-size: 11px;
  color: #888;
  line-height: 1.6;
  letter-spacing: .02em;
  max-width: 280px;
}
@media (max-width: 480px) {
  .lp-leica-headline { font-size: 22px; }
  .lp-leica-camera { max-width: 340px; }
}

/* ── LP About DGPh ── */
.lp-about {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e8e8e8;
  font-size: 12px;
  color: #999;
  line-height: 1.75;
  font-weight: 300;
}
.lp-about strong { color: #555; font-weight: 600; }
.lp-about a {
  color: #B8960C;
  text-decoration: none;
  border-bottom: 1px solid #B8960C;
}
.lp-about a:hover { color: #111; border-color: #111; }


/* Mobile */
@media (max-width: 600px) {
  .lp-inner { padding: 2rem 1.25rem 4rem; }
  .lp-logo-stripe { margin: 0 -1.25rem 2rem -1.25rem; padding: 1.5rem 1.25rem 1.25rem; }
  .lp-hdate { font-size: 30px; }
  .lp-hanni { font-size: 18px; }
  .lp-logo-stripe img { width: 75px; }
  .cd-num { font-size: 32px; }
  .lp-title { font-size: 22px; }
}
/* ── EXIF four-state info ── */
.exif-info { margin: 10px 0; padding: 10px 14px; font-size: 12px; color: #555; background: #f0f7f0; border: 1px solid #c8e6c8; line-height: 1.6; }
.exif-info.exif-error { background: #fdf0f0; color: #8b0000; border-color: #e8c8c8; }

/* ── Raffle terms (Teilnahmebedingungen) ────────────────────────────────────
   Collapsible legal disclosure for the Leica D-Lux 8 raffle. Lives at the
   very end of the page so it's always visible regardless of form state. */
.raffle-terms {
  margin-top: 3.5rem;
  padding-top: 2rem;
  border-top: 1px solid #e0e0e0;
}
.raffle-terms > summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 8px 0;
  user-select: none;
}
.raffle-terms > summary::-webkit-details-marker { display: none; }
.raffle-terms > summary::before {
  content: '+';
  display: inline-block;
  margin-right: 8px;
  font-weight: 600;
  color: #888;
  transition: transform .15s;
}
.raffle-terms[open] > summary::before { content: '–'; }
.raffle-terms-label {
  display: inline;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #555;
}
.raffle-terms-label-alt {
  font-size: 11px;
  color: #aaa;
  letter-spacing: .04em;
  margin-left: 22px;
}
.raffle-terms > summary:hover .raffle-terms-label { color: #111; }
.raffle-terms-body {
  margin-top: 1.25rem;
  padding: 1.5rem 1.5rem;
  background: #fafafa;
  border: 1px solid #e8e8e8;
  font-size: 13px;
  line-height: 1.65;
  color: #333;
}
.raffle-terms-body h3 {
  font-size: 16px; font-weight: 700; margin: 0 0 4px;
  letter-spacing: -.005em; color: #111;
}
.raffle-terms-body .rt-sub {
  font-size: 13px; color: #666; margin: 0 0 1rem;
  font-weight: 400;
}
.raffle-terms-body h4 {
  font-size: 12px; font-weight: 700; letter-spacing: .04em;
  margin: 1.6rem 0 .5rem; color: #111;
  text-transform: uppercase;
}
.raffle-terms-body p { margin: 0 0 .7rem; }
.raffle-terms-body p:last-child { margin-bottom: 0; }
.raffle-terms-body blockquote {
  margin: 0 0 1.25rem;
  padding: .9rem 1rem;
  background: #fff;
  border-left: 3px solid #B8960C;
  font-size: 13px; color: #444;
}
.raffle-terms-body blockquote p { margin: 0; }
.raffle-terms-body strong { color: #111; }
.raffle-terms-body a { color: #B8960C; text-decoration: underline; }
.raffle-terms-body a:hover { color: #111; }
.raffle-terms-body .rt-foot {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e8e8e8;
  font-size: 11px; color: #888;
}
