/* ARTIZS.SAY v0.4.5 — Desktop room cover production ratio 1920×320 (6:1) */
@media (min-width: 1200px) {
  .chat-panel .room-cover {
    width: auto !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
    aspect-ratio: 6 / 1;
    flex: 0 0 auto !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
  }

  .chat-panel .room-cover.has-cover {
    background-size: cover !important;
  }

  .chat-panel .room-cover .source-cover-default {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }
}
