.sib-srch-wrap { width: 100%; max-width: 560px; margin: 0 auto; }
.sib-srch-heading { text-align: center; color: #f4efe3; font-size: 1.05rem; margin: 0 0 .7rem; }
.sib-srch { display: flex; gap: .5rem; }
.sib-srch__input { flex: 1; min-width: 0; height: 46px; border-radius: 999px; border: 1px solid #a98c64; background: #fffdf8; color: #2c2114; padding: 0 1.1rem; font: inherit; }
.sib-srch__input:focus { outline: 2px solid #34552f; outline-offset: 1px; border-color: #34552f; }
.sib-srch__btn { border: none; background: #34552f; color: #f4efe3; border-radius: 999px; padding: 0 1.5rem; font: inherit; font-weight: 600; cursor: pointer; white-space: nowrap; }
.sib-srch__btn:hover { background: #28421f; }
