.cfm-fullscreen-report[hidden]{display:none!important}
.cfm-fullscreen-report{display:none}

body.cfm-car-mode-active #cfm-player .cfm-fullscreen-report,
body.cfm-fullscreen-active #cfm-player .cfm-fullscreen-report,
#cfm-player:fullscreen .cfm-fullscreen-report{
  align-items:center;
  gap:8px;
  width:max-content;
  max-width:100%;
  min-height:38px;
  margin-top:10px;
  padding:8px 14px;
  border:1px solid rgba(255,190,54,.62);
  border-radius:999px;
  background:rgba(255,174,22,.12);
  color:#ffd365;
  font:700 13px/1.1 system-ui,-apple-system,"Segoe UI",sans-serif;
  cursor:pointer;
  box-shadow:0 8px 22px rgba(0,0,0,.2);
}

body.cfm-car-mode-active #cfm-player .cfm-fullscreen-report:not([hidden]),
body.cfm-fullscreen-active #cfm-player .cfm-fullscreen-report:not([hidden]),
#cfm-player:fullscreen .cfm-fullscreen-report:not([hidden]){display:inline-flex}

#cfm-player .cfm-fullscreen-report b{font:inherit;color:inherit}
#cfm-player .cfm-fullscreen-report:disabled{cursor:default;opacity:.86}
#cfm-player .cfm-fullscreen-report.is-sent{border-color:rgba(143,239,95,.62);background:rgba(99,208,63,.13);color:#b8f328}
#cfm-player .cfm-fullscreen-report.has-error{border-color:rgba(255,113,113,.65);color:#ffb1b1}

@media(min-width:701px){
  body.cfm-fullscreen-active #cfm-player .cfm-fullscreen-report,
  #cfm-player:fullscreen .cfm-fullscreen-report{min-height:42px;padding:9px 16px;font-size:14px}
}

@media(max-width:700px){
  body.cfm-car-mode-active #cfm-player .cfm-fullscreen-report,
  body.cfm-fullscreen-active #cfm-player .cfm-fullscreen-report,
  #cfm-player:fullscreen .cfm-fullscreen-report{min-height:34px;margin-top:7px;padding:7px 11px;font-size:12px}
}
