/* Print page — burgundy brand (replaces legacy pink #E73280) */
button.raspberry,
.button.raspberry,
.raspberry.button,
.print-button {
    background: #be264c !important;
    border-color: #be264c !important;
    border-left-color: #be264c !important;
    border-right-color: #be264c !important;
    border-top-color: #be264c !important;
    border-bottom-color: #8f1c3c !important;
    color: #fff !important;
    border-radius: 0;
}

button.raspberry:hover,
.button.raspberry:hover,
.raspberry.button:hover,
button.raspberry:focus,
.button.raspberry:focus,
.raspberry.button:focus,
.print-button:hover,
.print-button:focus {
    background: #a02141 !important;
    border-color: #a02141 !important;
    border-left-color: #a02141 !important;
    border-right-color: #a02141 !important;
    border-top-color: #a02141 !important;
    border-bottom-color: #7f1933 !important;
    color: #fff !important;
}

body a,
body a:link,
body a:visited,
.main-menu__phone-link,
.main-menu__phone-wrapper {
    color: #be264c !important;
}

body a:hover,
body a:focus,
.main-menu__phone-link:hover {
    color: #a02141 !important;
}

div.ty,
.quick {
    background-color: #be264c !important;
}
