/* ── Plaka Delivery Plugin Styles ─────────────────────────────────────── */

/* ZIP Checker ─────────────────────────────────────────────────────────── */

.plaka-zip-checker {
  background: #fff;
  border: 1px solid #e2ddd4;
  border-top: 3px solid #4b5349;
  border-radius: 0 0 6px 6px;
  padding: 20px 24px;
  margin: 0 auto 24px;
  max-width: 1200px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.plaka-zip-checker h3 {
  font-family: 'Raleway', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #4b5349;
  margin: 0 0 12px;
}

.plaka-zip-input-row {
  display: flex;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}

#plaka_zip_input {
  width: 140px;
  padding: 10px 12px;
  border: 1px solid #cbc5b5;
  border-radius: 4px;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  letter-spacing: 0.06em;
  background: #fff;
  color: #2a2a2a;
}

#plaka_zip_input:focus {
  outline: none;
  border-color: #4b5349;
  box-shadow: 0 0 0 2px rgba(75,83,73,0.15);
}

#plaka_zip_check_btn {
  padding: 10px 20px;
  background: #4b5349;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.85rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  transition: background 0.2s;
}

#plaka_zip_check_btn:hover {
  background: #3a4138;
}

#plaka-zip-result {
  margin-top: 12px;
  font-size: 0.92rem;
  line-height: 1.5;
  font-family: 'Raleway', sans-serif;
}

#plaka-zip-result.plaka-zip-ok  { color: #2e6b3e; }
#plaka-zip-result.plaka-zip-no  { color: #8b3a24; }
#plaka-zip-result.plaka-zip-note { color: #5c4a20; }

#plaka-zip-result span { font-size: 1.1em; }

.plaka-zip-cutoff {
  margin: 6px 0 0;
  font-size: 0.82rem;
  color: #5c4a20;
  background: #fdf5e6;
  border-left: 3px solid #a79968;
  padding: 6px 10px;
  border-radius: 0 4px 4px 0;
}

/* Shipping method badge ───────────────────────────────────────────────── */

.plaka-day-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-family: 'Raleway', sans-serif;
  font-weight: 600;
  letter-spacing: 0.04em;
  color: #4b5349;
  background: #e8f0e4;
  border-radius: 3px;
  padding: 1px 6px;
  margin-left: 6px;
  vertical-align: middle;
}

/* Tip field ──────────────────────────────────────────────────────────── */

.plaka-tip-wrap {
  border-top: 1px solid #e8e3d8;
  padding-top: 20px;
  margin-top: 20px;
}

.plaka-tip-heading {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: #2a2a2a;
  margin: 0 0 4px;
}

.plaka-tip-sub {
  font-family: 'Raleway', sans-serif;
  font-size: 0.82rem;
  color: #666;
  margin: 0 0 14px;
}

.plaka-tip-buttons {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.plaka-tip-btn {
  padding: 9px 16px;
  background: #fff;
  color: #2a2a2a;
  border: 1px solid #cbc5b5;
  border-radius: 4px;
  font-family: 'Raleway', sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: border-color 0.15s, background 0.15s, color 0.15s;
  min-width: 64px;
  text-align: center;
}

.plaka-tip-btn:hover {
  border-color: #4b5349;
  background: #f4f7f3;
}

.plaka-tip-btn.is-selected {
  background: #4b5349;
  color: #fff;
  border-color: #4b5349;
}

.plaka-tip-custom-wrap {
  margin-top: 12px;
}

.plaka-tip-custom-input-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: 260px;
}

.plaka-tip-dollar {
  font-family: 'Raleway', sans-serif;
  font-size: 1rem;
  color: #4b5349;
  font-weight: 700;
}

#plaka_tip_custom {
  width: 100px;
  padding: 9px 10px;
  border: 1px solid #cbc5b5;
  border-radius: 4px;
  font-size: 1rem;
  font-family: 'Raleway', sans-serif;
  background: #fff;
  color: #2a2a2a;
}

#plaka_tip_custom:focus {
  outline: none;
  border-color: #4b5349;
  box-shadow: 0 0 0 2px rgba(75,83,73,0.15);
}

.plaka-tip-btn--apply {
  padding: 9px 14px;
  min-width: auto;
  background: #c4873a;
  color: #fff;
  border-color: #c4873a;
}

.plaka-tip-btn--apply:hover {
  background: #a87030;
  border-color: #a87030;
  color: #fff;
}

/* Force light colours on all plugin elements — the site does not use dark mode */
.plaka-zip-checker,
.plaka-tip-wrap,
#plaka_zip_input,
#plaka_tip_custom,
.plaka-tip-btn,
.plaka-day-badge,
#plaka-zip-result {
  color-scheme: light;
}
