section {
    display: flex;
    position: relative;
    flex-direction: column;
}

section.loading > * {
    user-focus: none;
    user-select: none;
    pointer-events: none;
    opacity: 0.4;
}


/* Phone number */
a {
    color: #000;
}

section h2 {
    border-bottom: 1px solid #ccc;
}

section > div:not(.phone) {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0 20px 20px;
}

section > div:not(.phone) > p {
    margin: 4px;
    font-size: 16px;
}

.map-button {
    background: #33a854 !important;
}

.map-button:hover {
    background: #4cbd6d !important;
}

.map-button:active {
    background: #67cd84 !important;
}

.phone {
    background: #eee;
    padding: 40px;
    font-size: 24px;
    margin-bottom: 12px;
}

.phone p {
    margin: 0;
}