/* Keep every image-and-caption pair visually separate on the static room lists. */
#tokyo1_04 .tokyo-static-list.slider-w > li + li {
    margin-top: 24px;
}

/* The testimonial cards should not share their borders. */
#tokyo1_05 .areaslider.tokyo-static-list > li + li {
    margin-top: 28px;
}

/* Give the stories CTA room beneath the last testimonial card. */
#tokyo1_05 .areaslider.tokyo-static-list + .link01 {
    margin-top: 32px;
}
