/*
 Theme Name:   GeneratePress Child Theme
 Description:  A child theme of GeneratePress
 Author:       Mattress Insights
 Template:     generatepress
 Version:      1.0.2
*/
/* Header */
.main-navigation .mobile-bar-items {
	order:3 !important;
}

/* Networks desktop mega menu. */
@media (min-width: 916px) {
	.main-navigation:not(.toggled) .main-nav > ul > li.gsp-networks-mega-menu {
		position: static;
	}

	.main-navigation:not(.toggled) .main-nav > ul > li.gsp-networks-mega-menu > ul.sub-menu {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 28px;
		row-gap: 0;
		left: 50%;
		right: auto;
		width: min(1100px, calc(100vw - 32px));
		padding: 24px 28px 26px;
		background: #fff;
		border-radius: 0 0 8px 8px;
		box-shadow: 0 12px 28px rgba(28, 55, 36, 0.18);
		transform: translateX(-50%);
	}

	.main-navigation:not(.toggled) .main-nav > ul > li.gsp-networks-mega-menu:focus-within > ul.sub-menu {
		left: 50%;
		opacity: 1;
		pointer-events: auto;
		height: auto;
		overflow: visible;
	}

	.main-navigation:not(.toggled) li.gsp-networks-featured-network {
		grid-row: 1 / span 20;
	}

	.main-navigation:not(.toggled) li.gsp-networks-network-three { grid-column: 1; }
	.main-navigation:not(.toggled) li.gsp-networks-network-vodafone { grid-column: 2; }
	.main-navigation:not(.toggled) li.gsp-networks-network-o2 { grid-column: 3; }
	.main-navigation:not(.toggled) li.gsp-networks-more-network { grid-column: 4; }
	.main-navigation:not(.toggled) li.gsp-networks-more-heading { grid-column: 4; grid-row: 1; }

	.main-navigation:not(.toggled) .main-nav li.gsp-networks-more-heading > a,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-featured-network > a {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		color: #25362b !important;
		background-color: transparent !important;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.3;
		cursor: default;
	}

	.main-navigation:not(.toggled) .main-nav li.gsp-networks-more-heading > a {
		padding-right: 20px;
		padding-left: 20px;
	}

	.main-navigation:not(.toggled) li.gsp-networks-featured-network > a .dropdown-menu-toggle {
		display: none;
		cursor: pointer;
	}

	.main-navigation:not(.toggled) li.gsp-networks-featured-network > ul.sub-menu {
		display: block;
		position: static;
		left: auto;
		top: auto;
		width: auto;
		height: auto;
		overflow: visible;
		float: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		background: transparent;
		box-shadow: none;
		transition: none;
	}

	.main-navigation:not(.toggled) .main-nav li.gsp-networks-phone-link > a {
		padding-top: 8px;
		padding-bottom: 8px;
		color: #465249;
		font-size: 13px;
		line-height: 1.35;
	}

	.main-navigation:not(.toggled) .main-nav li.gsp-networks-view-all-link > a {
		padding-top: 10px;
		padding-bottom: 8px;
		color: #25362b;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.35;
	}

	.main-navigation:not(.toggled) .main-nav li.gsp-networks-featured-network > a,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-featured-network:hover > a,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-featured-network:focus-within > a,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-featured-network.sfHover > a,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-featured-network > a:hover,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-featured-network > a:focus {
		color: #25362b !important;
		background-color: transparent !important;
	}

	.main-navigation:not(.toggled) .main-nav li.gsp-networks-phone-link > a:hover,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-phone-link > a:focus,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-view-all-link > a:hover,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-view-all-link > a:focus,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-more-network > a:hover,
	.main-navigation:not(.toggled) .main-nav li.gsp-networks-more-network > a:focus {
		color: var(--contrast) !important;
		background-color: #eef4ef !important;
	}
}

/* Keep featured mega-menu rows aligned with the standard collapsed mobile
 * menu. The standalone desktop column labels are unnecessary on mobile. */
.main-navigation .main-nav li.gsp-smartphones-view-all-link,
.main-navigation .main-nav li.gsp-networks-view-all-link {
	margin-top: 6px;
	padding-top: 4px;
}

.main-navigation .main-nav li.gsp-smartphones-view-all-link::before,
.main-navigation .main-nav li.gsp-networks-view-all-link::before {
	content: "";
	display: block;
	width: calc(100% - 40px);
	margin: 0 20px;
	border-top: 1px solid #dfe7e0;
}

@media (max-width: 915px) {
	.main-navigation.toggled .main-nav li.gsp-smartphones-more-heading,
	.main-navigation.toggled .main-nav li.gsp-networks-more-heading {
		display: none !important;
	}

	.main-navigation.toggled .main-nav li.gsp-smartphones-featured-brand > a,
	.main-navigation.toggled .main-nav li.gsp-networks-featured-network > a {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		max-width: 100%;
		padding: 10px 0 10px 20px !important;
		box-sizing: border-box;
		overflow: hidden;
		line-height: normal;
	}

	.main-navigation.toggled .main-nav li.gsp-smartphones-featured-brand > a > div,
	.main-navigation.toggled .main-nav li.gsp-networks-featured-network > a > div {
		flex: 1 1 auto;
		min-width: 0;
	}

	.main-navigation.toggled .main-nav li.gsp-smartphones-featured-brand > a .dropdown-menu-toggle,
	.main-navigation.toggled .main-nav li.gsp-networks-featured-network > a .dropdown-menu-toggle {
		display: flex;
		flex: 0 0 48px;
		align-self: stretch;
		align-items: center;
		justify-content: center;
		float: none;
		height: auto;
		margin: 0 !important;
		padding: 0 14px !important;
		box-sizing: border-box;
		line-height: 1;
	}

	.main-navigation.toggled .main-nav li.gsp-smartphones-featured-brand > ul.sub-menu,
	.main-navigation.toggled .main-nav li.gsp-networks-featured-network > ul.sub-menu,
	.main-navigation.toggled .main-nav li.gsp-smartphones-phone-link > a,
	.main-navigation.toggled .main-nav li.gsp-networks-phone-link > a {
		width: 100%;
		max-width: 100%;
		box-sizing: border-box;
	}
}
.main-navigation.has-branding .menu-toggle, .main-navigation.has-sticky-branding.navigation-stick .menu-toggle {
	order:2 !important;
}
.navigation-search {
	height:100%;
}
form.search-form .ajax-search-results {
	position:absolute;
	left:0;
	right:0;
	background-color:#f0f0f0;
	text-align:left;
}
form.search-form .ajax-search-results .results-wrapper {
	padding:20px;
}
.results-wrapper .single-item {
	border-radius:5px;
	margin-top:10px;
	background-color:white;
}
.results-wrapper .single-item:first-child {
	margin-top:0px;
}
.results-wrapper .single-item a {
	padding:10px;
	display:flex;
	align-items: center;
	box-sizing:border-box;
	width:100%;
	text-align:left;
}
.results-wrapper .single-item a img {
	height:50px;
	width:50px;
	object-fit:contain;
	margin-right:10px;
}
.ajax-search-results .gs-search-loader-wrapper {
	padding: 40px;
	text-align:center;
}
.ajax-search-results .gs-search-loader-wrapper .gs-search-loader {
	display: inline-block;
	height:30px;
	width:30px;
	border: 5px solid #69b578;
	border-bottom-color: transparent;
	border-radius:30px;
	animation: spin 0.5s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.navigation-search input[type="search"] {
	height:100% !important;
	background-color: white !important;
}
.main-navigation .main-nav ul li.search-item.active > a {
	background-color: white !important;
}
.main-navigation .mobile-bar-items .search-item.close-search a {
	color:black;
}
.main-navigation {
	background-color: #69b578 !important;
	font-weight: bold;
}
/* Removing featured image */
.page-header-image-single {
      display: none !important;
}
/* Custom styling for related posts */
/* gallery container */
.related-gallery .gallery-item img {
	border-radius: 18px;
    border: 8px solid #30bbf2;
}
/* gallery item container */
.related-gallery .gallery-item {
	padding-right: 20px;
}
/* image caption (post title) */
.related-gallery .gallery-caption {
	font-weight: bold;
}

/* Mobile logo padding */
@media (max-width: 768px) {
    .inside-header {
        padding: 0;
    }
}
#mobile-header .mobile-bar-items .search-item > a {
        padding-right: 10px !important;
    }
