.sfr-fiche {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #222;
  background: #f3f3f3;
  border: 1px solid #ccc;
  margin-bottom: 16px;
  max-width: 720px;
}

.sfr-fiche * { box-sizing: border-box; }

.sfr-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 8px 10px;
  border-bottom: 1px solid #ddd;
}

.sfr-logo {
  display: inline-block;
  background: #e2001a;
  color: #fff;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 6px 8px;
  line-height: 1;
}

.sfr-bar b {
  font-size: 14px;
  font-weight: 700;
}

.sfr-who {
  background: #e6e6e6;
  padding: 8px 12px;
  font-size: 16px;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.sfr-card {
  background: #fff;
  margin: 8px;
  border: 1px solid #d5d5d5;
}

.sfr-card h2 {
  margin: 0;
  padding: 8px 12px;
  background: #4a2158;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.sfr-card .sfr-in {
  position: relative;
  padding: 10px 14px 18px;
  line-height: 1.55;
}

.sfr-card .sfr-in p {
  margin: 0 0 4px;
}

.sfr-card .sfr-in b {
  font-weight: 700;
}

.sfr-chev {
  position: absolute;
  right: 10px;
  bottom: 4px;
  color: #888;
  font-size: 11px;
}

.sfr-block {
  margin: 8px;
  background: #fff;
  border: 1px solid #d5d5d5;
}

.sfr-tabrow {
  display: flex;
  background: #ececec;
}

.sfr-tabrow button {
  flex: 1;
  border: 0;
  background: #ececec;
  color: #333;
  padding: 9px 8px;
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
  font-family: inherit;
}

.sfr-tabrow button.on {
  background: #4a2158;
  color: #fff;
  box-shadow: inset 0 -3px 0 #c8102e;
}

.sfr-panel {
  padding: 12px 14px 16px;
  min-height: 48px;
}

.sfr-panel p { margin: 0 0 6px; }

.sfr-offre-title {
  font-weight: 800;
  margin: 0 0 6px;
}

.sfr-equip {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  margin-top: 8px;
}

.sfr-phone {
  width: 48px;
  height: 72px;
  flex: 0 0 48px;
  border: 2px solid #333;
  border-radius: 6px;
  position: relative;
}

.sfr-phone:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 5px;
  width: 10px;
  height: 10px;
  margin-left: -5px;
  border: 2px solid #333;
  border-radius: 50%;
}

.sfr-equip ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sfr-equip li { margin: 0 0 3px; }

.sfr-empty { color: #888; font-style: italic; }
