/*
Theme Name: WindUp Child Theme
Theme URI: https://windup.es
Template: hello-elementor
Author: Windup Dev Team
Author URI: https://windup.es
Description: Tema hijo personalizado por WIndUp basado en Hello-Elementor
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1713951376
Updated: 2024-04-24 11:36:16

*/

[type=button], [type=submit], button {
    display: inline-block;
    font-weight: 400;
    color: #fff!important;
    text-align: center;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #b0d464!important;
    border: 1px solid #b0d464!important;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: 3px;
    transition: all .3s;
}

.professionals-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.professionals-table thead {
    background-color: #B0D564;
    color: #fff;
}

.professionals-table th, .professionals-table td {
    padding: 15px;
    text-align: left;
}

.professionals-table th {
    font-size: 1.1em;
    font-weight: bold;
}

.professionals-table tbody tr {
    border-bottom: 1px solid #ddd;
}

.professionals-table tbody tr:nth-of-type(even) {
    background-color: #f9f9f9;
}

.professionals-table tbody tr:last-of-type {
    border-bottom: 2px solid #B0D564;
}

.professionals-table a {
    color: #B0D564;
    text-decoration: none;
}

.professionals-table a:hover {
    text-decoration: underline;
}

.cky-btn-revisit-wrapper{
	background-color: #b0d464!important;
}

/* Contenedor principal */
#wppb-recover-password-container {
    max-width: 500px !important;
    margin: 2rem auto !important;
    padding: 2rem !important;
    background-color: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1) !important;
    font-family: inherit !important;
    box-sizing: border-box !important;
}

/* Mensaje de error */
.wppb-warning {
    color: #b30000 !important;
    background-color: #ffe6e6 !important;
    padding: 1rem !important;
    border: 1px solid #ffcccc !important;
    border-radius: 5px !important;
    margin-bottom: 1rem !important;
}

/* Texto general */
#wppb-recover-password-container p {
    margin-bottom: 1rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
}

/* Lista sin bullets y sin padding */
#wppb-recover-password-container ul {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* Cada campo del formulario */
.wppb-form-field {
    margin-bottom: 1rem !important;
}

/* Etiquetas */
.wppb-user-forms label {
    display: block !important;
    font-weight: 600 !important;
    margin-bottom: 0.5rem !important;
}

/* Inputs de texto/email */
.wppb-user-forms input[type="text"],
.wppb-user-forms input[type="email"] {
    width: 100% !important;
    padding: 0.6rem 0.75rem !important;
    font-size: 1rem !important;
    border: 1px solid #ccc !important;
    border-radius: 4px !important;
    box-sizing: border-box !important;
}

/* Espacio y centrado del botón */
.form-submit {
    margin-top: 1.5rem !important;
    text-align: center !important;
}

/* Botón */
#wppb-recover-password-button {
    display: inline-block !important;
    background-color: #b0dd8b !important;
    color: #fff !important;
    font-weight: bold !important;
    border: none !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 5px !important;
    cursor: pointer !important;
    transition: background 0.3s !important;
    font-size: 1rem !important;
    box-sizing: border-box !important;
}

#wppb-recover-password-button:hover {
    background-color: #99c978 !important;
}

/* ====================
   Responsive
   ==================== */
@media (max-width: 768px) {
  #wppb-recover-password-container {
      width: 90% !important;
      margin: 1.5rem auto !important;
      padding: 1.5rem !important;
  }
  .wppb-user-forms input[type="text"],
  .wppb-user-forms input[type="email"] {
      padding: 0.5rem 0.6rem !important;
      font-size: 0.95rem !important;
  }
  #wppb-recover-password-button {
      padding: 0.65rem 1.2rem !important;
      font-size: 0.95rem !important;
  }
}

@media (max-width: 480px) {
  #wppb-recover-password-container {
      width: 95% !important;
      margin: 1rem auto !important;
      padding: 1rem !important;
  }
  .wppb-user-forms input[type="text"],
  .wppb-user-forms input[type="email"],
  #wppb-recover-password-button {
      width: 100% !important;
      display: block !important;
  }
  #wppb-recover-password-button {
      margin-top: 1rem !important;
  }
}