/* === Table prix climatiseur === */

.sep-label td {
  background: #f0f0ec;
  font-weight: 600;
  font-size: 13px;
  color: #555;
  padding: 6px 12px;
}

.type-label {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 2px;
}

.type-sub {
  font-size: 12px;
  color: #888780;
}

.badge-best {
  display: inline-block;
  background: #27500A;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

.badge-deconseille {
  display: inline-block;
  background: #993C1D;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  padding: 2px 7px;
  border-radius: 10px;
  margin-left: 6px;
  vertical-align: middle;
}

.gain-bar {
  height: 8px;
  background: #e0e0da;
  border-radius: 4px;
  overflow: hidden;
}

.gain-fill {
  height: 100%;
  border-radius: 4px;
}

.prix-badge {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 4px;
}

.prix-vert  { background: #e6f4d7; color: #27500A; }
.prix-orange{ background: #fff0d6; color: #9A6200; }
.prix-rouge { background: #fde8e2; color: #993C1D; }

.pipe {
  color: #c0bdb5;
  font-size: 12px;
  margin: 0 2px;
}

.star       { color: #F5A623; font-size: 15px; }
.star-empty { color: #D5D3CB; font-size: 15px; }

/* === CTA section === */

.cta-section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  background: #f8f7f3;
  border: 1px solid #D3D1C7;
  border-radius: 8px;
  padding: 16px 20px;
  margin-top: 20px;
}

.cta-section .txt {
  font-weight: 600;
  font-size: 15px;
}

.cta-section .sub {
  font-size: 13px;
  color: #888780;
  margin-top: 2px;
}

.btn-devis {
  white-space: nowrap;
  background: #1a6b3c;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  text-decoration: none;
}

.btn-devis:hover {
  background: #145530;
  color: #fff;
}
