/* PSD-adjusted grid items - No specific styling needed */
/* Selector removed to avoid empty ruleset */

/* Custom aspect ratio for preview containers - No specific styling needed */
/* Selector removed to avoid empty ruleset */

/* PSD preview size variations */
.psd-preview-square {
    width: 300px;
    height: 300px;
}

.psd-preview-portrait {
    width: 300px;
    height: 400px;
}

.psd-preview-banner {
    width: 600px;
    height: 300px;
}

/* PSD Mode Styles */
/* Ensure text layers are always visible */
.psd-text-layer {
    display: flex !important;
}

/* PSD Text Layer Styles - moved to psdTextLayers.css */
/* Removed duplicate definition to prevent style conflicts */

/* PSD preview container styles */
.psd-preview-container .psd-preview {
    margin: 10px;
    position: relative;
    overflow: hidden; /* Clip content to container */
}

/* Generated view outline styles */
.preview-container .kilo-flyers-template-preview {
    border: 3px solid #ffffff; /* White outline for generated views */
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.5);
}
