.image-resolution-control{height:36px;flex:0 0 auto;display:flex;align-items:center;gap:7px;margin-left:2px;padding:3px 4px 3px 6px;border:1px solid #c8d4d7;border-radius:8px;background:#f8fbfb;color:#263b43}
.image-resolution-badge{display:grid;grid-template-columns:22px auto;grid-template-rows:16px 12px;align-items:center;min-width:118px}
.image-resolution-badge i{grid-row:1/3;width:19px;height:19px;display:grid;place-items:center;border-radius:6px;background:#e8eef0;color:#52646b;font:900 8px/1 Arial,sans-serif}
.image-resolution-badge b{font-size:9px;line-height:1.05;white-space:nowrap}
.image-resolution-badge small{color:#63727a;font-size:7px;line-height:1;white-space:nowrap}
.image-resolution-control.warning{border-color:#e5b984;background:#fff8ed}
.image-resolution-control.warning .image-resolution-badge i{background:#f5c779;color:#583813}
.image-resolution-control.ready{border-color:#a9d4c7;background:#f1faf7}
.image-resolution-control.ready .image-resolution-badge i{background:#cfe9df;color:#176550}
.image-resolution-control.source{border-color:#b9cae2;background:#f3f7fc}
.image-resolution-control.source .image-resolution-badge i{background:#d8e4f2;color:#31577c}
.image-resolution-control button{height:28px!important;padding:0 9px!important;border:0!important;border-radius:6px!important;background:#173e48!important;color:#fff!important;font-size:8px!important;font-weight:850!important;white-space:nowrap}
.image-resolution-control button:hover{background:#0c716f!important}
.image-resolution-control button:disabled{background:#9aa6aa!important;color:#edf1f2!important}
@media(max-width:900px){.image-resolution-control{height:34px}.image-resolution-badge{min-width:106px}.image-resolution-control button{padding:0 7px!important}}
