.wl-form-wrapper {
  max-width: 1080px;
  margin: 0 auto;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.wl-layout {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(260px, 1fr);
  gap: 2rem;
  margin-top: 1.5rem;
}

@media (max-width: 900px) {
  .wl-layout {
    grid-template-columns: 1fr;
  }
}

.wl-steps {
  display: flex;
  gap: 0.75rem;
  font-size: 0.875rem;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
}

.wl-step {
  padding: 0.35rem 0.75rem;
  border-radius: 999px;
  border: 1px solid #e3e6ea;
  color: #6b7280;
}

.wl-step--active {
  background: #ecfdf3;
  border-color: #16a34a;
  color: #14532d;
  font-weight: 600;
}

.wl-step-panel {
  display: none;
}

.wl-step-panel--active {
  display: block;
}

h2 {
  font-size: 1.3rem;
  margin-bottom: 0.75rem;
}

h3 {
  font-size: 1.05rem;
  margin-bottom: 0.5rem;
}

.wl-hint {
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.wl-label {
  display: block;
  font-size: 0.9rem;
  margin-bottom: 0.25rem;
  font-weight: 500;
}

.wl-field,
.wl-field-inline {
  margin-bottom: 1rem;
}

.wl-number-input {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid #d1d5db;
  overflow: hidden;
}

.wl-number-input input {
  width: 110px;
  border: none;
  text-align: center;
  padding: 0.4rem 0.75rem;
  font-size: 1rem;
}

.wl-number-input input:focus {
  outline: none;
}

.wl-number-btn {
  border: none;
  background: #f9fafb;
  padding: 0.4rem 0.8rem;
  cursor: pointer;
}

.wl-number-btn:hover {
  background: #e5e7eb;
}

.wl-chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0.5rem 0 1.5rem;
}

.wl-chip {
  border-radius: 999px;
  border: 1px solid #d1d5db;
  padding: 0.45rem 0.9rem;
  font-size: 0.9rem;
  background: #fff;
  cursor: pointer;
}

.wl-chip--active {
  border-color: #059669;
  background: #ecfdf3;
  color: #14532d;
}

.wl-chip-group--multi .wl-chip--active {
  background: #eef2ff;
  border-color: #4f46e5;
  color: #312e81;
}

.wl-actions {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
  margin-top: 1rem;
}

.wl-btn {
  border-radius: 999px;
  border: 1px solid transparent;
  padding: 0.5rem 1.3rem;
  font-size: 0.95rem;
  cursor: pointer;
}

.wl-btn--primary {
  background: #f97316;
  border-color: #f97316;
  color: #fff;
}

.wl-btn--primary:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

.wl-btn--ghost {
  background: #fff;
  border-color: #d1d5db;
  color: #374151;
}

.wl-summary {
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  padding: 1.25rem;
  background: #f9fafb;
  align-self: flex-start;
}

.wl-summary h3 {
  margin-bottom: 0.75rem;
}

.wl-summary-list {
  margin: 0;
  padding: 0;
}

.wl-summary-list div {
  margin-bottom: 0.5rem;
}

.wl-summary dt {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #6b7280;
  margin-bottom: 0.1rem;
}

.wl-summary dd {
  margin: 0;
  font-size: 0.95rem;
}

.wl-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.75rem 1rem;
}

@media (max-width: 600px) {
  .wl-grid {
    grid-template-columns: 1fr;
  }
}

.wl-field input,
.wl-field textarea {
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid #d1d5db;
  padding: 0.5rem 0.75rem;
  font-size: 0.95rem;
}

.wl-field textarea {
  resize: vertical;
}

.wl-field--checkbox label {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 0.85rem;
}

.wl-field--checkbox input[type="checkbox"] {
  margin-top: 0.15rem;
}

