.bricks-mobile-menu{ margin-top:60px !important; }  .brx-body { height: 100%; } main {    } #brx-footer {  } ::-moz-selection {  color: white; background: var(--secondary); } ::selection { color: white; background: var(--secondary); }   #brx-content.post-password-required { max-width: 480px !important; margin: 80px auto !important; padding: 48px 36px !important; background: #ffffff !important; border-radius: 20px !important; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important; text-align: center !important; box-sizing: border-box !important; }  #brx-content.post-password-required h1 { font-size: 1.75rem !important; font-weight: 700 !important; color: #0f172a !important; margin: 0 0 12px 0 !important; }  #brx-content .post-password-form p:empty { display: none !important; }  #brx-content .post-password-form p { color: #64748b !important; font-size: 0.95rem !important; line-height: 1.5 !important; margin-bottom: 24px !important; }  #brx-content .post-password-form label { display: flex !important; flex-direction: column !important; align-items: flex-start !important; gap: 8px !important; font-size: 0.875rem !important; font-weight: 600 !important; color: #334155 !important; text-align: left !important; width: 100% !important; }  #brx-content .post-password-form input[type="password"] { width: 100% !important; height: 48px !important; padding: 0 16px !important; background-color: #f8fafc !important; border: 1.5px solid #cbd5e1 !important; border-radius: 10px !important; font-size: 1rem !important; color: #0f172a !important; box-sizing: border-box !important; outline: none !important; transition: all 0.2s ease !important; } #brx-content .post-password-form input[type="password"]:focus { border-color: #2563eb !important; background-color: #ffffff !important; box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.1) !important; }  #brx-content .post-password-form input[type="submit"] { display: block !important; height: 48px !important; margin-top: 16px !important; background-color: #2563eb !important; color: #ffffff !important; font-size: 0.95rem !important; font-weight: 600 !important; border: none !important; border-radius: 10px !important; cursor: pointer !important; transition: background-color 0.2s ease, transform 0.1s ease !important; } #brx-content .post-password-form input[type="submit"]:hover { background-color: #1d4ed8 !important; } #brx-content .post-password-form input[type="submit"]:active { transform: scale(0.99) !important; }