/*
Theme Name: MobiSpecs
Theme URI: https://qthrust.com
Author: QThrust (mail@qthrust.com)
Author URI: https://qthrust.com
Description: A premium, clean smartphone review and comparison theme matching Smartprix design aesthetics.
Version: 1.0.28
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: mobilespecs
*/

*,
*::before,
*::after {
	box-sizing: border-box;
}

html,
body {
	max-width: 100%;
	overflow-x: hidden;
}

body {
	font-family: 'Outfit', 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	background-color: #f8f9fa;
	color: #333;
	margin: 0;
	padding: 0;
	line-height: 1.6;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

.site-main {
	flex: 1 0 auto;
	min-height: calc(100vh - 255px);
	width: 100%;
}

.site-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
	width: 100%;
}

/* Header Styles */
.site-header {
	background: #0f477f;
	border-bottom: 1px solid #0b3868;
	padding: 0;
	position: sticky;
	top: 0;
	z-index: 100;
	box-shadow: 0 2px 10px rgba(15, 42, 71, 0.18);
}

.header-top-row {
	display: flex;
	align-items: center;
	gap: 26px;
	min-height: 64px;
}

.site-header .site-container,
.site-footer .site-container {
	max-width: none;
	width: 100%;
	box-sizing: border-box;
	padding-left: clamp(16px, 4vw, 64px);
	padding-right: clamp(16px, 4vw, 64px);
}

.site-logo a {
	font-size: 24px;
	font-weight: 800;
	color: #ff5722;
	text-decoration: none;
	display: flex;
	align-items: center;
	gap: 8px;
	white-space: nowrap;
}

.site-logo span {
	color: #45b3ff;
}

.site-logo img {
	display: block;
	width: auto;
	max-width: 220px;
	height: 44px;
	object-fit: contain;
}

.header-search {
	display: flex;
	align-items: center;
	flex: 1 1 420px;
	max-width: 560px;
	background: #ffffff;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 6px;
	overflow: hidden;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,0.04);
}

.header-search input {
	border: none;
	flex: 1;
	font: inherit;
	font-size: 15px;
	outline: none;
	padding: 12px 14px;
	min-width: 0;
}

.header-search button {
	width: 46px;
	align-self: stretch;
	border: none;
	background: #f3f6f9;
	color: #617083;
	cursor: pointer;
	font-size: 24px;
	line-height: 1;
}

.site-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 18px;
}

.site-navigation a {
	text-decoration: none;
	color: #d9ebff;
	font-weight: 700;
	font-size: 14px;
	transition: color 0.15s;
	white-space: nowrap;
}

.site-navigation a:hover {
	color: #ffffff;
}

.header-actions {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-left: auto;
}

.header-actions a {
	border-radius: 5px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1;
	padding: 10px 13px;
	text-decoration: none;
	white-space: nowrap;
}

.header-login {
	color: #ffffff;
}

.header-signup {
	background: #ff5722;
	color: #ffffff;
	box-shadow: 0 6px 18px rgba(255, 87, 34, 0.28);
}

.mobile-sidebar-toggle,
.mobile-sidebar-backdrop,
.mobile-sidebar-panel {
	display: none;
}

.mobile-sidebar-logo img {
	display: block;
	max-width: 190px;
	max-height: 44px;
	object-fit: contain;
}

.mobile-sidebar-toggle {
	-webkit-appearance: none;
	align-items: center;
	background: rgba(255, 255, 255, 0.12);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	box-shadow: none;
	box-sizing: border-box;
	cursor: pointer;
	flex: 0 0 42px;
	flex-direction: column;
	gap: 4px;
	height: 42px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 42px;
}

.mobile-sidebar-toggle span {
	background: #ffffff;
	border-radius: 2px;
	display: block;
	height: 2px;
	margin: 0;
	width: 21px;
}

.mobile-sidebar-backdrop {
	background: rgba(9, 24, 43, 0.46);
	inset: 0;
	position: fixed;
	z-index: 190;
}

.mobile-sidebar-panel {
	background: #ffffff;
	box-shadow: -18px 0 45px rgba(12, 27, 45, 0.22);
	flex-direction: column;
	height: 100vh;
	max-width: 360px;
	padding: 20px;
	position: fixed;
	right: 0;
	top: 0;
	transform: translateX(105%);
	transition: transform 0.22s ease;
	width: min(86vw, 360px);
	z-index: 200;
}

.mobile-sidebar-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.mobile-sidebar-logo {
	color: #ff5722;
	font-size: 22px;
	font-weight: 800;
	line-height: 1;
}

.mobile-sidebar-logo span {
	color: #2196f3;
	margin-left: 4px;
}

.mobile-sidebar-close {
	align-items: center;
	background: #eef5fc;
	border: 1px solid #d8e5f2;
	border-radius: 8px;
	color: #29384a;
	cursor: pointer;
	display: inline-flex;
	font-size: 28px;
	height: 40px;
	justify-content: center;
	line-height: 1;
	padding: 0 0 3px;
	width: 40px;
}

.mobile-sidebar-actions {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	margin-bottom: 18px;
}

.mobile-sidebar-actions a {
	align-items: center;
	border-radius: 8px;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	justify-content: center;
	line-height: 1;
	min-height: 44px;
	text-decoration: none;
}

.mobile-sidebar-login {
	background: #eef5fc;
	color: #0f477f;
}

.mobile-sidebar-signup {
	background: #ff5722;
	box-shadow: 0 12px 28px rgba(255, 87, 34, 0.22);
	color: #ffffff;
}

.mobile-sidebar-nav ul {
	display: grid;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 14px 0 0;
	border-top: 1px solid #e8eef5;
}

.mobile-sidebar-nav a {
	align-items: center;
	background: #f7f9fc;
	border: 1px solid #e5edf5;
	border-radius: 8px;
	color: #1f2d3d;
	display: flex;
	font-size: 16px;
	font-weight: 800;
	justify-content: space-between;
	padding: 13px 14px;
	text-decoration: none;
}

.mobile-sidebar-nav a::after {
	color: #8da0b4;
	content: "›";
	font-size: 22px;
	line-height: 1;
}

.homepage-news-mosaic {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(3, minmax(150px, 1fr));
	gap: 4px;
	margin: 0 auto 34px;
	min-height: clamp(560px, 36vw, 720px);
	overflow: hidden;
	border-radius: 6px;
	background: #ffffff;
	width: min(calc(100vw - 32px), 1780px);
	margin-left: 50%;
	transform: translateX(-50%);
}

