/* Styles für das Plugin */

#omap_meta_box input[type="text"],
#omap_meta_box select,
#omap_meta_box input[type="number"] {
    width: 100%;
    max-width: 400px;
}

#omap_meta_box label {
    font-weight: bold;
}

#omap_meta_box p {
    margin-bottom: 15px;
}

#omap_frontend_map {
    margin-top: 20px;
    margin-bottom: 20px;
}

[itemscope] h3 {
    margin-top: 20px;
}