/* newsletter */
.newsletter-bloc {
  /* border: 1px solid rgba(0,49,62,.08); */
  background: -webkit-linear-gradient(52deg,#f0f3f4,rgba(240,243,244,.4) 80%);
  background: -moz-linear-gradient(52deg,#f0f3f4 0,rgba(240,243,244,.4) 80%);
  border-radius: 10px;
  padding: 30px;
}
.newsletter-bloc > label {
  cursor: pointer;
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  input[type='checkbox'] {
    --active: #2ECC71;
    --active-inner: #fff;
    --focus: 2px rgba(46,204,113, 0.3);
    --border: var(--color-blue-dark-opacity);
    --border-hover: #2ECC71;
    --background: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 18px;
    outline: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0;
    cursor: pointer;
    border: 1px solid var(--bc, var(--border));
    background: var(--b, var(--background));
    transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
  }
  input[type='checkbox']:after {
    content: '';
    display: block;
    left: 0;
    top: 0;
    position: absolute;
    transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
  }
  input[type='checkbox']:checked {
    --b: var(--active);
    --bc: var(--active);
    --d-o: 0.3s;
    --d-t: 0.6s;
    --d-t-e: cubic-bezier(0.2, 0.85, 0.32, 1.2);
  }
  input[type='checkbox']:disabled {
    --b: var(--disabled);
    cursor: not-allowed;
    opacity: 0.9;
  }
  input[type='checkbox']:disabled:checked {
    --b: var(--disabled-inner);
    --bc: var(--border);
  }
  input[type='checkbox']:disabled + label {
    cursor: not-allowed;
  }
  input[type='checkbox']:hover:not(:checked):not(:disabled) {
    --bc: var(--border-hover);
  }
  input[type='checkbox']:focus {
    box-shadow: 0 0 0 var(--focus);
  }
  input[type='checkbox']:not(.switch) {
    width: 18px;
  }
  input[type='checkbox']:not(.switch):after {
    opacity: var(--o, 0);
  }
  input[type='checkbox']:not(.switch):checked {
    --o: 1;
  }
  input[type='checkbox'] + label {
    font-size: 14px;
    line-height: 21px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    margin-left: 4px;
  }
  input[type='checkbox']:not(.switch) {
    border-radius: 5px;
  }
  input[type='checkbox']:not(.switch):after {
    width: 5px;
    height: 9px;
    border: 2px solid var(--active-inner);
    border-top: 0;
    border-left: 0;
    left: 5px;
    top: 1px;
    transform: rotate(var(--r, 20deg));
  }
  input[type='checkbox']:not(.switch):checked {
    --r: 43deg;
  }
  input[type='checkbox'].switch {
    width: 38px;
    border-radius: 11px;
  }
  input[type='checkbox'].switch:after {
    left: 2px;
    top: 2px;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: var(--ab, var(--border));
    transform: translateX(var(--x, 0));
  }
  input[type='checkbox'].switch:checked {
    --ab: var(--active-inner);
    --x: 17px;
  }
  input[type='checkbox'].switch:disabled:not(:checked):after {
    opacity: 0.6;
  }
}
/* end newsletter */

/* toggle */
form .container-toggle {
  display: flex;
  flex-direction: column;
}
/* The switch - the box around the slider */
.name-toggle {
  color: var(--color-blue-dark);
  font-size: .95rem;
  font-weight: 700;
  position: absolute;
  left: 4.5rem;
  top: .3rem;
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,49,62,0.1);
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: var(--color-white);
  -webkit-transition: .4s;
  transition: .4s;
  
  box-shadow: 5px 2px 8px rgb(0 49 62 / 15%);
  -webkit-box-shadow: 5px 2px 8px rgb(0 49 62 / 15%);
  -moz-box-shadow: 5px 2px 8px rgba(0 49 62 / 15%);
}
input + .slider {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0px 0px 0px rgb(0 49 62 / 5%);
  -webkit-box-shadow: 0px 0px 0px rgb(0 49 62 / 5%);
  -moz-box-shadow: 0px 0px 0px rgba(0 49 62 / 5%);
  transition-duration: .25s;
  transition-property: box-shadow,transform;
}
input:checked + .slider {
  background-color: #2ECC71;
  box-shadow: 0px 5px 0px rgb(0 49 62 / 5%);
  -webkit-box-shadow: 0px 5px 0px rgb(0 49 62 / 5%);
  -moz-box-shadow: 0px 5px 0px rgba(0 49 62 / 5%);
  transform: scale(1.01);
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);

  box-shadow: -2px -2px 8px rgba(0 49 62 / 15%);
  -webkit-box-shadow: -2px -2px 8px rgba(0 49 62 / 15%);
  -moz-box-shadow: -2px -2px 8px rgba(0 49 62 / 15%);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}
