/* Halka WebP Image Optimizer — Media Library Styles */ 

/* Column width */
.column-hwio_optimizer { width: 130px; }

/* Convert button */
.hwio-convert-btn {
    font-size: 12px !important;
    padding: 2px 8px !important;
    height: auto !important;
    line-height: 1.6 !important;
    white-space: nowrap;
}
.hwio-convert-btn.hwio-working {
    opacity: .6;
    cursor: wait;
}
.hwio-convert-btn.hwio-btn-error {
    border-color: #c7461a !important;
    color: #c7461a !important;
}

/* Already converted badge */
.hwio-converted {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    color: #008a00;
    font-weight: 600;
    font-size: 12px;
}

/* Savings badge */
.hwio-savings {
    display: inline-block;
    margin-left: 5px;
    font-size: 11px;
    color: #008a00;
    font-weight: 600;
    background: #edfaed;
    border: 1px solid #b3dfb3;
    border-radius: 3px;
    padding: 1px 5px;
    vertical-align: middle;
}

/* N/A dash */
.hwio-na { color: #aaa; }

/* Attachment edit screen */
.hwio-converted + .hwio-savings { margin-top: 4px; }
