.ci-project-list-wrap:not(.--has-projects) {
    margin-top: auto;
    margin-bottom: auto;
    height: auto;
    min-height: 0;
}



.ci-project-list-wrap.--has-projects {
    margin-top: 2rem;
}

.ci-box-list-item {
    width: auto;
    height: auto;
    overflow: auto;
}

.ci-popup {
    margin: 0 1rem;
    padding: 2rem;
}

.ci-box-content {
    height: 115px;
}

.ci-box-detail {
    position: static;
}


.ci-box-action-wrap {
    border-radius: var(--radius);
    box-shadow: 0px 0px 10px rgb(30 30 30 / 28%) ;
    overflow: hidden;
}

.ci-box-action-item:not(:last-child) {
    border-bottom: var(--border);
}

.ci-box-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
    grid-gap: 1rem;
}
