.gallery-editor-placeholder {
    border: 1px dashed #ccc;
    padding: 20px;
    background: #fafafa;
    text-align: center;
    color: #666;
    margin: 20px 0;
    font-size: 14px;
}

.gallery-editor-placeholder strong {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}

.gallery-editor-placeholder em {
    color: #999;
    font-style: normal;
    font-size: 13px;
    display: block;
    margin-bottom: 15px;
}

.gallery-editor-placeholder ul.gallery-image-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}

.gallery-editor-placeholder ul.gallery-image-list li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 4px;
    background: #fff;
    border-radius: 4px;
}

.gallery-editor-placeholder ul.gallery-image-list img {
    height: 80px !important;
    width: auto;
    display: block;
}
