.custom-info-window {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
    max-width: 300px;
    padding: 10px;
}

.custom-info-window .address {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}

.custom-info-window .title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.custom-info-window .address-line {
    margin-bottom: 5px;
    color: #000;
}

.custom-info-window .view-link a {
    text-decoration: none;
    color: #007BFF;
    font-size: 16px;
}

.custom-info-window .view-link a:hover {
    text-decoration: underline;
    font-size: 16px;
}

tr.active {
    background-color: #f2f2f2;
}

tr.active_colored td {
    background-color: #dff0d8;
    color: #000;
}
