
:focus {
	outline: 0;
	}

    a {
        color: #337ab7;
        text-decoration: none;
    }

ol, ul {
	list-style: none;
	}
/* tables still need cellspacing="0" in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
    text-align: left;
    width: 100%;
    font-size: 12px;
	}

table th, table td{
    padding: 8px;
    border: 1px solid #c5c5c5;
}
caption, td {
	font-weight: normal;
	text-align: left;
	}
/* remove possible quote marks (") from <q> & <blockquote> */
blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	}
blockquote, q {
	quotes: "" "";
	}

sup, sub{
    font-size: 70%;
}

sup{
    top: 0;
}

p{
    margin-bottom: 2rem;
    line-height: 1.6;
}



/* *, *::before, *::after{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    padding: inherit;
    line-height: 1.4;
} */

main img, picture, svg, video {
    display: block;
    max-width: 100%;
    margin: auto;
}

input, textarea, button, .dropdowns select{
    font: inherit;
}
html{
    scroll-behavior: smooth;
}
html, body {
    font-family: 'Helvetica-roman', Arial, sans-serif!important;
    /* font-size: 100%; */
}

body main{
    min-height: 100vh;
    color: rgb(53, 53, 53);
    font-size: 1.6rem;
    line-height: 1.3;
}
body.grey{
    background: rgba(242, 246, 246, 0.8);
}

/* h1, h2, h3, h4, h5, h6{
    font-size: initial;
} */

h1{
    font-size: 4rem;
    font-weight: bold;
}

h2:not(.accordion-header), #header .logo{
    font-size: 2.6rem;
    font-weight: bold;
    color: rgb(53, 53, 53);
}
.printer-class, .printer-model, .price{
    font-weight: bold;
    font-size: 2.2rem;
}

strong, #compare .title{
    font-weight: bold;
}

.section-container:nth-child(odd):not(#compare){
    /* background: rgba(242, 246, 246, 0.8); */
    background-color: #f5f5f5;
}

.section-container:nth-child(even), #compare{
    background: white;
}

/* .container {
    max-width: 1170px;
} */

#pri-nav {
    display: inline-block;
}

#header #secondaryNav ul {
    padding-left: 6px;
}

#userLinks ul{
    margin-bottom: 0;
}

#secondaryNav ul{
    margin-bottom: 0;
}

.breadcrumb {
    text-align: left;
    margin-bottom: 0;
    padding: 8px 40px;
}

.breadcrumb-item {
    font-size: 1.2rem;
}

.breadcrumb>li {
    display: inline-block;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 4px;
}

.inner-container{
    margin: 0 30px;
    padding: 40px 0;
}

#banner-section{
    background-image: url('../ink-redesign/banner-bg-mobile.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    
}



#banner-section h1{
    color: white;
    text-align: left;
}

.banner-right-content{
    padding-top: 40px;
}

.section-container h2{
    padding-bottom: 30px;
    margin-bottom: 0;
}

.inner-content a{
    font-size: inherit;
    font-weight: bold;
}

.inner-content a:hover{
    color: #10218B;
}

#impactedPrinters{
    padding-top: 40px;
}

.accordion-button{
    font-size: 16px;
    line-height: 1.5;
    padding: 15px;
}

.caption-group{
    text-align: left;
}

.accordion-body{
    text-align: left;
    background: #f3f3f3;
    padding: 21px;
    font-size: 15px;
    line-height: 1.3;
}

table#old{
    margin-bottom: 30px;
}

#impactedPrinters ul{
    list-style: disc;
    /* width: 60%; */
    margin: auto;
    line-height: 1.8;
}

#impactedPrinters ul li{
    text-align: left;
    background: transparent url("/img/bullet.gif") 0 0.45em no-repeat;
    display: block;
    padding-left: 15px;
    background-position-y: center;
    margin-bottom: 30px;
}

