/**
 * Theme Name:     INCAE Child
 * Author:         SPBD
 * Template:       incae
 * Text Domain:	   incae-child
 * Description:    Child Theme to incorporate updates for Woocommerce
 * Author URI:     https://spbd.dev
 * Version:        1
 */

 .debug .debugger,
 #guides .guides__switcher,
 #guides .guides__switcher2,
 #info {
    display: none;
 }

 .debug section {
    outline: none;
  }

  /***  Woocommerce Error Message */

.woocommerce-error::before {
  position: relative;
  top: 0;
  left: 0;
  float: left;
  margin-right: 10px;
}

/* Ocultar título "Acceder" del login en Mi Cuenta */
.e-my-account-tab > .woocommerce > h2 {
  display: none !important;
}

.woocommerce-error a {
   color: #000 !important;
}

/****** Custom Login **/

#loginform-custom {
  display: flex;
  flex-direction: column;
  width: 330px;
  align-items: self-end;
}

#loginform-custom input.input {
   height: 30px;
}

/* Botón volver al formulario (debajo del login) */
.btn-volver-formulario {
  display: inline-block;
  margin-top: 12px;
  text-decoration: none;
}

/* Bloque de acciones extra bajo el login */
.login-extra-actions {
  margin-top: 8px;
}
.login-extra-actions .link-reset-password {
  font-size: 14px;
}

.login-extra-actions {
  margin-bottom: 60px !important;
}

.btn-volver-formulario {
  font-size: 16px !important;
  padding: 10px 20px !important;
}


/*********** Woocommerce Profile Programas Abiertos *********/

.sf-programas-abiertos-wrapper h3 {
  font-size: 22px !important;
  font-weight: 500 !important;
  line-height: 24.5px !important;
  letter-spacing: -0.3724px !important;
  margin-bottom: 15px !important;
}

.sf-programas-abiertos-wrapper th {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.3724px;
  padding-left: 8px !important;
}

.sf-programas-abiertos-wrapper td {
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.3724px;
}

.sf-programas-table {
  width: 100%;
}

.sf-programas-table th,
.sf-programas-table td {
  padding: 8px 12px;
  text-align: left;
  border-bottom: 1px solid #e0e0e0 !important;
}

.sf-programas-table th:nth-child(2),
.sf-programas-table td:nth-child(2) {
  width: 150px; /* Monto */
  text-align: right;
}

.sf-programas-table th:nth-child(3),
.sf-programas-table td:nth-child(3) {
  width: 130px; /* Fecha */
  text-align: right;
}