/*
Theme Name: Hello Child
Template: hello-elementor
Version: 1.0
Text Domain: hello-child
*/

.uz-review-form-box {
  margin: 24px 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.uz-review-toggle,
.uz-review-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

.uz-review-toggle {
  background: #f1f2f3;
  color: #2B2A29;
}

.uz-review-submit {
  background: #e91e63;
  color: #fff;
}

.uz-review-form-wrap {
  width: 100%;
  max-width: 560px;
  margin-top: 16px;
}

.uz-review-textarea {
  width: 100%;
  min-height: 140px;
  padding: 14px 16px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  resize: vertical;
  font-size: 15px;
  line-height: 1.5;
  box-sizing: border-box;
}

.uz-review-actions {
  margin-top: 14px;
  text-align: center;
}

.uz-review-response,
.uz-review-message {
  width: 100%;
  max-width: 500px;
  margin: 14px auto 0;
  padding: 12px 14px;
  border-radius: 12px;
  font-size: 14px;
  line-height: 1.4;
  text-align: center;
  box-sizing: border-box;
}

.uz-review-response.is-success {
  background: #eefaf1;
  color: #1f6b35;
  border: 1px solid #bfe3c8;
}

.uz-review-response.is-error,
.uz-review-message.is-error {
  background: #fff1f1;
  color: #9f1d1d;
  border: 1px solid #efc2c2;
}




.uz-fairy-reviews-list {
  display: grid;
  gap: 16px;
}

.uz-fairy-review-card {
  background: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 16px;
  padding: 18px;
}

.uz-fairy-review-card__head {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  align-items: flex-start;
  margin-bottom: 12px;
}

.uz-fairy-review-card__model {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 4px;
}

.uz-fairy-review-card__meta {
  font-size: 13px;
  color: #777;
}

.uz-fairy-review-status {
  display: inline-block;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

.uz-fairy-review-status.is-pending {
  background: #fff8e1;
  color: #856404;
}

.uz-fairy-review-status.is-approved {
  background: #eaf7ed;
  color: #155724;
}

.uz-fairy-review-status.is-rejected {
  background: #fdeaea;
  color: #721c24;
}

.uz-fairy-review-card__text {
  line-height: 1.6;
  margin-bottom: 14px;
}

.uz-fairy-review-reply {
  padding: 12px;
  border-left: 3px solid #2271b1;
  background: #f6fbff;
  border-radius: 8px;
}

.uz-fairy-review-reply__label {
  font-size: 12px;
  font-weight: 600;
  color: #2271b1;
  margin-bottom: 6px;
}

.uz-fairy-reply-text {
  width: 100%;
  min-height: 110px;
  padding: 12px 14px;
  border: 1px solid #d8d8d8;
  border-radius: 12px;
  resize: vertical;
  box-sizing: border-box;
}

.uz-fairy-reply-actions {
  margin-top: 10px;
}

.uz-fairy-reply-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: #e91e63;
  color: #fff;
  cursor: pointer;
  font-weight: 600;
}

.uz-fairy-reply-response {
  margin-top: 10px;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 14px;
}

.uz-fairy-reply-response.is-success {
  background: #eefaf1;
  color: #1f6b35;
  border: 1px solid #bfe3c8;
}

.uz-fairy-reply-response.is-error {
  background: #fff1f1;
  color: #9f1d1d;
  border: 1px solid #efc2c2;
}




.uz-gent-reviews-list{
  display:grid;
  gap:16px;
}

.uz-gent-review-card{
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:16px;
  padding:18px;
}

.uz-gent-review-card__head{
  display:flex;
  justify-content:space-between;
  gap:12px;
  align-items:flex-start;
  margin-bottom:12px;
}

.uz-gent-review-card__model{
  font-size:17px;
  font-weight:700;
  margin-bottom:4px;
}

.uz-gent-review-card__model a{
  color:inherit;
  text-decoration:none;
}

.uz-gent-review-card__model a:hover{
  color:#c36;
}

.uz-gent-review-card__meta{
  font-size:13px;
  color:#777;
}

.uz-gent-review-status{
  display:inline-block;
  padding:6px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:600;
}

.uz-gent-review-status.is-pending{
  background:#fff8e1;
  color:#856404;
}

.uz-gent-review-status.is-approved{
  background:#eaf7ed;
  color:#155724;
}

.uz-gent-review-status.is-rejected{
  background:#fdeaea;
  color:#721c24;
}

.uz-gent-review-card__text{
  line-height:1.6;
  margin-top:8px;
}

.uz-gent-review-reply{
  margin-top:14px;
  padding:12px;
  border-left:3px solid #2271b1;
  background:#f6fbff;
  border-radius:8px;
}

.uz-gent-review-reply__label{
  font-size:12px;
  font-weight:600;
  color:#2271b1;
  margin-bottom:6px;
}



.uz-liked-models-grid{
  display:grid;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr));
  gap:16px;
}

.uz-liked-model-card{
  display:block;
  text-decoration:none;
  border-radius:16px;
  overflow:hidden;
  background:#fff;
  border:1px solid #e8e8e8;
  box-shadow:0 8px 24px rgba(0,0,0,.06);
  transition:.2s ease;
}

.uz-liked-model-card:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(0,0,0,.1);
}

.uz-liked-model-card__img{
  aspect-ratio:3/4;
  overflow:hidden;
  background:#f1f1f1;
}

.uz-liked-model-card__img img{
  width:100%;
  height:100%;
  object-fit:cover;
}

.uz-liked-model-card__title{
  padding:12px 14px;
  font-size:16px;
  font-weight:700;
  color:#222;
}



.uz-gent-review-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:14px;
}

.uz-gent-review-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 14px;
  border:0;
  border-radius:10px;
  background:#f1f2f3;
  color:#2B2A29;
  cursor:pointer;
  font-weight:600;
}

.uz-gent-review-btn.is-danger{
  background:#737373;
  color:#fff;
}

.uz-gent-review-btn.is-light{
  background:#d9d9d9;
  color:#222;
}

.uz-gent-review-edit-form{
  margin-top:14px;
}

.uz-gent-review-edit-text{
  width:100%;
  min-height:120px;
  padding:12px 14px;
  border:1px solid #d8d8d8;
  border-radius:12px;
  resize:vertical;
  box-sizing:border-box;
}

.uz-gent-review-edit-actions{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-top:10px;
}

.uz-gent-review-edit-response{
  margin-top:10px;
  padding:10px 12px;
  border-radius:10px;
  font-size:14px;
}

.uz-gent-review-edit-response.is-success{
  background:#eefaf1;
  color:#1f6b35;
  border:1px solid #bfe3c8;
}

.uz-gent-review-edit-response.is-error{
  background:#fff1f1;
  color:#9f1d1d;
  border:1px solid #efc2c2;
}


