.cw-block-overview-v2__placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-height: 160px;
    padding: 2rem 1.5rem;
    border: 2px dashed #c3c4c7;
    border-radius: 4px;
    background: #f6f7f7;
    color: #50575e;
    text-align: center;
}

.cw-block-overview-v2__placeholder .dashicons {
    width: 32px;
    height: 32px;
    font-size: 32px;
    color: #787c82;
}

.cw-block-overview-v2__placeholder p {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}
