/*
 Theme Name: Divi Child
 Theme URI: https://blog.andevaloaventura.com.es
 Description: Divi child - Blog Andévalo
 Author: Andévalo Aventura
 Author URI: https://blog.andevaloaventura.com.es
 Template: Divi
 Version: 1.0.0
*/

#main-footer {
    display: none !important;
}

.pw-logos{ margin:20px auto; max-width: 70%; }


/* Contenedor sin borde, con sombra */
.pw-wrap{
  max-width: 520px;
  margin: 40px auto;
  padding: 28px;
  background: #fff;
  border: 0 !important;               /* quita borde exterior */
  box-shadow: 0 10px 30px rgba(0,0,0,.10);
  border-radius: 14px;
}

/* Tipografía y espaciado */
.pw-wrap h1{ margin: 0 0 10px; }
.pw-wrap p{ margin: 0 0 14px; }

/* Form más minimal */
.pw-form label{ display:block; margin: 10px 0 6px; font-weight: 600; }

/* Input “elegante” */
.pw-form input[type="password"]{
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 0;                          /* sin borde */
  background: rgba(0,0,0,.04);
  outline: none;
}

/* Un foco suave al hacer click */
.pw-form input[type="password"]:focus{
  background: rgba(0,0,0,.06);
}

/* Botón simple */
.pw-form button{
  margin-top: 12px;
  padding: 12px 16px;
  border-radius: 12px;
  border: 0;
  cursor: pointer;
}

/* Texto de ayuda */
.pw-help{ margin-top: 14px; font-size: .95em; opacity: .85; }


.pw-form input[type="password"]{
  width: 100%;
  padding: 12px 14px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.08);
  background: #fff;
  outline: none;
}

.post-password-form {
    max-width: 520px !important;
    margin: 30px auto !important;
    padding: 10px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}