
/* V43: separate tour groups/albums + package cover upload */
.package-upload-box{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:22px;align-items:center;padding:18px;border:1px solid #bdd7d3;background:#f2f8f7}
.package-upload-box img{width:210px;height:128px;object-fit:cover;border:1px solid #a8cac4}
.package-upload-box small,.tour-date-editor small{display:block;margin-top:7px;color:#55716d;line-height:1.55}
.package-table-v43 td>img{width:92px;height:62px;object-fit:cover;border:1px solid #bdd7d3}
.package-table-v43 td small{display:block;margin-top:4px;color:#69807c}
.tour-date-table td:first-child strong{display:block;max-width:340px}
.tour-date-table td:first-child small{display:block;margin-top:5px;color:#68807c}
.tour-album-nav a{display:inline-flex!important;flex-direction:column;align-items:center;justify-content:center;gap:3px;text-align:center}
.tour-album-nav a small{font-size:.68rem;opacity:.74;font-weight:700;letter-spacing:.02em}
.tour-record-copy .eyebrow{white-space:normal}
@media(max-width:767px){.package-upload-box{grid-template-columns:1fr}.package-upload-box img{width:100%;height:180px}.package-table-v43 td>img{width:78px;height:54px}}