/* Footer centering */
	.site-info {
		text-align: center;
}
/* Contact form purple button */
div.wpforms-container-full .wpforms-form input[type=submit], 
div.wpforms-container-full .wpforms-form button[type=submit] {
    background-color: #3a7d44; /* Purple background */
    border: 1px solid #ddd; /* Dark grey border */
    color: #FFF; /* Text color */
    font-size: 1em; /* Size of text */
    padding: 10px 15px; /* Distance between text and border */
}
/* Contact form hover button */
div.wpforms-container-full .wpforms-form input[type=submit]:hover, 
div.wpforms-container-full .wpforms-form input[type=submit]:active, 
div.wpforms-container-full .wpforms-form button[type=submit]:hover, 
div.wpforms-container-full .wpforms-form button[type=submit]:active, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:hover, 
div.wpforms-container-full .wpforms-form .wpforms-page-button:active {
    background-color: #222222; /* Darker grey background */
    border: 1px solid #ccc; /* Lighter grey border */
}
/* Change primary button colours */ 
.yikes-mailchimp-container .yikes-easy-mc-submit-button {
	background-color: #3a7d44;
}
.yikes-mailchimp-container .yikes-easy-mc-submit-button:hover {
	background-color: #222222;
}
/* Last updated */
.posted-on .updated {
    display: inline-block;
}
.posted-on .published {
    display: none;
}
.posted-on .updated:before {
    content: "Last updated: ";
}
/* Popup mobile width */
.wph-modal.hui-module-type--popup {
    width: auto;
}
/* Mobile table attempt */
.mobile-table {
	box-shadow: 0px 0px 15px 5px #e3e3e3;
	text-align: center;
	pointer-events: none;
    position: relative;
}
@media only screen and (min-width: 1001px) {
	.mobile-table{
		display:none;
	}
}
.mobile-table-header {
	background-color: #e3e3e3;
	color: #222222;
	font-weight: bold;
	font-size: 20pt;
	background-image: linear-gradient(180deg, rgba(225,225,225,1) 0%, rgba(237,237,237,1) 100%);
}
.mobile-table-header p {
	margin-bottom: 0.5em;
}
.mobile-table-header p {
	margin-bottom: 0px !important;
}
.tables strong {
	font-size: 15pt;
}
.mobile-table p {
	margin-bottom: 0.7em;
}
.mobile-table hr {
	margin: 0px 0px 0px 0px;
}
.mobile-table-arrow {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ededed;
    text-align: center;
    display: inline-block;
}
/* Desktop table attempt */
.desktop-table{
	box-shadow: 0px 0px 15px 5px #e3e3e3;
	text-align: center;
	background: linear-gradient(#ededed, #ededed) no-repeat center/4px 100%;
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	position: relative;
}
.desktop-table-wrapper {
	/* padding-bottom: 33px; */
}
.desktop-table:hover{
	transform: scale(1.05);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
a.table-link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
    filter: alpha(opacity=0);
	pointer-events: auto;
}
.desktop-table .maxbutton {
	z-index: 11;
}
@media only screen and (max-width: 1000px) {
	.desktop-table {display: none;}
}
.desktop-table-header {
	background-color: #e3e3e3;
	color: #222222;
	font-weight: bold;
	font-size: 20pt;
	background-image: linear-gradient(180deg, rgba(225,225,225,1) 0%, rgba(237,237,237,1) 100%);
	text-align: center;
}
.desktop-table-arrow {
    width: 0; 
    height: 0; 
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #ededed;
    text-align: center;
    display: table;
	margin: 0 auto;
}
/* Fix maxbutton cutoff */
@media only screen and (min-width: 1000px) and (max-width: 1045px) {
	.desktop-table {
		width: 103%;
        margin-left: -5px;
	}
	.desktop-table:hover {
	    transform: scale(1.03);
	    -webkit-transition: all .35s;
        -moz-transition: all .35s;
        transition: all .35s;
	}
}
/* iPad width fix easy version
@media only screen and (min-width: 550px) and (max-width: 768px) {
	.mobile-table {
		width: 81%;
		margin: 0 auto;
	}
}*/
/* iPad width fix hard version */
@media only screen and (min-width: 550px) and (max-width: 768px) {
	.mobile-table {
		width: 30%;
		display: inline-block;
        margin-right: 5%;
	}
	.mobile-table-wrapper p:empty { 
		display:none; 
	}
	.mobile-table p:empty { 
		display:inherit;
	}
	.mobile-table:last-child {
		margin-right: 0;
	}
	.mobile-table .maxbutton-1.maxbutton.maxbutton-buycontactcement {
		width: 24vw !important;
	}
	.mobile-table .bold {
		margin-bottom: 50px;
	}
}
/* Margins */
.desktop-table-wrapper {
	margin-top: 33px;
}
.mobile-table-wrapper {
	margin-bottom: 35px;
}
/* Image sizing */
.desktop-table img {
	max-height: 150px;
	width: 80%;
	padding-left: 13px;
}
.mobile-table img {
	width: 80%;
}
/* Mobile header image re-sizing */
@media only screen and (max-width: 768px) {
	.navigation-branding img, .site-logo.mobile-header-logo img { 
   height: 79px !important;
}
}
	#mobile-header .mobile-header-logo {
		order: 1;
		margin-right: 0;
	}
	.gsp-mobile-ofcom-badge {
		order: 1;
		display: block;
		margin-right: auto;
		margin-left: 5px;
		width: 55px;
		height: 55px !important;
		object-fit: contain;
		flex: 0 0 55px;
	}

/* Header font bold */
.main-navigation a:not(.search-link) {
	font-weight: bold !important;
}
.main-navigation 
/* Hide search bar on mobile */
@media only screen and (max-width: 768px) {
	/*.search-item {
		display: none;
	}*/
}
/* 09-2020 fix iPad width */
@media only screen and (min-width: 600px) and (max-width: 1000px) {
	.one_fifth {
		clear: both;
   		width: 100%;
    	margin-left: 0;
    	margin-right: 0;
    	margin-bottom: 1em;
	}
}

/* Hero */
.row-home {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  display : flex;
  align-items : center;
  justify-content: center;
}

.column-home {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.left-column-home {
	padding-left: 25%;
	
}
.right-column-home {
	text-align: center;
}
@media only screen and (max-width: 768px) {
	.row-home {
		display: unset;
		text-align: center;
	}
	.left-column-home {
		padding-left: 0px;
		}
	.right-column-home {
		padding-right: 0px;
	}
}
/* IIS hero columns */
@media only screen and (min-width: 900px) {
   .left-column-iis {
	   width: 50%;
       float: left;
}
   .right-column-iis {
	   margin-left: 50%;
	   padding-top: 63px;
}
   .clear {
	   clear: both;
}
}
@media only screen and (max-width: 899px) {
	.right-column-iis {
	padding-top: 15px;
}
}
.left-column-iis {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* Margin at bottom of post main body */
#page {
	margin-bottom: 21px;
}
/* Mobile logo padding */
@media (max-width: 768px) {
    .inside-header {
        padding: 0;
    }
}
/* Boxes */
.set-of-3 {
	padding: 0px 15px;
}
/* Blue angled banner */
.blue-banner-outer {
	background-color: #69B578;
	transform: rotate(1.5deg); 
	display: inline-block; 
	width: 109%; 
	margin-left: -2.5%; 
	padding-top: 75px;
}
.blue-banner-inner {
	transform: rotate(-1.5deg); 
	max-width: 950px; 
	margin: 0 auto;
	color: white;
}
.blue-banner-inner-left {
	padding: 115px 0px;
}
@media only screen and (max-width: 1000px) {
	.blue-banner-outer {
		padding-top: 0px;
		margin-left: -4.5%;
	}
	.blue-banner-inner {
		max-width: 80%;
	}
	.blue-banner-inner-left {
		text-align: center;
		padding: 45px 0px 0px 0px;
	}
	.blue-banner-inner-right {
		float: unset;
		max-width: 500px;
		height: auto;
		margin: 0 auto;
	}
}
@media only screen and (min-width: 600px) and (max-width: 819px) {
	.blue-banner-inner-left h2 {
		padding-top: 81px;
	}
	.blue-banner-inner-left-mission h2 {
		padding-top: 29px;
	}
}
/* Seen in */
.seen-in {
	padding-top: 25px;
}
.seen-in h2 {
	text-align: center;
}
@media only screen and (min-width: 600px) {
	.seen-in-right-image {
		padding-left: 55px;
		padding-bottom: 25px;
	}
	.seen-in-left-image {
		padding-right: 55px;
		padding-top: 25px;
	}
}
.seen-in-right-image
/* Regular banner */
.banner-outer { 
	display: inline-block; 
	width: 109%; 
	margin-left: -2.5%; 
	padding-top: 75px;
}
.banner-inner {
	max-width: 950px; 
	margin: 0 auto;
}
.banner-inner-left {
	padding: 115px 0px;
}
@media only screen and (max-width: 1000px) {
	.banner-outer {
		padding-top: 0px;
		margin-left: -4.5%;
	}
	.banner-inner {
		max-width: 80%;
	}
	.banner-inner-left {
		text-align: center;
		padding: 45px 0px 0px 0px;
	}
	.banner-inner-right {
		float: unset;
		max-width: 500px;
		height: auto;
		margin: 0 auto;
	}
}
/* Banner 30/12/2020 responsive fix */
@media only screen and (min-width: 600px) and (max-width: 1000px) {
	.banner-inner, .blue-banner-inner {
		display: flex;
		padding-bottom: 10px;
	}
	.banner-inner img, .blue-banner-inner img {
		margin-top: 75px;
	}
}
@media only screen and (min-width: 820px) and (max-width: 1000px) {
		.banner-inner h2, .blue-banner-inner h2 {
		padding-top: 75px;
	}
}
/* Stat pages */
.tri-box {
    background: #f5f5f5;
    margin: 15px;
	padding: 15px 15px 5px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 5px #cccccc;
	transition: all .35s;
}
.tri-box:hover{
	transform: scale(1.05);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.tri-box p {
    text-align: center;
}
.tri-box strong {
	font-size: 15pt;
}
.tri-boxes {
	position: relative;
	z-index: 9999;
}
.zwei-box {
    background: #f5f5f5;
    margin: 15px;
	padding: 15px 15px 5px 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 15px 5px #cccccc;
	transition: all .35s;
}
.zwei-box:hover{
	transform: scale(1.05);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.zwei-box p {
    text-align: center;
}
.zwei-box strong {
	font-size: 15pt;
}
@media only screen and (min-width: 768px) {
	.zwei-box-1 {
	margin-left: 95px;
}
	.zwei-box-2 {
	margin-right: 95px;
}
}
.middle-bar {
    position: relative;
    background-color: #791389;
    padding-top: 35px;
	padding-bottom: 25px;
	/* margin-bottom: 25px; */
	color: white;
}

.middle-bar:before, 
.middle-bar:after {
  content: "";
  position: absolute;
  background: #791389;  /* Match the background */
  top: 0;
  bottom: 0;
  width: 9999px;   /* some huge width */
} 
.middle-bar:before {
  right: 100%; 
}
.middle-bar:after {
  left: 100%;
}
.middle-bar-grey {
    position: relative;
    background-color: #f2f2f2;
    padding-top: 35px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	z-index: 1;
}

.middle-bar-grey:before, 
.middle-bar-grey:after {
  content: "";
  position: absolute;
  background: #f2f2f2;  /* Match the background */
  top: 0;
  bottom: 0;
  width: 9999px;   /* some huge width */
  z-index: 1;
} 
.middle-bar-grey:before {
  right: 100%; 
  z-index: 1;
}
.middle-bar-grey:after {
  left: 100%;
  z-index: 1;
}
.middle-bar-db {
    position: relative;
    background-color: #08447C;
    padding-top: 35px;
	padding-bottom: 25px;
	margin-bottom: 25px;
	color: white;
}

.middle-bar-db:before, 
.middle-bar-db:after {
  content: "";
  position: absolute;
  background: #08447C;  /* Match the background */
  top: 0;
  bottom: 0;
  width: 9999px;   /* some huge width */
} 
.middle-bar-db:before {
  right: 100%; 
}
.middle-bar-db:after {
  left: 100%;
}
html, body {
	overflow-x: hidden;
}
body.postid-6363 .site.grid-container {
	max-width: 1100px;
}
/* Container BG changes */
body.postid-6363 {
    background-color: #FFFFFF;
}
/* Hide comments on BCFG */
.postid-6363 .comments-area, .postid-6363 .entry-meta {
	display: none;
}

/* Hide author on BCFG */
#post-6363 > div > div.entry-content > h2:nth-child(40) {
	display: none;
}
#post-6363 > div > div > div.saboxplugin-wrap, #post-4043 > div > div.saboxplugin-wrap, #post-4043 > div.saboxplugin-wrap {
	display: none;
}
}
/* Maps */
#legend-container-map {
	display: none !important;
}
#map-container, #bbs-map-countries-container {
	border-radius: 0px !important;
}
#map-container {
padding-bottom: 125px;
}
#map-outer-container {
	height: auto !important;
    min-height: 200px !important;
    overflow: hidden !important;
    position: relative !important;
    padding-top: 0;
    margin-top: -40px;
}
#map-outer-container .leaflet-container {
	background: #08447c !important;
}
.post-6363 .entry-content {
	margin-top: 0;
}
/* Full width row */
.row-full {
	width: 100vw;
 	position: relative;
 	margin-left: -50vw;
 	height: 100px;
 	left: 50%;
}
/* Cheap phone tables */
.tablepress-id-24 .column-1 {
  width: 250px !important;
}
.tablepress-id-24 .column-2 {
  width: 250px !important;
}
.tablepress-id-25 .column-1 {
  width: 250px !important;
}
.tablepress-id-25 .column-2 {
  width: 250px !important;
}
/* BCFT */
#tablepress-28, #tablepress-29, #tablepress-31 {
	font-size: 10pt;
}
/* BCFT EU */
body.postid-6699 .site.grid-container {
	max-width: 1100px;
}
/* Container BG changes */
body.postid-6699 {
    background-color: #FFFFFF;
}
/* Hide comments on BCFG */
.postid-6699 .comments-area, .postid-6699 .entry-meta {
	display: none;
}

/* Hide author on BCFG */
#post-6699 > div > div.entry-content > h2:nth-child(43) {
	display: none;
}
#post-6699 > div > div > div.saboxplugin-wrap, #post-4043 > div > div.saboxplugin-wrap, #post-4043 > div.saboxplugin-wrap {
	display: none;
}
#post-6363 > div > div > h2:nth-child(43) {
	display: none;
}
/* Hide map legend */
#legend-container-map {
	display: none !important;
}
#map-container-bbsCities60ecddcbf0b7a > div.leaflet-control-container > div.leaflet-bottom.leaflet-right > div.info.legend-cities-scale.leaflet-control {
	display: none !important;
}
.info .legend-cities-scale .leaflet-control {
	display: none !important
}
.leaflet-right {
	display: none !important;
}
/* Map border radius */
.map-container {
	border-radius: 0px !important;
}
/* Social widget height */
#block-2 > ul li {
	padding-bottom: 0px;
}
/* Top banner padding */
.main-navigation .main-nav ul li a {
	padding-left: 20px !important;
	padding-right: 20px !important;
}
/* Top-level navigation: smaller labels with a white underline on interaction. */
.main-navigation .main-nav > ul > li > a {
	font-size: 85%;
}
@media only screen and (min-width: 769px) and (max-width: 1100px) {
	.main-navigation .main-nav ul li a {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
	.main-navigation .main-nav > ul > li > a {
		font-size: 80%;
	}
	.main-navigation .main-nav ul li.menu-item-has-children > a {
		padding-right: 0 !important;
	}
	.main-navigation .main-nav > ul > li.menu-item-has-children > a .dropdown-menu-toggle {
		padding-left: 6px;
		padding-right: 10px;
	}
}
.main-navigation .main-nav > ul > li:hover > a,
.main-navigation .main-nav > ul > li:focus-within > a,
.main-navigation .main-nav > ul > li.sfHover > a {
	color: #fff !important;
	background-color: transparent !important;
	text-decoration-line: underline;
	text-decoration-color: #fff;
	text-decoration-thickness: 1px;
	text-underline-offset: 4px;
}
.main-navigation .main-nav > ul > li.search-item.active:hover > a,
.main-navigation .main-nav > ul > li.search-item.active:focus-within > a {
	color: #2e2e2e !important;
	background-color: #fff !important;
	text-decoration-color: #2e2e2e;
}
.main-navigation .main-nav > ul > li.search-item.active:hover > a .icon-search,
.main-navigation .main-nav > ul > li.search-item.active:focus-within > a .icon-search {
	padding-bottom: 3px;
	border-bottom: 1px solid currentColor;
}
/* Use the mega-menu hover treatment consistently across all nav dropdowns. */
.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):hover > a,
.main-navigation .main-nav ul ul li:not([class*="current-menu-"]):focus > a,
.main-navigation .main-nav ul ul li.sfHover:not([class*="current-menu-"]) > a,
.main-navigation .main-nav ul ul li[class*="current-menu-"]:hover > a,
.main-navigation .main-nav ul ul li[class*="current-menu-"]:focus > a,
.main-navigation .main-nav ul ul li.sfHover[class*="current-menu-"] > a {
	color: var(--contrast) !important;
	background-color: #eef4ef !important;
}

