.interactive-widget-box {
  margin: 28px 0;
  padding: clamp(18px, 4vw, 26px);
  border: 1px solid rgba(47, 111, 99, 0.28);
  border-radius: 18px;
  background: #f2f8f5;
  box-shadow: 0 14px 38px rgba(22, 33, 61, 0.07);
}
.interactive-widget-box h3 { margin: 0 0 8px; font-size: clamp(20px, 4vw, 24px); }
.widget-desc, .calc-note { color: #6f6a5d; }
.calc-input-group label { display: block; margin: 16px 0 6px; font-weight: 750; }
.calc-input-wrapper { display: flex; align-items: stretch; gap: 8px; }
.currency-symbol { display: grid; place-items: center; min-width: 42px; border-radius: 10px; background: #fff; font-weight: 800; }
.widget-number-input {
  min-width: 0;
  width: 100%;
  min-height: 48px;
  padding: 10px 12px;
  border: 1px solid rgba(22, 33, 61, 0.18);
  border-radius: 10px;
  background: #fff;
  color: #16213d;
  font: inherit;
}
.widget-number-input:focus { outline: 3px solid rgba(47, 111, 99, 0.2); border-color: #2f6f63; }
.widget-calc-btn, .guide-feedback-btn {
  min-height: 48px;
  padding: 10px 16px;
  border: 1px solid #2f6f63;
  border-radius: 10px;
  background: #2f6f63;
  color: #fff;
  font-weight: 800;
  cursor: pointer;
}
.calc-status-notice, .calc-result-box { margin-top: 14px; padding: 14px; border-radius: 12px; background: #fff; }
.calc-status-notice.is-warning { border-left: 4px solid #b8863e; }
.calc-status-notice.is-ok { border-left: 4px solid #2f6f63; }
.calc-result-row { display: flex; justify-content: space-between; gap: 16px; padding: 8px 0; border-bottom: 1px solid rgba(22, 33, 61, 0.1); }
.calc-result-row span { min-width: 0; }
.calc-result-row strong { white-space: nowrap; }
.highlight-green { color: #2f6f63; }
.highlight-total { margin-top: 5px; font-size: 1.08em; }
.calc-note { margin: 12px 0 0; font-size: 12px; line-height: 1.55; }
.guide-feedback-box, .traveler-feedback-box { margin: 36px 0 12px; padding: 20px; border: 1px solid rgba(22, 33, 61, 0.12); border-radius: 16px; background: #fff; }
.traveler-feedback-box h4 { margin: 0 0 12px; font-size: 18px; }
.traveler-feedback-box .visually-hidden { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }
.guide-feedback-actions, .feedback-action-row { display: flex; flex-wrap: wrap; gap: 8px; margin: 12px 0; }
.guide-feedback-btn, .btn-feedback-vote { min-height: 48px; padding: 10px 16px; border: 1px solid #2f6f63; border-radius: 10px; background: transparent; color: #2f6f63; font-weight: 800; cursor: pointer; }
.guide-feedback-btn[aria-pressed="true"], .btn-feedback-vote[aria-pressed="true"] { background: #2f6f63; color: #fff; }
.guide-question-link { display: inline-block; font-weight: 800; }
.guide-feedback-status { min-height: 1.5em; color: #6f6a5d; font-size: 13px; }
.feedback-thank-you { margin-top: 12px; color: #6f6a5d; }
@media (max-width: 480px) {
  .calc-input-wrapper { flex-wrap: wrap; }
  .widget-number-input { flex: 1 1 calc(100% - 50px); }
  .widget-calc-btn { width: 100%; }
  .calc-result-row { align-items: flex-start; font-size: 14px; }
}
[data-theme="dark"] .interactive-widget-box,
[data-theme="dark"] .guide-feedback-box,
[data-theme="dark"] .traveler-feedback-box,
[data-theme="dark"] .calc-status-notice,
[data-theme="dark"] .calc-result-box,
[data-theme="dark"] .currency-symbol,
[data-theme="dark"] .widget-number-input { background: #182238; color: #f7f1e6; border-color: rgba(255,255,255,.16); }

.taxi-estimator-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; margin: 16px 0; }
.taxi-estimator-grid label { min-width: 0; font-weight: 750; }
.taxi-estimator-grid select { display: block; width: 100%; min-width: 0; min-height: 48px; margin-top: 6px; padding: 9px 34px 9px 10px; border: 1px solid rgba(22,33,61,.18); border-radius: 10px; background: #fff; color: #16213d; font: inherit; }
[data-theme="dark"] .taxi-estimator-grid select { background: #182238; color: #f7f1e6; border-color: rgba(255,255,255,.16); }
@media(max-width:480px){.taxi-estimator-grid{grid-template-columns:minmax(0,1fr)}}
