.tob-search__form{display:flex;gap:.5rem;margin:0 0 1rem 0}
.tob-search__input{flex:1;padding:.9rem 1rem;border:1px solid #d9d9d9;border-radius:.6rem}
.tob-search__btn{padding:.9rem 1.1rem;border:0;border-radius:.6rem;cursor:pointer;background:#0a66ff;color:#fff;font-weight:600}
.tob-search__results{display:flex;flex-direction:column;gap:1rem}
.tob-card{border:1px solid #e6e6e6;border-radius:.8rem;background:#f2f6ff;padding:1rem;display:flex;align-items:center;justify-content:space-between;gap:1rem}
.tob-card__meta{max-width:64%}
.tob-card__title{font-weight:800;margin:0 0 .35rem 0}
.tob-card__excerpt{margin:0;color:#222;white-space:pre-wrap}
.tob-actions{display:flex;gap:.6rem}
.tob-btn{padding:.7rem 1rem;border:0;border-radius:.6rem;color:#fff;cursor:pointer;font-weight:700;text-decoration:none}
.tob-btn--verse{background:#0a66ff}
.tob-btn--chapter{background:#063a86}
@media (max-width:780px){
  .tob-card{flex-direction:column;align-items:flex-start}
  .tob-card__meta{max-width:100%}
  .tob-actions{width:100%}
  .tob-btn{flex:1;text-align:center}
}