body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
}

#map {
    width: 100%;
    height: calc(100vh - 56px);
    margin-top: 56px;
    z-index: 1;
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.leaflet-touch .leaflet-bar button {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0;
    background-color: white;
    color: #444;
    border-bottom: 1px solid #ccc;
}

.leaflet-touch .leaflet-bar button:hover {
    background-color: #f4f4f4;
    color: #000;
}

.news-card {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.news-card:last-child {
    border-bottom: none;
}
.news-thumb {
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 6px;
    margin-bottom: 10px;
}
.news-title {
    font-weight: 600;
    font-size: 1.1rem;
    color: #212529;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
}
.news-title:hover {
    color: #0d6efd;
}
.news-meta {
    font-size: 0.85rem;
    color: #6c757d;
}

.currency-input-group {
    font-size: 1.2rem;
    font-weight: bold;
}
#currencyOutput {
    background-color: #e9ecef;
}