.mosaic-tile {
	color: #ffffff;
	display: flex;
	align-items: flex-end;
	min-height: 0;
	overflow: hidden;
	padding: 22px;
	position: relative;
	text-decoration: none;
	isolation: isolate;
}

.mosaic-tile-bg {
	background-position: center;
	background-size: cover;
	inset: 0;
	position: absolute;
	transform: scale(1.02);
	transition: transform 0.3s ease;
	z-index: -2;
}

.mosaic-tile::before {
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.mosaic-tile::after {
	background: linear-gradient(180deg, transparent 25%, rgba(0, 0, 0, 0.42) 100%);
	content: "";
	inset: 0;
	position: absolute;
	z-index: -1;
}

.mosaic-tile:hover .mosaic-tile-bg {
	transform: scale(1.07);
}

.mosaic-title {
	display: -webkit-box;
	font-size: 22px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.25;
	overflow: hidden;
	text-shadow: 0 3px 18px rgba(0, 0, 0, 0.38);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.mosaic-tile-lead {
	grid-column: 1;
	grid-row: 1 / span 2;
	padding: 28px;
}

.mosaic-tile-lead .mosaic-title,
.mosaic-tile-tall-right .mosaic-title {
	font-size: clamp(30px, 2.35vw, 44px);
	line-height: 1.18;
	-webkit-line-clamp: 5;
}

.mosaic-tile-top-mid {
	grid-column: 2;
	grid-row: 1;
}

.mosaic-tile-top-right {
	grid-column: 3;
	grid-row: 1;
}

.mosaic-tile-mid {
	grid-column: 2;
	grid-row: 2;
}

.mosaic-tile-bottom-left {
	grid-column: 1;
	grid-row: 3;
}

.mosaic-tile-bottom-mid {
	grid-column: 2;
	grid-row: 3;
}

.mosaic-tile-tall-right {
	grid-column: 3;
	grid-row: 2 / span 2;
	padding: 28px;
}

.homepage-news-mosaic.mosaic-count-1 {
	grid-template-columns: 1fr;
	grid-template-rows: minmax(440px, 1fr);
	min-height: 440px;
}

.homepage-news-mosaic.mosaic-count-1 .mosaic-tile-lead {
	grid-column: 1;
	grid-row: 1;
}

.homepage-news-mosaic.mosaic-count-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: minmax(380px, 1fr);
	min-height: 380px;
}

.homepage-news-mosaic.mosaic-count-2 .mosaic-tile {
	grid-column: auto;
	grid-row: 1;
}

.homepage-news-mosaic.mosaic-count-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: minmax(340px, 1fr);
	min-height: 340px;
}

.homepage-news-mosaic.mosaic-count-3 .mosaic-tile {
	grid-column: auto;
	grid-row: 1;
}

.homepage-news-mosaic.mosaic-count-4 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(220px, 1fr));
	min-height: 460px;
}

.homepage-news-mosaic.mosaic-count-4 .mosaic-tile {
	grid-column: auto;
	grid-row: auto;
}

.homepage-news-mosaic.mosaic-count-5 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(240px, 1fr));
	min-height: 500px;
}

.homepage-news-mosaic.mosaic-count-5 .mosaic-tile-lead {
	grid-column: 1;
	grid-row: 1 / span 2;
}

.homepage-news-mosaic.mosaic-count-5 .mosaic-tile-top-mid {
	grid-column: 2;
	grid-row: 1;
}

.homepage-news-mosaic.mosaic-count-5 .mosaic-tile-top-right {
	grid-column: 3;
	grid-row: 1;
}

.homepage-news-mosaic.mosaic-count-5 .mosaic-tile-mid {
	grid-column: 2;
	grid-row: 2;
}

.homepage-news-mosaic.mosaic-count-5 .mosaic-tile-bottom-left {
	grid-column: 3;
	grid-row: 2;
}

.homepage-news-mosaic.mosaic-count-6 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	grid-template-rows: repeat(2, minmax(230px, 1fr));
	min-height: 480px;
}

.homepage-news-mosaic.mosaic-count-6 .mosaic-tile {
	grid-column: auto;
	grid-row: auto;
}

.mosaic-tone-1::before {
	background: linear-gradient(135deg, rgba(13, 112, 150, 0.74), rgba(58, 154, 118, 0.58));
}

.mosaic-tone-2::before {
	background: linear-gradient(135deg, rgba(255, 194, 61, 0.72), rgba(185, 83, 23, 0.66));
}

.mosaic-tone-3::before {
	background: linear-gradient(135deg, rgba(229, 119, 66, 0.68), rgba(201, 46, 66, 0.62));
}

.mosaic-tone-4::before {
	background: linear-gradient(135deg, rgba(196, 61, 151, 0.64), rgba(64, 103, 196, 0.62));
}

.mosaic-tone-5::before {
	background: linear-gradient(135deg, rgba(157, 161, 43, 0.66), rgba(132, 92, 45, 0.68));
}

.mosaic-tone-6::before {
	background: linear-gradient(135deg, rgba(171, 75, 106, 0.64), rgba(215, 95, 103, 0.58));
}

.mosaic-tone-7::before {
	background: linear-gradient(135deg, rgba(120, 153, 67, 0.68), rgba(28, 111, 64, 0.62));
}

.mosaic-tile.is-fallback .mosaic-tile-bg {
	background-size: 300% 200%;
}

.mosaic-bg-1 .mosaic-tile-bg {
	background-position: 0% 0%;
}

.mosaic-bg-2 .mosaic-tile-bg {
	background-position: 50% 0%;
}

.mosaic-bg-3 .mosaic-tile-bg {
	background-position: 100% 0%;
}

.mosaic-bg-4 .mosaic-tile-bg {
	background-position: 0% 100%;
}

.mosaic-bg-5 .mosaic-tile-bg {
	background-position: 50% 100%;
}

.mosaic-bg-6 .mosaic-tile-bg {
	background-position: 100% 100%;
}

.homepage-compare-section {
	margin: 0 auto 56px;
	width: min(calc(100vw - 32px), 1780px);
	margin-left: 50%;
	transform: translateX(-50%);
}

.homepage-compare-card {
	background:
		linear-gradient(120deg, rgba(255, 87, 34, 0.09), rgba(33, 150, 243, 0.08)),
		#ffffff;
	border: 1px solid #dbe6f2;
	border-radius: 8px;
	box-shadow: 0 16px 38px rgba(20, 36, 56, 0.08);
	overflow: hidden;
	padding: 0;
	position: relative;
}

