.sib-vrail { margin: 0 0 1.25rem; }
.sib-vrail__head { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin: 0 0 .9rem; }
.sib-vrail__title { font-size: 1.45rem; margin: 0; color: #f4efe3; font-weight: 600; }
.sib-vrail__more { font-size: .85rem; color: #4f7d43; text-decoration: none; white-space: nowrap; }
.sib-vrail__more:hover { color: #669a57; }
.sib-vrail__track { display: flex; gap: 1rem; overflow-x: auto; padding: .25rem .25rem 1rem; scroll-snap-type: x proximity; }
.sib-vrail__track::-webkit-scrollbar { height: 8px; }
.sib-vrail__track::-webkit-scrollbar-track { background: transparent; }
.sib-vrail__track::-webkit-scrollbar-thumb { background: #3a3a3a; border-radius: 4px; }
.sib-vcard { flex: 0 0 200px; scroll-snap-align: start; background: #bea27b; border-radius: 12px; padding: 1.15rem 1rem; display: flex; flex-direction: column; align-items: center; text-align: center; }
.sib-vcard__logo { width: 66px; height: 66px; border-radius: 50%; background: #34552f; color: #f4efe3; display: flex; align-items: center; justify-content: center; font-size: 1.6rem; font-weight: 600; overflow: hidden; margin-bottom: .65rem; text-decoration: none; }
.sib-vcard__logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sib-vcard__name { font-size: 1rem; color: #2c2114; font-weight: 600; margin: 0 0 .25rem; text-decoration: none; }
.sib-vcard__name:hover { color: #34552f; }
.sib-vcard__tag { font-size: .78rem; color: #6b5836; margin: 0 0 .95rem; line-height: 1.35; }
.sib-vcard__visit { margin-top: auto; border: 1px solid #34552f; color: #34552f; background: transparent; border-radius: 999px; padding: .42rem 1.05rem; font-size: .8rem; text-decoration: none; }
.sib-vcard__visit:hover { background: #34552f; color: #f4efe3; }