/* Column headings are labels, so they should not acquire a link hover state. */
.main-navigation .main-nav ul ul li.gsp-networks-more-heading:hover > a,
.main-navigation .main-nav ul ul li.gsp-networks-more-heading:focus > a,
.main-navigation .main-nav ul ul li.gsp-networks-more-heading.sfHover > a {
	color: #25362b !important;
	background-color: transparent !important;
}
/* Sidebar */
@media (max-width: 769px) {
	.moboff {
		display: none;
	}
}
/* Green header */
.product-banner {
	text-align: center; 
	font-size: 15pt; 
	font-weight: bold; 
	color: #ffffff;
}
/* Footer icons fix */
#block-4 > ul li {
	padding-bottom: unset;
}
/* Home "our mission" image fix */
@media only screen and (min-width: 1000px) {
	#post-6193 > div > div > div:nth-child(1) > div.blue-banner-outer > div > div.content-column.one_half.last_column.blue-banner-inner-right {
		padding-top: 55px;
	}
}
h1.product_title {
	margin-bottom:20px;
}
/* Pros/cons box */
.p-c {
	/* border: 3px solid #333333; */
	border-radius: 9px;
	padding: 15px 25px 1px 25px;
	box-shadow: 0px 0px 15px 5px #e3e3e3;
	transition: all .35s;
	text-align: center;
}
.p-c li {
	text-align: left;
	font-size: 11pt;
	padding: 0px 5px;
}
.p-c:hover{
	transform: scale(1.03);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.p-c-buffer {
	padding-top: 15px;
}
.p-c hr {
	margin-bottom: -7px; 
	margin-top: -15px;
}
@media only screen and (max-width: 600px) {
	.p-c {
		padding: 15px 25px 0px 25px;
	}
	.p-c-buffer {
		padding-top: 0px;
		margin-top: -15px;
	}
	.p-c-negative-buffer {
		margin-top: -15px;
	}
	.p-c div.content-column.one_third.last_column {
		margin-top: -25px;
	}
}
@media only screen and (min-width: 600px) {
	.p-c-negative-buffer {
		margin-top: -15px;
	}
	.p-c-row1 {
		display: flex;
		align-items: center;
  		justify-content: center;
		width: 100%;
	}
    .p-c .p-c-row1 .p-c-row1-col {
		display: flex;
		flex-direction: column;
        justify-content: center;
        align-items: center;
	}
}
/* Greenest smartphone manufacturers */
.tablepress .sorting,
.tablepress .sorting_asc,
.tablepress .sorting_desc {
  padding-right: 20px !important;
}
/* How to save money on your mobile phone */
@media only screen and (min-width: 900px) {
	.htsmtop {
		padding-top: 75px;
	}
}
@media only screen and (max-width: 899px) {
	.htsmtop {
		margin-top: -35px;
	}
}
/* Phone theft table */
.tablepress-id-40 .column-1 {
  width: 20% !important;
}
.tablepress-id-40 .column-2 {
  width: 20% !important;
}
.tablepress-id-40 .column-3 {
  width: 20% !important;
}
.tablepress-id-40 .column-4 {
  width: 20% !important;
}
.tablepress-id-40 .column-54 {
  width: 20% !important;
}
/* Quiz blue to green style */
.funquizz-btn {
	background-color: #333333;
	border: 3px solid #333333;
}
.funquizz-btn:hover, .funquizz-btn:active, .funquizz-btn:focus {
	background-color: #5f5f5f;
	border: 3px solid #5f5f5f;
}
.quiz-progress {
	color: #3a7d44;
}
.time-bar .in {
	background-color: #3a7d44;
}
.funquizz-btn.wrong-answer {
	background-color: red !important;
	border-color: red !important;
}
.funquizz-btn.correct-answer {
	background-color: green !important;
	border-color: green !important;}
.result-share svg {
	color: #3a7d44;
	fill: #3a7d44;
}
.result-share a:hover svg{
    color: #333333;
    fill: #333333;
}
/* Cartoon TV quiz */
#post-1221081 > div > header {
	display: none;
}
#post-1221081 > div > div > h2 {
	display: none;
}
#post-1221081 > div > div > div.saboxplugin-wrap {
	display: none;
}
#post-1221081 > div > footer {
	display: none;
}
/* Home box height
.woocommerce ul.products li.product.product-category > a, .woocommerce-page ul.products li.product.product-category > a {
	min-height: 181px;
} */
.woocommerce .woocommerce-breadcrumb a:hover {
	color:#3a7d44;
}
/* Match WooCommerce breadcrumb formatting on single blog posts. */
.single-post .woocommerce-breadcrumb {
	margin: 0 0 1em;
	padding: 0;
	font-size: .92em;
	color: #767676;
}
.single-post .woocommerce-breadcrumb a {
	color: #767676;
}
.single-post .woocommerce-breadcrumb a:hover {
	color: #3a7d44;
}
/* As Seen In */
.imagecolumn {
  width: 25%;
  padding: 15px;
  box-sizing: border-box;
}

.imagerow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .imagecolumn {
    width: 100%;
    display: flex;
    justify-content: center;
	padding-bottom: 21px;
  }
}
/* Phone security hero columns */
@media only screen and (min-width: 900px) {
   .left-column-ips {
	   width: 50%;
       float: left;
}
   .right-column-ips {
	   margin-left: 50%;
	   padding-top: 57px;
}
   .clear {
	   clear: both;
}
}
@media only screen and (max-width: 899px) {
	.right-column-ips {
	padding-top: 15px;
}
}
.left-column-ips {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}
/* Mobile deals page title padding */
@media only screen and (max-width: 1200px) {
	.ce-mobile-title {
		padding-bottom: 15px;
	}
}
/* Change CTA button colour */
.woocommerce ul.products li.product .button {
	background-color: #ff9b00 !important;
}
/* Phone breakages by country */
#tablepress-48 {
  max-width: 555px !important;
}
.old-phone-box-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
/* Old phones */
.old-phone-box-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.old-phone-box-left, .old-phone-box-right {
  width: 48%;
  box-sizing: border-box;
}

.old-phone-box-left h2 {
  margin-bottom: 10px;
}

.old-phone-box-left p {
  margin-bottom: 20px;
}

.old-phone-box-left .audio {
  margin-top: 10px;
}

.old-phone-box-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.phone {
  max-width: 100%;
  height: auto;
}

body.postid-1221665 {
  background-color: #FFFFFF;
}

/* Mobile */
@media (max-width: 768px) {
  .old-phone-box-container {
    flex-direction: column;
  }

  .old-phone-box-left, .old-phone-box-right {
    width: 100%;
    margin: 10px 0;
  }
}

.timeline {
  position: relative;
  width: 80%;
  margin: 0 auto; /* Center horizontally */
  padding: 20px 0;
  margin-top: -35px;
}

.timeline::before {
  content: "";
  position: absolute;
  top: 10px; /* Adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: #000; /* Line color */
  height: calc(100% - 20px); /* Adjust as needed */
}

.event {
  position: relative;
  padding: 20px 0; /* Vertical spacing between events */
}

.event::before {
  /* Killdot content: ""; */
  position: absolute;
  left: 50%;
  top: 50%;
  width: 20px; /* Size of the circle */
  height: 20px;
  border-radius: 50%;
  background: #000; /* Circle color */
  transform: translate(-50%, -50%);
}
#post-1221665 > div > header > div {
	display: none;
}


/******************************
 * Footer custom style
 *****************************/
.bs-sm{
	display: none;
}
.site.footer-widgets{
	background: #191919;
}
.site-info{
	background: #222222;
}
.copyright-bar, .copyright-bar a {
    color: #efefef;
    transition: all ease-in-out 300ms;
}
.copyright-bar a{
    text-decoration: none;
}
.copyright-bar a:hover{
    color: #53b2d6;
}
.bs-footer {
    padding: 0;
}
.bs-footer, .bs-footer a{
    transition: all ease-in-out 300ms;
}
.bs-footer ul.wp-block-social-links li{
    margin: 0;
		padding-bottom: 0;
}
hr.bs-f2{
    margin-top: 0;
		height: auto;
}
.bs-footer.bs-f3 ul li{
    margin:0;
    margin-bottom: 5px;
}
.bs-footer.bs-f3 a{
    text-decoration: none;
    color: #efefef;
}
.bs-footer.bs-f3 a:hover{
    color: #53b2d6;
}
.footer-widget-1 .widget_block {
    margin-bottom: 15px;
}
.bs-footer.bs-f3{
    padding-top:20px;
}
.bs-footer.bs-f3 p{
		color: #efefef;
		font-size: 20px;
		font-weight: 700;
		text-align: right;
}
.bs-footer.bs-f3 form{
	max-width: 220px;
	margin-left: auto;
	color: #efefef;
}
.bs-footer.bs-f3 form button[type=submit]{
	width: 120px;
	margin-left: auto;
	border-radius: 6px;
	font-weight: 700;
}

/* custom columns */
@media screen and (min-width:782px){
	.bs-footer-col-1 {
		flex-basis: auto !important;
		box-sizing: border-box;
		width: 25%;
	}
	.bs-footer-col-3 {
		flex-basis: auto !important;
		box-sizing: border-box;
		width: 60%;
	}
	.bs-3-col-ul{
		columns: 3;
		-webkit-columns: 3;
		-moz-columns: 3;
	}
}

/* mailchimp messages */
.bs-footer p.yikes-easy-mc-error-message{
	color: rgba(216,48,57,.87);
}
.bs-footer p.yikes-easy-mc-success-message{
	color: #4f8a10;
}
/* mobile */
@media screen and (max-width: 781px){
	.bs-md{
		display: none;
	}
	.bs-sm{
		display: block;
	}
	.bs-footer.bs-f1 .wp-block-column ul {
		float: left;
		padding: 0;
		margin: 0;
		margin-top: -15px;
	}
	.bs-footer.bs-f3{
		display: flex;
	}
	.bs-footer-col-2 {
		max-width: 50%;
		float: left;
	}
	
	.bs-footer-col-1 figure.alignright {
		float: left;
		margin: 0;
	}
	
	.bs-footer-col-1{
			order: 1
	}
	.bs-footer-col-3{
			order: 2
	}
	
}

@media screen and (max-width: 359px){
  .bs-footer h2,
  .bs-footer p,
  .bs-footer a
  {
    font-size: 14px !important;
  }
  .bs-footer ul li{
    padding: 0;
    line-height: 1.2
  }
  .bs-footer a.wp-block-social-link-anchor{
    font-size: 20px !important;
  }
  .copyright-bar span,
  .copyright-bar a
  {
    font-size: 13px !important;
  }
}
/******************************
 * Footer custom style end
 *****************************/

body {
    --wp--preset--font-size--small: 13px;
    --wp--preset--font-size--medium: 20px;
    --wp--preset--font-size--large: 36px;
    --wp--preset--font-size--x-large: 42px;
    --wp--preset--spacing--20: 0.44rem;
    --wp--preset--spacing--30: 0.67rem;
    --wp--preset--spacing--40: 1rem;
    --wp--preset--spacing--50: 1.5rem;
    --wp--preset--spacing--60: 2.25rem;
    --wp--preset--spacing--70: 3.38rem;
    --wp--preset--spacing--80: 5.06rem;
    --wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);
    --wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);
    --wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);
    --wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);
}

:where(.is-layout-flex) {
    gap: 0.5em;
}

:where(.is-layout-grid) {
    gap: 0.5em;
}

body .is-layout-flow>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-flow>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-flow>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignleft {
    float: left;
    margin-inline-start: 0;
    margin-inline-end: 2em;
}

body .is-layout-constrained>.alignright {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}

body .is-layout-constrained>.aligncenter {
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained> :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-constrained>.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

body .is-layout-flex {
    display: flex;
}

body .is-layout-flex {
    flex-wrap: wrap;
    align-items: center;
}

body .is-layout-flex>* {
    margin: 0;
}

body .is-layout-grid {
    display: grid;
}

body .is-layout-grid>* {
    margin: 0;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

.has-small-font-size {
    font-size: var(--wp--preset--font-size--small) !important;
}

.has-medium-font-size {
    font-size: var(--wp--preset--font-size--medium) !important;
}

.has-large-font-size {
    font-size: var(--wp--preset--font-size--large) !important;
}

.has-x-large-font-size {
    font-size: var(--wp--preset--font-size--x-large) !important;
}

.wp-block-navigation a:where(:not(.wp-element-button)) {
    color: inherit;
}

:where(.wp-block-post-template.is-layout-flex) {
    gap: 1.25em;
}

:where(.wp-block-post-template.is-layout-grid) {
    gap: 1.25em;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 2em;
}

:where(.wp-block-columns.is-layout-grid) {
    gap: 2em;
}

.wp-block-pullquote {
    font-size: 1.5em;
    line-height: 1.6;
}
/* Phone privacy font size */
#tablepress-52_wrapper {
	font-size: 7pt;
}
/* Product boxes */
.p-c {
	/* border: 3px solid #333333; */
	border-radius: 9px;
	padding: 0px 25px 0px 25px;
	box-shadow: 0px 0px 15px 5px #e3e3e3;
	transition: all .35s;
	text-align: center;
	margin-bottom: 15px;
}
.p-c ol, ul {
	margin: 0 0 1.5em 2em;
}
.p-c li {
	text-align: left;
	font-size: 11pt;
	padding: 0px 5px;
}
.p-c:hover{
	transform: scale(1.03);
	-webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}
.p-c-buffer {
	padding-top: 15px;
}
.p-c hr {
	margin-bottom: 11px; 
	margin-top: 13px;
	height: 1.1px;
	border: 0;
}
@media only screen and (max-width: 600px) {
	.p-c {
		padding: 15px 25px 0px 25px;
	}
	.p-c-buffer {
		padding-top: 0px;
		margin-top: -15px;
	}
	.p-c-negative-buffer {
		margin-top: -15px;
	}
	.p-c div.content-column.one_third.last_column {
		margin-top: -25px;
	}
	.p-c img {
	max-height: 125px;
	width: auto;
	}
}
@media only screen and (min-width: 600px) {
	.p-c-negative-buffer {
		margin-top: -15px;
	}
	.p-c-row1 {
		display: flex;
		align-items: center;
  		justify-content: center;
		width: 100%;
	}
    .p-c .p-c-row1 .p-c-row1-col {
		display: flex;
		flex-direction: column;
        justify-content: center;
        align-items: center;
	}
	.p-c .clear_column {
		width: unset;
	}
	.p-c hr {
		margin-bottom: 5px; 
		margin-top: -7px;
	}
	.p-c img {
	max-height: 169px;
	width: auto;
	}
}

/* Flex container for the top row with three columns */
.p-c-row-top {
    display: flex;
    justify-content: space-between;
    align-items: center; /* This will vertically center the content */
    flex-wrap: wrap;
}

/* Flex container for the bottom row with two columns */
.p-c-row-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

/* Individual columns for the top row */
.p-c-row-top .p-c-col {
    flex-basis: calc(33.333% - 10px); /* Adjust the 10px if you have different margins */
    margin: 5px;
    display: flex; /* Make the column a flex container too */
    align-items: center; /* Align the content of the column */
    justify-content: center; /* Center the content horizontally if needed */
    text-align: center; /* Center text for any direct text content */
    /* Add padding or height as needed to your items to enhance the design */
}
/* Fixing wrapping between 600-640px */
@media only screen and (min-width: 600px) and (max-width: 640px) {
    .p-c-row-top .p-c-col {
        flex-basis: calc(33% - 50px); /* Adjust the percentage or subtracted value as needed */
    }
}
/* Individual columns for the bottom row */
.p-c-row-bottom .p-c-col-half {
    flex-basis: calc(50% - 10px); /* Adjust the 10px if you have different margins */
    margin: 5px;
}

/* Handle the case for the last column on the right to not have a margin on the right side */
.p-c-col-last {
    margin-right: 0;
}

/* Clearfix for any floated elements */
.p-c::after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive adjustments */
@media only screen and (max-width: 600px) {
    /* Stack all columns in a single column on mobile */
    .p-c-row-top .p-c-col,
    .p-c-row-bottom .p-c-col-half {
        flex-basis: 100%;
        margin: 5px 0;
    }

    /* Center the last column of the top row on mobile */
    .p-c-row-top .p-c-col-last {
        order: 3; /* Ensures the third column stays at the bottom */
        margin-top: 10px;
    }
}

.post-image-aligned-left .inside-article .post-image {
	float:none !important;
}

.post-image-aligned-left .inside-article .post-image img {
	max-height: 400px;
	width: auto;
}

/* Replaced archive-card draft (kept commented for safe rollback).
/* Blog and post-category archive cards. */
.gsp-blog-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 32px;
}

.gsp-blog-card {
	min-width: 0;
	margin: 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

.gsp-blog-card:hover,
.gsp-blog-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #1f2933;
	text-decoration: none;
}

.gsp-blog-card__link:hover,
.gsp-blog-card__link:focus {
	color: #000;
}

.gsp-blog-card__link:focus-visible {
.gsp-blog-card__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	background: #f5f7f5;
	overflow: hidden;
}

.gsp-blog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.gsp-blog-card__image--fallback {
	width: 72%;
	height: 72%;
	object-fit: contain;
}

.gsp-blog-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 22px;
}

.gsp-blog-card__title {
	margin: 0 0 12px;
	font-size: 21px;
	font-weight: 700;
	line-height: 1.3;
	color: #24472b;
}
	padding: 20px;
.gsp-blog-card__description {
	margin: 0;
	font-size: 15px;
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	color: #000;
.gsp-blog-card__updated {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	color: #555;
}

		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.gsp-blog-archive-grid {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.gsp-blog-card__image-wrap {
		height: 210px;
	}
}
*/

/* Blog and post-category archive cards, matched to the smartphone deal cards. */
.gsp-blog-archive-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
	margin-bottom: 32px;
}

.gsp-blog-card {
	min-width: 0;
	margin: 0;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
	overflow: hidden;
}

.gsp-blog-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	color: #000;
	text-decoration: none;
}

.gsp-blog-card__link:hover,
.gsp-blog-card__link:focus {
	color: #000;
}

.gsp-blog-card__link:focus-visible {
	outline: 3px solid #3a7d44;
	outline-offset: -3px;
}

.gsp-blog-card__image-wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 230px;
	background: #fff;
	overflow: hidden;
}

.gsp-blog-card__image {
	display: block;
	width: 100%;
	height: 100%;
	margin: 0;
	object-fit: cover;
}

.gsp-blog-card__image--fallback {
	width: 72%;
	height: 72%;
	object-fit: contain;
}

.gsp-blog-card__content {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.gsp-blog-card__title {
	margin: 0 0 10px;
	padding: 0;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	color: #000;
}

.gsp-blog-card__updated {
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.4;
	text-align: center;
	color: #555;
}

.gsp-blog-card__description {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: #000;
}

@media (max-width: 900px) {
	.gsp-blog-archive-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 560px) {
	.gsp-blog-archive-grid {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.gsp-blog-card__image-wrap {
		height: 210px;
	}
}

/* Smartphone-style content alignment: linked title uses the site's link colour. */
.gsp-blog-card {
	display: flex;
	flex-direction: column;
}

.gsp-blog-card__image-link {
	display: block;
}

.gsp-blog-card__title,
.gsp-blog-card__updated {
	text-align: left;
}

.gsp-blog-card__title {
	color: inherit;
}

.gsp-blog-card__title a {
	font-weight: 700;
}
/* Product pages display specifications as a section, not as a tab. */
.single-product .woocommerce-tabs > ul.tabs {
	display: none;
}

/* Keep-your-number guide shown directly above phone specifications. */
.gsp-number-switch-guide {
	clear: both;
	margin: 34px 0 30px;
}

.gsp-number-switch-guide > h2 {
	margin: 0 0 16px;
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	line-height: 1.25;
	text-align: center;
}

.gsp-number-switch-guide__steps {
	display: grid;
	width: min(100%, 1050px);
	margin-inline: auto;
	grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr) 34px minmax(0, 1fr);
	align-items: stretch;
}

.gsp-number-switch-guide__step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 18px;
	border: 1px solid #e3e8e4;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(34, 34, 34, 0.05);
	text-align: center;
}

.gsp-number-switch-guide__icon {
	display: grid;
	width: 76px;
	height: 76px;
	margin: 0 auto 12px;
	border-radius: 9px;
	background: #edf6ee;
	place-items: center;
}

.gsp-number-switch-guide__icon img {
	width: 40px;
	height: 40px;
	filter: brightness(0) saturate(100%) invert(42%) sepia(17%) saturate(1465%) hue-rotate(77deg) brightness(92%) contrast(90%);
}

.gsp-number-switch-guide__step h3 {
	margin: 0 0 7px;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.35;
	color: #263329;
}

.gsp-number-switch-guide__step p {
	margin: 0;
	font-size: 0.86rem;
	line-height: 1.5;
	color: #5a655d;
}

.gsp-number-switch-guide__arrow {
	display: grid;
	place-items: center;
}

.gsp-number-switch-guide__arrow img {
	width: 22px;
	height: 22px;
	opacity: 0.55;
	filter: brightness(0) saturate(100%) invert(42%) sepia(17%) saturate(1465%) hue-rotate(77deg) brightness(92%) contrast(90%);
}

@media (max-width: 800px) {
	.gsp-number-switch-guide__steps {
		grid-template-columns: minmax(0, 1fr);
	}

	.gsp-number-switch-guide__arrow {
		height: 34px;
	}

	.gsp-number-switch-guide__arrow img {
		transform: rotate(90deg);
	}
}

/* Compact phone specifications table with locally hosted Lucide icons. */
.single-product .woocommerce-Tabs-panel--additional_information > h2 {
	margin: 0 0 14px;
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	line-height: 1.2;
	text-align: center;
}

.single-product table.woocommerce-product-attributes {
	width: min(100%, 1050px);
	margin: 0 auto;
	border: 1px solid #e3e8e4;
	border-radius: 10px;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 14px rgba(34, 34, 34, 0.05);
}

.single-product .related.products > h2 {
	text-align: center;
}

.single-product table.woocommerce-product-attributes tr:nth-child(odd) > * {
	background: #f7faf7;
}

.single-product table.woocommerce-product-attributes tr:not(:last-child) > * {
	border-bottom: 1px solid #e7ece8;
}

.single-product table.woocommerce-product-attributes th,
.single-product table.woocommerce-product-attributes td {
	padding: 9px 14px;
	border: 0;
	vertical-align: middle;
	line-height: 1.35;
}

.single-product table.woocommerce-product-attributes th {
	width: 42%;
	font-size: 0.875rem;
	font-weight: 650;
	font-style: normal;
	color: #263329;
}

.single-product table.woocommerce-product-attributes td {
	font-size: 0.9rem;
	color: #465249;
}

.single-product table.woocommerce-product-attributes td p {
	margin: 0;
	padding: 0;
}

.single-product .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/smartphone.svg");
	display: inline-block;
	width: 17px;
	height: 17px;
	margin-right: 9px;
	background-color: #3a7d44;
	-webkit-mask: var(--gsp-spec-icon) center / contain no-repeat;
	mask: var(--gsp-spec-icon) center / contain no-repeat;
	vertical-align: -3px;
	content: "";
}

.single-product [class*="pa_brand"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/tag.svg");
}

.single-product [class*="release_date"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/calendar-days.svg");
}

.single-product [class*="pa_dimensions"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/ruler.svg");
}

.single-product [class*="pa_screen-size"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/maximize-2.svg");
}

.single-product [class*="pa_screen-resolution"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/scan.svg");
}

.single-product [class*="cameras-megapixels"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/camera.svg");
}

.single-product [class*="pa_operating-system"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/code-xml.svg");
}

.single-product [class*="pa_weight"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/weight.svg");
}

.single-product [class*="pa_storage_options"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/hard-drive.svg");
}

.single-product [class*="pa_chipset"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/cpu.svg");
}

.single-product [class*="pa_water-dust-proofing"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/shield-check.svg");
}

.single-product [class*="pa_5g-compatibility"] .woocommerce-product-attributes-item__label::before {
	--gsp-spec-icon: url("assets/icons/radio-tower.svg");
}

