offline-screen{width:100%;height:100%}.offline-screen-container{width:100%;height:100%;background:var(--black);display:flex;flex-direction:column;padding:20px;justify-content:center;gap:20px;align-items:center}.offline-screen-body{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;max-width:500px}.offline-screen-body p{margin:0;width:75%;text-align:center}.offline-screen-title{text-align:center;font-size:24px;font-style:normal;font-weight:700;line-height:normal;text-transform:uppercase;color:var(--white)}.offline-screen-subtitle{text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:22px;color:var(--white);font-family:Hind}.offline-screen-refresh-btn{border-radius:4px;background:var(--brand-widget-button);display:flex;padding:10px 12px;justify-content:center;align-items:center;gap:10px;width:calc(100% - 100px);color:#fff;text-align:center;font-size:16px;font-weight:600;line-height:normal;text-transform:capitalize;border:none;font-family:Hind;max-width:500px}
