.pcg-grid-541021e0 {
    display: grid;
    width: 100%;
}

.pcg-img-wrapper-541021e0 {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.pcg-img-wrapper-541021e0 a {
    display: block;
    width: 100%;
    height: 100%;
}

.pcg-img-wrapper-541021e0 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.pcg-img-wrapper-541021e0 img:hover {
    transform: scale(1.02);
}

.pcg-placeholder-541021e0 {
    padding: 20px;
    background: #f8f9fa;
    border: 1px dashed #cccccc;
    text-align: center;
    color: #666666;
}

.pcg-editor-preview-541021e0 {
    background: #fafafa;
    border: 1px dashed #e0e0e0;
    padding: 30px;
    text-align: center;
    color: #777;
}
