/* ==========================================================================
   Uttarakhand Fuel Calculator Styles (Ghughuti Travel Tools)
   ========================================================================== */

.uk-fcc-container {
  box-sizing: border-box;
  max-width: 1140px;
  margin: 30px auto;
  padding: 28px 24px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 10px 35px rgba(15, 56, 34, 0.08);
  font-family: inherit;
  color: #2d3748;
}

.uk-fcc-container * {
  box-sizing: border-box;
}

.uk-fcc-header {
  text-align: center;
  margin-bottom: 26px;
}

.uk-fcc-badge {
  display: inline-block;
  background: #eef6f1;
  color: #1a5336;
  font-size: 13px;
  font-weight: 700;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 12px;
  border: 1px solid #c8e6d5;
}

.uk-fcc-title {
  font-size: 28px;
  font-weight: 800;
  color: #1a5336;
  margin: 0 0 10px 0;
  line-height: 1.3;
}

.uk-fcc-subtitle {
  font-size: 15px;
  color: #55695d;
  max-width: 780px;
  margin: 0 auto;
  line-height: 1.55;
}

.uk-fcc-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  align-items: start;
}

@media (max-width: 820px) {
  .uk-fcc-layout {
    grid-template-columns: 1fr;
  }
}

.uk-fcc-inputs {
  background: #fbfdfc;
  padding: 24px;
  border-radius: 14px;
  border: 1px solid #e2ebe5;
}

.uk-fcc-group {
  margin-bottom: 16px;
}

.uk-fcc-label {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-weight: 700;
  color: #1e3a2b;
  margin-bottom: 6px;
}

.uk-fcc-select-wrap {
  position: relative;
}

.uk-fcc-select,
.uk-fcc-input {
  width: 100%;
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 8px;
  border: 1.5px solid #d2ded7;
  background: #ffffff;
  color: #2d3748;
  outline: none;
}

.uk-fcc-select:focus,
.uk-fcc-input:focus {
  border-color: #1a5336;
}

.uk-fcc-subhint {
  display: block;
  font-size: 11px;
  color: #718096;
  margin-top: 4px;
}

.uk-fcc-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.uk-fcc-range {
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background: #dde8e2;
  outline: none;
  accent-color: #1a5336;
  cursor: pointer;
  margin: 10px 0 6px 0;
}

.uk-fcc-range-hints {
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #6b8275;
  font-weight: 600;
}

/* Results Card */
.uk-fcc-card {
  background: #ffffff;
  border: 1.5px solid #d2ded7;
  border-radius: 14px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(15, 56, 34, 0.06);
}

.uk-fcc-card-badge {
  display: inline-block;
  background: #eef6f1;
  color: #1a5336;
  font-size: 12px;
  font-weight: 700;
  padding: 4px 10px;
  border-radius: 6px;
  margin-bottom: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.uk-fcc-price-box {
  text-align: center;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef3f0;
  margin-bottom: 18px;
}

.uk-fcc-price-label {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #64748b;
  letter-spacing: 0.5px;
  margin-bottom: 4px;
}

.uk-fcc-price-large {
  font-size: 38px;
  font-weight: 900;
  color: #1a5336;
  line-height: 1.1;
  margin-bottom: 6px;
}

.uk-fcc-price-split {
  font-size: 13.5px;
  color: #475569;
}

.uk-fcc-price-split strong {
  color: #1a5336;
}

/* Metrics */
.uk-fcc-metrics {
  display: flex;
  flex-direction: column;
  gap: 8px;
  background: #fbfdfc;
  padding: 14px;
  border-radius: 10px;
  border: 1px solid #e5ede8;
  margin-bottom: 18px;
  font-size: 13px;
}

.uk-fcc-metric-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px dashed #e2ebe5;
  padding-bottom: 6px;
}

.uk-fcc-metric-row span {
  color: #64748b;
}

.uk-fcc-metric-row strong {
  color: #1e293b;
}

/* Advisory */
.uk-fcc-advisory {
  background: #fffbf0;
  border: 1px solid #fae6b2;
  border-radius: 10px;
  padding: 14px 16px;
}

.uk-fcc-advisory-title {
  font-size: 12px;
  font-weight: 800;
  color: #92400e;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 6px;
}

.uk-fcc-advisory-list {
  margin: 0;
  padding-left: 16px;
  font-size: 11.5px;
  color: #78350f;
  line-height: 1.55;
}

.uk-fcc-advisory-list li {
  margin-bottom: 5px;
}

.uk-fcc-advisory-list li:last-child {
  margin-bottom: 0;
}
