<style>

/* ================================================================
   CONNECT LOGISTICS — Quote Result / Thank You Message
   Wklej do: Joomla → System → Site Templates → YooTheme → Custom CSS
   Dotyczy tylko strony thank-you po wysłaniu wyceny (formId=16)
   ================================================================ */

#whatcanwedoforyou#whatcanwedoforyou .el-title {
  color: black !important;
}

.cl-quote-result {
  max-width: 560px;
  margin: 40px auto;
  font-family: 'Outfit', sans-serif;
}

/* ── Header ─────────────────────────────────────────────────── */
.cl-quote-header { text-align: center; margin-bottom: 28px; }

.cl-quote-icon {
  width: 64px; height: 64px;
  background: rgba(255,255,255,0.15);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 26px;
  margin: 0 auto 14px;
}

.cl-quote-header h2 {
  font-size: 22px !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  margin-bottom: 6px !important;
  border-bottom: none !important;
  margin-top: 0 !important;
}

.cl-quote-header p {
  color: rgba(255,255,255,0.6);
  font-size: 13px;
  margin: 0;
}

.cl-quote-header p strong { color: rgba(255,255,255,0.9); }

/* ── Summary box ─────────────────────────────────────────────── */
.cl-quote-summary-box {
  background: #fff;
  border: 1.5px solid #e0e4ef;
  border-radius: 14px;
  padding: 6px 0;
  margin-bottom: 16px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.cl-quote-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  border-bottom: 1px solid #f0f2f8;
}
.cl-quote-row:last-child { border-bottom: none; }

.cl-qlabel {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #8090a8;
}

.cl-qval {
  font-size: 14px;
  font-weight: 600;
  color: #1a1a2e;
  text-align: right;
  max-width: 65%;
}

.cl-load-short { font-size: 12px; color: #555; }

.cl-price-row { background: linear-gradient(135deg, #fff9f4, #fff4f4); }
.cl-price-row .cl-qlabel { color: #e63946; }
.cl-price-big { font-size: 30px; font-weight: 800; color: #e63946; line-height: 1; }

/* ── Info box ────────────────────────────────────────────────── */
.cl-quote-info {
  background: rgba(255,255,255,0.07);
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 14px 16px;
  margin-bottom: 20px;
}
.cl-quote-info p {
  font-size: 12px;
  color: rgba(255,255,255,0.55);
  line-height: 1.6;
  margin: 0;
}

/* ── Buttons ─────────────────────────────────────────────────── */
.cl-quote-actions { display: flex; flex-direction: column; gap: 10px; }

.cl-btn-book-now {
  display: block;
  background: #27ae60 !important;
  color: #fff !important;
  text-align: center;
  border-radius: 12px;
  padding: 15px 24px;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  transition: background 0.2s;
}
.cl-btn-book-now:hover { background: #1e8449 !important; }

.cl-btn-new-quote {
  display: block;
  background: rgba(255,255,255,0.07) !important;
  color: rgba(255,255,255,0.65) !important;
  text-align: center;
  border: 1.5px solid rgba(255,255,255,0.18);
  border-radius: 12px;
  padding: 13px 24px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  transition: all 0.2s;
}
.cl-btn-new-quote:hover {
  background: rgba(255,255,255,0.15) !important;
  color: #fff !important;
}

/* ── Responsive ──────────────────────────────────────────────── */
@media (max-width: 600px) {
  .cl-quote-result { margin: 20px 16px; }
}
</style>