﻿
/* Стилизира целия popup */
body .leaflet-popup-content-wrapper {
    background-color: #64513B !important;
    color: white !important;
    font-family: Arial, sans-serif;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

/* Стилизира самото съдържание вътре */
.poet-popup {
    max-width: 220px;
    text-align: center;
    cursor: pointer;
}

    .poet-popup b {
        font-size: 1.2em;
        color: white;
    }

    .poet-popup i {
        color: white;
        font-style: italic;
    }

    .poet-popup img {
        max-width: 100px;
        margin-top: 10px;
        border-radius: 8px;
        box-shadow: 0 0 5px rgba(0,0,0,0.5);
    }

    .poet-popup p {
        font-size: 0.9em;
        line-height: 1.4;
        margin-top: 6px;
    }