@media (min-width: 860px) {
	.single-product table.woocommerce-product-attributes tbody {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.single-product table.woocommerce-product-attributes tr {
		display: grid;
		grid-template-columns: minmax(145px, 46%) minmax(0, 1fr);
	}

	.single-product table.woocommerce-product-attributes tr:nth-child(odd) {
		border-right: 1px solid #e7ece8;
	}

	.single-product table.woocommerce-product-attributes tr:nth-last-child(-n + 2) > * {
		border-bottom: 0;
	}

	.single-product table.woocommerce-product-attributes th {
		width: auto;
	}
}

@media (min-width: 1100px) {
	.single-product table.woocommerce-product-attributes tbody {
		grid-template-columns: repeat(7, minmax(0, 1fr));
	}

	.single-product table.woocommerce-product-attributes tr {
		grid-template-columns: minmax(0, 1fr);
	}

	.single-product table.woocommerce-product-attributes tr:nth-child(odd) {
		border-right: 0;
	}

	.single-product table.woocommerce-product-attributes tr:not(:nth-child(7n)) {
		border-right: 1px solid #e7ece8;
	}

	.single-product table.woocommerce-product-attributes tr:nth-last-child(-n + 7) > * {
		border-bottom: 0;
	}

	.single-product table.woocommerce-product-attributes th {
		padding-bottom: 3px;
		font-size: 0.8rem;
	}

	.single-product table.woocommerce-product-attributes td {
		padding-top: 3px;
		font-size: 0.82rem;
	}
}

@media (max-width: 560px) {
	.single-product table.woocommerce-product-attributes th,
	.single-product table.woocommerce-product-attributes td {
		padding: 8px 10px;
	}

	.single-product table.woocommerce-product-attributes th {
		width: 48%;
		font-size: 0.82rem;
	}

	.single-product table.woocommerce-product-attributes td {
		font-size: 0.84rem;
	}

	.single-product .woocommerce-product-attributes-item__label::before {
		width: 15px;
		height: 15px;
		margin-right: 6px;
	}
}

/* Supporting content shown immediately after phone specifications. */
.gsp-phone-information {
	clear: both;
	width: min(100%, 1050px);
	margin: 36px auto 0;
}

.gsp-phone-information__section {
	margin: 0 0 34px;
}

.gsp-phone-information__section > h2 {
	margin: 0 0 16px;
	font-size: clamp(1.35rem, 2vw, 1.7rem);
	line-height: 1.25;
	text-align: center;
}

.gsp-market-insights > p,
.gsp-market-insights__groups {
	margin: 0;
	border: 1px solid #e3e8e4;
	border-radius: 10px;
	background: #f7faf7;
	color: #465249;
	overflow: hidden;
}

.gsp-market-insights > p {
	padding: 20px 22px;
	line-height: 1.65;
}

.gsp-market-insights__group {
	padding: 18px 22px;
}

.gsp-market-insights__group + .gsp-market-insights__group {
	border-top: 1px solid #e3e8e4;
}

.gsp-market-insights__group h3 {
	margin: 0 0 10px;
	font-size: 1rem;
	line-height: 1.35;
	color: #263329;
}

.gsp-market-insights__list {
	margin: 0;
	padding: 0 0 0 20px;
	line-height: 1.65;
}

.gsp-market-insights__list li {
	margin-bottom: 10px;
	padding-left: 3px;
}

.gsp-market-insights__detail-box {
	margin: 14px 0 14px 20px;
	padding: 14px 16px;
	border: 1px solid #d7e1d9;
	border-radius: 8px;
	background: #fff;
}

.gsp-market-insights__detail-box .gsp-market-insights__subitem {
	margin-left: 0;
}

.gsp-market-insights__list li:last-child {
	margin-bottom: 0;
}

.gsp-market-insights a {
	color: #69b578;
	font-weight: 650;
}

.gsp-market-insights a:hover,
.gsp-market-insights a:focus {
	color: #050401;
}

.gsp-price-history {
	position: relative;
	margin: 0 0 20px;
	padding: 16px;
	border: 1px solid #d7e1d9;
	border-radius: 8px;
	background: #fff;
}

.gsp-price-history h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	text-align: center;
}

.gsp-price-history p {
	margin: 0 auto 12px;
	max-width: 650px;
	color: #59665e;
	font-size: 1.035rem;
	line-height: 1.55;
	text-align: center;
}

.gsp-price-history p.gsp-price-history__intro {
	margin-bottom: 0;
}

.gsp-price-history p strong {
	color: #287d3c;
	text-transform: capitalize;
}

.gsp-price-history--average p strong {
	color: #a66d00;
}

.gsp-price-history--high p strong {
	color: #c43b3b;
}

.gsp-price-history__chart {
	display: block;
	width: 100%;
	height: auto;
	max-height: 260px;
}

.gsp-price-history__range-chart {
	display: block;
	width: 100%;
	max-width: 560px;
	height: auto;
	margin: 0 auto;
}

.gsp-price-history__band--low {
	fill: #69b578;
}

.gsp-price-history__band--average {
	fill: #e2ad49;
}

.gsp-price-history__band--high {
	fill: #d66565;
}

.gsp-price-history__bar-outline {
	fill: none;
	stroke: #526158;
	stroke-width: 1.25;
}

.gsp-price-history__current-line {
	stroke: #17251b;
	stroke-width: 1.5;
}

.gsp-price-history__current-point {
	fill: #fff;
	stroke: #17251b;
	stroke-width: 2;
}

.gsp-price-history__current-label {
	fill: #17251b;
	font-size: 14px;
	font-weight: 400;
}

.gsp-price-history__end-price {
	fill: #59665e;
	font-size: 14px;
	font-weight: 400;
	dominant-baseline: middle;
}

.gsp-price-history__chart-separator {
	margin: 18px 0 12px;
	border-top: 1px solid #e1e7e2;
}

.gsp-price-history__axis {
	stroke: #7b8980;
	stroke-width: 1.25;
}

.gsp-price-history__grid {
	stroke: #e4e9e5;
	stroke-width: 1;
}

.gsp-price-history__tick {
	fill: #59665e;
	font-size: 11px;
}

.gsp-price-history__line {
	fill: none;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 3;
}

.gsp-price-history__line--lowest {
	stroke: #3c9652;
}

.gsp-price-history__line--average {
	stroke: #6b7280;
	stroke-dasharray: 7 5;
}

.gsp-price-history__point {
	stroke: #fff;
	stroke-width: 1.5;
	opacity: 0;
	cursor: default;
	pointer-events: all;
}

.gsp-price-history__point--lowest {
	fill: #3c9652;
}

.gsp-price-history__point--average {
	fill: #6b7280;
}

.gsp-price-history__point:hover,
.gsp-price-history__point:focus {
	opacity: 1;
	outline: none;
}

.gsp-price-history__tooltip {
	position: absolute;
	z-index: 3;
	max-width: 260px;
	padding: 7px 10px;
	border-radius: 5px;
	color: #fff;
	background: #263329;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	font-size: 0.8rem;
	line-height: 1.35;
	opacity: 0;
	pointer-events: none;
	transform: translate(-50%, calc(-100% - 8px));
	transition: opacity 0.1s ease;
}

.gsp-price-history__tooltip.is-visible {
	opacity: 1;
}

.gsp-price-history figcaption {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px 20px;
	margin-top: 6px;
	font-size: 0.85rem;
}

.gsp-price-history__key::before {
	display: inline-block;
	width: 20px;
	height: 3px;
	margin: 0 7px 3px 0;
	background: #3c9652;
	content: "";
}

.gsp-price-history__key--average::before {
	background: repeating-linear-gradient(90deg, #6b7280 0 6px, transparent 6px 10px);
}

.gsp-deal-scatter {
	position: relative;
	margin: 0 0 20px;
	padding: 16px;
	border: 1px solid #d7e1d9;
	border-radius: 8px;
	background: #fff;
}

.gsp-deal-scatter h3 {
	margin: 0 0 10px;
	font-size: 1.15rem;
	text-align: center;
}

.gsp-deal-scatter__intro {
	margin: 0 auto 12px;
	max-width: 650px;
	color: #59665e;
	font-size: 1.035rem;
	text-align: center;
}

.gsp-deal-scatter__chart {
	display: block;
	width: 100%;
	height: auto;
}

.gsp-deal-scatter__grid {
	stroke: #e4e9e5;
	stroke-width: 1;
}

.gsp-deal-scatter__axis {
	stroke: #718078;
	stroke-width: 1.5;
}

.gsp-deal-scatter__tick {
	fill: #59665e;
	font-size: 12px;
}

.gsp-deal-scatter__label {
	fill: #35443a;
	font-size: 13px;
	font-weight: 650;
}

.gsp-deal-scatter__point {
	stroke: #fff;
	stroke-width: 1.5;
	opacity: 0.62;
	cursor: pointer;
	transition: opacity .15s ease, stroke-width .15s ease;
}

.gsp-deal-scatter__point:hover,
.gsp-deal-scatter__point:focus,
.gsp-deal-scatter .ce-deal-card-link:focus .gsp-deal-scatter__point {
	opacity: 1;
	stroke: #1f2922;
	stroke-width: 2;
	outline: none;
}

.gsp-deal-scatter__point--best {
	stroke: #1f2922;
	stroke-width: 2.5;
	opacity: 1;
}

.gsp-deal-scatter__deal-label {
	fill: #263329;
	font-size: 11px;
	font-weight: 650;
	pointer-events: none;
}

.gsp-deal-scatter__tooltip {
	position: absolute;
	z-index: 3;
	width: max-content;
	max-width: min(360px, calc(100% - 16px));
	padding: 6px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	color: #fff;
	background: #263329;
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.24);
	font-size: 0.82rem;
	line-height: 1.35;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.1s ease;
}

