.elementor-567 .elementor-element.elementor-element-bc6d68f{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-ae8ca4b *//* Container general */
.evp-section--calculator {
  padding: 3rem 1.5rem;
  background: #f3f4f6;
}

.evp-container {
  max-width: 1120px;
  margin: 0 auto;
}

/* Header */
.evp-header h1 {
  font-size: 2rem;
  margin-bottom: 0.5rem;
}

.evp-lead {
  max-width: 720px;
  font-size: 0.98rem;
  color: #4b5563;
}

.evp-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.evp-tags li {
  font-size: 0.8rem;
  padding: 0.25rem 0.6rem;
  border-radius: 999px;
  background: #e0f2f1;
  color: #065f46;
}

/* Grid layout */
.evp-grid {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 1.75rem;
  margin-top: 2rem;
}

.evp-main {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1.25rem;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.08);
}

/* Lăsăm pluginul să-și facă propriul design în interior */
.evp-main .evcfg-root {
  margin: -0.5rem 0 0;
}

/* Sidebar cards */
.evp-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.evp-card {
  background: #ffffff;
  border-radius: 0.75rem;
  padding: 1rem 1.1rem;
  border: 1px solid #e5e7eb;
  font-size: 0.9rem;
}

.evp-card h2,
.evp-card h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-size: 1rem;
}

.evp-card ol,
.evp-card ul {
  padding-left: 1.1rem;
  margin: 0.4rem 0 0.2rem;
}

.evp-card li {
  margin-bottom: 0.18rem;
}

.evp-card--muted {
  background: #f9fafb;
}

.evp-card--borderless {
  border: none;
  background: transparent;
  padding: 0;
}

.evp-note {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  color: #6b7280;
}

.evp-small {
  font-size: 0.78rem;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 900px) {
  .evp-grid {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */