/* SpendLessOnFuel.com - Main Stylesheet */
* { box-sizing: border-box; }
body { background-color: #5f9ea0; color: #ffffff; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 20px; line-height: 1.42857142; margin: 0; padding-top: 130px; padding-bottom: 130px; }
a { color: #ffffff; text-decoration: none; }
a:hover { text-decoration: underline; color: #dddddd; }
#header-wrapper { background-color: #00008b; position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }
.header-top { display: flex; justify-content: space-between; align-items: center; padding: 5px 15px; background-color: #ffffff; }
.logo-area { display: flex; align-items: center; }
.logo-img { height: 90px; margin-right: 5px; }
.title-img { height: 65px; }
.contact-area { text-align: right; color: #333333; font-size: 14px; }
.contact-area a { color: #333333; }
.navbar { background-color: #00008b; margin: 0; padding: 0; }
.navbar-header { display: none; }
.navbar-toggle { background: none; border: 1px solid rgba(255,255,255,0.5); color: white; padding: 6px 12px; cursor: pointer; font-size: 18px; margin: 6px 10px; float: right; }
.nav { list-style: none; margin: 0; padding: 0; display: flex; flex-wrap: wrap; }
.nav > li { position: relative; }
.nav > li > a, .nav > li > .dropbtn { color: #ffffff; padding: 12px 14px; display: block; font-size: 15px; background: none; border: none; cursor: pointer; white-space: nowrap; text-decoration: none; }
.nav > li > a:hover, .nav > li > .dropbtn:hover { background-color: rgba(255,255,255,0.15); text-decoration: none; }
.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background-color: #00008b; min-width: 220px; z-index: 9999; list-style: none; padding: 5px 0; margin: 0; border: 1px solid rgba(255,255,255,0.2); box-shadow: 0 4px 10px rgba(0,0,0,0.4); max-height: 380px; overflow-y: auto; }
.dropdown-menu li a { padding: 7px 15px; display: block; font-size: 14px; color: #ffffff; border-bottom: 1px solid rgba(255,255,255,0.08); text-decoration: none; }
.dropdown-menu li a:hover { background-color: rgba(255,255,255,0.2); }
.dropdown:hover .dropdown-menu { display: block; }
.secondary-nav { background-color: #000060; display: flex; justify-content: flex-end; border-top: 1px solid rgba(255,255,255,0.2); }
.secondary-nav ul { list-style: none; margin: 0; padding: 0; display: flex; }
.secondary-nav ul li a { color: #ffffff; padding: 6px 14px; display: block; font-size: 14px; text-decoration: none; }
.secondary-nav ul li a:hover { background-color: rgba(255,255,255,0.15); }
.main-content { max-width: 960px; margin: 0 auto; padding: 20px 15px; }
h1, h2 { color: #00008b; font-size: 30px; font-weight: bold; margin-top: 20px; margin-bottom: 10px; }
h3 { color: #00008b; font-size: 22px; font-weight: bold; margin-top: 18px; margin-bottom: 8px; }
p { margin-bottom: 12px; color: #ffffff; font-size: 20px; }
ul.content-list, ol.content-list { padding-left: 25px; margin-bottom: 15px; }
ul.content-list li, ol.content-list li { margin-bottom: 7px; color: #ffffff; font-size: 20px; }
strong { color: #ffffff; font-weight: bold; }
em { color: #ffffff; }
#footer { position: fixed; bottom: 0; left: 0; right: 0; height: 110px; background-color: #ffffff; z-index: 999; border-top: 1px solid #cccccc; }
#ticker-wrap { position: absolute; bottom: 66px; left: 0; right: 0; height: 44px; background-color: rgba(245,222,179,0.3); overflow: hidden; white-space: nowrap; }
#ticker { display: inline-block; white-space: nowrap; animation: ticker-scroll 30s linear infinite; }
@keyframes ticker-scroll { 0% { transform: translateX(100vw); } 100% { transform: translateX(-100%); } }
.ticker-item { display: inline-flex; align-items: center; padding: 0 50px; font-size: 15px; font-weight: bold; color: #00008b; vertical-align: middle; }
.ticker-item.green { color: #00aa00; }
.ticker-item img { height: 40px; margin-right: 8px; vertical-align: middle; }
.footer-bottom { position: absolute; bottom: 0; left: 0; right: 0; height: 66px; display: flex; align-items: center; justify-content: space-between; padding: 0 15px; background-color: #ffffff; border-top: 1px solid #eeeeee; }
.footer-bottom p { color: #333333; margin: 0; font-size: 14px; }
.footer-bottom a { color: #333333; }
.payment-logos img { height: 38px; margin: 0 3px; vertical-align: middle; }
.barclaycard-logo img { height: 48px; vertical-align: middle; }
.cookie-banner { background-color: #f8f8d8; color: #333333; padding: 10px 20px; font-size: 14px; position: fixed; bottom: 110px; left: 0; right: 0; z-index: 9998; border-top: 2px solid #cccc88; display: none; }
.cookie-banner p { margin: 0; color: #333333; }
.cookie-banner a { color: #00008b; text-decoration: underline; }
.cookie-banner button { background-color: #00008b; color: white; border: none; padding: 4px 14px; margin-left: 10px; cursor: pointer; font-size: 13px; border-radius: 3px; }
.about-image { float: left; margin: 0 20px 15px 0; max-width: 210px; }
.about-image img { max-width: 100%; }
.about-highlights { display: flex; gap: 15px; flex-wrap: wrap; margin: 20px 0; clear: both; }
.about-highlight-box { flex: 1; min-width: 130px; text-align: center; }
.about-highlight-box img { max-width: 100%; max-height: 120px; }
.county-locations { column-count: 3; column-gap: 20px; font-size: 16px; color: #ffffff; line-height: 1.8; }
.postcode-list { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 10px; margin-bottom: 20px; }
.postcode-badge { background-color: rgba(0,0,139,0.6); padding: 4px 10px; border-radius: 3px; font-size: 14px; color: #fff; }
.faq-item { margin-bottom: 18px; border-bottom: 1px solid rgba(255,255,255,0.25); padding-bottom: 14px; }
.faq-question { font-weight: bold; color: #ffffff; font-size: 18px; margin-bottom: 5px; }
.faq-answer { color: #f0f0f0; font-size: 18px; }
@media (max-width: 768px) {
  .navbar-header { display: block; } .nav { flex-direction: column; display: none; } .nav.open { display: flex; }
  .dropdown:hover .dropdown-menu { display: none; } .dropdown.open .dropdown-menu { display: block; position: static; box-shadow: none; border: none; background-color: rgba(0,0,0,0.2); max-height: none; }
  .header-top { flex-direction: column; text-align: center; } body { padding-top: 200px; }
  .county-locations { column-count: 2; }
}
@media (max-width: 480px) { .county-locations { column-count: 1; } .logo-img { height: 60px; } .title-img { height: 44px; } }
