offline-screen{width:100%;height:100%}.offline-screen-container{width:calc(100% - 40px);height:calc(100% - 40px);background:var(--black);display:flex;flex-direction:column;padding:20px;justify-content:center;gap:20px}.offline-screen-body{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px}.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)}.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;align-self:stretch;color:#fff;text-align:center;font-size:16px;font-weight:600;line-height:normal;text-transform:capitalize;border:none;font-family:Hind}
