/**
 * Bizzswatches Admin Styles
 *
 * @package Bizzswatches
 */

 /*new by saiful*/
 div.bizzplugin-sidebar p.bizzplugin-plugin-description {
    display: none !important;
}

/* Product Panel */
#bizzswatches_product_options {
    padding: 20px;
}

#bizzswatches_product_options .options_group {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}

#bizzswatches_product_options .options_group:last-child {
    border-bottom: none;
}

/* Color Picker */
.bizzswatches-color-picker {
    width: 100px !important;
}

/* Image Upload */
.bizzswatches-image-upload {
    display: flex;
    align-items: center;
    gap: 10px;
}

.bizzswatches-image-preview {
    width: 60px;
    height: 60px;
    border: 1px dashed #ccd0d4;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    overflow: hidden;
}

.bizzswatches-image-preview img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/* Term Column Preview */
.column-bizzswatches_preview {
    width: 50px;
}

/* Responsive */
@media screen and (max-width: 782px) {
    .bizzswatches-features-grid {
        grid-template-columns: 1fr;
    }

    .bizzswatches-step {
        flex-direction: column;
    }

    .bizzswatches-step .step-number {
        margin-bottom: 15px;
        margin-right: 0;
    }
}
