.main__title {
    display: none;
}

.camping {
    padding-top: 48px;
}

.camping__cover {
    height: 50vw;
    max-height: 460px;
    background-size: cover;
}

.camping__main,
.camping__main + div {
    padding-top: 80px;
    padding-bottom: 32px;
}

.camping__intro {
    font-family: 'pt-serif-italic';
    font-size: 1.444em;
    line-height: 1.375;
}

.camping__sidebar {
    margin-bottom: 32px;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/** Google Maps */
.googleMapsContainer {
    width: 100%;
    height: 300px;
}

/**
 * Details
 */

.camping__sidebarInner {
    padding: 0 32px 16px;
    font-size: .889em;
}

.googleMapsContainer + .camping__details {
    border-radius: 0 0 3px 3px;
}

.camping__period {
    margin: 32px 0;
}

.camping__sidebarLabel {
    margin: 0;
    padding-top: 0;
    white-space: nowrap;
    font-size: 1em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    color: #ABAFBE;
}

.camping__periodDesc {
    margin-right: .3em;
    line-height: 1.1;
    font-weight: 500;
    font-size: 1.1em;
}

.camping__date {
    white-space: nowrap
}

.camping__notice {
    padding: 16px 0;
    font-weight: 500;
}