.homepage-compare-card::before {
	background:
		radial-gradient(circle at 18% 24%, rgba(33, 150, 243, 0.14), transparent 24%),
		radial-gradient(circle at 86% 76%, rgba(255, 87, 34, 0.16), transparent 26%);
	content: "";
	inset: 0;
	pointer-events: none;
	position: absolute;
}

.homepage-compare-card > * {
	position: relative;
	z-index: 1;
}

.homepage-news-hub {
	margin: 0 auto 46px;
	width: min(calc(100vw - 32px), 1780px);
	margin-left: 50%;
	transform: translateX(-50%);
}

.category-rail {
	align-items: center;
	background: linear-gradient(90deg, #dffdf7, #e9ddff 62%, #d7cbff);
	border: 1px solid #c8e7e9;
	border-radius: 6px;
	box-shadow: 0 3px 10px rgba(20, 36, 56, 0.08);
	display: grid;
	grid-template-columns: repeat(14, minmax(86px, 1fr));
	gap: 12px;
	margin-bottom: 24px;
	overflow-x: auto;
	padding: 14px 18px 12px;
}

.category-pill {
	align-items: center;
	color: #2f333a;
	display: flex;
	flex-direction: column;
	font-size: 16px;
	font-weight: 500;
	gap: 8px;
	min-width: 84px;
	text-align: center;
	text-decoration: none;
	white-space: nowrap;
}

.category-icon {
	background-color: #eef2f7;
	background-repeat: no-repeat;
	background-size: 700% 200%;
	border-radius: 50%;
	box-shadow: 0 6px 14px rgba(20, 36, 56, 0.08);
	display: block;
	height: 76px;
	width: 76px;
}

.category-icon-1 { background-position: 0% 0%; }
.category-icon-2 { background-position: 16.666% 0%; }
.category-icon-3 { background-position: 33.333% 0%; }
.category-icon-4 { background-position: 50% 0%; }
.category-icon-5 { background-position: 66.666% 0%; }
.category-icon-6 { background-position: 83.333% 0%; }
.category-icon-7 { background-position: 100% 0%; }
.category-icon-8 { background-position: 0% 100%; }
.category-icon-9 { background-position: 16.666% 100%; }
.category-icon-10 { background-position: 33.333% 100%; }
.category-icon-11 { background-position: 50% 100%; }
.category-icon-12 { background-position: 66.666% 100%; }
.category-icon-13 { background-position: 83.333% 100%; }
.category-icon-14 { background-position: 100% 100%; }
.category-icon.has-custom-icon {
	background-position: center;
	background-size: cover;
	border: 4px solid #fff;
}

.msc-customer-shell {
	max-width: 560px;
	margin: 18px auto 40px;
	padding: 34px;
	border: 1px solid #d9e2ec;
	border-top: 4px solid #ff5722;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 16px 38px rgba(20, 36, 56, .08);
}

.msc-customer-shell.is-wide {
	max-width: 1040px;
}

.msc-auth-heading {
	margin-bottom: 26px;
}

.msc-auth-heading > span {
	color: #ff5722;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.msc-auth-heading h1 {
	margin: 8px 0;
	color: #202734;
	font-size: 32px;
	line-height: 1.2;
}

.msc-auth-heading p,
.msc-auth-switch {
	margin: 0;
	color: #667085;
	line-height: 1.6;
}

.msc-auth-form {
	display: grid;
	gap: 18px;
}

.msc-auth-form label:not(.msc-auth-check) {
	display: grid;
	gap: 7px;
	color: #202734;
	font-weight: 600;
}

.msc-auth-form input[type="text"],
.msc-auth-form input[type="email"],
.msc-auth-form input[type="password"] {
	width: 100%;
	min-height: 48px;
	padding: 10px 13px;
	border: 1px solid #98a2b3;
	border-radius: 4px;
	background: #fff;
	font: inherit;
}

.msc-auth-form input:focus {
	border-color: #174f86;
	box-shadow: 0 0 0 3px rgba(23, 79, 134, .14);
	outline: 0;
}

.msc-auth-form small {
	color: #667085;
	font-weight: 400;
}

.msc-auth-check {
	display: flex;
	align-items: center;
	gap: 8px;
	color: #475467;
}

.msc-auth-form button {
	min-height: 48px;
	border: 0;
	border-radius: 4px;
	background: #ff5722;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 700;
}

.msc-auth-form button:hover,
.msc-auth-form button:focus {
	background: #e64a19;
}

.msc-auth-switch {
	margin-top: 22px;
	text-align: center;
}

.msc-auth-switch a,
.msc-account-links a,
.msc-account-empty a {
	color: #174f86;
	font-weight: 700;
}

.msc-auth-message {
	margin-bottom: 20px;
	padding: 12px 14px;
	border: 1px solid;
	border-radius: 4px;
}

.msc-auth-message.is-error {
	border-color: #f2b8b5;
	background: #fff3f2;
	color: #9f1d1d;
}

.msc-auth-message.is-success {
	border-color: #9bd6ad;
	background: #effaf2;
	color: #176b35;
}

.msc-account-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.6fr) minmax(280px, .8fr);
	gap: 22px;
}

.msc-account-panel {
	padding: 24px;
	border: 1px solid #d9e2ec;
	background: #f9fbfd;
}

.msc-account-panel h2 {
	margin: 0 0 18px;
	font-size: 21px;
}

.msc-account-comparisons {
	display: grid;
	gap: 1px;
	border: 1px solid #d9e2ec;
	background: #d9e2ec;
}

.msc-account-comparisons a {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	padding: 13px 14px;
	background: #fff;
	color: #202734;
	text-decoration: none;
}

.msc-account-comparisons a:hover {
	background: #eef6fd;
}

.msc-account-comparisons b {
	color: #ff5722;
	font-size: 12px;
	text-transform: uppercase;
}

.msc-account-comparisons time {
	color: #667085;
	font-size: 12px;
	white-space: nowrap;
}

.msc-account-empty {
	padding: 24px;
	border: 1px dashed #a9b8c8;
	background: #fff;
	text-align: center;
}

.msc-auth-form.is-compact {
	gap: 14px;
}

.msc-account-links {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 20px;
}

.news-hub-layout {
	align-items: start;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
	gap: 24px;
}

