.alm-settings-layout { display: flex; gap: 24px; align-items: flex-start; }
.alm-settings-main { flex: 1 1 auto; }
.alm-upgrade-sidebar { width: 320px; display: flex; align-self: stretch;}
.alm-upgrade-sidebar { max-width: 100%; margin: 0; }
.alm-upgrade-card { height: fit-content; background: #fff; border: 1px solid #15005b; padding: 18px; border-radius: 8px; box-shadow: 0 6px 18px rgba(21,0,91,0.06); position: sticky; top: 10%; }
.alm-upgrade-brand h3 { margin: 0 0 8px 0; color: #15005b; font-size: 1.15rem; }
.alm-upgrade-header { margin-bottom: 8px; }
.alm-upgrade-logo svg { display: block; border-radius: 6px; }
.alm-upgrade-points { list-style: none; padding: 0; margin: 0 0 12px 0; }
.alm-upgrade-points li { margin: 8px 0; padding-left: 22px; position: relative; }
.alm-upgrade-points li:before { content: "\2713"; color: #25ba9a; position: absolute; left: 0; top: 0; font-weight: 700; }
.alm-upgrade-cta { text-align: center; }
.alm-upgrade-button { display: inline-block; background: #15005b; color: #ffffff; padding: 10px 16px; border-radius: 6px; text-decoration: none; font-weight: 700; }
.alm-upgrade-small a { color: #25ba9a; }
.alm-upgrade-footer {text-align: center; font-weight: 700; color: #000; display:block; }
.alm-upgrade-footer p { margin: 5px 0; line-height: 1; color:#15005b; }
@media (max-width: 960px) {
    .alm-settings-layout { display: block; }
    .alm-upgrade-sidebar { width: auto; margin-top: 18px; }
    .alm-upgrade-card { position: relative; top: auto; }
}
