/* Logo styles */
.logo-uploader {
    max-width: 150px;
    width: 100%;
}

.logo-preview {
    width: 100%;
    max-width: 150px;
    object-fit: contain;
    border-radius: 0.5rem;
}

/* Default style (clear) */
.wrapperBakuLay {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
    border: 0;
    width: 100%;
    max-width: 600px;
    background: #fff;
}

/* Style for dark mode */
html[data-bs-theme='dark'] .wrapperBakuLay {
    background: #212529;
    color: #f1f1f1;
}

.imgLayoutLogoBaku {
    width: 100% !important;
    padding: 5px 10px !important;
    background: #f1f0ef !important;
}

html[data-bs-theme='dark'] .imgLayoutLogoBaku {
    background: #cfcfcf !important;
}

.filepond--drop-label {
    background: #f8f9fa;
    color: #212529;
}

html[data-bs-theme='dark'] .filepond--drop-label {
    background: #cfcfcf !important;
}