.gsp-deal-scatter__tooltip table {
	margin: 0;
	border: 0;
	border-collapse: collapse;
	color: inherit;
	font: inherit;
}

.gsp-deal-scatter__tooltip th,
.gsp-deal-scatter__tooltip td {
	padding: 5px 7px;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	vertical-align: top;
	text-align: left;
}

.gsp-deal-scatter__tooltip tr:last-child th,
.gsp-deal-scatter__tooltip tr:last-child td {
	border-bottom: 0;
}

.gsp-deal-scatter__tooltip th {
	color: #bfe3c8;
	font-weight: 650;
	white-space: nowrap;
}

.gsp-deal-scatter__tooltip.is-visible {
	opacity: 1;
}

.gsp-deal-scatter__legend {
	display: flex;
	flex-wrap: wrap;
	gap: 7px 16px;
	margin-top: 8px;
	font-size: 0.82rem;
}

.gsp-deal-scatter__legend span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
}

.gsp-deal-scatter__legend i {
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: var(--deal-colour);
}

@media (max-width: 640px) {
	.gsp-price-history,
	.gsp-deal-scatter {
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.gsp-price-history__chart,
	.gsp-deal-scatter__chart {
		width: 620px;
		max-width: none;
	}

	.gsp-price-history__chart {
		height: 190px;
		max-height: none;
	}

	.gsp-deal-scatter__chart {
		height: 370px;
	}
}

.gsp-phone-faqs__list {
	border: 1px solid #e3e8e4;
	border-radius: 10px;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 4px 14px rgba(34, 34, 34, 0.05);
}

.gsp-phone-faqs__item + .gsp-phone-faqs__item {
	border-top: 1px solid #e3e8e4;
}

.gsp-phone-faqs__item summary {
	position: relative;
	padding: 16px 48px 16px 18px;
	cursor: pointer;
	list-style: none;
	font-weight: 700;
	color: #263329;
}

.gsp-phone-faqs__item summary::-webkit-details-marker {
	display: none;
}

.gsp-phone-faqs__item summary::after {
	position: absolute;
	top: 50%;
	right: 18px;
	content: "+";
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 1;
	color: #3f864e;
	transform: translateY(-50%);
}

.gsp-phone-faqs__item[open] summary::after {
	content: "−";
}

.gsp-phone-faqs__answer {
	padding: 0 18px 16px;
	color: #465249;
}

.gsp-phone-faqs__answer p:last-child {
	margin-bottom: 0;
}

.gsp-about-us__content {
	display: grid;
	grid-template-columns: minmax(180px, 30%) minmax(0, 1fr);
	gap: 34px;
	align-items: center;
	padding: 26px;
	border: 1px solid #e3e8e4;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 4px 14px rgba(34, 34, 34, 0.05);
}

.gsp-about-us__logo {
	display: flex;
	flex-direction: column;
	gap: 14px;
	align-items: center;
	justify-content: center;
}

.gsp-about-us__logo img {
	display: block;
	width: 100%;
	max-width: 260px;
	height: auto;
}

.gsp-about-us__logo .gsp-about-us__badge {
	max-width: 135px;
}

.gsp-about-us__text p {
	margin: 0 0 14px;
	line-height: 1.65;
	color: #465249;
}

.gsp-about-us__text p:last-child {
	margin-bottom: 0;
}

@media (max-width: 700px) {
	.gsp-phone-information {
		margin-top: 30px;
	}

	.gsp-about-us__content {
		grid-template-columns: 1fr;
		gap: 20px;
		padding: 20px;
	}

	.gsp-about-us__logo img {
		max-width: 210px;
	}
}

/* Smartphones desktop mega menu. GeneratePress's native nested toggles remain
 * in control at and below the configured 915px mobile breakpoint. */
@media (min-width: 916px) {
	.main-navigation:not(.toggled) .inside-navigation {
		position: relative;
	}

	.main-navigation:not(.toggled) .main-nav > ul > li.gsp-smartphones-mega-menu {
		position: static;
	}

	.main-navigation:not(.toggled) .main-nav > ul > li.gsp-smartphones-mega-menu > ul.sub-menu {
		display: grid;
		grid-template-columns: repeat(4, minmax(0, 1fr));
		column-gap: 28px;
		row-gap: 0;
		left: 50%;
		right: auto;
		width: min(1100px, calc(100vw - 32px));
		padding: 24px 28px 26px;
		background: #fff;
		border-radius: 0 0 8px 8px;
		box-shadow: 0 12px 28px rgba(28, 55, 36, 0.18);
		transform: translateX(-50%);
	}

	.main-navigation:not(.toggled) .main-nav > ul > li.gsp-smartphones-mega-menu:focus-within > ul.sub-menu {
		left: 50%;
		opacity: 1;
		pointer-events: auto;
		height: auto;
		overflow: visible;
	}

	.main-navigation:not(.toggled) li.gsp-smartphones-featured-brand {
		grid-row: 1 / span 20;
	}

	.main-navigation:not(.toggled) li.gsp-smartphones-brand-apple { grid-column: 1; }
	.main-navigation:not(.toggled) li.gsp-smartphones-brand-samsung { grid-column: 2; }
	.main-navigation:not(.toggled) li.gsp-smartphones-brand-google { grid-column: 3; }
	.main-navigation:not(.toggled) li.gsp-smartphones-more-brand { grid-column: 4; }

	.main-navigation:not(.toggled) li.gsp-smartphones-more-heading {
		grid-column: 4;
		grid-row: 1;
	}

	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-more-heading > a {
		display: block;
		padding: 10px 20px 8px;
		color: #25362b !important;
		background-color: transparent !important;
		font-size: 15px;
		font-weight: 700;
		line-height: 1.3;
		cursor: default;
	}

	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-featured-brand > a {
		padding-top: 10px;
		padding-bottom: 10px;
		color: #25362b;
		font-size: 15px;
		font-weight: 700;
		cursor: default;
	}

	.main-navigation:not(.toggled) li.gsp-smartphones-featured-brand > a .dropdown-menu-toggle {
		cursor: pointer;
	}

	.main-navigation:not(.toggled) li.gsp-smartphones-featured-brand > a .dropdown-menu-toggle {
		display: none;
	}

	.main-navigation:not(.toggled) li.gsp-smartphones-featured-brand > ul.sub-menu {
		display: block;
		position: static;
		left: auto;
		top: auto;
		width: auto;
		height: auto;
		overflow: visible;
		float: none;
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		background: transparent;
		box-shadow: none;
		transition: none;
	}

	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-phone-link > a {
		padding-top: 8px;
		padding-bottom: 8px;
		color: #465249;
		font-size: 13px;
		line-height: 1.35;
	}

	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-view-all-link > a {
		padding-top: 10px;
		padding-bottom: 8px;
		color: #25362b;
		font-size: 13px;
		font-weight: 700;
		line-height: 1.35;
	}

	/* A nested link also puts :hover/focus-within on its brand <li>. Keep the
	 * logo heading neutral in every state; only the actual child link changes. */
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-featured-brand > a,
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-featured-brand:hover > a,
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-featured-brand:focus-within > a,
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-featured-brand.sfHover > a,
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-featured-brand > a:hover,
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-featured-brand > a:focus {
		color: #25362b !important;
		background-color: transparent !important;
	}

	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-phone-link > a:hover,
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-phone-link > a:focus,
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-view-all-link > a:hover,
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-view-all-link > a:focus,
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-more-brand > a:hover,
	.main-navigation:not(.toggled) .main-nav li.gsp-smartphones-more-brand > a:focus {
		color: var(--contrast) !important;
		background-color: #eef4ef !important;
	}
}
