#suisse-homes-custom-popup {
    position: fixed;
    right: -350px;
    bottom: 10%;
    width: 280px;
    background-color: #8B0000;
    color: #ffffff;
    border: 1px solid #700000;
    padding: 15px;
    padding-top: 45px;
    z-index: 10001;
    transition: right 0.5s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    border-radius: 8px;
    font-family: Arial, sans-serif;
    text-align: center;
}

#suisse-homes-custom-popup.show {
    right: 10px;
}

#suisse-homes-custom-popup h2 {
    color: #ffffff;
    font-size: 18px;
    margin-bottom: 15px;
}

#suisse-homes-custom-popup p a {
    color: #ffd700;
    text-decoration: none;
    font-weight: bold;
}

.suisse-homes-close-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    color: #ffffff;
    background: #700000;
    border: none;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 22px;
    font-size: 18px;
}

.suisse-homes-reopen-btn {
    position: fixed;
    right: 15px;
    bottom: 20%;
    width: 30px;
    height: 30px;
    background-color: #8B0000;
    color: #ffffff;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 10001;
}
