/* Store visit video links shared by the home page and the tour report. */
.btm-tour-section{border-top:1px solid #dbc7ae}
.btm-tour-section .btm-tour-intro{margin:0 0 26px;font-size:17px;line-height:1.9}
.btm-tour-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:30px;margin:24px 0}
.btm-tour-card{min-width:0;border:1px solid #ddc8ad;background:#fff}
.btm-tour-card>a{display:block;color:#2b1c13;text-decoration:none}
.btm-tour-card>a:focus-visible{outline:3px solid #0067a5;outline-offset:4px}
.btm-tour-card>a:hover .btm-tour-action{text-decoration:underline;text-underline-offset:4px}
.btm-tour-picture{display:block;position:relative;aspect-ratio:16/9;overflow:hidden;background:#211c18}
.btm-tour-picture img{display:block;width:100%;height:100%;object-fit:cover}
.btm-tour-play{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:grid;place-items:center;width:58px;height:42px;background:#a83c00;border-radius:7px;box-shadow:0 2px 8px #0004}
.btm-tour-play:after{content:"";display:block;margin-left:4px;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:15px solid #fff}
.btm-tour-duration{position:absolute;right:10px;bottom:10px;padding:2px 7px;background:#211c18ed;color:#fff;font-size:14px;line-height:1.5;font-variant-numeric:tabular-nums}
.btm-tour-info{display:block;padding:20px 22px}
.btm-tour-kind{display:block;margin-bottom:8px;color:#a54208;font-size:14px;font-weight:700;line-height:1.7}
.btm-tour-title{display:block;font-size:20px;font-weight:700;line-height:1.6;word-break:normal;overflow-wrap:normal;line-break:strict}
.btm-tour-action{display:block;margin-top:16px;font-size:15px;font-weight:700;line-height:1.7;color:#9c3900}
.btm-tour-note{font-size:14px!important;line-height:1.85!important;color:#664f3e;margin-top:12px!important}
.btm-tour-card-note{padding:0 22px 20px;margin-top:0!important}
.btm-tour-section .btm-tour-news-link{display:inline-flex;align-items:center;min-height:44px;font-size:16px;font-weight:700;text-decoration:underline;text-underline-offset:5px;margin-top:12px}
#news .btm-tour-article{word-break:normal;line-break:strict}
#news .btm-tour-article>p{font-size:17px;line-height:1.9;margin:0 0 14px}
#news .btm-tour-article h2{font-size:26px;line-height:1.55;text-align:left;margin:34px 0 20px}
#news .btm-tour-article .btm-tour-card img{width:100%;height:100%;object-fit:cover;max-width:none;margin:0}
#news .btm-tour-article .btm-tour-card a{padding:0}
#news .btm-tour-article .btm-tour-card>a>br,#news .btm-tour-article .btm-tour-card>p:empty{display:none}
#news .btm-tour-article .btm-tour-cta{display:inline-block;min-height:44px;padding:10px 18px;background:#b74204;color:#fff;font-size:16px;line-height:1.6;text-decoration:none;margin:12px 0 0}
@media(max-width:767px){
 .btm-tour-grid{grid-template-columns:1fr;gap:22px;margin:20px 0}
 .btm-tour-info{padding:18px}
 .btm-tour-title{font-size:18px}
 .btm-tour-section .btm-tour-intro,#news .btm-tour-article>p{font-size:16px}
 #news .btm-tour-article h2{font-size:24px}
}

/* Preserve the existing card width when a single tour video is shown. */
#top.btm-restored #btm-tour .btm-tour-grid--single,.btm-tour-article .btm-tour-grid--single{grid-template-columns:minmax(0,1fr);max-width:425px;margin-left:auto;margin-right:auto}
