/* Prime Realty — native contact form styles (externalised from inline). */
.pr-native-form{max-width:560px;display:flex;flex-direction:column;gap:14px}
.pr-form-row{display:flex;flex-direction:column;gap:6px}
.pr-form-label{font-size:.85rem;color:#3a362f;font-weight:600;letter-spacing:.01em}
.pr-req{color:#b3261e;margin-left:3px}
.pr-native-form input,.pr-native-form select,.pr-native-form textarea{width:100%;padding:13px 15px;border:1px solid #e3ddd1;background:#fbf9f4;font-family:inherit;font-size:1rem;border-radius:2px;color:#2a2722}
.pr-native-form input:focus,.pr-native-form select:focus,.pr-native-form textarea:focus{outline:2px solid #cda349;outline-offset:1px;border-color:#cda349}
.pr-hp{position:absolute !important;left:-9999px;width:1px;height:1px;overflow:hidden}
.pr-form-submit{background:#0e1b2e;color:#fff;border:0;padding:14px 28px;font-weight:600;cursor:pointer;align-self:flex-start;transition:transform .16s cubic-bezier(0.23,1,0.32,1),background .2s;border-radius:2px}
.pr-form-submit:hover{background:#16305c}
.pr-form-submit:active{transform:scale(0.97)}
.pr-form-submit[disabled]{opacity:.6;cursor:not-allowed}
.pr-form-status{font-size:.92rem;margin:0;min-height:1.2em}
.pr-form-status.ok{color:#0e1b2e;font-weight:600}
.pr-form-status.err{color:#b3261e;font-weight:600}
.pr-form-note{color:#6f6a61;font-size:.85rem;line-height:1.55;margin:4px 0 0}
.pr-form-note a{color:#0e1b2e;text-decoration:underline}
/* Mobile: full-width submit, comfortable single column (already column). */
@media (max-width:600px){
	.pr-native-form{max-width:100%}
	.pr-form-submit{align-self:stretch;width:100%;text-align:center}
}
