/* Image Optimizer - Frontend Styling */
/* Inherits premium styles from rn-premium-core.css */

.image-optimizer-wrapper {
    width: 100%;
}

.io-frontend-container {
    max-width: 720px;
    margin: 0 auto;
}

.io-format-selector {
    text-align: center;
    margin-bottom: 1.5rem;
}

.io-format-label {
    color: #666;
    font-weight: 600;
    margin-right: 0.5rem;
}

.io-file-input {
    display: none !important;
    height: 0 !important;
    opacity: 0 !important;
    overflow: hidden !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 0 !important;
}

.io-dropzone {
    cursor: pointer;
}

.io-inline-notice {
    border: 1px solid #f4b8b8;
    border-radius: 8px;
    background: #fff5f5;
    color: #9b1c1c;
    font-weight: 600;
    margin: 0 0 1rem;
    padding: 0.8rem 1rem;
}
