/*
Theme Name: ExpertHive Child
Theme URI: https://hivepress.io/themes/experthive
Template: experthive
Author: Tomitzu
Author URI: https://www.itoma.website
Description: A multipurpose WordPress theme that allows you to build an on-demand services marketplace.
Tags: left-sidebar,custom-colors,custom-menu,custom-logo,featured-images,footer-widgets,theme-options,threaded-comments,translation-ready
Version: 1.0.6.1752908743
Updated: 2025-07-19 10:05:43

*/

/* ===== Register — PASUL 1 (alegere) ===== */

/* logo centrat + spațiu modern */
.hp-reg-choice-head{
  display:flex;
  justify-content:center;
  margin: 6px 0 14px;
}
.hp-reg-choice-head img{ max-height:40px; width:auto; height:auto; }
.hp-reg-logo-fallback{ font-size:18px; font-weight:700; }

/* grilă 2 coloane pe desktop */
.hp-register-has-choice .hp-reg-choice{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-bottom:12px;
}

/* responsive: pe mobil 1 coloană */
@media (max-width:768px){
  .hp-register-has-choice .hp-reg-choice{ grid-template-columns:1fr; }
}

.hp-register-has-choice .hp-reg-card{
  display:block;
  text-decoration:none;
  border:1px solid #e5e7eb;
  border-radius:4px;
  padding:18px;
  text-align:center;
  cursor:pointer;
}
.hp-register-has-choice .hp-reg-card h3{
  margin:6px 0 8px;
  font-size:20px;
  font-weight:700;
}
.hp-register-has-choice .hp-reg-card p{
  margin:0 0 12px;
  color:#6b7280;
  font-size:14px;
}

/* buton nativ al temei (doar colțuri și spacing) */
.hp-register-has-choice .hp-reg-btn{
  display:inline-block;
  border-radius:4px;
  padding:10px 14px;
}

/* modal wide + ascunde titlul în Pasul 1 (portrait revine în Pasul 2) */
.hp-modal__window.rc-wide,
.hp-modal.rc-wide{
  width:900px;
  max-width:95vw;
  border-radius:4px;
}
@media (max-width:768px){
  .hp-modal__window.rc-wide,
  .hp-modal.rc-wide{ width:100%; }
}
.rc-hide-title .hp-modal__title{ display:none; }

/* ===== Register — PASUL 2 (formular) ===== */
.hp-modal__window{ border-radius:4px; }
.hp-form .hp-button{ border-radius:4px; }

/* logo deasupra titlului în pasul 2 */
#user_register_modal .hp-modal__header{ flex-wrap:wrap; }
#user_register_modal .hp-modal__header .hp-reg-logo-top{
  flex:0 0 100%;
  display:flex;
  justify-content:center;
  margin:6px 0 8px;
}
#user_register_modal .hp-modal__header .hp-reg-logo-top img{
  max-height:40px;
  width:auto;
  height:auto;
}
/* Ascunde titlul "Register" în modalul de înregistrare (pasul 2 inclus) */
#user_register_modal .hp-modal__title{
  display: none !important;
}
