.site-diagnostics-warning { display: none; position: fixed; top: 20px; right: 20px; z-index: 999999; max-width: 420px; padding: 16px 45px 16px 18px; background: #fff3cd; border: 1px solid #ffecb5; border-radius: 6px; box-shadow: 0 4px 20px rgba(0, 0, 0, .15); } .site-diagnostics-warning.is-visible { display: block; } .site-diagnostics-warning__title { margin-bottom: 6px; font-weight: 600; } .site-diagnostics-warning__text { font-size: 14px; line-height: 1.5; } .site-diagnostics-warning__close { position: absolute; top: 8px; right: 10px; width: 28px; height: 28px; padding: 0; border: 0; background: transparent; font-size: 24px; line-height: 28px; cursor: pointer; }