/* ============================================================
   The UPS Store (TUPSS) renter portal overrides
   US-73098 - applied to sites listed in Global.TUPSS.TUPSSAllowedSite
   Loaded as {BRANDEDCSS} via BrandedBasePage when SiteBrandingResolver
   returns SiteBrandingStyle.TheUpsStore.
   Brand color: #009CBD (TUPSS teal, from Figma)
   ============================================================ */

/* Headings */
body.atmb h1,
body.atmb h2 {
    color: #009CBD !important;
}

/* Primary action button (Log In, Submit, Select, etc.) */
body.atmb .simple-button,
body.atmb .simple-button:focus {
    background-color: #009CBD !important;
}

body.atmb .simple-button:hover {
    background-color: #009CBD !important;
    opacity: 0.9;
}

/* Exit-survey button shares the highlight colour */
body.atmb .exit-survey-button,
body.atmb .exit-survey-button:focus {
    background-color: #009CBD !important;
}

/* Service plan card (Bronze / Silver / Gold tiers) */
body.atmb .service-plan .title {
    background-color: #009CBD;
}

body.atmb .service-plan .restriction-value,
body.atmb .service-plan .feature,
body.atmb .service-features .ok-feat {
    color: #009CBD;
}

/* Legacy colour helpers used across the renter portal */
body.atmb .color-green,
body.atmb .color-orange {
    color: #009CBD !important;
}

/* Generic links inside the branded shell (Forgot Password, etc.) */
body.atmb .playground2 a {
    color: #009CBD;
}

body.atmb .playground2 a:hover {
    color: #009CBD;
    opacity: 0.85;
}

/* Bullet/badge accents */
body.atmb .locations-count,
body.atmb .how-it-works-section .intro-block > div:first-child {
    background-color: #009CBD;
}

body.atmb .bullet-list-b > div > div:first-child > div {
    border-color: #009CBD;
    color: #009CBD;
}

/* Quote / spectacular blocks */
body.atmb .quote-text,
body.atmb .spectacular > div > div {
    color: #009CBD;
}

/* Page-nav active indicator */
body.atmb .page-nav li.active {
    border-left-color: #009CBD;
}

/* Progress tracker completed steps */
body.atmb .progress-tracker .done {
    color: #009CBD;
}