.accordion-button:not(.collapsed) {
    color: white;
    background-color: #10218B;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

.tables table thead{
    background-color: #10218b;
    color: white;
}

#impactedPrinters ul li .link-button{
    padding: 5px 10px;
}

@media (max-width: 500px){
    #impactedPrinters ul li a:first-child{
        display: block;
    }
    #banner-section .banner-left-content{
        margin-top: 90px;
    }
}
.hide-mobile{
    display: none;
}
.hide-desktop{
    display: block;
}
@media (min-width: 768px){

    #impactedPrinters ul li .link-button{
        padding: 5px 10px;
        margin-left: 15px;
    }
    #banner-section{
        background-image: url('/images/ink-cartridge-redesign/banner-bg.jpg');
    }
    #banner-section .banner-left-content{
        margin-top: 125px;
    }
    .hide-mobile{
        display: block;
    }
}

@media (min-width: 1200px){
    h1 .re-design{
        letter-spacing: 8px;
        font-size: 60px;
    }
    h1{
        font-size: 5.6rem;
    }
    #impactedPrinters ul li{
        margin-bottom: 15px;
    }
    #impactedPrinters ul{
        width: 60%;
    }
    .inner-container{
        margin: 0 30px;
        padding: 70px 0;
    }

    .hide-desktop{
        display: none;
    }
    #banner-section .inner-container{
        min-height: 500px;
    }
    .breadcrumb{
        padding-left: 0;
    }
    .section-container > div:first-child, .bc-container div, #top-note, #desktop-banner-section {
        width: 1170px;
        margin: auto;
    }
    #banner-section .inner-container{
        display: flex;
        display: -ms-flexbox;
        flex-direction: column;
        justify-content: center;
        min-height: 540px;
        padding: 45px 0;
    }
    #banner-section{
        background-position-y: bottom;
        background-position-x: center;
    }
    /* #banner-section .inner-container .banner-left-content{
        align-self: center;
    } */
    #banner-section .inner-container .banner-img-content{
        width: 78%;
        margin-top: 50px;
    }
    .tables{
        display: flex;
        display: -ms-flexbox;
        justify-content: space-between;
    }
    .tables #old, .tables #new{
        width: 48%;
    }
    table#old{
        margin-bottom: 0;
    }
    .caption-group{
        width: 70%;
        margin: auto;
    }
    table{
        font-size: 16px;
    }
    #impactedPrinters ul{
        width: 39%;
    }
    #faq .inner-container{
        padding-bottom: 60px;
    }
    .accordion-body{
        font-size: 16px;
    }
}

#impactedPrinters ul li .link-button{
    background-color: #10218B;
    border: 1px solid #c5c5c5;
    font-size: 13px;
    color: white;
}

#impactedPrinters ul li .link-button:hover{
    background-color: #172aa8;
}

#impactedPrinters form{
    display: inline-block;
}

.footer-nav-items ul{
    padding-left: 0;
}


/* ==== Minimal layout & utility overrides (ChatGPT) ==== */

/* Ensure banner spans full page width while background covers nicely */
#banner-section {
    width: 100%;
    margin: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

/* Keep banner text/image inside a single centered content container */
#banner-section .inner-container {
    max-width: 1170px;
    margin: 0 auto;
    padding: 45px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 540px;
}

/* Slightly nicer button shape without changing colours or fonts */
.link-button {
    display: inline-block;
    padding: 8px 18px;
    border-radius: 4px;
}

#impactedPrinters ul li .link-button {
    padding: 8px 18px;
}

/* Fix hide-mobile / hide-desktop so only one shows at a time */
.hide-mobile {
    display: none;
}

.hide-desktop {
    display: inline;
}

@media (max-width: 767.98px) {
    .hide-mobile {
        display: inline;
    }
    .hide-desktop {
        display: none;
    }
}

@media (min-width: 768px) {
    .hide-mobile {
        display: none;
    }
    .hide-desktop {
        display: inline;
    }
}
