/*
 Theme Name: Astra Child
 Template: astra
 Version: 1.0.0
*/

/* ============================================
   ROPA DE ROMA — CREATE PASSWORD PAGE
   ============================================ */

.password-form-wrapper {
  max-width: 420px;
  margin: 60px auto !important;
  background: #ffffff;
  padding: 40px 35px;
  border-radius: 12px;
  box-shadow: 0 3px 25px rgba(0, 0, 0, 0.08);
  border: 1px solid #f3f3f3;
}

.password-form-wrapper h1,
.password-form-wrapper h2 {
  text-align: center !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
}

.password-form-wrapper label {
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  color: #111;
}

.password-form-wrapper input[type="password"],
.password-form-wrapper input[type="text"] {
  width: 100%;
  height: 45px;
  border-radius: 6px;
  padding: 0 12px;
  border: 1px solid #e1e1e1;
  font-size: 15px;
  margin-bottom: 20px;
}

.password-form-wrapper input[type="submit"],
.password-form-wrapper button {
  width: 100%;
  height: 45px;
  background: #e84ea8;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-weight: 600;
  font-size: 15px;
  cursor: pointer;
}

.password-form-wrapper input[type="submit"]:hover,
.password-form-wrapper button:hover {
  opacity: 0.9;
}

/* Page-specific spacing fix */
.page-id-5098 .site-content,
.page-id-5098 #content,
.page-id-5098 .ast-container {
  padding-top: 0 !important;
}

/* ============================================
   ROPA DE ROMA — CUSTOM FOOTER
   ============================================ */

.rdm-footer {
  background: #ffe6f3;
  padding: 50px 20px;
  text-align: center;
  border-top: 1px solid #f5c6d8;
  margin-top: 40px;
}

.rdm-footer-inner {
  max-width: 1100px;
  margin: auto;
}

/* Brand */
.rdm-footer-brand h2 {
  font-size: 32px;
  font-weight: 700;
  color: #e84ea8;
  margin-bottom: 5px;
}

.rdm-footer-brand p {
  font-size: 14px;
  color: #444;
  margin-bottom: 30px;
}

/* Columns */
.rdm-footer-columns {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.rdm-footer-col h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #222;
}

.rdm-footer-col a {
  display: block;
  margin: 5px 0;
  color: #555;
  font-size: 14px;
  text-decoration: none;
}

.rdm-footer-col a:hover {
  color: #e84ea8;
}

/* Social */
.rdm-footer-social a {
  margin: 0 12px;
  color: #e84ea8;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
}

.rdm-footer-social a:hover {
  opacity: 0.7;
}

/* Bottom */
.rdm-footer-bottom p {
  margin-top: 30px;
  font-size: 13px;
  color: #666;
}

/* ============================================
   ASTRA MOBILE MENU — SAFE FIX
   ============================================ */

/* Header above content but NOT breaking clicks */
.ast-header-break-point .main-header-bar {
  position: relative;
  z-index: 1000;
}

/* Mobile popup drawer */
.ast-header-break-point .ast-mobile-popup-drawer {
  position: fixed;
  z-index: 9998;
}

/* ============================================
   CLEANUP — DO NOT REMOVE
   ============================================ */

/* Prevent hidden footer spacing */
.site-footer,
.ast-footer-wrap {
  display: none;
}