.crg-wrapper{
    padding:20px;
    background:#f5f6f7;
    border-radius:12px;
    margin-top:30px;
}

.crg-header{
    font-weight:600;
    font-size:18px;
    margin-bottom:15px;
    text-transform:uppercase;
    color:#555;
}

.crg-search-box{
    margin-bottom:18px;
}

#crg-search{
    width:100%;
    padding:10px 12px;
    border-radius:10px;
    border:1px solid #d0d3d7;
    font-size:15px;
    outline:none;
}

#crg-search:focus{
    border-color:#68a0ff;
}

#crg-list .crg-item{
    display:flex;
    gap:14px;
    margin-bottom:18px;
    text-decoration:none;
    color:inherit;
}

.crg-thumb img{
    display:block;
    width:120px;
    height:80px;
    object-fit:cover;
    border-radius:10px;
}

.crg-info{
    display:flex;
    flex-direction:column;
    justify-content:center;
}

.crg-title{
    font-size:16px;
    margin-bottom:4px;
}

.crg-codes{
    font-size:14px;
    color:#555;
}

/* Кнопка "Предложить игру" */
.crg-suggest-btn{
    margin-top:10px;
    padding:9px 16px;
    background:#2ac66d;
    color:#fff;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-size:14px;
}

/* Модалка */
.crg-modal{
    display:none;
    position:fixed;
    left:0; top:0;
    width:100%; height:100%;
    background:rgba(0,0,0,0.55);
    z-index:9999;
    justify-content:center;
    align-items:center;
}

.crg-modal-content{
    background:#fff;
    padding:22px 20px 18px;
    border-radius:12px;
    width:320px;
    max-width:90%;
    box-shadow:0 8px 24px rgba(0,0,0,0.2);
}

.crg-modal-content h3{
    margin-top:0;
    margin-bottom:12px;
    font-size:18px;
}

#crg-suggest-name{
    width:100%;
    padding:8px 10px;
    border-radius:8px;
    border:1px solid #d0d3d7;
    margin-bottom:12px;
    font-size:14px;
}

.crg-modal-buttons{
    display:flex;
    gap:8px;
    justify-content:flex-end;
    margin-bottom:6px;
}

.crg-btn-main{
    padding:7px 14px;
    background:#2ac66d;
    border:none;
    border-radius:8px;
    color:#fff;
    cursor:pointer;
    font-size:14px;
}

.crg-btn-secondary{
    padding:7px 14px;
    background:#e4e6eb;
    border:none;
    border-radius:8px;
    cursor:pointer;
    font-size:14px;
}

.crg-modal-status{
    font-size:13px;
    color:#444;
    text-align:left;
}
