body {
    background-color: #f5f7fa;
}

h2 {
    color: #1a1a2e;
    font-weight: 800;
    font-size: 1.4rem;
}

h2 i {
    color: #FFA500;
    margin-right: 4px;
}

#map {
    width: 100%;
    height: 400px;
    margin-bottom: 24px;
    border: 1px solid #e8ecf0;
    border-radius: 14px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

.info-box {
    padding: 24px;
    background-color: #fff;
    border: 1px solid #e8ecf0;
    border-radius: 14px;
    text-align: left;
    margin-bottom: 20px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
    transition: box-shadow 0.2s;
}

.info-box:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.06);
}

.info-box h3 {
    margin-bottom: 16px;
    font-size: 1.1rem;
    color: #1a1a2e;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 8px;
}

.info-box h3 i {
    color: #FFA500;
}

.info-box ul {
    list-style: none;
    padding: 0;
    font-size: 0.9rem;
    color: #555;
}

.info-box ul li {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    gap: 10px;
    padding: 6px 0;
    border-bottom: 1px solid #f5f5f5;
}

.info-box ul li:last-child {
    border-bottom: none;
}

.info-box ul li i {
    font-size: 1rem;
    color: #FFA500;
    width: 18px;
    text-align: center;
}

.info-box ul li span {
    color: #1a1a2e;
    font-weight: 600;
}

.highlight {
    color: #FFA500;
    font-weight: 700;
}

header {
    z-index: 100000;
}
