.access-2 { padding-top: 0 !important; } .access-fix { float: right !important; margin-right: 20px; color: white; } .custom-access-dropdown-toggle>svg.lucide { float: right; margin: 12px 0 0 6px; } .custom-access-avatar-wrap { border-radius: 50%; overflow: hidden; width: 39px; height: 39px; display: inline-block; vertical-align: middle; flex-shrink: 0; } .custom-access-avatar-wrap img.avatar { width: 100%; height: 100%; object-fit: cover; display: block; } .custom-access-modal-backdrop { position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 10000; display: none; background: rgba(0, 0, 0, 0.85); } .custom-access-modal-backdrop.in { display: flex !important; align-items: center; justify-content: center; } .custom-access-modal { position: relative !important; width: 420px; max-width: 95%; background: #0a0a0a; border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 28px; box-shadow: 0 40px 100px -20px rgba(0, 0, 0, 1), 0 0 50px rgba(255, 94, 98, 0.05); overflow: hidden; margin: auto; max-height: 0; opacity: 0; transform: translateY(30px) scale(0.98); transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); padding: 0; } .custom-access-modal-backdrop.in .custom-access-modal { max-height: 95vh; opacity: 1; transform: translateY(0) scale(1); height: auto !important; } .custom-access-modal button.ca-close-btn-premium { all: unset !important; position: absolute !important; top: 20px !important; right: 20px !important; left: auto !important; width: 36px !important; height: 36px !important; background: rgba(255, 255, 255, 0.05) !important; border: 1px solid rgba(255, 255, 255, 0.1) !important; color: #888 !important; border-radius: 12px !important; display: flex !important; align-items: center !important; justify-content: center !important; cursor: pointer !important; z-index: 100 !important; transition: all 0.3s ease !important; } .ca-close-btn-premium:hover { background: rgba(255, 94, 98, 0.15) !important; border-color: rgba(255, 94, 98, 0.3) !important; color: #ff5e62 !important; transform: rotate(90deg); } .ca-close-btn-premium svg, .ca-close-btn-premium i { width: 18px !important; height: 18px !important; } .ribbon { width: 100px; height: 100px; overflow: hidden; position: absolute; top: -5px; left: -5px; z-index: 200; pointer-events: none; } .ribbon span { position: absolute; display: flex; align-items: center; justify-content: center; gap: 4px; width: 160px; padding: 8px 0; background: linear-gradient(135deg, #10b981 0%, #059669 100%); color: #fff; font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: 1px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3); left: -42px; top: 22px; transform: rotate(-45deg); } .custom-access-modal-header { position: relative; padding: 40px 40px 0; text-align: center; } .custom-access-modal-title { display: block; font-size: 28px; font-weight: 900; color: #fff; margin-bottom: 25px; letter-spacing: -1px; background: linear-gradient(to bottom, #fff 60%, #999 100%); -webkit-background-clip: text; background-clip: text; -webkit-text-fill-color: transparent; } .custom-access-modal-tabs { display: flex; list-style: none; padding: 4px; margin: 0 !important; background: #000; border: 1px solid #111; border-radius: 14px; gap: 4px; } .custom-access-modal-tab-item { flex: 1; } .custom-access-modal-tab-item button { all: unset !important; width: 100% !important; height: 52px !important; color: #555 !important; border-radius: 12px !important; display: flex !important; flex-direction: column !important; align-items: center !important; justify-content: center !important; cursor: pointer !important; transition: all 0.3s ease !important; font-size: 11px !important; font-weight: 700 !important; text-transform: uppercase !important; letter-spacing: 0.5px; } .custom-access-modal-tab-item button i, .custom-access-modal-tab-item button svg { margin-bottom: 2px; width: 16px !important; height: 16px !important; } .custom-access-modal-tab-item.active button { background: #111111 !important; color: #ff5e62 !important; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4) !important; border: 1px solid #222 !important; } .custom-access-modal-tab-item button:hover:not(.active) { color: #999 !important; background: rgba(255, 255, 255, 0.03) !important; } .custom-access-modal-body { padding: 30px 40px 45px; } .custom-access-modal-tab-pane { display: none; animation: caFadeIn 0.4s ease-out; } .custom-access-modal-tab-pane.active { display: block; } @keyframes caFadeIn { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } } .custom-access-input { width: 100% !important; background: #000 !important; border: 1px solid #1a1a1a !important; border-radius: 50px !important; padding: 16px 24px !important; color: #fff !important; font-size: 14px !important; margin-bottom: 15px !important; transition: all 0.3s ease !important; box-sizing: border-box; display: block !important; } .custom-access-input:focus { border-color: #ff5e62 !important; background: #030303 !important; box-shadow: 0 0 0 3px rgba(255, 94, 98, 0.1) !important; outline: none; } .ca-google-button { display: flex !important; align-items: center !important; justify-content: center !important; gap: 12px; text-decoration: none !important; background: #ffffff !important; color: #1f1f1f !important; border: none !important; border-radius: 50px !important; padding: 14px !important; font-size: 15px !important; font-weight: 700 !important; margin: 0 auto 20px !important; transition: all 0.3s ease !important; } .ca-google-button:hover { background: #f1f1f1 !important; transform: translateY(-2px); box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3); } .ca-google-icon { flex-shrink: 0; object-fit: contain; display: block; } .ca-divider { text-align: center; color: #333; font-size: 10px; margin: 10px 0 25px !important; font-weight: 800; text-transform: uppercase; letter-spacing: 3px; position: relative; } .custom-access-button:not(.ca-google-button) { all: unset !important; width: 100% !important; max-width: 220px !important; background: linear-gradient(135deg, #ff5e62 0%, #ff9966 100%) !important; color: #fff !important; border-radius: 50px !important; padding: 0 !important; height: 52px !important; font-size: 16px !important; font-weight: 900 !important; text-transform: uppercase !important; letter-spacing: 2px; cursor: pointer !important; transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important; margin: 20px auto 0 !important; box-shadow: 0 10px 30px rgba(255, 94, 98, 0.4) !important; box-sizing: border-box !important; display: flex !important; align-items: center !important; justify-content: center !important; text-align: center !important; } .custom-access-button:not(.ca-google-button):hover { transform: translateY(-3px); box-shadow: 0 15px 35px -10px rgba(255, 94, 98, 0.6) !important; filter: brightness(1.1); } .custom-access-button:not(.ca-google-button):active { transform: translateY(-1px); } .custom-access-dropdown { position: absolute; min-width: 240px; right: -5px; z-index: 1000; max-height: 0; overflow: hidden; opacity: 0; transform: translateY(15px); transition: all 0.4s cubic-bezier(0.19, 1, 0.22, 1); } .custom-access-dropdown.in { max-height: 400px; opacity: 1; transform: translateY(0); } .custom-access-dropdown-menu { list-style: none !important; padding: 8px !important; margin: 12px 0 0 0 !important; background: rgba(10, 10, 10, 0.95); backdrop-filter: blur(20px); border: 1px solid rgba(255, 255, 255, 0.08); border-radius: 20px; box-shadow: 0 20px 40px rgba(0, 0, 0, 0.6), 0 0 0 1px rgba(255, 255, 255, 0.05); } .custom-access-dropdown-item { margin: 2px 0; } .custom-access-dropdown-link { display: flex; align-items: center; gap: 12px; padding: 12px 16px; color: #999; text-decoration: none !important; font-size: 14px; font-weight: 600; border-radius: 12px; transition: all 0.2s ease; } .custom-access-dropdown-link i, .custom-access-dropdown-link svg { width: 18px !important; height: 18px !important; color: #555; transition: all 0.2s ease; } .custom-access-dropdown-link:hover { background: rgba(255, 255, 255, 0.05); color: #fff; } .custom-access-dropdown-link:hover i, .custom-access-dropdown-link:hover svg { color: #ff5e62; transform: translateX(2px); } .custom-access-dropdown-item:last-child .custom-access-dropdown-link:hover { background: rgba(220, 38, 38, 0.1); color: #ef4444; } .custom-access-dropdown-item:last-child .custom-access-dropdown-link:hover i, .custom-access-dropdown-item:last-child .custom-access-dropdown-link:hover svg { color: #ef4444; } .ca-error { color: #ff5e62; font-size: 12px; margin: -10px 0 15px 10px !important; font-weight: 600; } .ca-success { display: none; color: #10b981; font-size: 14px; margin-bottom: 25px; text-align: center; background: rgba(16, 185, 129, 0.1); padding: 15px; border-radius: 14px; } .ca-success:not(:empty) { display: block; } .content#profile { width: 100%; max-width: 1200px; margin: 20px auto; background: #0f0f0f; border-radius: 24px; overflow: hidden; border: 1px solid rgba(255, 255, 255, 0.05); box-shadow: 0 20px 50px rgba(0, 0, 0, 0.5); } .cover-image { position: relative; height: 350px; background: #1a1a1a; overflow: hidden; } .cover-image-preview { width: 100%; height: 100%; object-fit: cover; display: block; } .cover-image.editing::after { content: 'Drag to reposition cover'; position: absolute; inset: 0; background: rgba(0, 0, 0, 0.4); display: flex; align-items: center; justify-content: center; color: #fff; font-size: 18px; font-weight: 700; pointer-events: none; z-index: 5; } .cover-image-update { position: absolute !important; bottom: 20px !important; right: 40px !important; background: rgba(0, 0, 0, 0.5) !important; backdrop-filter: blur(10px) !important; border: 1px solid rgba(255, 255, 255, 0.2) !important; z-index: 20 !important; padding: 10px 18px !important; border-radius: 12px !important; } .cover-image-update:hover { background: rgba(0, 0, 0, 0.8) !important; border-color: #ff5e62 !important; color: #ff5e62 !important; } .profile-header { position: relative; padding: 0 40px 30px; margin-top: -80px; display: flex; align-items: flex-end; gap: 30px; z-index: 10; } .profile-avatar-container { position: relative; width: 160px; height: 160px; border-radius: 40px; overflow: hidden; cursor: default; } .profile-avatar-container.is-owner { cursor: pointer; } .profile-avatar-container img.avatar { width: 160px !important; height: 160px !important; border-radius: 40px; border: 6px solid #0f0f0f; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.8); object-fit: cover; background: #111; display: block; transition: transform 0.3s ease; } .profile-avatar-container.is-owner:hover img.avatar { transform: scale(1.05); } .avatar-edit-overlay { position: absolute; inset: 0; background: rgba(255, 94, 98, 0.6); display: flex; align-items: center; justify-content: center; color: #fff; opacity: 0; transition: opacity 0.3s ease; z-index: 5; pointer-events: none; border-radius: 40px; } .profile-avatar-container.is-owner:hover .avatar-edit-overlay { opacity: 1; } .avatar-edit-overlay i, .avatar-edit-overlay svg { width: 40px !important; height: 40px !important; } .profile-info-main { padding-bottom: 15px; } .profile-info-main h1 { font-size: 42px; font-weight: 900; color: #fff; margin: 0 0 5px; letter-spacing: -1.5px; line-height: 1; } .profile-info-main .user-meta { display: flex; align-items: center; gap: 15px; color: #888; font-size: 16px; } .profile-info-main .user-meta span { display: flex; align-items: center; gap: 6px; } .profile-grid { display: grid; grid-template-columns: 1fr 340px; gap: 30px; padding: 30px 40px 40px; } .profile-card { background: rgba(255, 255, 255, 0.03); border: 1px solid rgba(255, 255, 255, 0.06); border-radius: 20px; padding: 24px; } .profile-card h3 { font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 20px; display: flex; align-items: center; gap: 10px; } .profile-card h3::before { content: ''; width: 4px; height: 18px; background: #ff5e62; border-radius: 2px; } .profile-item { margin-bottom: 20px; } .profile-item:last-child { margin-bottom: 0; } .profile-item label { display: block; font-size: 12px; font-weight: 700; color: #666; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; } .profile-item p { color: #ddd; font-size: 16px; line-height: 1.6; margin: 0; } .profile-actions { display: flex; flex-direction: column; gap: 12px; } .btn-premium { display: flex; align-items: center; justify-content: center; gap: 10px; padding: 14px 20px; border-radius: 14px; font-weight: 700; font-size: 14px; cursor: pointer; transition: all 0.3s ease; border: none; text-align: center; } .btn-premium-primary { background: linear-gradient(135deg, #fb923c 0%, #ff5e62 100%); color: #fff; } .btn-premium-primary:hover { transform: translateY(-2px); box-shadow: 0 15px 30px rgba(255, 94, 98, 0.3); } .btn-premium-outline { background: rgba(255, 255, 255, 0.05); color: #fff; border: 1px solid rgba(255, 255, 255, 0.1); } .btn-premium-outline:hover { background: rgba(255, 255, 255, 0.1); border-color: rgba(255, 255, 255, 0.2); } .btn-premium-danger { background: rgba(220, 38, 38, 0.1); color: #ef4444; border: 1px solid rgba(220, 38, 38, 0.2); margin-top: 10px; } .btn-premium-danger:hover { background: rgba(220, 38, 38, 1); color: #fff; } .favorites-section { grid-column: 1 / -1; margin-top: 20px; } .favorites-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)); gap: 20px; } .favorites-grid .videoPost { width: 100% !important; float: none !important; margin: 0 !important; background: transparent !important; border: none !important; box-shadow: none !important; } .favorites-grid .videoPost img.thumb_small { width: 100% !important; height: auto !important; aspect-ratio: 264 / 388; border-radius: 12px; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4); } .favorites-grid .videoPost a.videoLink { margin-top: 10px; height: auto !important; text-align: left !important; font-size: 14px !important; } .favorites-grid .videoPost .thumbDuration { border-radius: 8px !important; } .ca-profile-input { width: 100%; background: #1a1a1a !important; border: 1px solid #333 !important; border-radius: 12px !important; padding: 12px 16px !important; color: #fff !important; font-size: 15px !important; margin-top: 5px; } .ca-profile-input:focus { border-color: #ff5e62 !important; outline: none; } .tdx-profile-images-grid .tdx-predefined-image-option { transition: all 0.3s ease; } .tdx-predefined-image-option:hover { transform: scale(1.05); } .tdx-predefined-image-option.selected { border-color: #ff5e62 !important; box-shadow: 0 0 15px rgba(255, 94, 98, 0.4); } @media (max-width: 900px) { .profile-grid { grid-template-columns: 1fr; } .profile-header { flex-direction: column; align-items: center; text-align: center; margin-top: -60px; } .profile-avatar-container { width: 120px; height: 120px; } .profile-avatar-container img.avatar { width: 120px !important; height: 120px !important; border-radius: 30px; } .profile-info-main h1 { font-size: 32px; } .profile-info-main .user-meta { justify-content: center; } } @media (max-width: 480px) { .cover-image { height: 200px; } .profile-grid { padding: 20px; } } #profile-unified, #profile-unified *, #profile-unified *::before, #profile-unified *::after { box-sizing: border-box; } #profile-unified .hero-actions { position: absolute; top: 20px; right: 20px; z-index: 5; display: flex; gap: 12px; margin: 0; width: auto; } #profile-unified-modals .custom-access-modal { position: relative; width: min(680px, calc(100vw - 32px)); max-height: 88vh; overflow-y: auto; } #profile-unified-modals .custom-access-modal-header { display: flex; align-items: center; justify-content: center; padding: 28px 64px 0; } #profile-unified-modals .custom-access-modal-title { margin-bottom: 0; font-size: 24px; } #profile-unified-modals button.custom-access-modal-close { all: unset; position: absolute; top: 18px; right: 18px; width: 38px; height: 38px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, 0.12); border-radius: 12px; background: rgba(255, 255, 255, 0.05); color: #999; cursor: pointer; z-index: 10; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease; } #profile-unified-modals button.custom-access-modal-close:hover { background: #ff5e62; border-color: #ff5e62; color: #fff; } #profile-unified-modals button.custom-access-modal-close svg { width: 18px; height: 18px; } #profile-unified-modals .custom-access-modal-body { padding: 24px 28px 30px; } #profile-unified-modals .tdx-profile-images-grid, #profile-unified-modals .tdx-cover-images-grid { display: grid; gap: 14px; margin: 0 0 24px; } #profile-unified-modals .tdx-cover-images-grid { grid-template-columns: repeat(auto-fill, minmax(150px, 1fr)); } #profile-unified-modals .tdx-profile-images-grid { grid-template-columns: repeat(auto-fill, minmax(96px, 1fr)); } #profile-unified-modals .tdx-predefined-cover-option, #profile-unified-modals .tdx-predefined-image-option { display: block; margin: 0; overflow: hidden; border: 2px solid transparent; border-radius: 12px; cursor: pointer; transition: border-color 0.2s ease, transform 0.2s ease; } #profile-unified-modals .tdx-predefined-cover-option { aspect-ratio: 16 / 9; } #profile-unified-modals .tdx-predefined-image-option { aspect-ratio: 1 / 1; border-radius: 50%; } #profile-unified-modals .tdx-predefined-cover-option:hover, #profile-unified-modals .tdx-predefined-image-option:hover { border-color: rgba(255, 255, 255, 0.35); transform: translateY(-2px); } #profile-unified-modals .tdx-predefined-cover-option.selected, #profile-unified-modals .tdx-predefined-image-option.selected { border-color: #ff5e62; box-shadow: 0 0 0 3px rgba(255, 94, 98, 0.25); } #profile-unified-modals .tdx-predefined-cover-option img, #profile-unified-modals .tdx-predefined-image-option img { width: 100%; height: 100%; display: block; object-fit: cover; } #profile-unified-modals .btn-premium { width: 100%; max-width: 280px; margin: 0 auto; } #profile-unified .profile-tabs-nav { gap: 6px; padding: 6px; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 18px; background: rgba(255, 255, 255, 0.03); } #profile-unified .tab-link { padding: 14px 18px !important; border-radius: 13px !important; font-size: 1rem !important; font-weight: 600; letter-spacing: 0.2px; gap: 12px; color: rgba(255, 255, 255, 0.5) !important; } #profile-unified .tab-link i, #profile-unified .tab-link svg { width: 20px; height: 20px; } #profile-unified .tab-link::after { display: none !important; } #profile-unified .tab-link:hover { color: #fff !important; background: rgba(255, 255, 255, 0.05) !important; } #profile-unified .tab-link.active { color: #fff !important; background: linear-gradient(135deg, rgba(255, 94, 98, 0.22), rgba(255, 153, 102, 0.14)) !important; box-shadow: inset 0 0 0 1px rgba(255, 94, 98, 0.35); } #profile-unified .tab-link.active i, #profile-unified .tab-link.active svg { color: #ff5e62; opacity: 1; } #profile-unified .tab-count { min-width: 24px; padding: 3px 9px; border-radius: 999px; background: rgba(255, 255, 255, 0.08); color: rgba(255, 255, 255, 0.7); font-size: 0.75rem; font-weight: 700; text-align: center; } #profile-unified .tab-link.active .tab-count { background: rgba(255, 94, 98, 0.9); color: #fff; } .profile-settings { max-width: 760px; } .profile-settings__title { margin: 0 0 6px; font-size: 1.6rem; font-weight: 800; letter-spacing: -0.02em; color: #fff; } .profile-settings__intro { margin: 0 0 28px; font-size: 0.92rem; color: rgba(255, 255, 255, 0.45); } .profile-card { padding: 26px; margin-bottom: 20px; border: 1px solid rgba(255, 255, 255, 0.07); border-radius: 20px; background: linear-gradient(180deg, rgba(255, 255, 255, 0.035), rgba(255, 255, 255, 0.012)); } .profile-card__head { display: flex; align-items: center; gap: 10px; margin: 0 0 20px; font-size: 0.78rem; font-weight: 800; text-transform: uppercase; letter-spacing: 1.6px; color: rgba(255, 255, 255, 0.4); } .profile-card__head i, .profile-card__head svg { width: 16px; height: 16px; color: #ff5e62; } .profile-settings .about-item { margin-bottom: 18px; } .profile-settings .about-item:last-child { margin-bottom: 0; } .profile-settings .about-item label { display: block; margin-bottom: 8px; font-size: 0.72rem; font-weight: 700; text-transform: uppercase; letter-spacing: 1.4px; color: rgba(255, 255, 255, 0.42); } .profile-settings__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; } .profile-settings .ca-profile-input { width: 100% !important; padding: 13px 15px !important; border: 1px solid rgba(255, 255, 255, 0.09) !important; border-radius: 12px !important; background: rgba(0, 0, 0, 0.32) !important; color: #fff !important; font-size: 0.95rem; transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease; } .profile-settings .ca-profile-input:hover { border-color: rgba(255, 255, 255, 0.18) !important; } .profile-settings .ca-profile-input:focus { border-color: #ff5e62 !important; background: rgba(0, 0, 0, 0.5) !important; box-shadow: 0 0 0 3px rgba(255, 94, 98, 0.16) !important; outline: none; } .profile-settings textarea.ca-profile-input { min-height: 120px; resize: vertical; line-height: 1.55; } .profile-settings select.ca-profile-input { padding-right: 38px !important; cursor: pointer; } .profile-settings select.ca-profile-input optgroup { background: #141414; color: rgba(255, 255, 255, 0.55); font-style: normal; font-weight: 700; } .profile-settings select.ca-profile-input option { background: #1a1a1a; color: #fff; font-weight: 400; } .profile-settings__actions { display: flex; align-items: center; gap: 14px; margin-top: 22px; } .profile-settings__actions .custom-access-button { width: auto !important; max-width: none !important; min-width: 190px !important; padding: 0 34px !important; } .profile-settings__saved { font-size: 0.88rem; font-weight: 600; color: #4ade80; opacity: 0; transform: translateY(4px); transition: opacity 0.25s ease, transform 0.25s ease; } .profile-settings__saved.is-visible { opacity: 1; transform: translateY(0); } .profile-card--danger { border-color: rgba(255, 94, 98, 0.25); background: linear-gradient(180deg, rgba(255, 94, 98, 0.07), rgba(255, 94, 98, 0.02)); } .profile-card--danger .profile-card__head { color: #ff8b8e; } .profile-card--danger p { margin: 0 0 18px; font-size: 0.88rem; line-height: 1.5; color: rgba(255, 255, 255, 0.5); } .profile-settings .btn-danger { display: inline-flex; align-items: center; gap: 8px; padding: 12px 22px; border: 1px solid rgba(255, 94, 98, 0.4); border-radius: 12px; background: rgba(255, 94, 98, 0.12); color: #ff8b8e; font: inherit; font-size: 0.9rem; font-weight: 700; cursor: pointer; transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease; } .profile-settings .btn-danger:hover { background: #ff5e62; border-color: #ff5e62; color: #fff; } .profile-settings .btn-danger i, .profile-settings .btn-danger svg { width: 16px; height: 16px; } @media (max-width: 768px) { #profile-unified .profile-main-layout { padding: 0; gap: 20px; } #profile-unified .profile-tabs-content { padding: 0; } #profile-unified .profile-tabs-nav { overflow-x: visible; gap: 8px; padding: 0 8px 10px; } #profile-unified .tab-link { flex: 1 1 0; min-width: 0; width: auto; justify-content: center; gap: 8px; padding: 14px 8px; } #profile-unified .tab-label { display: none; } #profile-unified .tab-count { margin-left: 0; } #profile-unified .profile-settings { padding: 0 12px; } .profile-card { padding: 20px; border-radius: 16px; } .profile-settings__actions { flex-direction: column; align-items: stretch; } .profile-settings__actions .custom-access-button { width: 100% !important; min-width: 0 !important; } } @media (max-width: 720px) { #profile-unified .hero-actions { top: 14px; right: 14px; } .profile-settings__grid { grid-template-columns: 1fr; } }