/* ================================================
   xhtmlteam.com — Feedback Widget Styles
   Paste into your existing stylesheet
   ================================================ */

#xht-fab {
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 9999;
  font-family: "Mulish", sans-serif;
}

#xht-popup {
  display: none;
  width: 300px;
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 12px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
}

#xht-popup p {
  margin: 0;
}

#xht-popup textarea { height: 120px; margin-top: -20px; border: 1.5px solid #DDDCD6;}

#xht-close {
  float: right;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #9ca3af;
  line-height: 1;
  padding: 0;
}

#xht-close:hover {
  color: #374151;
}

.xht-label {
  font-size: 12px;
  font-weight: 500;
  color: #3a3a5c;
  margin-bottom: 2px !important;
}
p.xht-label { margin: 0; padding: 0;
}

.xht-title {
  font-size: 15px;
  font-weight: 700;
  color: #070013;
  margin-bottom: 14px !important;
}

p.xht-title {
    margin: 0 0 10px 0; padding: 0;
}

.xht-emo-row {
  display: flex;
  gap: 6px;
  margin-bottom:0;
padding: 0;
}

.xht-emo {
  flex: 1;
  font-size: 22px;
  line-height: 1;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  background: #F5F4ED;
  border: 1.5px solid #DDDCD6;
  border-radius: 8px;
  padding: 8px 4px;
  cursor: pointer;
  text-align: center;
  transition: background 0.15s, border-color 0.15s;
    margin-bottom: 12px
}

.xht-emo:hover {
  background: #FFFEF5;
}

.xht-emo.selected {
  background: #D6E4F6;
  border-color: #4782D5;
    
}

#xht-emo-label {
  font-size: 12px;
  color: #6b7280;
  text-align: center;
  min-height: 18px;
  margin-bottom: 10px !important;
}

#xht-comment {
  width: 100%;
  box-sizing: border-box;
  font-size: 13px;
  font-family: inherit;
  padding: 8px 10px;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  resize: none;
  background: #f9fafb;
  color: #111827;
  outline: none;
}

#xht-comment:focus {
  border-color: #3b82f6;
  background: #ffffff;
}

#xht-err {
  font-size: 12px;
  color: #ef4444;
  margin: 5px 0 0 !important;
  display: none;
}

#xht-submit {
  margin-top: 12px;
  width: 100%;
  background: #111827;
  color: #ffffff;
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: background 0.2s;
}

#xht-submit:hover {
  background: #1f2937;
}

#xht-submit:disabled {
  background: #9ca3af;
  cursor: not-allowed;
}

#xht-thanks,
#xht-error-state {
  display: none;
  text-align: center;
  padding: 16px 0 8px;
}

.xht-icon {
  font-size: 38px;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
  margin-bottom: 8px;
}

.xht-msg-title {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 4px !important;
}

.xht-msg-sub {
  font-size: 13px;
  color: #6b7280;
}

#xht-retry {
  margin-top: 12px;
  background: none;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 7px 16px;
  font-size: 13px;
  font-family: inherit;
  cursor: pointer;
  color: #374151;
}

#xht-trigger {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #111827;
  color: #ffffff;
  border: none;
  border-radius: 50px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  transition: background 0.2s;
}

#xht-trigger:hover {
  background: #1f2937;
}
