#crops-text {
    float: left;
    width: 8%;
}
#description {
    clear: both;
}
.marker-text {
    color: white;
    font-weight: bold;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 2px 5px;
    border-radius: 3px;
    pointer-events: none; /* Zapobiega interakcjom z tekstem */
}