#rcp-popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.6);
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
}

#rcp-popup-box {
    background: #fff;
    max-width: 700px;
    width: 90%;
    padding: 30px;
    position: relative;
    border-radius: 10px;
}

.rcp-popup-close {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 26px;
    background: none;
    border: none;
    cursor: pointer;
}

.rcp-recipes-carousel {
    margin: 30px 0;
}

.rcp-recipe-item {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
}

.rcp-recipe-thumb img {
    width: 100%;
    height: auto;
    display: block;
}

.rcp-recipe-title {
    font-size: 16px;
    padding: 12px;
}
