/**
 * Public CSS
 *
 * @package B_Custom_Stickers
 */

/* Custom Fields */
.bcs-custom-fields {
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.bcs-field-group {
    margin-bottom: 15px;
}

.bcs-field-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.bcs-field-group input[type="text"],
.bcs-field-group select {
    width: 100%;
}

.bcs-color-preview {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    border-radius: 50%;
    margin-left: 10px;
    vertical-align: middle;
}

.bcs-artwork-preview {
    margin-top: 10px;
    max-width: 300px;
}

.bcs-artwork-preview img {
    max-width: 100%;
    height: auto;
}

.bcs-artwork-progress {
    margin-top: 10px;
    height: 10px;
    background-color: #ddd;
    border-radius: 5px;
    display: none;
}

.bcs-artwork-progress-bar {
    height: 100%;
    background-color: #4caf50;
    border-radius: 5px;
    width: 0;
}

.bcs-sticker-preview {
    margin-top: 20px;
}

.bcs-preview-container {
    border: 1px dashed #ddd;
    padding: 20px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bcs-preview-text {
    word-break: break-word;
}
