.ttgeo-single-map-wrap,
.ttgeo-archive-map-wrap {
    margin: 30px 0;
}

.ttgeo-single-map-wrap h3,
.ttgeo-archive-map-wrap h3 {
    margin-bottom: 15px;
    font-size: 1.4em;
}

.ttgeo-single-map,
.ttgeo-archive-map {
    height: 400px;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.ttgeo-archive-map {
    height: 500px;
}

/* Popup */
.ttgeo-popup {
    font-size: 14px;
    line-height: 1.6;
    min-width: 200px;
    overflow: hidden; /* Pour gérer le float */
}

.ttgeo-popup strong {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}

.ttgeo-popup strong a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 600;
}

.ttgeo-popup strong a:hover {
    text-decoration: underline;
    color: #005177;
}

.ttgeo-popup a:not(.ttgeo-btn-inscription) {
    color: #0073aa;
    text-decoration: none;
}

.ttgeo-popup a:not(.ttgeo-btn-inscription):hover {
    text-decoration: underline;
}

/* Bouton inscription */
.ttgeo-btn-inscription {
    display: inline-block;
    padding: 6px 12px;
    background: #0073aa;
    color: #fff !important;
    border-radius: 4px;
    text-decoration: none !important;
    font-weight: 500;
    font-size: 13px;
    transition: background 0.2s ease;
    float: right;
    margin-top: 8px;
}

.ttgeo-btn-inscription:hover {
    background: #005177;
    text-decoration: none !important;
}

/* Shortcode spécifique */
.ttgeo-shortcode .ttgeo-archive-map {
    height: inherit; /* Prend la hauteur définie dans le shortcode */
}
