.elementor-15468 .elementor-element.elementor-element-dab1efc{padding:3% 0% 03% 0%;}/* Start custom CSS for html, class: .elementor-element-d755771 */.sa-plan-modal {
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  display: flex; align-items: center; justify-content: center;
  z-index: 9999;
}
.sa-plan-content {
  background: #fff;
  padding: 20px;
  width: 80%;
  max-height: 80%;
  overflow-y: auto;
  border-radius: 8px;
}



.sa-container {
  max-width: 100%;
  margin: 20px auto;
  padding: 24px;
  box-sizing: border-box;
  background-color: #fafafa;
  border: 1px solid #eeeeee;
  border-radius: 12px;
}
.sa-field {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.sa-field label {
  color: #008000;
  font-size: 14px;
  margin-bottom: 6px;
}
.sa-field select,
.sa-field input[type="text"] {
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #cccccc;
  border-radius: 6px;
  outline: none;
  width: 100%;
  box-sizing: border-box;
  background-color: #ffffff;
}
.sa-field select:focus,
.sa-field input[type="text"]:focus {
  border-color: #999999;
}
.sa-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.sa-row .sa-field {
  flex: 1;
  min-width: 220px;
}
.sa-calc {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.sa-button-calc {
  background-color: #f57c00;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.sa-button-calc:hover {
  background-color: #e06e00;
}

.sa-result {
  margin-top: 20px;
  padding: 16px;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap; /* Para que en pantallas pequeñas bajen a varias filas */
}

.sa-result a {
  flex: 1 1 auto; /* Hace que se adapten al espacio disponible */
  min-width: 150px;
  text-align: center;
  padding: 10px 16px;
  background-color: #f57c00;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 8px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.sa-result a:hover {
  background-color: #e06e00;
}

.sa-result-item {
  display: flex;
  align-items: center;
}
.sa-result-item::before {
  content: "▶";
  color: #f57c00;
  font-weight: bold;
  margin-right: 6px;
}
@media (max-width: 520px) {
  .sa-result {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */