.pricing-box-site-online {
  width: 100%;
  background: #ffffff;
  padding: 30px 30px;
  text-align: center;
letter-spacing: 0.5px;
}

.icon-main-site-online {
  font-size: 3rem !important;
font-variation-settings: 'opsz' 48;
  max-width: 3rem;
  color: #3b82f6; 
  margin-bottom: 15px;
}

.title-site-online {
  font-family: 'Dosis', sans-serif;
  font-size: 2rem;
  color: #111827;
  margin-bottom: 8px;
}

.subtitle-site-online {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  color: #374151;
  margin-bottom: 25px;
  line-height: 1.5;
}

.price-site-online {
  font-family: 'Dosis', sans-serif;
  font-size: 3rem;
  color: #3b82f6;
  margin-bottom: 30px;
}

.price-site-online small {
  font-size: 1.2rem;
  color: #6b7280;
  margin-left: 6px;
}

.list-site-online {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
  text-align: left;
}

.list-site-online li {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #111827;
  /* ❌ ELIMINĂ asta: */
  /* display: inline-flex; */
  /* align-items: center; */
  /* justify-content: center; */
  
  /* ✅ ADĂUGĂ asta: */
  display: flex;
  align-items: center;
}

.list-site-online li span.material-symbols-outlined {
  color: #10b981;
  font-size: 18px;
  max-width: 18px;
  margin-right: 6px;
  flex-shrink: 0; /* Important! Previne comprimarea */
}

.list-site-online li i {
  color: #10b981;
  margin-right: 10px;
}

.list-site-online li:hover {
  transform: translateX(3px);
}

.btn-site-online {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 30px;
  border-radius: 10px;
  background: #4ec9b0;
  color: #ffffff !important;
  font-family: 'Dosis', sans-serif;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.btn-site-online span.material-symbols-outlined {
  font-size: 20px;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  /* Pentru iconițe lungi (ex: "arrow_back_ios") */
  max-width: 20px; /* Lățime maximă */
  font-variation-settings: 'opsz' 20;
  text-overflow: ellipsis;
  white-space: nowrap;
}


.btn-site-online:hover {
  background: #2563eb;
color: #ffffff !important;
  transform: scale(1.05);
}

.separator-site-online {
  height: 1px;
  background: #e5e7eb;
  margin: 30px 0 20px;
}

.shop-site-online {
  font-family: 'Roboto', sans-serif;
  font-size: 0.95rem;
  color: #374151;
}