.slider.round:before {
  border-radius: 50%;
}
.slider.round:focus-visible {
    outline: inherit;
}
/* end toggle */

/* ajout DATA */
.option-group {
  width: 95%;
  /* max-width: 840px; */ /* 430px / 800px */
  height: 100px; /* 150px / 120px */
  /* position: relative;
  overflow: hidden; */
  border-radius: 0.25em;
  font-size: 4rem;
  margin: .2em 0; /* 0.2em 0 */
  transform: translateZ(0);
}
.option-container {
  display: flex;
  justify-content: center;
  align-items: stretch;
  column-gap: 10px;
  width: 100%; /* 120% */
  height: 100%;
  /* margin: 0 -5%; */ /* 0 -10% */
}
.data-option {
  /* overflow: hidden; */
  flex: 1;
  display: block;
  padding: 0.3em;
  background: var(--color-blue-light);
  position: relative;
  /* margin: 0em;
  margin-right: 0.1em;
  margin-left: 0.1em; */
  border-radius: 7px; /* 0.25em */
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  cursor: pointer;
  /* opacity: 0.5; */
  transition-duration: 0.4s, 0.6s; /* 0.8s, 0.6s */
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.98, 0, 0.22, 0.98), linear;
  will-change: transform, opacity;
}
/* .data-option:last-child {
  margin-right: 0;
} */
.option__indicator {
  display: block;
  transform-origin: left bottom;
  transition: inherit;
  will-change: transform;
  position: absolute;
  top: 0.3em; /* 0.5em */
  right: 0.3em; /* 0.5em */
  /* left: 0.5em; */
}
.option__indicator:before,
.option__indicator:after {
  content: '';
  display: block;
  /* border: solid 2px #2ECC71; */
  border-radius: 50%;
  width: 0.25em;
  height: 0.25em;
  position: absolute;
  top: 0;
  right: 0;
}
.option__indicator:before {
  border: 2px solid rgba(46,204,113,.5);
}
.option__indicator:after {
  z-index: 2;
  /* overflow: hidden; */
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  width: 0;
  height: 0;
  background-image: url(https://5056642.fs1.hubspotusercontent-na1.net/hubfs/5056642/icon-check-mark-white.svg);
  
  /* background: #2ECC71; */
  transform: scale(0);
  transition: inherit;
  will-change: transform;
}
.option-input {
  position: absolute;
  top: 0;
  z-index: -1;
  visibility: hidden;
}
.option__label {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: .35em; /* .5em / .4em */
  transform-origin: left bottom;
  transform: translateX(0%) scale(0.7); /* transform: translateX(20%) scale(0.7); */
  transition: inherit;
  will-change: transform;
}
.option__label sub {
  /* margin-left: 0.25em;
  font-size: 0.4em;
  display: inline-block;
  vertical-align: 0.3em; */
  display: contents;
  text-transform: initial;
}
.option__label:after {
  content: '';
  display: block;
  border: 2px solid rgba(46,204,113,.5);
  width: 100%;
  transform-origin: 0 0;
  transform: scaleX(0.2);
  transition: inherit;
  will-change: transform;
}
.option-input:checked ~ .data-option .option__indicator {
  transform: translateX(0%);
}
.option-input:nth-child(1) ~ .data-option:nth-of-type(1), .option-input:nth-child(2) ~ .data-option:nth-of-type(2),
.option-input:nth-child(3) ~ .data-option:nth-of-type(3), .option-input:nth-child(4) ~ .data-option:nth-of-type(4) {
  border: 2px solid var(--color-blue-light);
}
.option-input:nth-child(1):checked ~ .data-option:nth-of-type(1), .option-input:nth-child(2):checked ~ .data-option:nth-of-type(2),
.option-input:nth-child(3):checked ~ .data-option:nth-of-type(3), .option-input:nth-child(4):checked ~ .data-option:nth-of-type(4) {
  border: 2px solid rgba(46,204,113,.5);
}

.option-input:nth-child(1):checked ~ .data-option:nth-of-type(1) .option__indicator::after, .option-input:nth-child(2):checked ~ .data-option:nth-of-type(2) .option__indicator::after,
.option-input:nth-child(3):checked ~ .data-option:nth-of-type(3) .option__indicator::after, .option-input:nth-child(4):checked ~ .data-option:nth-of-type(4) .option__indicator::after {
  
  width: 0.25em;
  height: 0.25em;
  
  transform: scale(1);
  background-color: #2ECC71;
  border: 2px solid rgba(46,204,113,.5);
}
.option-input:nth-child(1):checked ~ .data-option:nth-of-type(1) .option__label,
.option-input:nth-child(2):checked ~ .data-option:nth-of-type(2) .option__label,
.option-input:nth-child(1):checked ~ .data-option:nth-of-type(1) .option__label::after,
.option-input:nth-child(2):checked ~ .data-option:nth-of-type(2) .option__label::after,
.option-input:nth-child(3):checked ~ .data-option:nth-of-type(3) .option__label,
.option-input:nth-child(4):checked ~ .data-option:nth-of-type(4) .option__label,
.option-input:nth-child(3):checked ~ .data-option:nth-of-type(3) .option__label::after,
.option-input:nth-child(4):checked ~ .data-option:nth-of-type(4) .option__label::after {
  transform: scale(1);
}
/* fin ajout DATA */

/* new volume data */
.option-group-data,
.option-group-sms,
.option-group-voice {
  width: 90%;
  max-width: 500px;
  height: 100px;
  position: relative;
  overflow: hidden;
  border-radius: 0.25em;
  font-size: 4rem;
  margin: 1rem;
  transform: translateZ(0);
}
.option-container-data,
.option-container-sms,
.option-container-voice {
  display: flex;
  justify-content: center;
  align-items: stretch;
  width: 120%;
  /* width: 100%; */
  height: 100%;
  margin: 0 -10%;
}
.option-data,
.option-sms,
.option-voice {
  overflow: hidden;
  flex: 1;
  display: block;
  padding: 0.5em;
  background: var(--color-blue-light);
  position: relative;
  margin: 0;
  margin-right: 0.2em;
  border-radius: 0.25em;
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  cursor: pointer;
  opacity: 0.5;
  transition-duration: 0.8s, 0.6s;
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.98, 0, 0.22, 0.98), linear;
  will-change: transform, opacity;
}
.option-data:last-child,
.option-sms:last-child,
.option-voice:last-child {
  margin-right: 0;
}
.option__indicator-data,
.option__indicator-sms,
.option__indicator-voice {
  display: block;
  transform-origin: left bottom;
  transition: inherit;
  will-change: transform;
  position: absolute;
  top: 0.5em;
  right: 0.5em;
  left: 0.5em;
}
.option__indicator-data:before,
.option__indicator-data:after,
.option__indicator-sms:before,
.option__indicator-sms:after,
.option__indicator-voice:before,
.option__indicator-voice:after {
  content: '';
  display: block;
  border: 2px solid var(--color-blue-dark);
  background: var(--color-blue-light);
  border-radius: 50%;
  width: 20px; /* 0.25em */
  height: 20px; /* 0.25em */
  position: absolute;
  top: 0;
  right: 0;
}
.option__indicator-data:after,
.option__indicator-sms:after,
.option__indicator-voice:after {
  /*background: #2ECC71; */
  background-image: url(https://f.hubspotusercontent20.net/hubfs/8634925/icons-page-produit/icon-check-mark-red.svg);
  background-repeat: no-repeat;
  background-size: contain;
  height: 12px;
  width: 12px;
  top: 7px; /* 5px */
  transform: scale(0);
  transition: inherit;
  will-change: transform;
  border: none;
  right: 5px; /* 3px */
}
.option-input-data,
.option-input-sms,
.option-input-voice {
  position: absolute;
  top: 0;
  z-index: -1;
  visibility: hidden;
}
.option__label-data,
.option__label-sms,
.option__label-voice {
  display: block;
  width: 100%;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: bold;
  transform-origin: left bottom;
  transform: translateX(20%) scale(0.7);
  transition: inherit;
  will-change: transform;
}
.option__label-data sub,
.option__label-sms sub,
.option__label-voice sub {
  margin-left: 0.25em;
  font-size: 0.4em;
  display: inline-block;
  vertical-align: 0.3em;
}
.option-data:last-child .option__label-data,
.option-sms:last-child .option__label-sms,
.option-voice:last-child .option__label-voice {
  transform: translateX(0%) scale(0.7);
}
.option-data:last-child .option__indicator-data,
.option-sms:last-child .option__indicator-sms,
.option-voice:last-child .option__indicator-voice {
  transform: translateX(-20%);
}
.option-input-data:checked ~ .option-data,
.option-input-sms:checked ~ .option-sms,
.option-input-voice:checked ~ .option-voice {
  transform: translateX(-20%) translateX(0.2em);
}
.option-input-data:checked ~ .option-data .option__indicator-data,
.option-input-sms:checked ~ .option-sms .option__indicator-sms,
.option-input-voice:checked ~ .option-voice .option__indicator-voice {
  transform: translateX(0%);
}
.option-input-data:checked ~ .option-data .option__label-data,
.option-input-sms:checked ~ .option-sms .option__label-sms,
.option-input-voice:checked ~ .option-voice .option__label-voice {
  transform: translateX(40%) scale(0.7);
}
.option-input-data:first-child:checked ~ .option-data,
.option-input-sms:first-child:checked ~ .option-sms,
.option-input-voice:first-child:checked ~ .option-voice {
  transform: translateX(20%) translateX(-0.2em);
}
.option-container-data .hidden,
.option-container-sms .hidden,
.option-container-voice .hidden {
  visibility: hidden;
}
.option-input-data:first-child:checked ~ .option-data .option__indicator-data,
.option-input-sms:first-child:checked ~ .option-sms .option__indicator-sms,
.option-input-voice:first-child:checked ~ .option-voice .option__indicator-voice {
  transform: translateX(-40%);
}
.option-input-data:first-child:checked ~ .option-data .option__label-data,
.option-input-sms:first-child:checked ~ .option-sms .option__label-sms,
.option-input-voice:first-child:checked ~ .option-voice .option__label-voice {
  transform: translateX(0%) scale(0.7);
}
.option-input-data:nth-child(1):checked ~ .option-data:nth-of-type(1),
.option-input-data:nth-child(2):checked ~ .option-data:nth-of-type(2),
.option-input-sms:nth-child(1):checked ~ .option-sms:nth-of-type(1),
.option-input-sms:nth-child(2):checked ~ .option-sms:nth-of-type(2),
.option-input-voice:nth-child(1):checked ~ .option-voice:nth-of-type(1),
.option-input-voice:nth-child(2):checked ~ .option-voice:nth-of-type(2) {
  opacity: 1;
  /*background: rgba(46,204,113,.15); */
  background: var(--color-blue-light);
}
.option-input-data:nth-child(1):checked ~ .option-data:nth-of-type(1) .option__indicator-data,
.option-input-data:nth-child(2):checked ~ .option-data:nth-of-type(2) .option__indicator-data,
.option-input-sms:nth-child(1):checked ~ .option-sms:nth-of-type(1) .option__indicator-sms,
.option-input-sms:nth-child(2):checked ~ .option-sms:nth-of-type(2) .option__indicator-sms,
.option-input-voice:nth-child(1):checked ~ .option-voice:nth-of-type(1) .option__indicator-voice,
.option-input-voice:nth-child(2):checked ~ .option-voice:nth-of-type(2) .option__indicator-voice {
  transform: translateX(0);
}
.option-input-data:nth-child(1):checked ~ .option-data:nth-of-type(1) .option__indicator-data::after,
.option-input-data:nth-child(2):checked ~ .option-data:nth-of-type(2) .option__indicator-data::after,
.option-input-sms:nth-child(1):checked ~ .option-sms:nth-of-type(1) .option__indicator-sms::after,
.option-input-sms:nth-child(2):checked ~ .option-sms:nth-of-type(2) .option__indicator-sms::after,
.option-input-voice:nth-child(1):checked ~ .option-voice:nth-of-type(1) .option__indicator-voice::after,
.option-input-voice:nth-child(2):checked ~ .option-voice:nth-of-type(2) .option__indicator-voice::after {
  transform: scale(1);
}
.option-input-data:nth-child(1):checked ~ .option-data:nth-of-type(1) .option__label-data,
.option-input-data:nth-child(2):checked ~ .option-data:nth-of-type(2) .option__label-data,
.option-input-data:nth-child(1):checked ~ .option-data:nth-of-type(1) .option__label-data::after,
.option-input-data:nth-child(2):checked ~ .option-data:nth-of-type(2) .option__label-data::after,
.option-input-sms:nth-child(1):checked ~ .option-sms:nth-of-type(1) .option__label-sms,
.option-input-sms:nth-child(2):checked ~ .option-sms:nth-of-type(2) .option__label-sms,
.option-input-sms:nth-child(1):checked ~ .option-sms:nth-of-type(1) .option__label-sms::after,
.option-input-sms:nth-child(2):checked ~ .option-sms:nth-of-type(2) .option__label-sms::after,
.option-input-voice:nth-child(1):checked ~ .option-voice:nth-of-type(1) .option__label-voice,
.option-input-voice:nth-child(2):checked ~ .option-voice:nth-of-type(2) .option__label-voice,
.option-input-voice:nth-child(1):checked ~ .option-voice:nth-of-type(1) .option__label-voice::after,
.option-input-voice:nth-child(2):checked ~ .option-voice:nth-of-type(2) .option__label-voice::after {
  transform: scale(1);
}
/* end new data */

.wl-subblock {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e7eb;
}

.wl-legal {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 1rem;
}

.wl-alert {
  padding: 0.75rem 1rem;
  border-radius: 0.5rem;
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

.wl-alert--error {
  background: #fef2f2;
  color: #991b1b;
  border: 1px solid #fecaca;
}

.wl-alert--info {
  background: #eff6ff;
  color: #1e40af;
  border: 1px solid #bfdbfe;
}

.wl-hidden {
  display: none !important;
}

/* Offres prosumer */
.wl-offers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1rem;
  margin: 1rem 0 0.5rem;
}

.wl-offer-card {
  border-radius: 0.75rem;
  border: 1px solid #e5e7eb;
  padding: 0.9rem;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.wl-offer-sub {
  font-size: 0.8rem;
  color: #6b7280;
}

.wl-offer-price {
  font-weight: 600;
  display: flex;
  align-items: baseline;
  gap: 0.25rem;
}

.wl-offer-amount {
  font-size: 1.1rem;
}

.wl-offer-period {
  font-size: 0.8rem;
  color: #6b7280;
}

.wl-offer-qty {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.85rem;
}

.wl-offer-qty input {
  width: 70px;
}