.rltr-mls-connect{
  max-width: 480px;
  padding: 16px;
  border-radius: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
}

.rltr-mls-field{ margin-bottom: 12px; }

.rltr-mls-field label{
  display:block;
  font-weight: 700;
  margin-bottom: 6px;
  font-size: 14px;
  color:#111827;
}

.rltr-mls-field input[type="text"],
.rltr-mls-field select{
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid #d1d5db;
  background:#fff;
}

.rltr-mls-help{
  margin-top: 6px;
  font-size: 12px;
  color:#6b7280;
  line-height: 1.35;
}

.rltr-mls-actions{ margin-top: 10px; }

.rltr-mls-btn{
  padding: 10px 14px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  background: #130D60;
  color: #fff;
  font-weight: 800;
}

.rltr-mls-msg{
  margin-bottom: 10px;
  padding: 10px 12px;
  border-radius: 8px;
  font-size: 13px;
}

.rltr-mls-success{
  background: #ecfdf3;
  border: 1px solid #22c55e;
  color: #166534;
}

.rltr-mls-error{
  background: #fef2f2;
  border: 1px solid #ef4444;
  color: #991b1b;
}

/* Modal */
.rltr-mls-modal-backdrop{
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  display:flex;
  align-items:center;
  justify-content:center;
  z-index: 99999;
  padding: 18px;
}

.rltr-mls-modal{
  width: min(760px, 100%);
  background:#fff;
  border-radius: 14px;
  box-shadow: 0 25px 80px rgba(0,0,0,0.35);
  overflow:hidden;
}

.rltr-mls-modal-header{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #e5e7eb;
}

.rltr-mls-modal-eyebrow{
  font-size: 11px;
  letter-spacing: .14em;
  text-transform: uppercase;
  color:#6b7280;
  margin-bottom: 6px;
}

.rltr-mls-modal-title{
  font-size: 20px;
  font-weight: 900;
  color:#0f172a;
}

.rltr-mls-modal-sub{
  margin-top: 6px;
  font-size: 13px;
  color:#475569;
}

.rltr-mls-modal-x{
  border: 0;
  background: transparent;
  cursor:pointer;
  font-size: 22px;
  line-height: 1;
  color:#334155;
}

.rltr-mls-modal-body{
  padding: 16px 18px;
}

@media (max-width: 560px){
  .rltr-mls-modal-body{ grid-template-columns: 1fr; }
}

.rltr-mls-modal-photo{
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background:#f3f4f6;
}

.rltr-mls-modal-grid{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 12px;
}

@media (max-width: 560px){
  .rltr-mls-modal-grid{ grid-template-columns: 1fr; }
}

.rltr-mls-modal-grid div span{
  display:block;
  font-size: 12px;
  color:#6b7280;
  margin-bottom: 2px;
}

.rltr-mls-modal-grid div strong{
  display:block;
  font-size: 13px;
  color:#0f172a;
  word-break: break-word;
}

.rltr-mls-modal-actions{
  padding: 14px 18px;
  border-top: 1px solid #e5e7eb;
  display:flex;
  gap: 10px;
  justify-content:flex-end;
}

.rltr-mls-btn-ghost{
  background:#fff;
  border: 1px solid #cbd5e1;
  color:#0f172a;
}

.rltr-mls-btn-primary{
  background:#130D60;
  color:#fff;
}
