/* Global styles for FPD pages */
.fpd-sc-module-wrapper[data-type="text-layers"] .fpd-title {
    /* Your styles here */
    flex: 1 calc(20% - 16px) !important;
    text-transform: capitalize !important;
}

.fpd-sc-module-wrapper[data-type="images"] .fpd-module-tabs {
    /* Your styles here */
    display: none !important;
}

.fpd-sc-module-wrapper[data-type="images"] .fpd-upload-image .fpd-btn {
    display: none !important;
}
.fpd-sc-module-wrapper[data-type="images"] .fpd-upload-image:before {
    font-family: 'fontawesome';
    content: '\e09a';
    font-size: 1.4em;
    line-height: 1.2em;
}

input.fpd-dropdown-current {
    pointer-events: none !important;
}

.fpd-sc-module-wrapper[data-type="text-layers"] .fpd-list-row {
    box-shadow: none !important;
}

.fpd-cell-full:has(.fpd-text-input) {
    flex: 1 calc(80% - 16px) !important;
}

.fpd-container .fpd-text-input {
    background-color: #fff !important;
    min-height: 50px !important;
}

.tm-epo-field-label.fullwidth {
    flex-wrap: nowrap !important;
}

.fpd-container fpd-module-text-layers .fpd-list {
    padding: 0;
}

#qr-code-generator {
    display: flex;
}

#qr-code-generator .fpd-title {
    margin: 10px 8px;
    font-size: 14px;
    color: var(--fpd-dark-grey-color);
    width: calc(20% - 16px);
}
#qr-code-generator .qr-input-container {
    width: calc(80% - 16px);
    margin: 10px 8px;
}
#qr-code-generator .qr-input-container input {
    background-color: #fff !important;
    margin-bottom: 0;
}
#qr-code-generator #char-count {
    color: var(--fpd-dark-grey-color);
    font-size: 14px;
}
/* Add any other global FPD styles here */ 

.fpd-product-stage {
    background: white;
}

/* Product Gallery Styles */
.custom-gallery-container {
    gap: 10px;
}

.custom-gallery-thumbnail {
    cursor: pointer;
    transition: opacity 0.2s ease;
}

.custom-gallery-thumbnail:hover {
    opacity: 0.8;
}

.custom-product-description {
    margin-bottom: 2em;
    line-height: 1.6;
}