.news-hub-layout.has-no-sidebar {
	grid-template-columns: minmax(0, 1fr);
}

.latest-news-panel,
.popular-news-panel {
	background: #ffffff;
	border: 1px solid #dde5ef;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(20, 36, 56, 0.05);
}

.latest-news-panel {
	padding: 22px 24px;
}

.popular-news-panel {
	border-top: 10px solid #0f477f;
	padding: 18px 20px;
	position: sticky;
	top: 120px;
}

.news-panel-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 18px;
}

.news-panel-header h2 {
	color: #30333a;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
}

.news-panel-header a {
	color: #0b7cff;
	font-size: 18px;
	font-weight: 600;
	text-decoration: none;
	white-space: nowrap;
}

.latest-news-list,
.popular-news-list {
	display: grid;
	gap: 20px;
}

.latest-news-item {
	display: grid;
	grid-template-columns: 148px minmax(0, 1fr);
	gap: 18px;
}

.story-thumb,
.popular-thumb {
	background-color: #eef4fa;
	background-position: center;
	background-size: cover;
	border-radius: 6px;
	display: block;
	overflow: hidden;
}

.story-thumb {
	aspect-ratio: 4 / 3;
}

.popular-thumb {
	aspect-ratio: 1 / 0.78;
	flex: 0 0 92px;
}

.story-thumb.is-fallback,
.popular-thumb.is-fallback {
	background-size: 300% 200%;
}

.story-bg-1 { background-position: 0% 0%; }
.story-bg-2 { background-position: 50% 0%; }
.story-bg-3 { background-position: 100% 0%; }
.story-bg-4 { background-position: 0% 100%; }
.story-bg-5 { background-position: 50% 100%; }
.story-bg-6 { background-position: 100% 100%; }

.latest-news-copy h3 {
	font-size: 21px;
	font-weight: 700;
	line-height: 1.34;
	margin: 0 0 10px;
}

.latest-news-copy h3 a {
	color: #30333a;
	text-decoration: none;
}

.latest-news-copy h3 a:hover {
	color: #0b7cff;
}

.latest-news-copy p {
	color: #74777f;
	font-size: 18px;
	line-height: 1.45;
	margin: 0;
}

.popular-news-item {
	align-items: center;
	color: #41444b;
	display: flex;
	gap: 12px;
	text-decoration: none;
}

.popular-news-item > span:last-child {
	display: -webkit-box;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.35;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.popular-news-item:hover > span:last-child {
	color: #0b7cff;
}

.news-main-column {
	display: grid;
	gap: 24px;
	min-width: 0;
}

.content-panel {
	background: #ffffff;
	border: 1px solid #dde5ef;
	border-radius: 6px;
	box-shadow: 0 2px 10px rgba(20, 36, 56, 0.05);
	overflow: hidden;
	padding: 22px 24px;
}

.mobile-card-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 -24px -22px;
}

.mobile-showcase-card {
	border-right: 1px solid #edf1f6;
	border-top: 1px solid #edf1f6;
	min-width: 0;
	padding: 18px 24px;
}

.mobile-showcase-card:nth-child(4n) {
	border-right: none;
}

.mobile-card-image {
	background-color: #f2f6fa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: block;
	height: 210px;
	margin-bottom: 14px;
}

.mobile-card-image.is-fallback {
	background-size: 300% 200%;
	border-radius: 6px;
}

