.carolo-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.carolo-popup-box {
    background: #fffaf1;
    padding: 40px;
    border-radius: 20px;
    box-shadow: 0 10px 40px rgba(255, 165, 0, 0.3);
    max-width: 680px;
    text-align: justify;
    color: #783000;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 400;
}

.carolo-popup-box p {
    margin: 20px 0;
}

.carolo-popup-box strong {
    color: #dd5500;
    font-weight: bold;
}

#carolo-popup-close {
    margin-top: 30px;
    background-color: #f08a24;
    color: white;
    border: none;
    padding: 12px 24px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 8px;
}

#carolo-popup-close:hover {
    background-color: #dd5500;
}

.carolo-heading {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
