@charset "UTF-8";

/* layout: */
    /* gallery layout: */
.gallery {
    margin: 0.5em 1.5em;
    break-inside: avoid;
}
.gallery-view {
    border-top-width: 1pt;
    border-bottom-width: 1pt;
    padding: 0.5em 1.5em;
    font-size: 0.8em;
}
.gallery-view::before {
    content: "To print these photos, visit the gallery's dedicated page by clicking on the \"X of Y\" link in the middle of its control bar.";
}
.gallery-strip { display: none; }
.gallery-control-bar { display: none; }
/*.gallery .responsive-image { display: none; }
.gallery .responsive-image:first-child { display: block; }
.gallery-control-bar { display: none; }*/

    /* map layout: */
.map-block {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    break-inside: avoid;
}
.map-aspect {
    position: relative;
    padding-bottom: 75%;
}
.map-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.map-block > nav {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

/* cosmetic: */
    /* gallery-cosmetic: */
.gallery-view {
    border-color: rgb(128, 128, 128);
    color: rgb(96, 96, 96);
    font-style: italic;
}
