.hos-certimanager{
  color:#222;
  font-size: 16px;
  font-family: Arial, sans-serif;
}

.hos-certimanager__title{
  margin: 24px 0;
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: 36px;
}

.hos-certimanager__layout{
  display: flex;
  flex-direction: row;
}

.hos-certimanager__card{
  background:#fff;
  border:1px solid rgba(0,0,0,.08);
  border-radius:8px;
  padding:32px 24px;
}

.hos-certimanager__result{
  padding:20px;
}

.hos-certimanager__card{
  box-shadow: 0px 0px 8px 0px #22222229;
}

.hos-certimanager__card-title{
  font-family: Lato, sans-serif;
  font-size:18px;
  margin:0 0 16px 0;
}

.hos-certimanager__section{
  margin-top:16px;
}

.hos-certimanager__section-title{
  font-weight:600;
}

.hos-certimanager__section-subtitle{
  margin-top:6px;
}

.hos-certimanager__cert-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:12px;
  margin-top:14px;
}

.hos-certimanager__cert-grid .hos-certimanager__input::-webkit-inner-spin-button {
  opacity: 1
}

.hos-certimanager__label{
  display:block;
  font-weight: 700;
  margin-bottom:8px;
}

.hos-certimanager__input,
.hos-certimanager__select{
  background-image: none;
  width:100%;
  border:1px solid #3D4D59;
  border-radius:6px;
  padding:10px 12px;
  height: 49px;
  display: block;
  line-height: 16px;
}

/* Keep native steppers for numeric fields (DV/OV/EV/hourly). */
.hos-certimanager__input{
  appearance: auto;
}

/* Some global/theme styles remove number steppers (e.g. appearance:textfield).
   Re-enable them with stronger, vendor-prefixed rules. */
.hos-certimanager__input[type="number"]{
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.hos-certimanager__input[type="number"]::-webkit-outer-spin-button,
.hos-certimanager__input[type="number"]::-webkit-inner-spin-button{
  -webkit-appearance: inner-spin-button;
  appearance: auto;
  opacity: 1;
}

/* Hide native number steppers only for hourly cost input. */
#hos-cm-hourly{
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
  appearance: textfield;
}

#hos-cm-hourly::-webkit-outer-spin-button,
#hos-cm-hourly::-webkit-inner-spin-button{
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}

/* Custom chevron for select. */
.hos-certimanager__select{
  appearance: none;
  padding-right: 38px;
  background-color: #fff;
}

.hos-certimanager__select-wrap{
  position: relative;
}

.hos-certimanager__select-wrap:after{
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-35%);
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #3D4D59;
  pointer-events: none;
}

/* "€" suffix inside the input border for hourly cost. */
.hos-certimanager__input-suffix{
  position: relative;
}

.hos-certimanager__input-suffix .hos-certimanager__input{
  padding-right: 34px;
}

.hos-certimanager__input-suffix-text{
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-weight: 600;
  color: #3D4D59;
  pointer-events: none;
}

.hos-certimanager__hourly{
  display:flex;
  align-items:center;
  gap:8px;
}

.hos-certimanager__euro{
  font-weight:600;
}

.hos-certimanager__result-title{
  font-family: Lato, sans-serif;
  font-weight: 700;
  margin-bottom:8px;
}

.hos-certimanager__plan-name{
  font-family: Lato, sans-serif;
  display: flex;
  gap:6px;
  font-size:34px;
  font-weight:700;
  line-height:1.1;
  color:#002668;
}

.hos-certimanager__plan-label{
  color: inherit;
}

.hos-certimanager__plan-letter{
  color:#0539CE;
}

.hos-certimanager__plan-price{
  margin-top:12px;
}

.hos-certimanager__includes-line{
  font-size: 12px;
}

#hos-cm-plan-price{
  color: #002668;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.hos-certimanager__plan-price-suffix{
  font-weight:400;
  font-family: Lato, sans-serif;
  font-size:18px;
  margin-left:6px;
}

.hos-certimanager__includes{
  margin-top:14px;
  font-size:14px;
}

.hos-certimanager__includes-items{
  display:flex;
  flex-wrap:wrap;
  gap:18px;
  margin:0 0 28px 0;
}

.hos-certimanager__includes-item-number{
  font-weight:700;
  color: #0539CE;
}

.hos-certimanager__includes-item-label{
  color: inherit;
}

.hos-certimanager__includes-item-type{
  color: inherit;
  font-weight: 700;
  color: #222;
}

.hos-certimanager__cost-col-title{
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight:700;
  margin-bottom:10px;
}

.hos-certimanager__cost-row{
  display:flex;
  gap: 8px;
  padding:8px 0;
}

.hos-certimanager__cost-row--highlight{
  font-weight: 700;
  font-size: 16px;
}

.hos-certimanager__cost-row--highlight span:last-child{
  color:#0539CE
}

.hos-certimanager__saving{
  margin-top:14px;
  background:#fff;
  border-radius:8px;
  padding:12px;
}

.hos-certimanager__saving-head{
  display:flex;
  font-family: Lato, sans-serif;
  align-items:center;
  margin-bottom:6px;
  font-weight:600;
  gap: 8px;
  font-size: 18px;
}

.hos-certimanager__badge{
  font-family: Arial, sans-serif;
  background: linear-gradient(132.01deg, #018223 0%, #558201 100%);
  color:#fff;
  border-radius:999px;
  padding:0 8px;
  font-size:10px;
}

.hos-certimanager__saving-value{
  font-family: Lato, sans-serif;
  font-size:24px;
  line-height: 24px;
  font-weight:700;
  background: linear-gradient(132.01deg, #018223 0%, #558201 100%);
  color: transparent;
  background-clip: text;
}

.hos-certimanager__cta{
  margin-top:18px;
}

.hos-certimanager__cta .btn{
  font-family: Lato, sans-serif;
  width: auto;
}