:root {
  color-scheme: light;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  color: #212529;
  background: #fff;
}

* { box-sizing: border-box; }
body { margin: 0; min-height: 100vh; }
header { min-height: 58px; padding: 8px 12px; background: #f8f9fa; }
nav { display: flex; align-items: center; justify-content: space-between; }
.brand { position: relative; display: inline-block; padding: 5px; color: rgb(1 32 81 / 80%); font: 400 1.2rem/1.8rem "Helvetica Neue", Arial, sans-serif; }
.brand::before, .brand::after { position: absolute; right: 0; left: 0; height: 1px; content: ""; }
.brand::before { top: 0; background: #76a758; }
.brand::after { bottom: 0; background: #c97272; }
.nav-action { display: inline-block; padding: 6.4px 12.8px; border: 1px solid #900; border-radius: 6px; background: transparent; color: rgb(1 32 81 / 80%); font: 400 1rem/1.5rem "Helvetica Neue", Arial, sans-serif; text-transform: uppercase; cursor: pointer; }
.nav-user-actions { display: flex; align-items: center; }
.top-nav-links { display: flex; min-width: 0; flex: 1; align-items: center; justify-content: center; gap: 0; margin: 0 14px; padding: 0; overflow-x: auto; list-style: none; }
.top-nav-link { display: block; padding: 8px 9px; color: #495057; font-size: .72rem; text-transform: uppercase; white-space: nowrap; }
.top-nav-link:hover { color: #061d49; text-decoration: none; }
.top-nav-placeholder { color: #777; cursor: default; }
.shell { min-height: calc(100vh - 58px); padding: 2.5rem 1rem; }
.card { width: min(860px, 100%); margin: 0 auto; background: #fff; }
.home-shell { min-height: auto; padding-top: 32px; }
.home-shell .card { width: min(1116px, calc(100% - 2rem)); }
.home-shell .search-input { height: 68px; padding: 0 20px; border: 0; background: #f1f1f1; box-shadow: 0 1px 5px rgb(0 0 0 / 12%); font-size: 1.15rem; font-weight: 600; }
.home-shell .search-button { display: none; }
.home-shell .suggestions { top: calc(100% + .5rem); }
.login-shell { place-items: start center; padding-top: .75rem; }
.login-shell .card { width: auto; padding: 0; border-radius: 0; background: transparent; box-shadow: none; }
.google-button { display: inline-flex; align-items: center; gap: .65rem; padding: .7rem 1rem; border: 1px solid #d8dce1; border-radius: 4px; background: #fff; color: #29313d; font-weight: 500; box-shadow: 0 1px 2px rgb(0 0 0 / 4%); }
.google-button:disabled { color: #7a828c; cursor: not-allowed; }
.google-mark { color: #4285f4; font-size: 1.1rem; font-weight: 900; }
.login-actions { display: flex; flex-direction: column; align-items: stretch; gap: .75rem; }
.login-actions .google-button { width: 100%; justify-content: center; }
.eyebrow { margin: 0 0 1rem; color: #16784b; font-size: .75rem; font-weight: 800; letter-spacing: .16em; }
h1 { margin: 0; font-size: clamp(2.25rem, 7vw, 4.5rem); line-height: .98; letter-spacing: -.055em; }
.lede { margin: 1.5rem 0 2.5rem; color: #56625b; font-size: 1.1rem; line-height: 1.7; }
.status-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 1px; overflow: hidden; border: 1px solid #dce5df; border-radius: 14px; background: #dce5df; }
.status-item { padding: 1.1rem 1.25rem; background: #f8faf8; }
.status-item p { margin: 0 0 .35rem; color: #68736c; font-size: .8rem; }
.status-item .status { color: #116a41; font-size: 1rem; font-weight: 700; }
.student-search { position: relative; width: 100%; }
.search-controls { display: flex; gap: .65rem; }
.search-input { width: 100%; min-width: 0; height: 40px; padding: 8px 13px; border: 1px solid #ced4da; border-radius: 6px; color: #212529; background: #fff; font: 400 1rem/1.5rem "Helvetica Neue", Arial, sans-serif; }
.search-input::placeholder { color: #6c757d; }
.search-input:focus { border-color: #7996b5; outline: 3px solid rgb(1 32 81 / 10%); }
.search-button { display: inline-flex; align-items: center; justify-content: center; height: 40px; padding: 6.4px 15px; border: 1px solid #900; border-radius: 6px; background: transparent; color: rgb(1 32 81 / 80%); font: 400 1rem/1.5rem "Helvetica Neue", Arial, sans-serif; cursor: pointer; }
.search-button:hover, .nav-action:hover { background: #900; color: #fff; text-decoration: none; }
.suggestions { position: absolute; z-index: 10; top: calc(100% + .4rem); right: 0; left: 0; overflow: hidden; border-radius: 10px; background: #fff; box-shadow: 0 12px 35px rgb(25 55 38 / 18%); }
.suggestions:empty { display: none; }
.student-result { display: block; padding: 1rem; border-bottom: 1px solid #e9ecef; color: #212529; }
.student-result:last-child { border-bottom: 0; }
.student-result:hover { background: #f8f9fa; text-decoration: none; }
.student-meta { margin: .3rem 0 0; color: #6c757d; font-size: .85rem; }
.empty-suggestion, .empty-state { margin: 0; padding: 1rem; color: #6c757d; }
.results-section { margin-top: 2rem; }
.result-count { color: #6c757d; font-size: .9rem; }
.result-list { overflow: hidden; border: 1px solid #dee2e6; border-radius: 6px; }
.pagination { justify-content: center; gap: 1.25rem; margin-top: 1.5rem; color: #56625b; }
.pagination a, .back-link { color: rgb(1 32 81 / 80%); font-weight: 700; }
.back-link { display: inline-block; margin-bottom: 1.5rem; }
.student-profile-shell { padding: 0 22px 30px; background: #fff; }
.student-profile-shell .card { width: 100%; border: 1px solid #d4d4d4; }
.profile-toolbar { position: relative; min-height: 110px; padding: 16px; background: #fff; }
.profile-back { display: inline-flex; width: 42px; height: 42px; align-items: center; justify-content: center; border-radius: 4px; background: #687078; color: #fff; font-size: 1.2rem; }
.profile-search { position: absolute; top: 16px; right: 16px; width: 248px; }
.profile-search .search-input { height: 56px; border: 0; border-bottom: 1px solid #888; border-radius: 0; background: #f4f4f4; }
.profile-search .search-button { display: none; }
.profile-hero { border-top: 1px solid #ddd; border-bottom: 1px solid #ddd; background: #fff; color: #222; }
.profile-hero h1 { margin: 0; padding: 11px 20px 14px; background: #f7f7f7; font-size: 1.75rem; letter-spacing: 0; text-align: center; }
.profile-summary-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 6px 90px; padding: 16px max(8%, 38px); }
.profile-summary-item { display: grid; min-width: 0; grid-template-columns: 28px 1fr; align-items: center; color: #222; }
.profile-summary-item span:last-child { overflow-wrap: anywhere; }
.profile-summary-icon { color: #c98343; font-size: 1.2rem; font-weight: 800; text-align: center; }
.profile-record { display: grid; grid-template-columns: 280px minmax(0, 1fr); padding: 10px 16px 0; }
.profile-sidebar { padding: 8px 16px 20px; border-right: 1px solid #d7d7d7; }
.profile-sidebar h2 { margin: 0 0 16px; padding: 0 28px 16px; border-bottom: 1px solid #d5d5d5; font-size: 1.4rem; font-weight: 400; }
.profile-section-nav { display: flex; flex-direction: column; align-items: stretch; gap: 0; }
.profile-section-nav a { padding: 10px 28px; border-radius: 5px; color: #82150f; font-size: 1rem; white-space: nowrap; }
.profile-section-nav a:first-child, .profile-section-nav a:hover { background: #9e1b14; color: #fff; text-decoration: none; }
.student-profile-shell:has(.profile-section:target) .profile-section-nav a:first-child { background: transparent; color: #82150f; }
.student-profile-shell:has(#address:target) a[href="#address"],
.student-profile-shell:has(#authorized-pickup:target) a[href="#authorized-pickup"],
.student-profile-shell:has(#bio:target) a[href="#bio"],
.student-profile-shell:has(#emergency-contacts:target) a[href="#emergency-contacts"],
.student-profile-shell:has(#extracurricular:target) a[href="#extracurricular"],
.student-profile-shell:has(#medical:target) a[href="#medical"],
.student-profile-shell:has(#guardians:target) a[href="#guardians"],
.student-profile-shell:has(#previous-schools:target) a[href="#previous-schools"],
.student-profile-shell:has(#relatives:target) a[href="#relatives"],
.student-profile-shell:has(#school:target) a[href="#school"],
.student-profile-shell:has(#school-leaving:target) a[href="#school-leaving"],
.student-profile-shell:has(#special-needs:target) a[href="#special-needs"] { background: #9e1b14; color: #fff; }
.profile-content { min-height: 610px; padding: 8px 16px 28px; }
.profile-actions { display: flex; min-height: 38px; align-items: center; gap: 8px; margin-bottom: 4px; }
.profile-actions form { margin: 0; }
.profile-action { display: inline-flex; min-height: 31px; align-items: center; padding: 4px 8px; border: 1px solid #777; background: #f4f4f4; color: #222; font: inherit; cursor: pointer; }
.profile-section { display: none; padding: 0 0 25px; scroll-margin-top: 12px; }
.profile-section:first-of-type { display: block; }
.profile-content:has(.profile-section:target) .profile-section { display: none; }
.profile-content:has(.profile-section:target) .profile-section:target { display: block; }
.profile-section h3 { margin: 0 0 22px; color: #303030; font-size: 1.65rem; text-align: center; text-decoration: underline; }
.profile-details-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 24px; }
.profile-detail { min-width: 0; min-height: 58px; padding: 9px 14px; border: 1px solid #e4e4e4; background: #fafafa; }
.profile-detail p, .guardian-card p { margin: 0 0 5px; color: #888; font-size: .78rem; }
.profile-detail strong { display: block; overflow-wrap: anywhere; }
.guardian-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 14px; }
.guardian-card { padding: 16px; border: 1px solid #e4e4e4; background: #fafafa; }
.guardian-card strong { display: block; margin-bottom: 8px; color: #061d49; }
.profile-empty { margin: 0; color: #6c757d; text-align: center; }
.inline-action { text-decoration: none; }
.quick-links-section { margin-top: 32px; }
.quick-links-section h2 { margin: 0 0 32px; padding-bottom: 14px; border-bottom: 2px solid #0a2457; color: #061d49; font-size: 1.45rem; letter-spacing: .16em; text-align: center; text-transform: uppercase; }
.quick-links-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px 30px; }
.quick-link { display: flex; min-height: 120px; align-items: center; justify-content: center; padding: 20px; border-radius: 5px; background: #0a2457; color: #fff; font-size: 1.05rem; font-weight: 700; text-align: center; box-shadow: 0 2px 5px rgb(0 0 0 / 22%); }
.quick-link:hover { background: #061d49; color: #fff; text-decoration: none; transform: translateY(-1px); }
.quick-link:last-child { grid-column: 2 / span 2; width: calc(50% - 15px); min-width: 258px; justify-self: center; }
.attendance-shell { padding: 10px 22px 40px; }
.attendance-shell .card { width: 100%; }
.attendance-heading { padding: 7px 20px; background: #f0ecec; color: #061d49; text-align: center; }
.attendance-heading h2 { margin: 0; font-size: 1.2rem; }
.attendance-heading p { margin: 10px 0 0; }
.attendance-panel { position: relative; min-height: 145px; margin-top: 10px; padding: 20px 22px 22px 348px; background: #f0ecec; box-shadow: 0 3px 12px rgb(0 0 0 / 20%); }
.attendance-back { position: absolute; top: 14px; left: 20px; color: #bc7c3d; font-size: 1.8rem; }
.attendance-filters { display: grid; grid-template-columns: 200px 200px 250px; gap: 0; align-items: end; }
.attendance-filters label { display: flex; min-width: 0; flex-direction: column; }
.field-label { margin-bottom: 3px; color: #495057; font-size: .75rem; }
.attendance-filters select, .attendance-filters input { width: 100%; height: 56px; padding: 12px 16px; border: 0; border-bottom: 1px solid #8a8a8a; background: #f8f8f8; color: #343a40; font: inherit; }
.attendance-search-button { width: max-content; margin-top: 20px; padding: 9px 17px; border: 0; border-radius: 3px; background: #673ab7; color: #fff; font: inherit; font-weight: 600; cursor: pointer; box-shadow: 0 2px 5px rgb(0 0 0 / 25%); }
.attendance-search-button:disabled { background: #d7d3d3; color: #999; box-shadow: none; cursor: default; }
.attendance-register { margin: 24px auto 0; width: min(970px, 100%); }
.attendance-table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: 0 2px 8px rgb(0 0 0 / 12%); }
.attendance-table th, .attendance-table td { padding: 12px 16px; border-bottom: 1px solid #e1e4e8; text-align: left; }
.attendance-table th { background: #0a2457; color: #fff; }
.attendance-table select { width: 100%; min-width: 130px; padding: 8px; border: 1px solid #ced4da; border-radius: 4px; background: #fff; }
.attendance-bulk-actions { display: flex; gap: 10px; align-items: center; margin-top: 16px; }
.attendance-bulk-actions button { padding: 8px 12px; border: 1px solid #0a2457; border-radius: 4px; background: #fff; color: #0a2457; cursor: pointer; font: inherit; }
.attendance-student-count { margin-right: auto; color: #5d6570; font-weight: 600; }
.attendance-form-actions { display: flex; gap: 10px; align-items: center; }
.save-attendance-button { margin-top: 16px; padding: 10px 18px; border: 0; border-radius: 4px; background: #0a2457; color: #fff; font: inherit; font-weight: 700; cursor: pointer; }
.attendance-cancel-button { margin-top: 16px; padding: 9px 18px; border: 1px solid #6c757d; border-radius: 4px; color: #4e5661; text-decoration: none; }
.save-notice { width: min(970px, 100%); margin: 18px auto 0; padding: 10px 14px; border-left: 4px solid #76a758; background: #f4f8f2; color: #315322; }
.attendance-empty { width: min(970px, 100%); margin: 24px auto; color: #6c757d; }
.directory-panel { position: relative; margin-top: 10px; padding: 10px 22px 30px 102px; background: #f0ecec; box-shadow: 0 3px 12px rgb(0 0 0 / 20%); }
.directory-filters { display: grid; grid-template-columns: minmax(300px, 36%) minmax(320px, 1fr); gap: 14px; align-items: end; }
.directory-filters label { display: flex; min-width: 0; flex-direction: column; }
.directory-filters select, .directory-filters input { width: 100%; height: 44px; padding: 8px 12px; border: 0; border-bottom: 1px solid #8a8a8a; background: #f8f8f8; color: #343a40; font: inherit; }
.directory-results { width: 100%; margin: 14px auto 0; overflow-x: auto; }
.directory-count { color: #6c757d; }
.directory-table a { color: #65a7cb; font-weight: 400; text-decoration: underline; }
.directory-clear { align-self: center; color: #8d3131; font-size: .86rem; font-weight: 700; }
.directory-table { min-width: 1220px; border-collapse: collapse; background: #fff; font-size: .9rem; box-shadow: none; }
.directory-table th, .directory-table td { padding: 12px 8px; border-bottom: 1px solid #ddd; background: #fff; color: #222; white-space: nowrap; }
.directory-table th { color: #222; font-weight: 700; }
.promotion-panel { position: relative; margin-top: 10px; padding: 58px 7px 7px; background: #f0ecec; box-shadow: 0 3px 12px rgb(0 0 0 / 20%); }
.promotion-current { min-height: 660px; padding: 8px 10px 10px; border: 1px solid #102b54; background: #83d0d3; }
.promotion-current-title { display: block; color: #c98343; text-align: center; }
.promotion-filters { display: grid; width: min(425px, 100%); grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0; align-items: end; margin: 0 auto; }
.promotion-filters .attendance-search-button { grid-column: 1 / -1; }
.promotion-filters label, .promotion-destination label { display: flex; min-width: 0; flex-direction: column; }
.promotion-filters select, .promotion-destination select, .promotion-destination input { width: 100%; height: 44px; padding: 8px 12px; border: 0; border-bottom: 1px solid #8a8a8a; background: #f8f8f8; color: #343a40; font: inherit; }
.promotion-form { width: 100%; margin: 6px auto 0; padding: 10px; background: #f0ecec; }
.promotion-empty-panel { min-height: 500px; margin-top: 6px; border-radius: 3px; background: #f0ecec; }
.promotion-destination { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin-bottom: 20px; padding: 18px; background: #f0ecec; }
.promotion-table input[type="checkbox"] { width: 18px; height: 18px; accent-color: #0a2457; }
.promotion-table th:first-child, .promotion-table td:first-child { width: 90px; text-align: center; }
.management-shell { padding: 10px 22px 30px; background: #f7f7f7; }
.management-shell .card { width: 100%; }
.management-table { width: 100%; border-collapse: collapse; background: #fff; box-shadow: 0 2px 7px rgb(0 0 0 / 16%); }
.management-table th, .management-table td { height: 52px; padding: 12px 16px; border-bottom: 1px solid #d8d8d8; text-align: left; }
.management-table th { color: #333; font-weight: 600; }
.management-table th:first-child, .management-table td:first-child { width: 34%; }
.management-option-link { color: #5ea6ce; font-weight: 400; text-decoration: underline; }
.management-option-link:hover { color: #287aa8; }
.management-option-placeholder { cursor: default; }
.management-pagination { display: flex; align-items: center; justify-content: flex-end; gap: 15px; padding: 14px 8px; color: #555; font-size: .85rem; }
.management-pagination select { padding: 5px 22px 5px 8px; border: 0; background: transparent; color: inherit; }
.enrollment-shell { padding: 38px 52px 48px; background: #f7f7f7; }
.enrollment-shell .card { width: min(1260px, 100%); padding: 50px 40px 24px; border-radius: 6px; box-shadow: 0 3px 12px rgb(0 0 0 / 18%); }
.enrollment-return { display: inline-flex; gap: 8px; align-items: center; margin: 0 0 48px 20px; color: #555; font-weight: 500; letter-spacing: .14em; }
.enrollment-form hr { margin: 28px 0; border: 0; border-top: 1px solid #d5d5d5; }
.enrollment-section h5 { margin: 0 0 -18px; color: #673ab7; font-size: 1rem; font-weight: 600; }
.enrollment-section h3 { margin: 0 0 22px; color: #222; font-size: 1.65rem; text-align: center; text-decoration: underline; }
.enrollment-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px 22px; }
.enrollment-section:first-of-type .enrollment-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.enrollment-section:first-of-type .enrollment-field { grid-column: span 3; }
.enrollment-section:first-of-type .enrollment-field:nth-last-child(-n+3) { grid-column: span 2; }
.enrollment-section:nth-of-type(2) .enrollment-field:nth-child(7),
.enrollment-section:nth-of-type(2) .enrollment-field:nth-child(11) { grid-column: 1 / -1; }
.enrollment-section:nth-of-type(3) .enrollment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.enrollment-field { display: flex; min-width: 0; flex-direction: column; }
.enrollment-field input, .enrollment-field select { width: 100%; height: 56px; padding: 9px 14px; border: 1px solid #aaa; border-radius: 3px; background: #fff; color: #343a40; font: inherit; }
.enrollment-field input:focus, .enrollment-field select:focus { border-bottom-color: #0a2457; outline: 2px solid rgb(10 36 87 / 12%); }
.enrollment-field input[readonly] { color: #666; background: #ececec; }
.required-mark { color: #a40000; }
.field-error { margin: 5px 0 0; color: #a40000; font-size: .8rem; }
.form-error { margin: 0 0 18px; padding: 12px 14px; border-left: 4px solid #a40000; background: #fff1f1; color: #7d0000; }
.enrollment-actions { display: flex; gap: 12px; justify-content: center; margin-top: 30px; }
.enrollment-submit, .enrollment-cancel { display: inline-flex; min-width: 110px; min-height: 42px; align-items: center; justify-content: center; padding: 9px 18px; border: 0; border-radius: 3px; font: inherit; font-weight: 700; cursor: pointer; }
.enrollment-submit { border-radius: 24px; background: #673ab7; color: #fff; box-shadow: 0 2px 4px rgb(0 0 0 / 25%); }
.enrollment-cancel { border-radius: 24px; background: #ea4f3d; color: #fff; box-shadow: 0 2px 4px rgb(0 0 0 / 25%); }
.enrollment-success { width: 100%; margin-top: 0; }
.enrollment-shell > .card > h1 { margin: 0 0 28px; font-size: 1.7rem; letter-spacing: 0; text-align: center; text-decoration: underline; }
.enrollment-shell > .card > .back-link { margin: 0 0 30px; color: #555; font-weight: 500; }
.staff-shell .card { width: 100%; }
.staff-shell h1 { margin: 0 0 22px; padding: 9px 20px; background: #f0ecec; color: #061d49; font-size: 1.35rem; letter-spacing: 0; text-align: center; }
.staff-form { display: grid; grid-template-columns: 2fr 2fr 1fr auto; gap: 14px; align-items: end; margin: 0 0 24px; padding: 20px; background: #f0ecec; box-shadow: 0 3px 12px rgb(0 0 0 / 16%); }
.staff-form .enrollment-submit { min-height: 46px; border-radius: 3px; }
@media (max-width: 850px) { .quick-links-grid { grid-template-columns: repeat(2, 1fr); } .quick-link:last-child { grid-column: 1 / -1; width: calc(50% - 8px); } }
@media (max-width: 1100px) { .top-nav-links { justify-content: flex-start; } .top-nav-link { padding-right: 7px; padding-left: 7px; } }
@media (max-width: 980px) { .directory-filters { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 850px) { .enrollment-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 850px) { .profile-record { grid-template-columns: 210px minmax(0, 1fr); } .profile-summary-grid { gap: 6px 24px; padding-right: 24px; padding-left: 24px; } .profile-section-nav a { padding-right: 14px; padding-left: 14px; } }
@media (max-width: 850px) { .attendance-panel { padding: 55px 20px 20px; } .attendance-filters { grid-template-columns: 1fr; gap: 12px; } }
@media (max-width: 850px) { .promotion-panel { padding: 55px 16px 18px; } .promotion-filters, .promotion-destination { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .search-controls { flex-direction: column; } .nav-user { display: none; } .home-shell { padding-top: 20px; } .quick-links-grid { grid-template-columns: 1fr; } .quick-link:last-child { grid-column: auto; width: 100%; min-width: 0; } .attendance-shell { padding-right: 10px; padding-left: 10px; } .attendance-table { font-size: .85rem; } .attendance-table th, .attendance-table td { padding: 9px 7px; } .directory-panel { padding: 55px 12px 15px; } .directory-filters { grid-template-columns: 1fr; } .directory-results { overflow-x: auto; } .enrollment-shell { padding: 8px; } .enrollment-shell .card { padding: 16px 13px 24px; } .enrollment-grid { grid-template-columns: 1fr; } .management-shell { padding: 10px; } .management-table th, .management-table td { padding: 12px 9px; } .management-table th:first-child, .management-table td:first-child { width: 44%; } .student-profile-shell { padding: 0 8px 8px; } .profile-toolbar { min-height: 82px; } .profile-search { width: calc(100% - 90px); } .profile-hero h1 { font-size: 1.35rem; } .profile-summary-grid, .profile-details-grid { grid-template-columns: 1fr; } .profile-record { grid-template-columns: 1fr; padding: 8px; } .profile-sidebar { border-right: 0; border-bottom: 1px solid #d7d7d7; } .profile-section-nav { overflow-x: auto; flex-direction: row; } .profile-section-nav a { flex: 0 0 auto; } .profile-content { min-height: 440px; padding: 16px 4px; } .profile-actions { flex-wrap: wrap; } }
a { text-decoration: none; }
a:hover { text-decoration: underline; }
footer { display: none; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
