/* Buyer/broker actions inherit the existing Olive palette and spacing. */
.property-request-actions{margin:clamp(40px,6vw,88px) auto;padding:clamp(24px,4vw,56px) var(--gutter,24px);border-top:1px solid var(--line,#d3d7cf);border-bottom:1px solid var(--line,#d3d7cf);max-width:1440px}
.property-request-actions h2{font-size:clamp(28px,3vw,42px);font-weight:400;margin:0 0 24px;letter-spacing:-.03em}
.property-request-buttons{display:flex;align-items:center;gap:24px;flex-wrap:wrap}
.property-request-buttons a{white-space:normal;text-align:center;min-height:48px}
.property-request-actions>p{max-width:65ch;color:var(--muted,#5b6159);font-size:15px;margin:20px 0 0}
.property-request-panel .inquiry-copy h2{font-size:28px}
.property-request-form select,.property-request-form input[type=file]{width:100%;max-width:100%;padding:12px 14px;border:1px solid #7f8978;background:#f8f8f8;color:#242923;font:inherit;min-height:48px;box-sizing:border-box}
.property-request-form input[type=file]::file-selector-button{font:inherit;padding:8px 12px;margin-right:12px;border:1px solid #7f8978;background:#eef0ea;color:#242923;cursor:pointer}
.property-request-form .request-acknowledgment{margin:24px 0;align-items:flex-start}
.property-request-form .request-acknowledgment input{flex:0 0 auto;margin-top:5px}
.property-request-form .request-acknowledgment span{font-size:15px;color:#242923}
.property-request-form .form-result:empty{display:none}
@media(max-width:640px){.property-request-buttons{display:grid;gap:18px}.property-request-buttons a{justify-content:center}.property-request-form .form-pair{grid-template-columns:1fr}.property-request-panel{padding-inline:20px}.property-request-form button[type=submit]{width:100%}}

.property-request-actions .solid-link{display:inline-flex;align-items:center;justify-content:center;background:#394d36;color:#f8f8f8;padding:15px 24px;text-decoration:none;font-size:16px;line-height:1.5}
.property-request-actions .solid-link:hover{background:#242923}
.property-request-actions .text-link{display:inline-flex;align-items:center;justify-content:center;font-size:16px;line-height:1.5;color:#394d36;padding:15px 24px;border:1px solid #394d36;text-decoration:none}
.property-request-actions .text-link:hover{background:#eef0ea}
.property-request-actions a:focus-visible{outline:2px solid #394d36;outline-offset:5px}
