/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Marker styling (inside SVG, via JS we add class="bauern-marker") */
.bauern-marker {
    fill: #ffffff;
    stroke: rgba(0, 0, 0, 0.3);
    stroke-width: 1;
    cursor: pointer;
}

/* Tooltip container */
#bauern-tooltip {
    position: absolute;
    pointer-events: none;
    transform: translate(-50%, -240%);
    z-index: 10;
}

/* Tooltip content */
.bauern-tooltip-inner {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    font-size: 12px;
    max-width: 220px;
    white-space: normal;
}

.bauern-tooltip-title {
    margin: 0 0 2px;
    font-size: 13px;
    font-weight: 600;
}

.bauern-tooltip-text {
    margin: 0;
}

.bauern-tooltip-inner::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -5px;
    transform: translateX(-50%);
    border-width: 5px 5px 0 5px;
    border-style: solid;
    border-color: rgba(0,0,0,0.8) transparent transparent transparent;
}

/* Container produced by the PHP renderer */
.bauern-popup-content {
    text-align: left;
    padding: 20px 0;
}

/* Featured image */
.bauern-popup-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 1rem;
    border-radius: 15px;
}

/* Title */
.bauern-popup-content h2 {
	margin-top: 3rem;
    margin-bottom: 2rem;
    color: #333;
}

/* Text content */
.bauern-popup-text {

}

/* Add spacing between paragraphs */
.bauern-popup-text p {
    margin-bottom: 1em;
}