.mobile-showcase-copy h3 {
	display: -webkit-box;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.28;
	margin: 0 0 12px;
	min-height: 46px;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.mobile-showcase-copy h3 a {
	color: #30333a;
	text-decoration: none;
}

.mobile-price {
	color: #087b16;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.1;
	margin-bottom: 8px;
}

.mobile-rating {
	color: #e5b100;
	font-size: 18px;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.mobile-compare-link {
	align-items: center;
	background: #f4f2f6;
	border-radius: 5px;
	color: #70757f;
	display: inline-flex;
	font-size: 17px;
	font-weight: 600;
	gap: 6px;
	padding: 7px 12px;
	text-decoration: none;
}

.mobile-compare-link span {
	align-items: center;
	background: #1f8dff;
	border-radius: 50%;
	color: #ffffff;
	display: inline-flex;
	font-size: 18px;
	font-weight: 800;
	height: 22px;
	justify-content: center;
	line-height: 1;
	width: 22px;
}

.trending-card-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.trending-card {
	align-items: flex-end;
	aspect-ratio: 16 / 9.4;
	background-position: center;
	background-size: cover;
	border-radius: 4px;
	color: #ffffff;
	display: flex;
	overflow: hidden;
	padding: 18px;
	position: relative;
	text-decoration: none;
}

.trending-card::before {
	background: linear-gradient(180deg, transparent 28%, rgba(0, 0, 0, 0.72));
	content: "";
	inset: 0;
	position: absolute;
}

.trending-card.is-fallback {
	background-size: 300% 200%;
}

.trending-card span {
	display: -webkit-box;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.25;
	overflow: hidden;
	position: relative;
	text-shadow: 0 2px 12px rgba(0, 0, 0, 0.38);
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.upcoming-mobile-row {
	display: grid;
	grid-template-columns: repeat(5, minmax(130px, 1fr));
	gap: 18px;
	overflow-x: auto;
	padding-bottom: 4px;
}

.upcoming-mobile-row.is-empty {
	display: block;
	padding: 24px;
	border: 1px dashed #cbd5e1;
	background: #f8fafc;
	color: #64748b;
	text-align: center;
}

.upcoming-mobile-row.is-empty p {
	margin: 0;
}

.upcoming-phone-card {
	color: #30333a;
	display: grid;
	font-size: 15px;
	font-weight: 500;
	gap: 10px;
	text-align: center;
	text-decoration: none;
}

.upcoming-phone-image {
	background-color: #f2f6fa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 6px;
	height: 170px;
}

.upcoming-phone-image.is-fallback {
	background-size: 300% 200%;
}

.comparison-panels {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.comparison-panel {
	padding: 0;
}

.comparison-panel h2 {
	border-bottom: 1px solid #edf1f6;
	color: #30333a;
	font-size: 25px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 20px 24px;
}

.comparison-list {
	display: grid;
}

.comparison-row {
	align-items: center;
	border-bottom: 1px solid #edf1f6;
	color: #3d4148;
	display: grid;
	grid-template-columns: minmax(0, 1fr) 38px 34px 38px minmax(0, 1fr);
	gap: 10px;
	min-height: 74px;
	padding: 10px 18px;
	text-decoration: none;
}

.comparison-row:last-child {
	border-bottom: none;
}

.comparison-row:hover,
.comparison-row:focus-visible {
	background: #f3f8fd;
	color: #174f86;
}

.comparison-row:focus-visible {
	position: relative;
	z-index: 1;
	outline: 3px solid rgba(23, 79, 134, .24);
	outline-offset: -3px;
}

.comparison-name {
	display: -webkit-box;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.35;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.comparison-name-right {
	text-align: right;
}

.comparison-mini {
	background-color: #f2f6fa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 4px;
	height: 54px;
}

.comparison-mini.is-fallback {
	background-size: 300% 200%;
}

.comparison-vs {
	color: #6f8395;
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
}

.new-mobiles-panel {
	padding: 0;
}

.new-mobiles-panel .news-panel-header {
	border-bottom: 1px solid #edf1f6;
	margin: 0;
	padding: 20px 24px;
}

.new-mobile-list {
	display: grid;
}

.new-mobile-row {
	align-items: center;
	border-bottom: 1px solid #edf1f6;
	color: #30333a;
	display: grid;
	grid-template-columns: 72px minmax(0, 1fr) 26px;
	gap: 16px;
	min-height: 86px;
	padding: 10px 24px;
	text-decoration: none;
}

.new-mobile-row:last-child {
	border-bottom: none;
}

.new-mobile-thumb {
	background-color: #f2f6fa;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 5px;
	height: 66px;
}

.new-mobile-thumb.is-fallback {
	background-size: 300% 200%;
}

.new-mobile-main {
	display: grid;
	gap: 4px;
}

.new-mobile-main strong {
	font-size: 18px;
	font-weight: 600;
}

.new-mobile-main em {
	color: #087b16;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
}

.new-mobile-more {
	color: #b4bac4;
	font-size: 24px;
	text-align: right;
}

.news-feed-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	gap: 20px;
}

.news-card {
	background: #ffffff;
	border: 1px solid #e0e7ef;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(20, 36, 56, 0.04);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	overflow: hidden;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.news-card:hover {
	border-color: #ccd9e8;
	box-shadow: 0 14px 34px rgba(20, 36, 56, 0.08);
	transform: translateY(-2px);
}

.news-card-media {
	aspect-ratio: 16 / 8.4;
	background: #eef5fc;
	display: block;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}

.news-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.news-card-fallback {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(15, 71, 127, 0.94), rgba(33, 150, 243, 0.74)),
		radial-gradient(circle at 78% 24%, rgba(255, 255, 255, 0.34), transparent 32%),
		linear-gradient(120deg, #ff5722, #0f477f);
	color: #ffffff;
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 18px 20px;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.news-card-fallback::after {
	background: rgba(255, 255, 255, 0.16);
	content: "";
	height: 120px;
	position: absolute;
	right: -24px;
	top: -42px;
	transform: rotate(18deg);
	width: 86px;
}

.news-card-fallback-kicker {
	align-self: flex-end;
	background: rgba(255, 255, 255, 0.16);
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: 0.05em;
	padding: 6px 10px;
	text-transform: uppercase;
	z-index: 1;
}

.news-card-fallback-device {
	align-items: center;
	display: flex;
	justify-content: center;
	max-width: 54%;
	z-index: 1;
}

.news-card-fallback svg {
	fill: rgba(255, 255, 255, 0.2);
	height: 118px;
	max-width: 190px;
	stroke: rgba(255, 255, 255, 0.9);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 4;
	width: 100%;
}

.news-card-body {
	flex: 1;
	padding: 18px 20px 20px;
}

.news-card-body h4 {
	font-size: 17px;
	font-weight: 800;
	line-height: 1.35;
	margin: 0 0 10px;
}

.news-card-body h4 a {
	color: #222831;
	text-decoration: none;
}

.news-card-body h4 a:hover {
	color: #ff5722;
}

.news-card-body p {
	color: #5f6773;
	font-size: 13.5px;
	line-height: 1.55;
	margin: 0;
}

.news-card-meta {
	align-items: center;
	background: #fafcff;
	border-top: 1px solid #eef2f6;
	color: #7d8592;
	display: flex;
	font-size: 11px;
	font-weight: 700;
	justify-content: space-between;
	padding: 12px 20px;
}

.blog-directory {
	margin: 0 auto 56px;
	width: min(calc(100vw - 32px), 1780px);
	margin-left: 50%;
	transform: translateX(-50%);
}

.blog-directory-header {
	align-items: end;
	background:
		linear-gradient(120deg, rgba(15, 71, 127, 0.95), rgba(33, 150, 243, 0.76)),
		radial-gradient(circle at 88% 18%, rgba(255, 255, 255, 0.26), transparent 26%);
	border-radius: 8px;
	color: #ffffff;
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
	gap: 28px;
	margin-bottom: 24px;
	padding: 34px 38px;
}

.blog-directory-header span {
	color: #ffb29d;
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.blog-directory-header h1 {
	font-size: clamp(34px, 3vw, 54px);
	line-height: 1.05;
	margin: 0;
}

.blog-directory-header p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 18px;
	line-height: 1.5;
	margin: 0;
}

.blog-directory-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 22px;
}

.blog-directory-card {
	background: #ffffff;
	border: 1px solid #dde5ef;
	border-radius: 8px;
	box-shadow: 0 6px 22px rgba(20, 36, 56, 0.05);
	overflow: hidden;
	transition: border-color 0.16s ease, box-shadow 0.16s ease, transform 0.16s ease;
}

.blog-directory-card:hover {
	border-color: #cad7e7;
	box-shadow: 0 14px 32px rgba(20, 36, 56, 0.09);
	transform: translateY(-2px);
}

.blog-card-media {
	background-color: #eef4fa;
	display: block;
	aspect-ratio: 16 / 9;
	overflow: hidden;
}

.blog-card-media img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.blog-card-media.is-fallback {
	background-size: 300% 200%;
}

.blog-card-body {
	padding: 20px 22px 22px;
}

.blog-card-meta {
	color: #7a8491;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 10px;
}

.blog-card-body h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 12px;
}

.blog-card-body h2 a {
	color: #30333a;
	text-decoration: none;
}

.blog-card-body h2 a:hover {
	color: #0b7cff;
}

.blog-card-body p {
	color: #68717e;
	font-size: 15px;
	line-height: 1.55;
	margin: 0 0 18px;
}

.blog-card-link {
	color: #ff5722;
	font-size: 15px;
	font-weight: 700;
	text-decoration: none;
}

.blog-directory-pagination {
	margin-top: 28px;
}

.blog-directory-pagination .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.blog-directory-pagination .page-numbers {
	background: #ffffff;
	border: 1px solid #dce4ee;
	border-radius: 6px;
	color: #30333a;
	padding: 9px 13px;
	text-decoration: none;
}

.blog-directory-pagination .page-numbers.current,
.blog-directory-pagination .page-numbers:hover {
	background: #0f477f;
	border-color: #0f477f;
	color: #ffffff;
}

.blog-directory-empty {
	background: #ffffff;
	border: 1px solid #dde5ef;
	border-radius: 8px;
	padding: 34px;
	text-align: center;
}

.single-smartphone .msc-phone-hero-card,
.single-smartphone .msc-editorial-content,
.single-smartphone .msc-full-specs-section {
	max-width: 100%;
}

.single-smartphone .msc-full-specs-section {
	overflow-x: hidden;
}

.single-smartphone .msc-spec-group-box table {
	table-layout: fixed;
}

.header-menu-row {
	background: #123f73;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.site-navigation {
	min-height: 40px;
	display: flex;
	align-items: center;
}

/* Footer Styles */
.site-footer {
	background: #1e2229;
	color: #a0a5b0;
	padding: 40px 0;
	margin-top: 60px;
	font-size: 14px;
	border-top: 3px solid #ff5722;
}

.footer-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

.footer-logo {
	font-size: 20px;
	font-weight: 800;
	color: #fff;
}

.footer-logo span {
	color: #ff5722;
}

.footer-logo img {
	display: block;
	width: auto;
	max-width: 220px;
	max-height: 58px;
	object-fit: contain;
}

.footer-copy {
	color: #707580;
}

.footer-brand-block,
.footer-meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-tagline {
	max-width: 440px;
	margin: 0;
	color: #a0a5b0;
}

.footer-meta {
	align-items: flex-end;
}

.footer-links {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 10px 18px;
}

.footer-links a {
	color: #dce1e8;
	text-decoration: none;
}

.footer-links a:hover {
	color: #fff;
}

/* Single Blog Post */
.mobilespecs-single-post {
	background: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.025);
	margin-bottom: 48px;
	overflow: hidden;
}

.single-post-header {
	padding: 36px 36px 22px;
	border-bottom: 1px solid #edf2f7;
}

.single-post-kicker {
	color: #ff5722;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.04em;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.single-post-title {
	color: #1e2229;
	font-size: 34px;
	font-weight: 800;
	line-height: 1.16;
	margin: 0 0 14px;
	max-width: 920px;
}

.single-post-meta {
	color: #7b8190;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	font-weight: 600;
	gap: 14px;
}

.single-post-featured-image {
	background: #f3f5f8;
	margin: 0;
	max-height: 430px;
	overflow: hidden;
}

.single-post-featured-image img {
	display: block;
	height: 100%;
	object-fit: cover;
	width: 100%;
}

.single-post-image-placeholder {
	align-items: center;
	background:
		linear-gradient(135deg, rgba(15, 71, 127, 0.96), rgba(33, 150, 243, 0.78)),
		radial-gradient(circle at 76% 28%, rgba(255, 255, 255, 0.28), transparent 34%),
		linear-gradient(120deg, #ff5722, #0f477f);
	box-sizing: border-box;
	color: #ffffff;
	display: flex;
	justify-content: space-between;
	min-height: 330px;
	overflow: hidden;
	padding: clamp(28px, 5vw, 56px);
	position: relative;
	width: 100%;
}

.single-post-image-placeholder::after {
	background: rgba(255, 255, 255, 0.14);
	content: "";
	height: 270px;
	position: absolute;
	right: 8%;
	top: -110px;
	transform: rotate(18deg);
	width: 150px;
}

.single-post-placeholder-copy {
	display: grid;
	gap: 10px;
	max-width: 420px;
	position: relative;
	z-index: 1;
}

.single-post-placeholder-copy span {
	color: #ffd8ca;
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.single-post-placeholder-copy strong {
	font-size: clamp(28px, 4vw, 44px);
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.08;
}

.single-post-image-placeholder svg {
	fill: rgba(255, 255, 255, 0.18);
	height: auto;
	max-width: min(42%, 360px);
	position: relative;
	stroke: rgba(255, 255, 255, 0.9);
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 6;
	z-index: 1;
}

.single-post-content {
	color: #3f4550;
	font-size: 17px;
	line-height: 1.78;
	max-width: 880px;
	padding: 34px 36px 16px;
}

.single-post-content > *:first-child {
	margin-top: 0;
}

.single-post-content p {
	margin: 0 0 20px;
}

.single-post-content a,
.single-post-nav a {
	color: #ff5722;
	font-weight: 700;
	text-decoration: none;
}

.single-post-content a:hover,
.single-post-nav a:hover {
	text-decoration: underline;
}

.single-post-nav {
	border-top: 1px solid #edf2f7;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	padding: 20px 36px 28px;
}

@media (max-width: 700px) {
	.mobilespecs-single-post {
		border-radius: 8px;
		margin-bottom: 28px;
	}

	.single-post-header,
	.single-post-content,
	.single-post-nav {
		padding-left: 22px;
		padding-right: 22px;
	}

	.single-post-title {
		font-size: 26px;
		overflow-wrap: anywhere;
	}

	.single-post-featured-image {
		max-height: none;
	}

	.single-post-image-placeholder {
		display: grid;
		gap: 18px;
		min-height: 260px;
		padding: 26px 22px;
	}

	.single-post-image-placeholder svg {
		max-width: 100%;
		width: 210px;
	}

	.single-post-content {
		font-size: 16px;
		line-height: 1.68;
	}

	.single-post-nav {
		flex-direction: column;
	}
}

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

	.blog-directory-header {
		grid-template-columns: 1fr;
	}

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

	.mobile-showcase-card:nth-child(4n) {
		border-right: 1px solid #edf1f6;
	}

	.mobile-showcase-card:nth-child(2n) {
		border-right: none;
	}

	.trending-card-grid,
	.comparison-panels {
		grid-template-columns: 1fr;
	}

	.upcoming-mobile-row {
		grid-template-columns: repeat(5, 150px);
	}

	.news-hub-layout {
		grid-template-columns: 1fr;
	}

	.popular-news-panel {
		position: static;
	}

	.category-rail {
		grid-template-columns: repeat(14, 86px);
	}

	.homepage-news-mosaic {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		min-height: 0;
	}

	.homepage-news-mosaic[class*="mosaic-count-"] {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		grid-template-rows: none;
		min-height: 0;
	}

	.mosaic-tile,
	.mosaic-tile-lead,
	.mosaic-tile-tall-right,
	.mosaic-tile-top-mid,
	.mosaic-tile-top-right,
	.mosaic-tile-mid,
	.mosaic-tile-bottom-left,
	.mosaic-tile-bottom-mid {
		grid-column: auto;
		grid-row: auto;
		min-height: 220px;
	}

	.homepage-news-mosaic[class*="mosaic-count-"] .mosaic-tile,
	.homepage-news-mosaic[class*="mosaic-count-"] .mosaic-tile-lead,
	.homepage-news-mosaic[class*="mosaic-count-"] .mosaic-tile-tall-right,
	.homepage-news-mosaic[class*="mosaic-count-"] .mosaic-tile-top-mid,
	.homepage-news-mosaic[class*="mosaic-count-"] .mosaic-tile-top-right,
	.homepage-news-mosaic[class*="mosaic-count-"] .mosaic-tile-mid,
	.homepage-news-mosaic[class*="mosaic-count-"] .mosaic-tile-bottom-left,
	.homepage-news-mosaic[class*="mosaic-count-"] .mosaic-tile-bottom-mid {
		grid-column: auto;
		grid-row: auto;
	}

	.mosaic-tile-lead,
	.mosaic-tile-tall-right {
		grid-row: span 2;
	}

	.header-top-row {
		flex-wrap: wrap;
		gap: 14px 18px;
		padding-top: 12px;
		padding-bottom: 12px;
	}

	.header-search {
		order: 3;
		flex-basis: 100%;
		max-width: none;
	}
}

@media (max-width: 1100px) {
	.header-top-row {
		align-items: center;
		display: block;
		min-height: 0;
		padding-bottom: 12px;
		padding-top: 12px;
		position: relative;
	}

	.site-logo {
		min-width: 0;
		padding-right: 58px;
	}

	.mobile-sidebar-toggle {
		background: rgba(255, 255, 255, 0.1);
		border-color: rgba(255, 255, 255, 0.4);
		box-shadow: none;
		display: inline-flex !important;
		position: absolute;
		right: clamp(12px, 4vw, 18px);
		top: 12px;
		z-index: 160;
	}

	.header-search {
		flex-basis: auto;
		margin-top: 14px;
		max-width: calc(100vw - 40px);
		min-width: 0;
		order: 0;
		width: 100%;
	}

	.header-actions,
	.header-menu-row {
		display: none;
	}

	body.mobile-sidebar-open {
		overflow: hidden;
	}

	body.mobile-sidebar-open .mobile-sidebar-backdrop {
		display: block;
	}

	.mobile-sidebar-panel {
		display: flex;
	}

	body.mobile-sidebar-open .mobile-sidebar-panel {
		transform: translateX(0);
	}
}

@media (max-width: 720px) {
	.msc-customer-shell,
	.msc-customer-shell.is-wide {
		margin: 0 auto 30px;
		padding: 24px 18px;
	}

	.msc-auth-heading h1 {
		font-size: 27px;
	}

	.msc-account-grid {
		grid-template-columns: 1fr;
	}

	.msc-account-panel {
		padding: 18px;
	}

	.msc-account-comparisons a {
		grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
	}

	.msc-account-comparisons time {
		grid-column: 1 / -1;
	}

	.site-main.site-container {
		padding-left: 12px !important;
		padding-right: 12px !important;
		padding-top: 18px !important;
	}

	.site-header {
		position: sticky;
	}

	.header-top-row {
		align-items: center;
		display: block;
		min-height: 0;
		padding-bottom: 12px;
		padding-top: 12px;
		position: relative;
	}

	.site-logo {
		min-width: 0;
		padding-right: 58px;
	}

	.site-logo a {
		font-size: 22px;
	}

	.mobile-sidebar-toggle {
		background: rgba(255, 255, 255, 0.1);
		border-color: rgba(255, 255, 255, 0.4);
		box-shadow: none;
		display: inline-flex !important;
		position: absolute;
		right: clamp(12px, 4vw, 18px);
		top: 12px;
		z-index: 160;
	}

	.header-search {
		margin-top: 14px;
		max-width: calc(100vw - 40px);
		min-width: 0;
		order: 0;
		width: 100%;
	}

	.header-search input {
		font-size: 14px;
		padding: 11px 12px;
	}

	.header-search button {
		width: 42px;
	}

	.header-actions,
	.header-menu-row {
		display: none;
	}

	body.mobile-sidebar-open {
		overflow: hidden;
	}

	body.mobile-sidebar-open .mobile-sidebar-backdrop {
		display: block;
	}

	.mobile-sidebar-panel {
		display: flex;
	}

	body.mobile-sidebar-open .mobile-sidebar-panel {
		transform: translateX(0);
	}

	.homepage-news-mosaic,
	.homepage-news-hub,
	.homepage-compare-section,
	.blog-directory {
		margin-left: 0;
		max-width: 100%;
		transform: none;
		width: auto;
	}

	.mobilespecs-homepage,
	.homepage-news-mosaic,
	.homepage-news-hub,
	.homepage-compare-section,
	.blog-directory,
	.news-main-column,
	.content-panel,
	.blog-directory-card,
	.mosaic-tile {
		min-width: 0;
	}

	.blog-directory-header {
		padding: 26px 22px;
	}

	.blog-directory-header h1 {
		display: block;
		font-size: 27px;
		max-width: 310px;
		min-width: 0;
		overflow-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
		width: min(100%, 310px);
	}

	.blog-directory-header p {
		display: block;
		font-size: 15px;
		max-width: 310px;
		min-width: 0;
		overflow-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
		width: min(100%, 310px);
	}

	.blog-directory-grid {
		grid-template-columns: 1fr;
	}

	.blog-card-body {
		padding: 18px;
	}

	.blog-card-body h2 {
		display: block;
		font-size: 18px;
		max-width: 300px;
		min-width: 0;
		overflow-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
		width: min(100%, 300px);
	}

	.blog-card-body h2 a {
		display: inline;
		overflow-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
	}

	.blog-card-body p {
		max-width: 300px;
		min-width: 0;
		overflow-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
		width: min(100%, 300px);
	}

	.single-smartphone .msc-phone-hero-card,
	.single-smartphone .msc-editorial-content,
	.single-smartphone .msc-full-specs-section {
		border-radius: 8px !important;
		margin-bottom: 20px !important;
		padding: 18px !important;
	}

	.single-smartphone .msc-phone-hero-card {
		display: grid !important;
		gap: 18px !important;
	}

	.single-smartphone .msc-hero-img-col,
	.single-smartphone .msc-hero-info-col {
		min-width: 0 !important;
		width: 100%;
	}

	.single-smartphone .msc-hero-info-col h1 {
		font-size: 26px !important;
		overflow-wrap: anywhere;
	}

	.single-smartphone .msc-hero-price {
		font-size: 23px !important;
	}

	.single-smartphone .msc-hero-score {
		font-size: 13px !important;
	}

	.single-smartphone .msc-hero-info-col ul {
		grid-template-columns: 1fr !important;
		padding-left: 18px !important;
	}

	.single-smartphone .msc-hero-info-col > div:last-child {
		flex-direction: column;
	}

	.single-smartphone .msc-full-specs-section {
		padding-bottom: 10px !important;
	}

	.single-smartphone .msc-spec-group-box {
		margin-bottom: 18px !important;
		max-width: 100%;
	}

	.single-smartphone .msc-spec-group-box table,
	.single-smartphone .msc-spec-group-box tbody,
	.single-smartphone .msc-spec-group-box tr,
	.single-smartphone .msc-spec-group-box td {
		box-sizing: border-box;
		display: block;
		min-width: 0 !important;
		width: 100% !important;
	}

	.single-smartphone .msc-spec-group-box table {
		table-layout: auto;
	}

	.single-smartphone .msc-spec-group-box tr {
		padding: 12px 14px;
	}

	.single-smartphone .msc-spec-group-box td {
		border-right: 0 !important;
		overflow-wrap: anywhere;
		padding: 0 !important;
		white-space: normal;
		word-break: normal;
	}

	.single-smartphone .msc-spec-group-box td:first-child {
		color: #667085 !important;
		font-size: 12px;
		line-height: 1.35;
		margin-bottom: 5px;
		text-transform: none;
	}

	.single-smartphone .msc-spec-group-box td:last-child {
		color: #20242b !important;
		font-size: 14px;
		line-height: 1.5;
	}

	.blog-card-body,
	.latest-news-copy,
	.mobile-showcase-copy,
	.comparison-name,
	.new-mobile-main,
	.mosaic-title {
		max-width: 100%;
		overflow-wrap: anywhere;
		word-break: break-word;
		white-space: normal;
	}

	.mobile-card-grid {
		grid-template-columns: 1fr;
	}

	.mobile-showcase-card,
	.mobile-showcase-card:nth-child(2n),
	.mobile-showcase-card:nth-child(4n) {
		border-right: none;
	}

	.mobile-card-image {
		height: 180px;
	}

	.trending-card-grid {
		gap: 8px;
	}

	.trending-card {
		padding: 14px;
	}

	.trending-card span {
		font-size: 17px;
	}

	.comparison-row {
		grid-template-columns: minmax(0, 1fr) 30px 28px 30px minmax(0, 1fr);
		gap: 7px;
		padding-left: 12px;
		padding-right: 12px;
	}

	.comparison-name {
		font-size: 13px;
	}

	.comparison-mini {
		height: 42px;
	}

	.new-mobile-row {
		grid-template-columns: 58px minmax(0, 1fr) 20px;
		padding-left: 16px;
		padding-right: 16px;
	}

	.new-mobile-thumb {
		height: 54px;
	}

	.new-mobile-main strong,
	.new-mobile-main em {
		font-size: 16px;
	}

	.homepage-news-hub {
		margin-bottom: 30px;
	}

	.category-rail {
		gap: 10px;
		padding: 12px;
	}

	.category-icon {
		height: 62px;
		width: 62px;
	}

	.category-pill {
		font-size: 14px;
		min-width: 74px;
	}

	.latest-news-panel,
	.popular-news-panel {
		padding: 16px;
	}

	.latest-news-item {
		grid-template-columns: 96px minmax(0, 1fr);
		gap: 12px;
	}

	.latest-news-copy h3 {
		font-size: 16px;
		margin-bottom: 6px;
	}

	.latest-news-copy p {
		display: -webkit-box;
		font-size: 13px;
		overflow: hidden;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
	}

	.news-panel-header h2 {
		font-size: 21px;
	}

	.news-panel-header a,
	.popular-news-item > span:last-child {
		font-size: 15px;
	}

	.popular-thumb {
		flex-basis: 78px;
	}

	.homepage-news-mosaic {
		display: flex;
		flex-direction: column;
		border-radius: 8px;
		margin-bottom: 24px;
	}

	.mosaic-tile,
	.mosaic-tile-lead,
	.mosaic-tile-tall-right {
		min-height: 220px;
		padding: 18px;
	}

	.mosaic-tile-lead .mosaic-title,
	.mosaic-tile-tall-right .mosaic-title,
	.mosaic-title {
		display: block;
		flex: 1 1 auto;
		font-size: 17px;
		max-width: 280px;
		min-width: 0;
		overflow: visible;
		white-space: normal;
		width: min(100%, 280px);
		-webkit-line-clamp: 3;
	}

	.footer-inner {
		align-items: center;
		flex-direction: column;
		justify-content: center;
		text-align: center;
	}

	.footer-meta {
		align-items: center;
	}

	.footer-links {
		justify-content: center;
	}

	.site-footer {
		margin-top: 36px;
		padding: 28px 0;
	}
}

@media (max-width: 420px) {
	.site-header .site-container,
	.site-footer .site-container {
		padding-left: 12px;
		padding-right: 12px;
	}

	.site-logo a {
		font-size: 21px;
	}

	.header-actions {
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.header-actions a {
		font-size: 12px;
		padding: 8px 7px;
	}

	.latest-news-item {
		grid-template-columns: 82px minmax(0, 1fr);
	}

	.mosaic-tile,
	.mosaic-tile-lead,
	.mosaic-tile-tall-right {
		min-height: 205px;
	}

	.mosaic-tile-lead .mosaic-title,
	.mosaic-tile-tall-right .mosaic-title,
	.mosaic-title {
		display: block;
		font-size: 16px;
		max-width: 250px;
		overflow: visible;
		white-space: normal;
		width: min(100%, 250px);
	}
}
