body {
    font-family: Arial, sans-serif;
    margin: 0;
    background: #f5f5f5;
}

#site-header {
    background: #333;
    color: #fff;
    padding: 10px 20px;
}

#site-header a {
    color: #fff;
    text-decoration: none;
}

#map-container {
    position: relative;
    width: 100%;
    max-width: 1388px;
    margin: 0 auto;
}

#map-image {
    width: 100%;
    height: auto;
    display: block;
}

.map-marker {
    position: absolute;
    transform: translate(-50%, -50%);
    background: #ff4444;
    color: #fff;
    padding: 3px 6px;
    border-radius: 50%;
    font-size: 12px;
    text-align: center;
}

.monument-list {
    list-style: none;
    padding: 0 20px;
}

.monument-image {
    max-width: 100%;
    display: block;
    margin-bottom: 20px;
}

.video-wrapper {
    margin-top: 30px;
}

