.admin-notification-link{position:relative;display:inline-flex!important;align-items:center;gap:7px}.admin-notification-badge{display:inline-grid;place-items:center;min-width:21px;height:21px;padding:0 6px;border-radius:99px;background:#b4232f;color:#fff;font-size:11px;font-weight:800}.phase53-page{width:min(1320px,calc(100% - 40px))!important;max-width:1320px!important;margin:42px auto!important}.phase53-head{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:24px}.phase53-table-wrap{width:100%;overflow-x:auto;border:1px solid #cbdde1;border-radius:14px;background:#fff;box-shadow:0 10px 30px rgba(12,55,67,.06)}.phase53-table{width:100%!important;min-width:1040px!important;border-collapse:separate!important;border-spacing:0!important;table-layout:fixed!important}.phase53-table th,.phase53-table td{box-sizing:border-box!important;text-align:left!important;vertical-align:middle!important}.phase53-table th{padding:15px 18px!important;background:#dceff0!important;color:#123b46;font-size:13px;white-space:nowrap;border-right:1px solid #c5dbdf}.phase53-table th:last-child{border-right:0}.phase53-table td{padding:16px 18px!important;border-top:1px solid #dce7ea!important;border-right:1px solid #e2eaed!important}.phase53-table td:last-child{border-right:0}.phase53-table th:nth-child(1),.phase53-table td:nth-child(1){width:125px!important}.phase53-table th:nth-child(2),.phase53-table td:nth-child(2){width:155px!important}.phase53-table th:nth-child(3),.phase53-table td:nth-child(3){width:125px!important}.phase53-table th:nth-child(4),.phase53-table td:nth-child(4){width:auto!important}.phase53-table th:nth-child(5),.phase53-table td:nth-child(5){width:105px!important;text-align:center!important}.phase53-table tr.unread{background:#f3fbfa}.phase53-table tr.unread td:first-child{border-left:5px solid #07877f!important;padding-left:13px!important}.phase53-table tbody tr:hover{background:#f5f9fa}.phase53-status,.phase53-category{display:inline-flex;align-items:center;justify-content:center;border-radius:99px;padding:6px 10px;font-size:11px;font-weight:800;white-space:nowrap}.phase53-status.unread{background:#d9f3f0;color:#076a64}.phase53-status.read{background:#eef2f3;color:#607077}.phase53-category{background:#e9f1f4;color:#244d58}.phase53-category.payment{background:#e8f6eb;color:#22733a}.phase53-category.system{background:#fde9e8;color:#a22b27}.phase53-category.support{background:#fff1d9;color:#8a5710}.phase53-time{white-space:nowrap;line-height:1.35}.phase53-time small{display:block;margin-top:4px;color:#66787e}.phase53-content{min-width:0!important;overflow-wrap:anywhere;line-height:1.4}.phase53-content strong,.phase53-content span{display:block}.phase53-content span{margin-top:5px;color:#52646b;font-size:13px}.phase53-table td form{margin:0!important}.phase53-table td .button{min-width:66px!important;margin:0!important}.phase53-empty{padding:36px!important;text-align:center!important;color:#607077}@media(max-width:700px){.phase53-page{width:calc(100% - 24px)!important;margin:24px auto!important}.phase53-head{align-items:flex-start;flex-direction:column}.phase53-table{min-width:980px!important}}

/* Compact account and administration page titles */
html:root body main h1 {
    font-size: clamp(1.75rem, 2.7vw, 2.6rem) !important;
    line-height: 1.15 !important;
    letter-spacing: -0.025em !important;
}

@media (max-width: 640px) {
    html:root body main h1 {
        font-size: 1.7rem !important;
    }
}
