/*
Plugin Name: Obehotel Connector
Plugin URI:  https://obehotel.com/
Description: Shared admin and public CSS for Obehotel Connector
Version:     1.0
Author:      Efimatica -  Obehotel
Domain Path: /css
Text Domain: obehotel-connector
*/

.acf-map {
    width: 100%;
    height: 100%;
    display: flex;
    aspect-ratio: 16 / 9;
    border-radius: 10px;
}

.acf-map-hotel {
    aspect-ratio: 16 / 9;
    border-radius: 10px;
}

.map-error {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    min-width: 100%;
    min-height: 100%;
}

.map-error span {
    color: #6c757d;
    font-size: 16px;
}

.map-error img {
    max-width: 35% !important;
    margin: 15px;
    margin-bottom: 0;
}
