/* Check-in.ao theme — overrides tokens only */
:root {
    --theme-color:        #0877e8;
    --theme-background:   #f6f8fb;
    --c-primary:          #0877e8;
    --c-primary-rgb:      8, 119, 232;
    --c-primary-hover:    #0262cc;
    --c-primary-light:    #e8f1ff;
    --c-primary-soft:     rgba(var(--c-primary-rgb), 0.10);
    --c-accent:           #16c7d7;
    --c-accent-rgb:       22, 199, 215;
    --c-dark:             #0b1f3a;
    --c-dark-rgb:         11, 31, 58;
    --c-page-bg:          #f6f8fb;
    --footer-bg:          #f3f6fa;
    --footer-bg-2:        #f8fafc;
}

.theme-checkin .nav-mobile-top__logo img {
    max-width: 166px;
    max-height: 30px;
}
