.fcp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #007bff;
    color: white;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    z-index: 9999;
}
.fcp-popup {
    display: none;
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #fff;
    padding: 15px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
    border-radius: 8px;
    z-index: 9999;
}
.fcp-close {
    float: right;
    font-size: 20px;
    cursor: pointer;
}
.fcp-content {
    text-align: center;
    font-size: 1em;
    margin-bottom: 10px;
}
.fcp-phone-wrap {
    text-align: center;
    margin-bottom: 10px;
}
.fcp-phone {
    color: #007bff;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}
.fcp-legal {
    font-size: 0.7em;
    text-align: center;
    color: #555;
}
