/* 
Theme Name: SP Monuments Theme
Theme URI: https://goberrymarketing.com
Description: SP Monuments is a child theme of Hello Elementor, created by Elementor team
Author: Goberry Marketing
Author URI: https://goberrymarketing.com
Template: hello-elementor
Version: 2.0.0
Text Domain: sp-monuments-theme
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-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.marker-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(33.333% - 20px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-decoration: none;
    color: inherit;
    border-radius: 5px;
    background: #fff;
}

.marker-card img {
    max-width: 100%;
    height: auto;
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}

.marker-title {
    font-size: 1.2em;
    margin: 10px 0;
    text-align: center;
}

.marker-type,
.marker-description {
    margin: 5px 0;
    text-align: center;
}
