/* Page-specific styles only — site chrome comes from PhonePower.css / branding.css */

#accessibilityHeader {
    clear: both;
    width: 100%;
    height: 180px;
    overflow: hidden;
    /* Sampled from privacypolicy/privacyHeader.jpg */
    background-color: #5d7b01;
    background-image:
        radial-gradient(ellipse 70% 140% at 50% 45%, rgba(186, 224, 0, 0.55) 0%, transparent 65%),
        linear-gradient(to right, #5d7b01 0%, #5d7b01 28%, #bae000 50%, #5d7b01 72%, #5d7b01 100%);
    background-position: top center;
    background-repeat: no-repeat;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Sans-Serif;
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.5px;
    text-shadow: 1px 2px 4px rgba(0, 0, 0, 0.35);
}

#accessibilityContainer {
    width: 1002px;
    margin: 0 auto;
    text-align: left;
}

#accessibilityContainer p {
    padding: 20px 15px 10px 15px;
    line-height: 1.5;
    margin: 0;
}

#accessibilityContainer a {
    color: #0000ee;
}

#accessibilityContainer a:visited {
    color: #551a8b;
}

#accessibilityContainer a:hover {
    color: #0000ee;
}

/* Show eco rotator blurb without the site's fade tabs JS */
#footRotation .ftRotate {
    display: block;
    position: relative;
}

#footRotation .ftRotate ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}
