.pas-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
}

.pas-progress-steps {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    position: relative;
}

.pas-progress-steps::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    background: #ddd;
    z-index: 1;
}

.pas-step {
    position: relative;
    z-index: 2;
    background: #fff;
    padding: 10px 20px;
    border: 2px solid #ddd;
    border-radius: 50px;
    text-align: center;
    min-width: 100px;
}

.pas-step.active {
    border-color: #0073aa;
    background: #0073aa;
    color: white;
}

.pas-upload-area {
    border: 2px dashed #ddd;
    padding: 40px;
    text-align: center;
    margin: 20px 0;
    border-radius: 5px;
    transition: all 0.3s;
}

.pas-upload-area:hover {
    border-color: #0073aa;
}

.pas-dropzone-content .dashicons {
    font-size: 50px;
    color: #0073aa;
    margin-bottom: 15px;
}

.pas-button {
    background: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s;
}

.pas-button:hover {
    background: #005177;
}

.pas-uploaded-images {
    margin-top: 30px;
}

.pas-image-thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin: 15px 0;
}

.pas-image-thumbnail {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.pas-navigation {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
    gap: 15px;
}

.pas-next-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.pas-image-requirements {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    margin: 20px 0;
}

.pas-supported-formats {
    color: #666;
    font-size: 14px;
}

.pas-thumbnail-wrapper {
    position: relative;
    display: inline-block;
}

.pas-remove-thumbnail {
    position: absolute;
    top: -10px;
    right: -10px;
    background: red;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    cursor: pointer;
    font-size: 14px;
}

.pas-uploading {
    opacity: 0.7;
    pointer-events: none;
}

.pas-drag-over {
    border-color: #0073aa !important;
    background: rgba(0, 115, 170, 0.1);
}

/* Paper Selection */
.pas-paper-options {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
    margin: 20px 0;
}

.pas-paper-option {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: all 0.3s;
}

.pas-paper-option:hover, .pas-paper-option.selected {
    border-color: #0073aa;
    background: #f5f9ff;
}

.pas-paper-name {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 5px;
}

.pas-paper-price {
    color: #0073aa;
    font-weight: bold;
    margin: 10px 0;
    font-size: 16px;
}

.pas-paper-description {
    color: #666;
    margin-bottom: 10px;
}

.pas-paper-gsm {
    color: #888;
    font-size: 14px;
}

/* Image Slider */
.pas-image-slider {
    display: flex !important;
    overflow-x: auto;
    gap: 15px;
    padding: 15px;
    background: #f9f9f9;
    margin: 20px 0;
    min-height: 150px;
    border-radius: 5px;
    scrollbar-width: thin;
    scrollbar-color: #0073aa #f1f1f1;
    visibility: visible !important;
}

.pas-image-slider::-webkit-scrollbar {
    height: 5px;
}

.pas-image-slider::-webkit-scrollbar-thumb {
    background: #0073aa;
    border-radius: 10px;
}

.pas-slide {
    flex: 0 0 auto;
    text-align: center;
    cursor: pointer;
    min-width: 120px;
}

.pas-slide img {
    width: 100px;
    height: 100px;
    
    
    
    
    
    /* Size Selection */
.pas-size-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 15px;
}

.pas-size-option {
    border: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
}

.pas-size-option.selected {
    border-color: #0073aa;
    background: #f5f9ff;
}

/* Frame Selection */
.pas-frame-styles, .pas-mat-options {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.pas-frame-option, .pas-mat-option {
    border: 1px solid #ddd;
    padding: 10px;
    cursor: pointer;
}

.pas-frame-sample {
    width: 80px;
    height: 80px;
    border: 3px solid;
    margin-bottom: 5px;
}

/* Checkout */
.pas-checkout-container {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 30px;
}

.pas-order-summary {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
}
    object-fit: cover;
    border: 2px solid #ddd;
    border-radius: 4px;
    transition: all 0.3s;
}

.pas-slide.active img {
    border-color: #0073aa;
    box-shadow: 0 0 0 2px rgba(0, 115, 170, 0.3);
}

.pas-slide-filename {
    font-size: 12px;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100px;
    color: #555;
}

.pas-current-image {
    margin-bottom: 20px;
    font-weight: bold;
    color: #333;
    font-size: 15px;
}

.pas-no-images {
    color: #666;
    text-align: center;
    width: 100%;
}