
.block {
    padding: calc(4em);
    padding-top: calc(2em + var(--navh));
    background-color: #ffbca6;
    color: #333;
    text-align: left;
    min-height: var(--maxh);
}

.portrait h1 {
    font-size: 1.5em;
    white-space: nowrap;
}

.landscape .block {
    padding: calc(9em);
    padding-top: calc(2em + var(--navh));
}

.title {
    font-family: 'Samarata';
    font-size: 3em;
    text-align: center;
    width: 100%;
}

.block .topic {
    width: 100%;
    margin-bottom: 2em;
}

.topic-anchor {
    position:relative;
    top: calc(-1em - var(--navh));
}

.block .question {
    font-size: 1.1em;
    width: 100%;
    padding-top: 1.5em;
    font-weight: bolder;
    text-decoration: underline;
}

.block .answer {
    font-size: 1em;
    width: 100%;
}

button {
    background: transparent;
    color: #222;
    font-size: 2em;
    margin-right: .5em;
}

.topic-toggle {
    position: relative;
    left: -3em;
    top: 0;
    width: 100%;
    align-items: center;
}

.block li {
    padding-bottom: 1em;
}

.block ul {
    text-align: left;
}

.gmaps-hotel-search, .gmaps-directions {
    width: min(60vh, max(60vw, calc(50vw * var(--aspect-ratio))));
    height: min(60vh, max(60vw, calc(50vw * var(--aspect-ratio))));
    bottom: -.2em;
    position: relative;
    background: var(--isabelline);
    border-radius: 1em;
    border: none;
    overflow: hidden;
    padding: 1em;
    box-shadow: 2pt 2pt 4px rgba(26, 26, 26, 0.325);
}

.gmaps-hotel-search-container, .gmaps-directions-container {
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    justify-items: center;
}