.giru-odstupenie {
  max-width: 760px;
  margin: 0 auto;
}

/* --- Wizard kroky --- */
.giru-wizard-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 2rem;
}
.giru-wizard-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  min-width: 90px;
}
.giru-wizard-circle {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #e9ecef;
  color: #6c757d;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 14px;
}
.giru-wizard-step.is-active .giru-wizard-circle {
  background: #1c2e4a;
  color: #fff;
}
.giru-wizard-step.is-done .giru-wizard-circle {
  background: #16a085;
  color: #fff;
}
.giru-wizard-circle .material-icons { font-size: 18px; }
.giru-wizard-label {
  font-size: 12px;
  margin-top: .4rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: .03em;
}
.giru-wizard-step.is-active .giru-wizard-label { color: #1c2e4a; font-weight: 600; }
.giru-wizard-line {
  height: 2px;
  width: 90px;
  background: #e9ecef;
  margin-top: -18px;
}
.giru-wizard-line.is-done { background: #16a085; }

/* --- Texty --- */
.giru-odstupenie-lead {
  text-align: center;
  color: #555;
  margin-bottom: 1.75rem;
}
.giru-odstupenie-order-title { margin-bottom: .25rem; }
.giru-odstupenie-deadline { color: #6c757d; margin-bottom: 1.5rem; }
.giru-odstupenie-hint { color: #555; margin-bottom: 1.25rem; }

/* --- Box --- */
.giru-odstupenie-box {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 8px;
  padding: 1.75rem;
  margin-bottom: 1.5rem;
}

.giru-odstupenie-form .form-group { margin-bottom: 1.1rem; }
.giru-odstupenie-form label { font-weight: 600; display: block; margin-bottom: .35rem; text-align: left; }
.giru-odstupenie-submit { margin-top: .5rem; }
.giru-odstupenie-submit .material-icons,
.giru-odstupenie-actions .material-icons { vertical-align: middle; font-size: 18px; }

/* --- Checkbox riadky --- */
.giru-odstupenie-checkbox {
  display: block;
  background: #f0f9f6;
  border: 1px solid #cfeee2;
  border-radius: 6px;
  padding: .9rem 1.1rem;
  font-weight: 400;
  cursor: pointer;
}
.giru-odstupenie-checkbox input { margin-right: .5rem; }
.giru-odstupenie-checkbox-all { margin-bottom: 1.25rem; }

/* --- Produkty --- */
.giru-odstupenie-products { list-style: none; margin: 0; padding: 0; }
.giru-odstupenie-products li {
  display: flex;
  justify-content: space-between;
  padding: .6rem 0;
  border-bottom: 1px solid #f1f1f1;
}
.giru-odstupenie-products li:last-child { border-bottom: none; }
.giru-odstupenie-product-qty { color: #6c757d; white-space: nowrap; margin-left: 1rem; }

/* --- Prehlásenie --- */
.giru-odstupenie-declaration { margin-bottom: 1.5rem; }
.giru-odstupenie-declaration .giru-odstupenie-checkbox {
  background: #fff;
  border: 1px solid #1c2e4a;
}

/* --- Akcie --- */
.giru-odstupenie-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.giru-odstupenie-actions-center { justify-content: center; }

/* --- Info box --- */
.giru-odstupenie-info {
  background: #f8f9fa;
  border-radius: 8px;
  padding: 1.75rem;
}
.giru-odstupenie-info h3 { margin-top: 0; font-size: 1.05rem; }
.giru-odstupenie-info-text { color: #555; line-height: 1.6; }

/* --- Úspech (krok 3) --- */
.giru-odstupenie-success-icon { text-align: center; color: #16a085; margin-bottom: .5rem; }
.giru-odstupenie-success-icon .material-icons { font-size: 56px; }
.giru-odstupenie-success-title { text-align: center; margin-bottom: .25rem; }
.giru-odstupenie-success-sub { text-align: center; color: #6c757d; margin-bottom: 1.75rem; }
.giru-odstupenie-summary-table { width: 100%; }
.giru-odstupenie-summary-table td { padding: .4rem 0; }
.giru-odstupenie-summary-table td:first-child { color: #6c757d; width: 40%; }

/* --- Tlačidlo v detaile objednávky --- */
.giru-odstupenie-orderbtn {
  margin: 1rem 0;
  padding: 15px 15px 0 15px;
  border: 1px dotted #ced4da;
  text-align: center;
}
.giru-odstupenie-orderbtn .small { margin-top: .4rem; }
#giru-odstupenie-link .material-icons { vertical-align: middle; margin-right: .35rem; }

@media (max-width: 575px) {
  .giru-wizard-line { width: 40px; }
  .giru-wizard-label { display: none; }
}
