/* CerberHost 72.1.370 — własne ikony + FS19 standard panel */
.service-custom-art,
.service-icon .service-custom-art,
.service-brand-icon .service-custom-art,
.admin-product-art .service-custom-art,
.ap-product-icon .service-custom-art,
.preview-orb .service-custom-art,
.server-live-state .service-custom-art{
  display:block;
  width:100%;
  height:100%;
  max-width:100%;
  max-height:100%;
  object-fit:contain;
  object-position:center;
  border:0;
  background:transparent;
  filter:none;
}
.service-icon .service-custom-art{width:86%;height:86%;margin:auto}
.service-icon.large .service-custom-art,
.service-icon.xlarge .service-custom-art{width:90%;height:90%}
.service-card .service-brand-icon{width:74px;height:74px;display:grid;place-items:center;overflow:visible}
.service-card .service-brand-icon img.service-custom-art{width:70px;height:70px}
.preview-orb img.service-custom-art{width:90%;height:90%;margin:auto}
.ap-product-icon img.service-custom-art{width:94%;height:94%;margin:auto}

.admin-product-copy{display:flex;align-items:center;gap:11px}
.admin-product-art{
  width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;
  border:1px solid rgba(142,47,184,.28);border-radius:12px;background:#09060d;overflow:hidden;
}
.admin-product-art img.service-custom-art{width:46px;height:46px}

.server-manager-head .service-icon.xlarge{
  width:66px;height:66px;display:grid;place-items:center;overflow:visible;
}
.server-manager-head .service-icon.xlarge img.service-custom-art{width:62px;height:62px}
.server-live-state .service-game-art{
  width:54px;height:54px;flex:0 0 54px;object-fit:contain;
}

/* FS19 ma korzystać z dokładnie tego samego układu co inne serwery. */
.fs19-standard-note{
  padding:12px 14px;border:1px solid rgba(255,185,62,.25);
  border-radius:12px;background:rgba(83,51,0,.10);color:#e8c27d;font-size:11px;line-height:1.55;
}
.fs19-standard-note.ok{
  border-color:rgba(76,220,140,.24);background:rgba(13,79,46,.10);color:#8ae9b1;
}
.fs19-web-link{
  display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 15px;
  border:1px solid #381448;border-radius:10px;background:#0b0710;color:#fff;text-decoration:none;font-weight:900;
}
.fs19-files-toolbar{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:10px}
.fs19-files-toolbar code{flex:1;min-width:150px;padding:10px;border:1px solid #2e1538;border-radius:9px;background:#07050a}
.fs19-file-list{display:grid;gap:7px}
.fs19-file-row{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:8px;align-items:center;padding:9px 11px;border:1px solid #281330;border-radius:10px;background:#08050a}
.fs19-file-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.fs19-reinstall-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:12px 0}
.fs19-reinstall-options label{display:flex;gap:9px;align-items:center;padding:11px;border:1px solid #30143a;border-radius:11px;background:#09060d}
#fs19Console{min-height:360px;max-height:460px;overflow:auto;white-space:pre-wrap;word-break:break-word}

@media(max-width:700px){
  .service-card .service-brand-icon{width:64px;height:64px}
  .service-card .service-brand-icon img.service-custom-art{width:60px;height:60px}
  .fs19-reinstall-options{grid-template-columns:1fr}
  .fs19-file-row{grid-template-columns:minmax(0,1fr) auto}
}
