/*
Theme Name: Field
Theme URI: 
Author: Field
Author URI: http://www.field-interactive.com
Description: Responsive Theme
*/

/* Additions */
.virtualview .map-container {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 500px;
}

.map-container p{
    font-size: 14px;
}

.map-container button.map-accept {
    background-color: rgb(179, 236, 248);
    color: rgb(32, 67, 74);
    padding: 15px;
    border: none;
    cursor: pointer;
    font-weight: bold;
}

.map-container button.map-accept:hover {
    background-color: rgb(179, 236, 248);
}