.custom-popup-button {
    /* Add your custom styles here */
    padding: 10px 20px;
    background-color: #0073aa;
    color: #ffffff;
    border: none;
    border-radius: 10px;
    cursor: pointer;
}

.custom-popup-button:hover {
    background-color: #005177;
}
