:root {
	--paint-basket-blue: #171bca;
	--paint-basket-blue-dark: #10149c;
	--paint-basket-blue-soft: #eef0ff;
	--paint-basket-red: #df2935;
	--paint-basket-green: #22a944;
	--paint-basket-purple: #7c3aed;
	--paint-basket-purple-soft: #f1e9ff;
	--paint-basket-ink: #111827;
	--paint-basket-text: #1f2937;
	--paint-basket-muted: #5b6473;
	--paint-basket-border: #d8dce8;
	--paint-basket-page: #f6f7fb;
	--paint-basket-white: #fff;
	--paint-basket-radius: 8px;
	--paint-basket-shadow: 0 12px 34px rgba(19, 33, 68, 0.08);
	--paint-basket-content: 820px;
	--paint-basket-wide: 1240px;
	--paint-basket-menu-edge-x: 20px;
	--paint-basket-menu-edge-y: 22px;
	--paint-basket-body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--paint-basket-heading-font: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	--gcid-primary-color: #2c5aa0;
	--gcid-secondary-color: #f4c542;
	--gcid-heading-color: #222222;
	--gcid-body-color: #333333;
	--gcid-link-color: #0b3fc1;
	--gcid-8ws4kgqnhr: #eaf1fb;
	--gcid-uwsby2ulfu: #d6e4f7;
	--gcid-5w0fwg9g6h: #2c5aa0;
	--gcid-6t2p6vltpg: #1f3f73;
	--gcid-hio4zw3yit: #fff6da;
	--gcid-9x5pyfuexk: #ffe9a3;
	--gcid-eqfmv8my5h: #f4c542;
	--gcid-9g0xslmltr: #c89e2f;
	--gcid-byjjrbqyok: #f7f7f7;
	--gcid-6jjvx7vpv8: #e0e0e0;
	--gcid-q6t7ealg6m: #777777;
	--gcid-z3u28ya5yr: #28a745;
	--gcid-45ttp2fhhc: #1e7e34;
	--gcid-e2el280xr2: #e6f4ea;
	--gcid-setei1d73b: #dc3545;
	--gcid-ezeuut5zls: #b02a37;
	--gcid-3so1svj542: #fbeaea;
	--gcid-rij8pu818i: #f59e0b;
	--gcid-ot2025m2y9: #000000;
	--gcid-ahfg4oc51g: #ffffff;
	--gcid-b749783b-7f08-4ca7-ad89-74ba3aeb4a43: #2c5aa0;
	--gcid-1f1bf5fb-a99d-4acc-8d9e-ddac074c158c: rgba(0, 0, 0, 0.7);
	--gcid-4c79ba3d-a281-4fb6-9b14-02f9a4c793f2: #70a4bb;
	--gcid-688c464a-d6f2-4296-b592-395352c71c79: rgba(255, 255, 255, 0.04);
	--gcid-d119accd-44d7-4f2f-b9d7-599c8463324b: rgba(255, 255, 255, 0.12);
	--gcid-2352d280-fe84-43b1-a71e-f400c35a526a: #072130;
	--gcid-9e22d70d-67ee-4430-bed3-4bc105d4ef1e: rgba(7, 33, 48, 0.6);
	--gcid-a78660e1-cfc7-4771-a566-6834d6a7f06a: rgba(0, 0, 0, 0.04);
	--gcid-24b0db87-dafa-47d9-995f-b90181e18c52: rgba(0, 0, 0, 0.12);
	--gcid-1f1b4e15-7cc6-4e13-8154-74d77a956460: #0047ff;
	--gcid-c96e0cd4-8577-43aa-8ff6-47965205cf22: #ffffff;
}

.paint-basket-icon {
	display: inline-block;
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
	background: currentColor;
	-webkit-mask: var(--paint-basket-icon-url) center / contain no-repeat;
	mask: var(--paint-basket-icon-url) center / contain no-repeat;
}

.paint-basket-icon--calendar {
	--paint-basket-icon-url: url("../images/icons/calendar.svg");
}

.paint-basket-icon--bookmark {
	--paint-basket-icon-url: url("../images/icons/bookmark.svg");
}

.paint-basket-icon--chat {
	--paint-basket-icon-url: url("../images/icons/chat.svg");
}

.paint-basket-icon--checklist {
	--paint-basket-icon-url: url("../images/icons/checklist.svg");
}

.paint-basket-icon--crown {
	--paint-basket-icon-url: url("../images/icons/crown.svg");
}

.paint-basket-icon--close {
	--paint-basket-icon-url: url("../images/icons/close.svg");
}

.paint-basket-icon--document {
	--paint-basket-icon-url: url("../images/icons/document.svg");
}

.paint-basket-icon--deviantart {
	--paint-basket-icon-url: url("../images/icons/deviantart.svg");
}

.paint-basket-icon--download {
	--paint-basket-icon-url: url("../images/icons/download.svg");
}

.paint-basket-icon--down {
	--paint-basket-icon-url: url("../images/icons/down.svg");
}

.paint-basket-icon--swap-up-down {
	--paint-basket-icon-url: url("../images/icons/swap-up-down.svg");
}

.paint-basket-icon--hamburger {
	--paint-basket-icon-url: url("../images/icons/hamburger.svg");
}

.paint-basket-icon--heart {
	--paint-basket-icon-url: url("../images/icons/heart.svg");
}

.paint-basket-icon--facebook {
	--paint-basket-icon-url: url("../images/icons/facebook.svg");
}

.paint-basket-icon--image {
	--paint-basket-icon-url: url("../images/icons/image.svg");
}

.paint-basket-icon--instagram {
	--paint-basket-icon-url: url("../images/icons/instagram.svg");
}

.paint-basket-icon--linkedin {
	--paint-basket-icon-url: url("../images/icons/linkedin.svg");
}

.paint-basket-icon--membership-card {
	--paint-basket-icon-url: url("../images/icons/membership-card.svg");
}

.paint-basket-icon--palette {
	--paint-basket-icon-url: url("../images/icons/palette.svg");
}

.paint-basket-icon--play {
	--paint-basket-icon-url: url("../images/icons/play.svg");
}

.paint-basket-icon--pinterest {
	--paint-basket-icon-url: url("../images/icons/pinterest.svg");
}

.paint-basket-icon--plus {
	--paint-basket-icon-url: url("../images/icons/plus.svg");
}

.paint-basket-icon--profile {
	--paint-basket-icon-url: url("../images/icons/profile.svg");
}

.paint-basket-icon--search {
	--paint-basket-icon-url: url("../images/icons/search.svg");
}

.paint-basket-icon--star {
	--paint-basket-icon-url: url("../images/icons/star.svg");
}

.paint-basket-icon--success {
	--paint-basket-icon-url: url("../images/icons/success.svg");
}

.paint-basket-icon--threads {
	--paint-basket-icon-url: url("../images/icons/threads.svg");
}

.paint-basket-icon--tiktok {
	--paint-basket-icon-url: url("../images/icons/tiktok.svg");
}

.paint-basket-icon--tumblr {
	--paint-basket-icon-url: url("../images/icons/tumblr.svg");
}

.paint-basket-icon--up {
	--paint-basket-icon-url: url("../images/icons/up.svg");
}

.paint-basket-icon--vimeo {
	--paint-basket-icon-url: url("../images/icons/vimeo.svg");
}

.paint-basket-icon--x-twitter {
	--paint-basket-icon-url: url("../images/icons/x-twitter.svg");
}

.paint-basket-icon--youtube {
	--paint-basket-icon-url: url("../images/icons/youtube.svg");
}

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

html {
	scroll-behavior: smooth;
}

body {
	margin: 0;
	background: var(--paint-basket-white);
	color: var(--paint-basket-text);
	font-family: var(--paint-basket-body-font);
	font-size: 17px;
	line-height: 1.65;
}

body.paint-basket-custom-background {
	background: var(--paint-basket-page-background, var(--paint-basket-white));
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: var(--paint-basket-blue);
	text-underline-offset: 3px;
}

a:hover,
a:focus {
	color: var(--paint-basket-blue-dark);
}

button,
input,
select,
textarea {
	font: inherit;
}

button,
input[type="button"],
input[type="submit"],
.paint-basket-button,
.wp-element-button {
	--paint-basket-button-accent: var(--paint-basket-blue);
	--paint-basket-button-hover-bg: var(--paint-basket-white);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 28px;
	border: 2px solid var(--paint-basket-button-accent);
	border-radius: var(--paint-basket-radius);
	background: var(--paint-basket-button-accent);
	color: var(--paint-basket-white);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

button:hover,
button:focus-visible,
input[type="button"]:hover,
input[type="button"]:focus-visible,
input[type="submit"]:hover,
input[type="submit"]:focus-visible,
.paint-basket-button--primary:hover,
.paint-basket-button--primary:focus-visible,
.wp-element-button:hover,
.wp-element-button:focus-visible {
	border-color: var(--paint-basket-button-accent);
	background: var(--paint-basket-button-hover-bg);
	color: var(--paint-basket-button-accent);
	filter: none;
}

.paint-basket-button--primary {
	--paint-basket-button-accent: var(--paint-basket-blue);
	--paint-basket-button-hover-bg: var(--paint-basket-white);
}

.paint-basket-button--secondary {
	--paint-basket-button-accent: var(--paint-basket-blue);
	--paint-basket-button-hover-bg: #eaf1fb;
	border-color: var(--paint-basket-blue-soft);
	background: var(--paint-basket-blue-soft);
	color: var(--paint-basket-blue);
}

.paint-basket-button--secondary:hover,
.paint-basket-button--secondary:focus-visible {
	border-color: var(--paint-basket-blue);
	background: #eaf1fb;
	color: var(--paint-basket-blue);
}

.paint-basket-button--success,
.paint-basket-account-button--join {
	--paint-basket-button-accent: var(--paint-basket-green);
	--paint-basket-button-hover-bg: #e6f4ea;
	border-color: var(--paint-basket-green);
	background: var(--paint-basket-green);
	color: #fff;
}

.paint-basket-button--danger,
.paint-basket-account-button--login {
	--paint-basket-button-accent: var(--paint-basket-red);
	--paint-basket-button-hover-bg: #fbeaea;
	border-color: var(--paint-basket-red);
	background: var(--paint-basket-red);
	color: #fff;
}

.paint-basket-button--warning {
	--paint-basket-button-accent: #f59e0b;
	--paint-basket-button-hover-bg: #fff6da;
	border-color: #f59e0b;
	background: #f59e0b;
	color: #111827;
}

.paint-basket-button--ai,
.paint-basket-button--purple {
	--paint-basket-button-accent: var(--paint-basket-purple);
	--paint-basket-button-hover-bg: var(--paint-basket-purple-soft);
	border-color: var(--paint-basket-purple);
	background: var(--paint-basket-purple);
	color: #fff;
}

.paint-basket-button--black {
	--paint-basket-button-accent: #000;
	--paint-basket-button-hover-bg: #f7f7f7;
	border-color: #000;
	background: #000;
	color: #fff;
}

.paint-basket-button--success:hover,
.paint-basket-button--success:focus-visible,
.paint-basket-button--danger:hover,
.paint-basket-button--danger:focus-visible,
.paint-basket-button--warning:hover,
.paint-basket-button--warning:focus-visible,
.paint-basket-button--ai:hover,
.paint-basket-button--ai:focus-visible,
.paint-basket-button--purple:hover,
.paint-basket-button--purple:focus-visible,
.paint-basket-button--black:hover,
.paint-basket-button--black:focus-visible,
.paint-basket-account-button--join:hover,
.paint-basket-account-button--join:focus-visible,
.paint-basket-account-button--login:hover,
.paint-basket-account-button--login:focus-visible {
	border-color: var(--paint-basket-button-accent);
	background: var(--paint-basket-button-hover-bg);
	color: var(--paint-basket-button-accent);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
select,
textarea {
	width: 100%;
	min-height: 48px;
	padding: 10px 14px;
	border: 1px solid var(--paint-basket-border);
	border-radius: var(--paint-basket-radius);
	background: var(--paint-basket-white);
	color: var(--paint-basket-ink);
}

textarea {
	min-height: 140px;
}

input:focus,
select:focus,
textarea:focus {
	border-color: var(--paint-basket-blue);
	outline: 2px solid rgba(23, 27, 202, 0.18);
	outline-offset: 1px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	color: var(--paint-basket-ink);
	font-family: var(--paint-basket-heading-font);
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.15;
}

h1 {
	font-size: clamp(2.25rem, 5vw, 4rem);
}

h2 {
	font-size: clamp(1.75rem, 3vw, 2.65rem);
}

h3 {
	font-size: clamp(1.35rem, 2vw, 1.75rem);
}

.screen-reader-text {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	top: 10px;
	left: 10px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 12px 16px;
	clip: auto;
	border-radius: var(--paint-basket-radius);
	background: var(--paint-basket-white);
	color: var(--paint-basket-blue);
	font-weight: 900;
	box-shadow: var(--paint-basket-shadow);
}

.paint-basket-site-header {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 10000;
	background: #fff;
	box-shadow: 0 2px 10px rgba(17, 24, 39, 0.08);
	transition: transform 0.22s ease;
}

body.admin-bar .paint-basket-site-header {
	top: 32px;
}

.paint-basket-site-header.is-hidden {
	transform: translateY(-100%);
}

body.admin-bar .paint-basket-site-header.is-hidden {
	transform: translateY(calc(-100% - 32px));
}

.paint-basket-header-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	width: 100%;
	min-height: 100px;
	margin: 0 auto;
	padding: 16px 20px;
}

.paint-basket-logo,
.custom-logo-link {
	display: inline-flex;
	align-items: center;
	flex: 0 1 auto;
	max-width: min(500px, calc(100vw - 260px));
	line-height: 0;
}

.paint-basket-logo img,
.custom-logo-link img,
.custom-logo {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 64px;
}

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

.paint-basket-account-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 90px;
	min-height: 55px;
	padding: 12px 18px;
	border-radius: 8px;
	color: #fff;
	font-size: 1.1rem;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.paint-basket-account-button:hover,
.paint-basket-account-button:focus {
	color: #fff;
	filter: brightness(0.93);
}

.paint-basket-account-button--login {
	background: var(--paint-basket-red);
}

.paint-basket-account-button--join {
	background: var(--paint-basket-green);
}

.paint-basket-profile-link {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	color: var(--paint-basket-blue);
	text-decoration: none;
}

.paint-basket-profile-link .paint-basket-icon {
	width: 42px;
	height: 42px;
}

.paint-basket-menu-toggle {
	position: relative;
	display: inline-flex;
	width: 56px;
	height: 56px;
	min-height: 56px;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--paint-basket-blue);
}

.paint-basket-menu-toggle .paint-basket-icon {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 40px;
	height: 40px;
}

.paint-basket-menu-toggle:hover,
.paint-basket-menu-toggle:focus-visible {
	border: 0;
	background: transparent;
	color: var(--paint-basket-blue-dark);
}

.paint-basket-global-menu[hidden] {
	display: none;
}

.paint-basket-global-menu {
	position: fixed;
	inset: 0;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 90px 24px;
	background: rgba(0, 0, 0, 0.96);
}

.paint-basket-global-menu ul {
	display: grid;
	gap: 20px;
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.paint-basket-global-menu a {
	color: #fff;
	font-size: clamp(2rem, 7vw, 4.6rem);
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.paint-basket-global-menu a:hover,
.paint-basket-global-menu a:focus {
	color: #d9dcff;
}

.paint-basket-global-menu__close {
	position: absolute;
	top: var(--paint-basket-menu-edge-y, 22px);
	right: var(--paint-basket-menu-edge-x, 20px);
	width: 56px;
	height: 56px;
	min-height: 56px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	color: #fff;
}

body.admin-bar .paint-basket-global-menu__close {
	top: calc(var(--paint-basket-menu-edge-y, 22px) + 35px);
	right: calc(var(--paint-basket-menu-edge-x, 20px) + 20px);
}

.paint-basket-global-menu__close .paint-basket-icon {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 40px;
	height: 40px;
}

.paint-basket-global-menu__close:hover,
.paint-basket-global-menu__close:focus-visible {
	border: 0;
	background: #fff;
	color: var(--paint-basket-blue);
}

body.paint-basket-menu-open {
	overflow: hidden;
}

body:not(.paint-basket-no-header) .paint-basket-site {
	padding-top: 100px;
}

.paint-basket-site {
	min-height: 58vh;
}

.paint-basket-content-container {
	width: min(var(--paint-basket-wide), calc(100% - 48px));
	margin-right: auto;
	margin-left: auto;
}

body.paint-basket-content-width-content .paint-basket-content-container {
	width: min(var(--paint-basket-content), calc(100% - 48px));
}

body.paint-basket-content-width-full .paint-basket-content-container {
	width: 100vw;
	max-width: 100vw;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
	padding-right: 24px;
	padding-left: 24px;
}

.paint-basket-main {
	padding-top: 34px;
	padding-bottom: clamp(64px, 8vw, 112px);
}

body.paint-basket-no-main-top-spacing .paint-basket-main {
	padding-top: 0;
}

.paint-basket-entry {
	width: 100%;
	margin: 0 auto;
}

.paint-basket-entry-header,
.paint-basket-archive-header {
	margin-bottom: 38px;
	text-align: center;
}

.paint-basket-entry-title,
.paint-basket-archive-header h1 {
	margin-bottom: 12px;
	color: var(--paint-basket-heading-color, var(--paint-basket-ink));
}

.paint-basket-entry-kicker {
	margin: 0 0 8px;
	color: var(--paint-basket-blue);
	font-size: 0.83rem;
	font-weight: 900;
	text-transform: uppercase;
}

.paint-basket-tutorial-tags {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin: 0;
	color: var(--paint-basket-blue);
	font-size: 0.83rem;
	font-weight: 900;
	line-height: 1.35;
	text-transform: uppercase;
}

.paint-basket-tutorial-tags a {
	color: inherit;
	text-decoration: none;
}

.paint-basket-tutorial-tags a:hover,
.paint-basket-tutorial-tags a:focus-visible {
	text-decoration: underline;
}

.paint-basket-post-meta {
	margin: 0;
	color: var(--paint-basket-muted);
	font-size: 0.92rem;
}

.paint-basket-featured-image {
	margin: 0 0 38px;
	overflow: hidden;
	border-radius: var(--paint-basket-radius);
	background: var(--paint-basket-page);
}

.paint-basket-featured-image img {
	display: block;
	width: 100%;
}

.paint-basket-entry-content > * {
	max-width: 100%;
}

.paint-basket-entry-content {
	overflow-wrap: anywhere;
}

.paint-basket-entry-content > * + * {
	margin-top: 1.25em;
}

.paint-basket-entry-content > .alignwide {
	width: min(var(--paint-basket-wide), calc(100vw - 48px));
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.paint-basket-entry-content > .alignfull {
	width: 100vw;
	max-width: none;
	margin-left: 50%;
	transform: translateX(-50%);
}

.pb-recommendations {
	margin-top: 56px;
	padding-top: 34px;
	border-top: 1px solid var(--paint-basket-border);
}

.pb-recommendations h2 {
	margin: 0 0 22px;
	font-size: clamp(1.35rem, 2vw, 1.8rem);
	text-align: center;
}

.pb-recommendations__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.pb-recommendations__card {
	display: flex;
	min-width: 0;
	flex-direction: column;
	gap: 6px;
	padding-bottom: 16px;
	border: 1px solid var(--paint-basket-border);
	border-radius: var(--paint-basket-radius);
	background: var(--paint-basket-white);
	color: var(--paint-basket-ink);
	text-decoration: none;
	overflow: hidden;
	transition: transform 180ms ease, box-shadow 180ms ease;
}

.pb-recommendations__card:hover,
.pb-recommendations__card:focus-visible {
	color: var(--paint-basket-ink);
	transform: translateY(-3px);
	box-shadow: 0 8px 22px rgba(7, 33, 48, 0.14);
}

.pb-recommendations__image {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	background: var(--paint-basket-blue-soft);
}

.pb-recommendations__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pb-recommendations__type,
.pb-recommendations__card strong {
	padding-right: 16px;
	padding-left: 16px;
}

.pb-recommendations__type {
	padding-top: 8px;
	color: var(--paint-basket-blue);
	font-size: 0.76rem;
	font-weight: 900;
	text-transform: uppercase;
}

.pb-recommendations__card strong {
	font-size: 1.05rem;
	line-height: 1.3;
}

.paint-basket-entry-content blockquote {
	margin-right: 0;
	margin-left: 0;
	padding: 8px 0 8px 24px;
	border-left: 4px solid var(--paint-basket-blue);
	color: var(--paint-basket-ink);
	font-size: 1.15rem;
}

.paint-basket-entry-content table {
	width: 100%;
	border-collapse: collapse;
}

.paint-basket-entry-content .wp-block-table {
	overflow-x: auto;
}

.paint-basket-entry-content th,
.paint-basket-entry-content td {
	padding: 10px 12px;
	border: 1px solid var(--paint-basket-border);
	text-align: left;
}

.paint-basket-post-list {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.paint-basket-post-card {
	display: flex;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--paint-basket-border);
	border-radius: var(--paint-basket-radius);
	background: var(--paint-basket-white);
	box-shadow: var(--paint-basket-shadow);
}

.paint-basket-post-card__image {
	flex: 0 0 38%;
	background: var(--paint-basket-page);
}

.paint-basket-post-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.paint-basket-post-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: flex-start;
	padding: 22px;
}

.paint-basket-post-card__title {
	margin: 0 0 8px;
	font-size: 1.35rem;
}

.paint-basket-post-card__title a {
	color: var(--paint-basket-ink);
	text-decoration: none;
}

.paint-basket-post-card__excerpt {
	flex: 1;
}

.paint-basket-content-single {
	background: #fff;
}

.paint-basket-content-hero {
	position: relative;
	display: grid;
	min-height: clamp(560px, 70vh, 760px);
	overflow: hidden;
	background: #101010;
	color: #fff;
	isolation: isolate;
}

.paint-basket-content-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: var(--paint-basket-content-hero-image);
	background-position: center;
	background-size: cover;
	filter: saturate(1.05);
}

.paint-basket-content-hero__shade {
	position: absolute;
	inset: 0;
	z-index: -1;
	background: radial-gradient(circle at 50% 38%, rgba(23, 27, 202, 0.24), transparent 34%), linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.92));
}

.paint-basket-content-hero__inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: min(1120px, calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(64px, 8vw, 100px) 0;
	text-align: center;
}

.paint-basket-content-hero__banner {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: min(640px, 100%);
	margin-bottom: 28px;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.08);
	box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.paint-basket-content-hero__banner img {
	display: block;
	width: 100%;
	height: auto;
}

.paint-basket-content-hero__kicker {
	margin: 0 0 10px;
	color: #d9dcff;
	font-weight: 900;
	text-transform: uppercase;
}

.paint-basket-content-hero__title {
	max-width: 980px;
	margin: 0;
	color: #fff;
	font-size: clamp(2.4rem, 6vw, 5rem);
	text-wrap: balance;
}

.paint-basket-content-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 14px;
	justify-content: center;
	max-width: 940px;
	margin-top: 24px;
	color: #fff;
}

.paint-basket-content-meta span {
	display: inline-flex;
	align-items: center;
	min-height: 34px;
	padding: 5px 12px;
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.25);
}

.paint-basket-content-meta a {
	color: #fff;
	font-weight: 800;
	text-decoration: none;
}

.paint-basket-content-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 54px;
	margin-top: 30px;
	padding: 13px 24px;
	border-radius: 8px;
	color: #fff;
	font-weight: 900;
	line-height: 1;
	text-decoration: none;
}

.paint-basket-content-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: center;
	margin-top: 30px;
}

.paint-basket-content-actions .paint-basket-content-action {
	margin-top: 0;
}

.paint-basket-content-action:hover,
.paint-basket-content-action:focus {
	color: #fff;
	filter: brightness(0.95);
}

.paint-basket-content-action--success {
	background: var(--paint-basket-green);
}

.paint-basket-content-action--danger {
	background: var(--paint-basket-red);
}

.paint-basket-content-details {
	width: min(var(--paint-basket-wide), calc(100% - 48px));
	margin: 0 auto;
	padding: clamp(54px, 7vw, 88px) 0;
}

.paint-basket-content-details__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(280px, 1fr);
	gap: 28px;
	align-items: start;
}

.paint-basket-content-details__grid--course {
	grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.85fr);
}

.paint-basket-content-panel {
	padding: 28px;
	border: 1px solid var(--paint-basket-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--paint-basket-shadow);
}

.paint-basket-content-panel h2 {
	margin-bottom: 18px;
	font-size: 1.65rem;
}

.paint-basket-content-panel__content > *:first-child {
	margin-top: 0;
}

.paint-basket-content-panel__content > *:last-child {
	margin-bottom: 0;
}

.paint-basket-content-details__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
	justify-content: center;
	margin-top: 34px;
}

.pbasket-class-page {
	position: relative;
	background: #fff;
	color: #202733;
}

.pbasket-class-hero {
	--pbasket-class-bg: none;
	position: relative;
	min-height: 560px;
	overflow: hidden;
	background-image:
		radial-gradient(ellipse at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.6) 99% 100%),
		var(--pbasket-class-bg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.pbasket-class-hero__shade {
	position: absolute;
	inset: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
	pointer-events: none;
}

.pbasket-class-hero__inner {
	position: relative;
	width: min(1360px, calc(100% - 48px));
	margin: 0 auto;
	padding-top: clamp(52px, 7vw, 96px);
}

/* The class hero is deliberately composed around the square class banner. */
body.single-class .pbasket-class-hero {
	background-color: #0a1018;
	background-image: none;
	isolation: isolate;
}

body.single-class .pbasket-class-hero::before {
	position: absolute;
	inset: -18px;
	z-index: 0;
	background-image: var(--pbasket-class-bg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	content: "";
	filter: blur(8px);
	transform: scale(1.04);
}

body.single-class .pbasket-class-hero__shade {
	z-index: 1;
	background:
		linear-gradient(90deg, rgba(5, 10, 16, 0.56), rgba(5, 10, 16, 0.42)),
		radial-gradient(ellipse at center, rgba(5, 10, 16, 0.08) 0%, rgba(5, 10, 16, 0.24) 100%);
}

body.single-class .pbasket-class-hero__inner {
	z-index: 2;
	display: grid;
	grid-template-columns: minmax(320px, 460px) minmax(0, 1fr);
	grid-template-rows: repeat(3, minmax(0, 1fr));
	column-gap: clamp(48px, 7vw, 112px);
	align-content: center;
	min-height: 634px;
	padding-top: 0;
	padding-bottom: 126px;
}

.pbasket-class-hero__banner {
	position: relative;
	display: block;
	width: min(520px, 100%);
	aspect-ratio: 1 / 1;
	overflow: hidden;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.14);
	box-shadow: 0 10px 32px rgba(0, 0, 0, 0.26);
	line-height: 0;
}

body.single-class .pbasket-class-hero__banner {
	grid-column: 1;
	grid-row: 1 / span 3;
	position: relative;
	width: 100%;
	align-self: center;
}

.pbasket-class-hero__banner img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.pbasket-class-hero__banner-zoom {
	position: absolute;
	top: 16px;
	right: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: rgba(17, 24, 39, 0.8);
	color: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.26);
}

.pbasket-class-hero__banner-zoom .paint-basket-icon {
	width: 24px;
	height: 24px;
}

.pbasket-class-hero__title {
	width: 100%;
	max-width: none;
	margin: 38px 0 18px;
	color: var(--paint-basket-heading-color, #fff);
	font-size: clamp(34px, 4vw, 52px);
	font-weight: 800;
	line-height: 1.08;
	letter-spacing: 0;
	text-shadow: 0 3px 7px rgba(0, 0, 0, 0.78);
}

body.single-class .pbasket-class-hero__title {
	grid-column: 2;
	grid-row: 1;
	align-self: end;
	margin: 0;
}

.pbasket-class-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 9px 18px;
	width: fit-content;
	max-width: 100%;
	margin-bottom: 30px;
	padding: 7px 12px;
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.64);
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.35;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.22);
}

body.single-class .pbasket-class-meta {
	grid-column: 2;
	grid-row: 2;
	align-self: center;
	margin: 0;
}

.pbasket-class-meta__item {
	display: inline-flex;
	align-items: center;
}

.pbasket-class-meta__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1em;
	height: 1em;
	margin-right: 7px;
	color: rgba(255, 255, 255, 0.9);
	font-size: 0.95em;
	line-height: 1;
}

.pbasket-class-meta__separator {
	margin-right: 0.25em;
}

.pbasket-class-meta a {
	color: inherit;
	text-decoration: none;
}

.pbasket-class-meta a:hover,
.pbasket-class-meta a:focus {
	color: #fff;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.pbasket-class-actions,
.pbasket-class-details__actions {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 20px;
}

body.single-class .pbasket-class-actions {
	grid-column: 2;
	grid-row: 3;
	align-self: baseline;
	justify-content: flex-start;
	gap: 14px;
}

.pbasket-class-leaving-pill {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 44px;
	padding: 8px 14px;
	border: 2px solid #df2935;
	border-radius: 999px;
	background: #df2935;
	color: #fff;
	font-size: 14px;
	font-weight: 900;
	line-height: 1;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(223, 41, 53, 0.22);
}

.pbasket-class-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 128px;
	min-height: 66px;
	padding: 14px 28px;
	border: 2px solid transparent;
	border-radius: 8px;
	color: #fff;
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pbasket-class-button:hover,
.pbasket-class-button:focus {
	filter: none;
	text-decoration: none;
}

.pbasket-class-button--success {
	border-color: #22a944;
	background: #22a944;
	color: #fff;
}

.pbasket-class-button--success:hover,
.pbasket-class-button--success:focus {
	border-color: #22a944;
	background: #dcfce7;
	color: #166534;
}

.pbasket-class-button--danger {
	border-color: #df2935;
	background: #df2935;
	color: #fff;
	font-size: 22px;
}

.pbasket-class-button--danger:hover,
.pbasket-class-button--danger:focus {
	border-color: #df2935;
	background: #fee2e2;
	color: #df2935;
}

.pbasket-class-button__play {
	width: 28px;
	height: 28px;
	margin-right: 13px;
}

.pbasket-class-actions .paint-basket-wishlist-message {
	color: #fff;
}

.pbasket-class-details__actions .paint-basket-wishlist-message {
	color: #315f9e;
}

.pbasket-class-hero__scroll {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: 62px;
	left: 0;
	width: 48px;
	height: 48px;
	margin: 0 auto;
	border: 3px solid #fff;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.25);
}

.pbasket-class-hero__scroll::before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 15px;
	height: 15px;
	border-right: 3px solid #fff;
	border-bottom: 3px solid #fff;
	content: "";
	transform: translate(-50%, -62%) rotate(45deg);
}

.pbasket-class-hero__wave {
	position: absolute;
	z-index: 3;
	right: 0;
	bottom: -1px;
	left: 0;
	display: block;
	width: 100%;
	height: 126px;
	pointer-events: none;
}

.pbasket-class-hero__wave-shadow {
	fill: #fff;
}

.pbasket-class-hero__wave-main {
	fill: #fff;
}

.pbasket-class-details {
	position: relative;
	padding: 64px 28px 96px;
}

.pbasket-class-details__grid {
	display: grid;
	grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
	gap: 42px;
	width: min(1280px, 100%);
	margin: 0 auto;
	align-items: start;
}

.pbasket-class-detail-card {
	padding: 26px 30px 30px;
	border: 1px solid #323842;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 10px 28px rgba(28, 36, 48, 0.2);
}

.pbasket-class-detail-card h2 {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0 0 18px;
	color: #315f9e;
	font-size: 28px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
}

.pbasket-class-detail-card__heading-icon {
	flex: 0 0 auto;
	width: 1em;
	height: 1em;
}

.pbasket-class-detail-card__content {
	font-size: 18px;
	line-height: 1.58;
}

.pbasket-class-detail-card__content p {
	margin: 0 0 18px;
}

.pbasket-class-detail-card__content p:last-child {
	margin-bottom: 0;
}

.pbasket-class-detail-card__content ul,
.pbasket-class-detail-card__content ol {
	margin: 0 0 0 20px;
	padding: 0;
}

.pbasket-class-detail-card__content .pbasket-description-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 8px 0;
	padding: 12px 18px;
	border: 1px solid #171bca;
	border-radius: 6px;
	background: #171bca;
	color: #fff;
	font-weight: 900;
	line-height: 1.2;
	text-decoration: none;
}

.pbasket-class-detail-card__content .pbasket-description-button:hover,
.pbasket-class-detail-card__content .pbasket-description-button:focus-visible {
	border-color: #171bca;
	background: #eef0ff;
	color: #171bca;
}

.pbasket-class-details__actions {
	justify-content: center;
	width: min(1280px, 100%);
	margin: 72px auto 0;
}

.pbasket-class-post-content {
	width: min(1280px, 100%);
	margin: 48px auto 0;
	padding: 30px;
	border: 1px solid #d8dce8;
	border-radius: 8px;
	background: #fff;
	color: #1f2937;
	font-size: 18px;
	line-height: 1.58;
	box-shadow: 0 10px 28px rgba(28, 36, 48, 0.12);
}

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

.pbasket-class-post-content > *:last-child {
	margin-bottom: 0;
}

.pbasket-course-description {
	position: relative;
	padding: 54px 28px 96px;
}

.pbasket-course-description__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
}

.pbasket-course-description__heading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin: 0;
	color: #111827;
	font-size: 32px;
	font-weight: 800;
	line-height: 1.15;
	letter-spacing: 0;
	text-align: center;
}

.pbasket-course-description__icon {
	width: 32px;
	height: 32px;
	line-height: 1;
}

.pbasket-course-description__content {
	font-size: 20px;
	line-height: 1.55;
}

.pbasket-course-description__content > .et_pb_section:first-child {
	padding-top: 0 !important;
}

.pbasket-course-description__content .wpfcp-article-info {
	display: none;
}

.pbasket-course-description__content p {
	margin: 0 0 22px;
}

.pbasket-course-description__content img {
	max-width: 100%;
	height: auto;
}

.pbasket-course-description__actions {
	margin: 0 auto;
}

.pbasket-lightbox {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 28px;
	background: rgba(0, 0, 0, 0.86);
}

.pbasket-lightbox[hidden] {
	display: none;
}

.pbasket-lightbox img {
	max-width: min(1200px, 100%);
	max-height: 90vh;
	box-shadow: 0 16px 54px rgba(0, 0, 0, 0.4);
	object-fit: contain;
}

.pbasket-lightbox__close {
	position: absolute;
	top: 24px;
	right: 24px;
	width: 44px;
	height: 44px;
	min-height: 44px;
	padding: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	background: transparent;
	color: #fff;
	cursor: pointer;
}

.pbasket-lightbox__close::before {
	position: absolute;
	top: 8px;
	left: 8px;
	width: 24px;
	height: 24px;
	background: currentColor;
	-webkit-mask: url("../images/icons/close.svg") center / contain no-repeat;
	mask: url("../images/icons/close.svg") center / contain no-repeat;
	content: "";
}

.pbasket-lightbox__close::after {
	display: none;
}

body.pbasket-lightbox-open {
	overflow: hidden;
}

.paint-basket-wishlist-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 54px;
	height: 54px;
	min-height: 54px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: #d6d9df;
	color: #44505d;
	cursor: pointer;
	transition: filter 0.18s ease, transform 0.18s ease, background-color 0.18s ease, color 0.18s ease;
}

.paint-basket-wishlist-button:hover,
.paint-basket-wishlist-button:focus-visible {
	border: 0;
	background: #e8ebf0;
	color: #263238;
	transform: translateY(-1px);
}

.paint-basket-wishlist-button.is-busy {
	cursor: wait;
	opacity: 0.72;
	pointer-events: none;
}

.paint-basket-wishlist-button::before,
.paint-basket-wishlist-button::after {
	position: absolute;
	content: "";
}

.paint-basket-wishlist-button::before {
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	background: currentColor;
	-webkit-mask: url("../images/icons/bookmark.svg") center / contain no-repeat;
	mask: url("../images/icons/bookmark.svg") center / contain no-repeat;
	transform: translate(-50%, -50%);
}

.paint-basket-wishlist-button::after {
	display: none;
}

.paint-basket-wishlist-button.is-wishlisted {
	background: var(--paint-basket-green);
	color: #163800;
}

.paint-basket-wishlist-button.is-wishlisted::before {
	width: 31px;
	height: 31px;
}

.paint-basket-wishlist-button.is-wishlisted::after {
	display: none;
}

.paint-basket-wishlist-message {
	min-height: 24px;
	color: #fff;
	font-size: 0.95rem;
	font-weight: 800;
}

.paint-basket-wishlist-message.is-error {
	color: #ffd1d5;
}

.paint-basket-course-section + .paint-basket-course-section {
	margin-top: 24px;
	padding-top: 22px;
	border-top: 1px solid var(--paint-basket-border);
}

.paint-basket-course-section h3 {
	margin-bottom: 10px;
	font-size: 1.15rem;
}

.paint-basket-course-section ol {
	margin: 0;
	padding-left: 22px;
}

.paint-basket-library {
	padding-top: clamp(48px, 7vw, 82px);
	padding-bottom: clamp(64px, 8vw, 104px);
}

.paint-basket-library-header {
	max-width: 860px;
	margin-bottom: 34px;
}

.paint-basket-library-header h1 {
	margin-bottom: 12px;
	font-size: clamp(2.25rem, 5vw, 4rem);
}

.paint-basket-library-header p {
	margin: 0;
	color: var(--paint-basket-muted);
	font-size: 1.08rem;
}

.paint-basket-library-shell {
	display: grid;
	grid-template-columns: 290px minmax(0, 1fr);
	gap: 28px;
	align-items: start;
}

.paint-basket-library-filters {
	position: sticky;
	top: 128px;
	padding: 22px;
	border: 1px solid var(--paint-basket-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--paint-basket-shadow);
}

.paint-basket-library-filters__head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 14px;
	margin-bottom: 18px;
}

.paint-basket-library-filters h2 {
	margin: 0;
	font-size: 1.35rem;
}

.paint-basket-library-search {
	display: block;
	margin-bottom: 22px;
}

.paint-basket-library-filter-group {
	margin: 0 0 22px;
	padding: 0;
	border: 0;
}

.paint-basket-library-wishlist-filter {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 9px;
	align-items: center;
	margin: 0 0 22px;
	color: var(--paint-basket-ink);
	font-weight: 900;
}

.paint-basket-library-wishlist-filter input {
	width: auto;
	min-height: 0;
}

.paint-basket-library-filter-group legend {
	margin-bottom: 10px;
	color: var(--paint-basket-ink);
	font-weight: 900;
}

.paint-basket-library-filter-group label {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr) auto;
	gap: 9px;
	align-items: center;
	margin: 8px 0;
	color: var(--paint-basket-text);
	font-size: 0.95rem;
}

.paint-basket-library-filter-group input {
	width: auto;
	min-height: 0;
}

.paint-basket-library-filter-group small {
	color: var(--paint-basket-muted);
}

.paint-basket-library-submit {
	width: 100%;
}

.paint-basket-library-count {
	margin: 0 0 18px;
	color: var(--paint-basket-muted);
	font-weight: 800;
}

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

.paint-basket-library-card {
	position: relative;
	min-width: 0;
	overflow: hidden;
	border: 1px solid var(--paint-basket-border);
	border-radius: 8px;
	background: #fff;
	box-shadow: var(--paint-basket-shadow);
}

.paint-basket-library-card > .paint-basket-wishlist-button {
	position: absolute;
	top: 12px;
	right: 12px;
	z-index: 2;
	width: 44px;
	height: 44px;
	min-height: 44px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.18);
}

.paint-basket-library-card > .paint-basket-wishlist-button::before,
.paint-basket-library-card > .paint-basket-wishlist-button::after {
	width: 22px;
	height: 5px;
}

.paint-basket-library-card > .paint-basket-wishlist-button.is-wishlisted::before {
	width: 21px;
	height: 12px;
	border-bottom-width: 5px;
	border-left-width: 5px;
}

.paint-basket-library-card__image {
	display: block;
	aspect-ratio: 4 / 3;
	background: var(--paint-basket-page);
}

.paint-basket-library-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.paint-basket-library-card__body {
	padding: 18px;
}

.paint-basket-library-card__type {
	margin: 0 0 8px;
	color: var(--paint-basket-blue);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.paint-basket-library-card__title {
	margin: 0;
	font-size: 1.24rem;
}

.paint-basket-library-card__title a {
	color: var(--paint-basket-ink);
	text-decoration: none;
}

.paint-basket-library-card__terms {
	margin-top: 10px;
	color: var(--paint-basket-muted);
	font-size: 0.9rem;
}

.paint-basket-library-card__terms a {
	color: var(--paint-basket-muted);
	text-decoration: none;
}

.paint-basket-library-pagination {
	margin-top: 36px;
}

.paint-basket-library-empty {
	padding: 28px;
	border: 1px solid var(--paint-basket-border);
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.paint-basket-search-page {
	padding-top: 0;
	background:
		linear-gradient(180deg, #f7fbff 0, #fff 420px),
		var(--paint-basket-page);
}

.paint-basket-search-hero {
	padding: clamp(34px, 6vw, 82px) clamp(16px, 4vw, 48px);
	background:
		linear-gradient(135deg, rgba(44, 90, 160, 0.92), rgba(7, 33, 48, 0.94)),
		linear-gradient(90deg, rgba(255, 255, 255, 0.1), transparent);
	color: #fff;
}

.paint-basket-search-hero__inner {
	width: min(1120px, 100%);
	margin: 0 auto;
	text-align: center;
}

.paint-basket-search-hero__eyebrow {
	margin: 0 0 10px;
	color: var(--paint-basket-yellow);
	font-size: 0.83rem;
	font-weight: 900;
	text-transform: uppercase;
}

.paint-basket-search-hero h1 {
	max-width: 780px;
	margin: 0 auto 14px;
	color: #fff;
	font-size: clamp(2.35rem, 5vw, 5rem);
	line-height: 1.04;
}

.paint-basket-search-hero p {
	max-width: 720px;
	margin: 0 auto;
	color: rgba(255, 255, 255, 0.88);
	font-size: clamp(1rem, 1.8vw, 1.25rem);
}

.paint-basket-search-form {
	display: grid;
	grid-template-columns: 28px minmax(0, 1fr) auto;
	align-items: center;
	gap: 14px;
	width: min(900px, 100%);
	margin: 30px auto 0;
	padding: 10px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.96);
	box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
}

.paint-basket-search-form .paint-basket-icon {
	margin-left: 10px;
	color: var(--paint-basket-blue);
}

.paint-basket-search-form input[type="search"] {
	min-width: 0;
	height: 56px;
	padding: 0;
	border: 0;
	background: transparent;
	color: var(--paint-basket-ink);
	font-size: clamp(1rem, 2vw, 1.24rem);
	font-weight: 700;
}

.paint-basket-search-form input[type="search"]:focus {
	outline: none;
	box-shadow: none;
}

.paint-basket-search-form button {
	min-height: 56px;
	padding: 0 28px;
	border: 2px solid var(--paint-basket-blue);
	border-radius: 6px;
	background: var(--paint-basket-blue);
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	cursor: pointer;
}

.paint-basket-search-form button:hover,
.paint-basket-search-form button:focus-visible {
	background: #eaf1fb;
	color: var(--paint-basket-blue);
}

.paint-basket-search-quicklinks {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 20px;
	color: rgba(255, 255, 255, 0.78);
	font-size: 0.95rem;
	font-weight: 800;
}

.paint-basket-search-quicklinks a {
	padding: 7px 12px;
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	text-decoration: none;
}

.paint-basket-search-quicklinks a:hover,
.paint-basket-search-quicklinks a:focus-visible {
	background: #fff;
	color: var(--paint-basket-blue);
}

.paint-basket-search-results {
	padding-top: clamp(28px, 4vw, 52px);
}

.paint-basket-search-results__head {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	gap: 22px;
	align-items: end;
	margin-bottom: 28px;
}

.paint-basket-search-results__count {
	margin: 0 0 6px;
	color: var(--paint-basket-blue);
	font-size: 0.86rem;
	font-weight: 900;
	text-transform: uppercase;
}

.paint-basket-search-results__head h2 {
	margin: 0;
	font-size: clamp(1.9rem, 3vw, 3rem);
}

.paint-basket-search-type-filter {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 8px;
}

.paint-basket-search-type-filter a {
	padding: 9px 13px;
	border: 1px solid var(--paint-basket-border);
	border-radius: 999px;
	background: #fff;
	color: var(--paint-basket-ink);
	font-size: 0.9rem;
	font-weight: 900;
	text-decoration: none;
}

.paint-basket-search-type-filter a:hover,
.paint-basket-search-type-filter a:focus-visible,
.paint-basket-search-type-filter a.is-active {
	border-color: var(--paint-basket-blue);
	background: var(--paint-basket-blue);
	color: #fff;
}

.paint-basket-search-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: clamp(18px, 2vw, 26px);
}

.paint-basket-search-card {
	display: flex;
	flex-direction: column;
	min-width: 0;
	overflow: hidden;
	border: 1px solid rgba(7, 33, 48, 0.1);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 34px rgba(7, 33, 48, 0.08);
	transition:
		transform 160ms ease,
		box-shadow 160ms ease,
		border-color 160ms ease;
}

.paint-basket-search-card:hover {
	transform: translateY(-3px);
	border-color: rgba(44, 90, 160, 0.28);
	box-shadow: 0 18px 46px rgba(7, 33, 48, 0.14);
}

.paint-basket-search-card__image {
	display: block;
	aspect-ratio: 16 / 10;
	background: #eaf1fb;
	line-height: 0;
}

.paint-basket-search-card__image img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.paint-basket-search-card__placeholder {
	display: grid;
	width: 100%;
	height: 100%;
	place-items: center;
	color: var(--paint-basket-blue);
}

.paint-basket-search-card__placeholder .paint-basket-icon {
	width: 54px;
	height: 54px;
}

.paint-basket-search-card__body {
	display: flex;
	flex: 1;
	flex-direction: column;
	padding: 20px;
}

.paint-basket-search-card__type {
	margin: 0 0 8px;
	color: var(--paint-basket-blue);
	font-size: 0.78rem;
	font-weight: 900;
	text-transform: uppercase;
}

.paint-basket-search-card__title {
	margin: 0;
	font-size: clamp(1.18rem, 1.7vw, 1.45rem);
	line-height: 1.16;
}

.paint-basket-search-card__title a {
	color: var(--paint-basket-ink);
	text-decoration: none;
}

.paint-basket-search-card__title a:hover,
.paint-basket-search-card__title a:focus-visible {
	color: var(--paint-basket-blue);
}

.paint-basket-search-card__excerpt {
	margin-top: 12px;
	color: #374151;
	font-size: 0.96rem;
	line-height: 1.6;
}

.paint-basket-search-card__excerpt p {
	margin: 0;
}

.paint-basket-search-card__terms {
	margin-top: 12px;
	color: var(--paint-basket-muted);
	font-size: 0.88rem;
}

.paint-basket-search-card__terms a {
	color: var(--paint-basket-muted);
	text-decoration: none;
}

.paint-basket-search-card__link {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	margin-top: auto;
	padding-top: 18px;
	color: var(--paint-basket-blue);
	font-weight: 900;
	text-decoration: none;
}

.paint-basket-search-card__link:hover,
.paint-basket-search-card__link:focus-visible {
	color: #1f3f73;
}

.paint-basket-search-empty {
	width: min(720px, 100%);
	margin: 0 auto;
	padding: clamp(28px, 5vw, 56px);
	border: 1px solid rgba(7, 33, 48, 0.1);
	border-radius: 8px;
	background: #fff;
	text-align: center;
	box-shadow: 0 18px 48px rgba(7, 33, 48, 0.08);
}

.paint-basket-search-empty > .paint-basket-icon {
	width: 52px;
	height: 52px;
	margin-bottom: 16px;
	color: var(--paint-basket-blue);
}

.paint-basket-search-empty h2 {
	margin: 0 0 10px;
}

.paint-basket-search-empty p {
	max-width: 560px;
	margin: 0 auto;
	color: #4b5563;
}

.paint-basket-search-empty__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-top: 24px;
}

.paint-basket-watch-body {
	--paint-basket-menu-edge-x: 22px;
	--paint-basket-menu-edge-y: 14px;
	background: #050505;
	color: #fff;
}

.paint-basket-watch {
	min-height: 100vh;
	background: #050505;
	color: #fff;
}

.paint-basket-watch a {
	color: inherit;
}

.paint-basket-watch-topbar {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	min-height: 76px;
	padding: 14px 22px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	background: rgba(0, 0, 0, 0.94);
}

.paint-basket-course-module-watch-body .paint-basket-watch-topbar {
	position: relative;
	top: auto;
}

body.admin-bar .paint-basket-watch-topbar {
	top: 32px;
}

body.admin-bar.paint-basket-course-module-watch-body .paint-basket-watch-topbar {
	top: auto;
}

.paint-basket-watch-topbar__group {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.paint-basket-watch-back,
.paint-basket-watch-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 28px;
	border: 2px solid var(--paint-basket-blue);
	border-radius: 8px;
	background: var(--paint-basket-blue);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.paint-basket-watch-button:hover,
.paint-basket-watch-button:focus-visible {
	border-color: var(--paint-basket-blue);
	background: #fff;
	color: var(--paint-basket-blue);
	filter: none;
}

.paint-basket-watch-back {
	min-height: 44px;
	padding: 10px 16px;
	border-color: transparent;
	background: rgba(255, 255, 255, 0.12);
	font-size: inherit;
	font-weight: 900;
}

.paint-basket-watch-button--danger {
	border-color: var(--paint-basket-red);
	background: var(--paint-basket-red);
}

.paint-basket-watch-button--danger:hover,
.paint-basket-watch-button--danger:focus-visible {
	border-color: var(--paint-basket-red);
	background: #fee2e2;
	color: var(--paint-basket-red);
}

.paint-basket-watch-logo {
	display: inline-flex;
	align-items: center;
	max-width: min(360px, 45vw);
	line-height: 0;
}

.paint-basket-watch-logo img {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 42px;
}

.paint-basket-watch-menu-open {
	overflow: hidden;
}

.paint-basket-watch-body .paint-basket-menu-toggle {
	color: #fff;
}

.paint-basket-watch-body .paint-basket-menu-toggle:hover,
.paint-basket-watch-body .paint-basket-menu-toggle:focus-visible {
	border: 0;
	background: transparent;
	color: #d9dcff;
	transform: none;
}

.paint-basket-watch-notice {
	display: grid;
	place-items: center;
	min-height: calc(100vh - 76px);
	padding: 60px 24px;
	text-align: center;
}

.paint-basket-watch-notice h1,
.paint-basket-course-module-hero h1,
.paint-basket-course-hub-hero h1,
.paint-basket-watch-panel h2,
.paint-basket-watch-forum h2 {
	color: #fff;
}

.paint-basket-watch-stage,
.paint-basket-course-module-layout {
	--paint-basket-watch-main-percent: 67%;
	--paint-basket-course-main-percent: 72%;
	display: grid;
	gap: 0;
	min-height: calc(100vh - 76px);
}

.paint-basket-watch-stage {
	grid-template-columns: minmax(0, var(--paint-basket-watch-main-percent)) 12px minmax(280px, 1fr);
}

.paint-basket-course-module-layout {
	grid-template-columns: minmax(0, var(--paint-basket-course-main-percent)) 12px minmax(300px, 1fr);
}

.paint-basket-watch-video,
.paint-basket-course-module-video {
	display: grid;
	align-items: start;
	min-width: 0;
	padding: 22px;
	background: #000;
}

.paint-basket-watch-video iframe,
.paint-basket-watch-video video,
.paint-basket-course-module-video iframe,
.paint-basket-course-module-video video {
	max-width: 100%;
}

.paint-basket-watch-resizer,
.paint-basket-course-module-resizer {
	position: relative;
	width: 12px;
	min-height: 100%;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	cursor: col-resize;
}

.paint-basket-watch-resizer::before,
.paint-basket-course-module-resizer::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.24);
	transform: translateX(-50%);
	content: "";
}

.paint-basket-watch-resizer:hover::before,
.paint-basket-watch-resizer:focus-visible::before,
.paint-basket-watch-stage.is-resizing .paint-basket-watch-resizer::before,
.paint-basket-course-module-resizer:hover::before,
.paint-basket-course-module-resizer:focus-visible::before,
.paint-basket-course-module-layout.is-resizing .paint-basket-course-module-resizer::before {
	background: #171bca;
}

.paint-basket-watch-sidebar,
.paint-basket-course-module-sidebar {
	display: grid;
	align-content: start;
	gap: 18px;
	min-width: 0;
	padding: 22px;
	background: #111;
}

.paint-basket-watch-panel,
.paint-basket-watch-forum {
	padding: 22px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: #181818;
}

.paint-basket-watch-panel h2,
.paint-basket-watch-forum h2 {
	display: flex;
	gap: 10px;
	align-items: center;
	margin-bottom: 16px;
	font-size: 1.35rem;
}

.paint-basket-watch-resource-list {
	display: grid;
	gap: 10px;
}

.paint-basket-watch-resource-list a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 28px;
	border: 2px solid var(--paint-basket-blue);
	border-radius: 8px;
	background: var(--paint-basket-blue);
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.paint-basket-watch-resource-list a:hover,
.paint-basket-watch-resource-list a:focus-visible {
	border-color: var(--paint-basket-blue);
	background: #fff;
	color: var(--paint-basket-blue);
	filter: none;
}

.paint-basket-watch-empty {
	display: grid;
	place-items: center;
	min-height: 260px;
	border: 1px dashed rgba(255, 255, 255, 0.24);
	border-radius: 8px;
	color: rgba(255, 255, 255, 0.74);
}

.paint-basket-watch-forum {
	width: min(1180px, calc(100% - 48px));
	margin: 28px auto;
}

.pbasket-watch-body {
	--paint-basket-menu-edge-x: clamp(16px, 4vw, 72px);
	--paint-basket-menu-edge-y: 12px;
	margin: 0;
	background: #fff;
	color: #151922;
	font-family: var(--paint-basket-body-font);
}

.pbasket-watch-body button,
.pbasket-watch-body input,
.pbasket-watch-body textarea,
.pbasket-watch-body select {
	font-family: var(--paint-basket-body-font);
}

.pbasket-watch {
	min-height: 100vh;
	background: #fff;
	color: #151922;
}

.pbasket-watch__bar {
	--pbasket-watch-bar-x: clamp(16px, 4vw, 72px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 12px var(--pbasket-watch-bar-x);
	background: #000;
}

.pbasket-watch__back {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	min-height: 52px;
	padding: 13px 28px;
	border: 2px solid #171bca;
	border-radius: 8px;
	background: #171bca;
	color: #fff;
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pbasket-watch__back:hover,
.pbasket-watch__back:focus {
	border-color: #171bca;
	background: #fff;
	color: #171bca;
	filter: none;
}

.paint-basket-watch-menu-open,
.pbasket-watch-menu-open {
	overflow: hidden;
}

body.pbasket-watch-resizing {
	cursor: col-resize;
	user-select: none;
}

.pbasket-watch__stage {
	--pbasket-watch-main-percent: 67%;
	display: grid;
	grid-template-columns: minmax(0, var(--paint-basket-watch-main-percent, var(--pbasket-watch-main-percent))) 12px minmax(320px, 1fr);
	gap: 14px;
	padding: 12px clamp(14px, 2vw, 34px) 28px;
	background: #000;
}

.pbasket-watch__video,
.pbasket-watch__resources {
	min-width: 0;
}

.pbasket-watch__video {
	display: flex;
	align-items: flex-start;
	justify-content: center;
}

.pbasket-watch__video .pb-video-player {
	width: 100%;
}

.pbasket-watch__video .fp-title {
	margin: 8px 0 0;
	color: rgba(255, 255, 255, 0.36);
	font-size: 15px;
	text-align: center;
}

.pbasket-watch__resizer {
	position: relative;
	align-self: stretch;
	width: 12px;
	min-height: 120px;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: transparent;
	cursor: col-resize;
}

.pbasket-watch__resizer::before {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 4px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.24);
	transform: translateX(-50%);
	content: "";
}

.pbasket-watch__resizer:hover::before,
.pbasket-watch__resizer:focus-visible::before,
.pbasket-watch__stage.is-resizing .pbasket-watch__resizer::before {
	background: #171bca;
}

.pbasket-watch__resources {
	display: grid;
	align-content: start;
	gap: 22px;
}

.pbasket-watch-panel {
	margin-bottom: 18px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: #181818;
	box-shadow: none;
}

.pbasket-watch-panel h2 {
	display: flex;
	align-items: center;
	gap: 9px;
	margin: 0;
	padding: 18px 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	color: #fff;
	font-size: 22px;
	font-weight: 900;
	line-height: 1.1;
}

.pbasket-watch-panel h2 .paint-basket-icon,
.paint-basket-watch-forum h2 .paint-basket-icon,
.pbasket-watch__qa h2 .paint-basket-icon {
	width: 22px;
	height: 22px;
	line-height: 1;
}

.pbasket-watch-panel__content {
	padding: 20px 22px 24px;
	color: rgba(255, 255, 255, 0.86);
	font-family: var(--paint-basket-body-font);
	font-size: 16px;
	line-height: 1.55;
}

.pbasket-watch-panel__content a {
	color: #d9dcff;
}

.pbasket-watch-panel__content p {
	margin: 0 0 14px;
}

.pbasket-watch-panel__content p:last-child {
	margin-bottom: 0;
}

.pbasket-watch-panel__content ul,
.pbasket-watch-panel__content ol {
	margin: 0 0 0 20px;
	padding: 0;
}

.pbasket-watch-handouts {
	display: grid;
	justify-items: start;
	gap: 12px;
}

.pbasket-watch-handout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 13px 28px;
	border: 2px solid #171bca;
	border-radius: 8px;
	background: #171bca;
	color: #fff;
	font-family: var(--paint-basket-body-font);
	font-size: 18px;
	font-weight: 800;
	line-height: 1;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pbasket-watch-handout:hover,
.pbasket-watch-handout:focus {
	border-color: #171bca;
	background: #fff;
	color: #171bca;
	filter: none;
}

.pbasket-watch__empty,
.pbasket-watch__notice {
	width: min(900px, calc(100% - 32px));
	margin: 40px auto;
	padding: 32px;
	border-radius: 8px;
	background: #fff;
	color: #151922;
	text-align: center;
}

.pbasket-watch__notice-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-top: 18px;
	padding: 14px 24px;
	border: 2px solid #df2935;
	border-radius: 8px;
	background: #df2935;
	color: #fff;
	font-weight: 800;
	text-decoration: none;
	transition: background-color 0.18s ease, color 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.pbasket-watch__notice-button:hover,
.pbasket-watch__notice-button:focus {
	border-color: #df2935;
	background: #fee2e2;
	color: #df2935;
}

.pbasket-watch__qa {
	background: #fff;
}

.pbasket-watch__qa > h2 {
	display: flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	padding: 20px clamp(16px, 2vw, 34px);
	color: #111827;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.2;
}

.pbasket-watch__forum {
	width: 100%;
	color: #151922;
}

@media (max-width: 980px) {
	.pbasket-watch__stage {
		grid-template-columns: 1fr;
	}

	.pbasket-watch__resizer {
		display: none;
	}
}

@media (max-width: 600px) {
	.pbasket-watch__bar {
		padding: 10px 14px;
	}

	.pbasket-watch__stage {
		padding: 10px 10px 22px;
	}

	.pbasket-watch-panel__content {
		padding: 18px;
	}
}

.paint-basket-course-hub-hero {
	position: relative;
	overflow: hidden;
	background: #101010;
	isolation: isolate;
}

.paint-basket-course-hub-hero::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -2;
	background-image: var(--paint-basket-watch-hero-image);
	background-position: center;
	background-size: cover;
	opacity: 0.42;
}

.paint-basket-course-hub-hero::after {
	content: "";
	position: absolute;
	inset: 0;
	z-index: -1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.88), rgba(0, 0, 0, 0.62));
}

.paint-basket-course-hub-hero__inner {
	display: grid;
	grid-template-columns: minmax(180px, 300px) minmax(0, 1fr) minmax(220px, 280px);
	gap: 28px;
	align-items: center;
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 54px 0;
}

.paint-basket-course-hub-hero__banner {
	width: 100%;
	border-radius: 8px;
	box-shadow: 0 18px 55px rgba(0, 0, 0, 0.38);
}

.paint-basket-watch-eyebrow {
	margin: 0 0 8px;
	color: #d9dcff;
	font-weight: 900;
	text-transform: uppercase;
}

.paint-basket-course-progress {
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.14);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.36);
}

.paint-basket-course-progress strong {
	display: block;
	font-size: 2rem;
	line-height: 1;
}

.paint-basket-course-progress div {
	height: 10px;
	margin-top: 14px;
	overflow: hidden;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.18);
}

.paint-basket-course-progress div span {
	display: block;
	height: 100%;
	border-radius: inherit;
	background: var(--paint-basket-green);
}

.paint-basket-course-sections {
	width: min(1180px, calc(100% - 48px));
	margin: 0 auto;
	padding: 44px 0 70px;
}

.paint-basket-course-section-list + .paint-basket-course-section-list {
	margin-top: 38px;
}

.paint-basket-course-section-list h2 {
	color: #fff;
}

.paint-basket-course-module-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 18px;
}

.paint-basket-course-module-card {
	padding: 20px;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: 8px;
	background: #181818;
}

.paint-basket-course-module-card > span {
	display: inline-grid;
	place-items: center;
	width: 36px;
	height: 36px;
	margin-bottom: 14px;
	border-radius: 999px;
	background: var(--paint-basket-blue);
	font-weight: 900;
}

.paint-basket-course-module-card.is-complete > span {
	background: var(--paint-basket-green);
}

.paint-basket-course-module-card h3 {
	font-size: 1.2rem;
}

.paint-basket-course-module-card h3,
.paint-basket-course-module-card h3 a {
	color: #fff;
	text-decoration: none;
}

.paint-basket-course-module-card p {
	color: rgba(255, 255, 255, 0.78);
}

.paint-basket-course-module-hero {
	display: flex;
	gap: 24px;
	align-items: center;
	justify-content: space-between;
	padding: 30px 24px;
	background: #101010;
}

.paint-basket-course-progress--compact {
	width: min(270px, 100%);
}

.paint-basket-course-module-summary,
.paint-basket-course-module-nav {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: space-between;
	padding: 22px;
	background: #101010;
}

.paint-basket-course-module-summary h2 {
	color: #fff;
	font-size: 1.35rem;
}

.paint-basket-course-complete-toggle {
	white-space: nowrap;
	background: var(--paint-basket-blue);
}

.paint-basket-course-complete-toggle.is-complete {
	border-color: var(--paint-basket-green);
	background: var(--paint-basket-green);
}

.paint-basket-course-module-nav a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	border: 1px solid rgba(255, 255, 255, 0.16);
	padding: 10px 14px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
	font-weight: 900;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.paint-basket-course-module-nav a:hover,
.paint-basket-course-module-nav a:focus-visible {
	border-color: #171bca;
	background: #171bca;
	color: #fff;
	transform: translateY(-2px);
}

.paint-basket-course-side-list {
	display: grid;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.paint-basket-course-side-list a {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 10px;
	align-items: center;
	border: 1px solid transparent;
	padding: 10px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.07);
	color: #fff;
	text-decoration: none;
	transition: background-color 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.paint-basket-course-side-list a:hover,
.paint-basket-course-side-list a:focus-visible {
	border-color: rgba(255, 255, 255, 0.28);
	background: rgba(255, 255, 255, 0.14);
	transform: translateY(-1px);
}

.paint-basket-course-side-list span {
	display: grid;
	place-items: center;
	width: 30px;
	height: 30px;
	border-radius: 999px;
	background: var(--paint-basket-blue);
	font-weight: 900;
}

.paint-basket-course-side-list .is-complete span {
	background: var(--paint-basket-green);
}

.paint-basket-course-side-list .is-current a {
	outline: 2px solid #fff;
}

.paint-basket-course-module-view .paint-basket-watch-forum {
	width: 100%;
	margin: 0;
	border-right: 0;
	border-left: 0;
	border-radius: 0;
}

.paint-basket-term-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	margin-top: 42px;
	padding-top: 20px;
	border-top: 1px solid var(--paint-basket-border);
	color: var(--paint-basket-muted);
	font-size: 0.92rem;
}

.post-navigation,
.posts-navigation,
.pagination,
.comments-pagination {
	width: min(var(--paint-basket-content), 100%);
	margin: 52px auto 0;
}

.post-navigation .nav-links {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px;
}

.post-navigation a {
	display: block;
	padding: 16px;
	border: 1px solid var(--paint-basket-border);
	border-radius: var(--paint-basket-radius);
	text-decoration: none;
}

.post-navigation .nav-next {
	text-align: right;
}

.post-navigation span {
	display: block;
	color: var(--paint-basket-muted);
	font-size: 0.8rem;
}

.nav-links,
.page-numbers {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	justify-content: center;
}

.page-numbers {
	min-width: 42px;
	min-height: 42px;
	align-items: center;
	justify-content: center;
	padding: 7px 12px;
	border-radius: 6px;
	background: var(--paint-basket-blue-soft);
	font-weight: 800;
	text-decoration: none;
}

.page-numbers.current,
a.page-numbers:hover,
a.page-numbers:focus {
	background: var(--paint-basket-blue);
	color: var(--paint-basket-white);
}

.paint-basket-comments {
	width: min(var(--paint-basket-content), 100%);
	margin: 60px auto 0;
	padding-top: 36px;
	border-top: 1px solid var(--paint-basket-border);
}

.paint-basket-comment-list {
	padding: 0;
	list-style: none;
}

.paint-basket-comment-list .comment {
	margin: 22px 0;
	padding: 20px;
	border: 1px solid var(--paint-basket-border);
	border-radius: var(--paint-basket-radius);
}

.paint-basket-comment-list .children {
	list-style: none;
}

.paint-basket-empty-state {
	width: min(680px, 100%);
	margin: 0 auto;
	text-align: center;
}

.paint-basket-empty-state form {
	display: flex;
	gap: 10px;
	margin: 28px auto;
}

.paint-basket-site-footer {
	background: #000;
	color: #fff;
}

.paint-basket-footer-inner {
	display: grid;
	grid-template-columns: minmax(220px, 1.25fr) repeat(3, minmax(160px, 1fr));
	gap: 54px 70px;
	align-items: start;
	width: min(var(--paint-basket-wide), calc(100% - 48px));
	margin: 0 auto;
	padding: 28px 0 22px;
}

.paint-basket-footer-logo,
.paint-basket-footer-brand .custom-logo-link {
	display: inline-flex;
	align-items: center;
	max-width: 280px;
	line-height: 0;
}

.paint-basket-footer-logo img,
.paint-basket-footer-brand .custom-logo {
	display: block;
	width: auto;
	max-width: 100%;
	max-height: 42px;
}

.paint-basket-footer-brand p,
.paint-basket-footer-note {
	color: #fff;
	font-size: 1.08rem;
	font-weight: 500;
	line-height: 1.7;
}

.paint-basket-footer-brand p {
	max-width: 240px;
	margin: 34px 0 0;
}

.paint-basket-footer-column h2 {
	margin: 0 0 34px;
	color: #fff;
	font-size: 1.42rem;
	font-weight: 900;
	line-height: 1;
}

.paint-basket-footer-column ul {
	display: grid;
	gap: 22px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.paint-basket-footer-column a {
	color: #fff;
	font-size: 1.02rem;
	font-weight: 500;
	text-decoration: none;
}

.paint-basket-footer-column a:hover,
.paint-basket-footer-column a:focus {
	color: #d9dcff;
	text-decoration: underline;
}

.paint-basket-footer-note {
	grid-column: 1 / -1;
	max-width: 1110px;
	margin: 8px 0 0;
}

.paint-basket-copyright {
	grid-column: 1 / -1;
	margin: -12px 0 0;
	color: #fff;
	font-size: 1.04rem;
	font-weight: 700;
	line-height: 1.4;
	text-align: center;
}

body.paint-basket-no-header .paint-basket-site {
	min-height: 74vh;
}

@media (max-width: 960px) {
	body.admin-bar .paint-basket-site-header {
		top: 46px;
	}

	.paint-basket-header-inner {
		min-height: 84px;
		padding: 12px 16px;
	}

	body:not(.paint-basket-no-header) .paint-basket-site {
		padding-top: 84px;
	}

	.paint-basket-logo,
	.custom-logo-link {
		max-width: min(360px, calc(100vw - 220px));
	}

	.paint-basket-logo img,
	.custom-logo-link img,
	.custom-logo {
		max-height: 54px;
	}

	.paint-basket-account-button {
		min-width: 78px;
		min-height: 48px;
		font-size: 1rem;
	}

	.paint-basket-header-actions {
		gap: 12px;
	}

	.paint-basket-footer-inner {
		grid-template-columns: minmax(220px, 1fr) repeat(3, minmax(130px, 0.7fr));
		gap: 42px 34px;
	}

	.paint-basket-footer-column h2 {
		margin-bottom: 24px;
	}

	.paint-basket-footer-column ul {
		gap: 16px;
	}

	.paint-basket-post-list {
		grid-template-columns: 1fr;
	}

	.paint-basket-content-details__grid,
	.paint-basket-content-details__grid--course,
	.pbasket-class-details__grid,
	.paint-basket-library-shell {
		grid-template-columns: 1fr;
	}

	.pbasket-class-hero {
		min-height: 680px;
	}

	.pbasket-class-hero__inner {
		width: min(100% - 28px, 620px);
	}

	body.single-class .pbasket-class-hero {
		min-height: 0;
	}

	body.single-class .pbasket-class-hero__inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		min-height: 0;
		padding-top: 52px;
		padding-bottom: 136px;
	}

	body.single-class .pbasket-class-hero__banner {
		position: static;
		width: min(520px, 100%);
		margin: 0 auto;
	}

	body.single-class .pbasket-class-hero__title {
		margin: 28px 0 18px;
		text-align: center;
	}

	body.single-class .pbasket-class-meta {
		justify-content: center;
		margin: 0 auto 24px;
	}

	body.single-class .pbasket-class-actions {
		align-self: center;
		justify-content: center;
	}

	.pbasket-class-hero__scroll {
		bottom: 56px;
	}

	.pbasket-class-meta {
		font-size: 16px;
	}

	.pbasket-course-description__heading {
		margin: 0;
	}

	.paint-basket-library-filters {
		position: static;
	}

	.paint-basket-library-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paint-basket-watch-stage,
	.paint-basket-course-module-layout {
		grid-template-columns: 1fr;
	}

	.paint-basket-watch-resizer,
	.paint-basket-course-module-resizer {
		display: none;
	}

	.paint-basket-course-hub-hero__inner,
	.paint-basket-course-module-grid {
		grid-template-columns: 1fr;
	}

	.paint-basket-course-module-hero,
	.paint-basket-course-module-summary,
	.paint-basket-course-module-nav {
		align-items: stretch;
		flex-direction: column;
	}

	.paint-basket-course-progress--compact {
		width: 100%;
	}
}

@media (max-width: 782px) {
	body.admin-bar .paint-basket-site-header {
		top: 46px;
	}

	body.admin-bar .paint-basket-site-header.is-hidden {
		transform: translateY(calc(-100% - 46px));
	}
}

@media (max-width: 760px) {
	.paint-basket-footer-inner {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 34px 28px;
		padding: 34px 0 24px;
	}

	.paint-basket-footer-brand {
		grid-column: 1 / -1;
	}

	.paint-basket-footer-brand p {
		max-width: 620px;
		margin-top: 22px;
	}

	.paint-basket-footer-note,
	.paint-basket-copyright {
		grid-column: 1 / -1;
		margin: 0;
	}
}

@media (max-width: 640px) {
	.paint-basket-header-inner,
	.paint-basket-content-container,
	.paint-basket-footer-inner {
		width: min(100% - 32px, var(--paint-basket-wide));
	}

	body.paint-basket-content-width-full .paint-basket-content-container {
		width: 100vw;
		padding-right: 16px;
		padding-left: 16px;
	}

	.paint-basket-header-inner {
		width: 100%;
	}

	.paint-basket-logo,
	.custom-logo-link {
		max-width: min(250px, calc(100vw - 245px));
	}

	.paint-basket-logo img,
	.custom-logo-link img,
	.custom-logo {
		max-height: 44px;
	}

	.paint-basket-account-button {
		min-width: 0;
		min-height: 40px;
		padding: 9px 10px;
		border-radius: 7px;
		font-size: 0.86rem;
	}

	.paint-basket-profile-link,
	.paint-basket-menu-toggle,
	.paint-basket-global-menu__close {
		width: 46px;
		height: 46px;
		min-height: 46px;
	}

	.paint-basket-profile-link .paint-basket-icon {
		width: 34px;
		height: 34px;
	}

	.paint-basket-menu-toggle .paint-basket-icon,
	.paint-basket-global-menu__close .paint-basket-icon {
		top: 6px;
		left: 6px;
		width: 34px;
		height: 34px;
	}

	.paint-basket-entry-content > .alignwide,
	.paint-basket-entry-content > .alignfull {
		width: 100vw;
	}

	.paint-basket-main {
		padding-top: 34px;
		padding-bottom: 56px;
	}

	.pb-recommendations__grid {
		grid-template-columns: 1fr;
	}

	body.paint-basket-no-main-top-spacing .paint-basket-main {
		padding-top: 0;
	}

	.paint-basket-entry-header,
	.paint-basket-archive-header {
		margin-bottom: 26px;
	}

	.paint-basket-post-card {
		display: block;
	}

	.paint-basket-post-card__image {
		display: block;
		aspect-ratio: 16 / 9;
	}

	.paint-basket-content-hero {
		min-height: auto;
	}

	.paint-basket-content-hero__inner,
	.paint-basket-content-details,
	.paint-basket-library {
		width: min(100% - 32px, var(--paint-basket-wide));
	}

	.paint-basket-content-hero__inner {
		padding: 54px 0;
	}

	.paint-basket-content-meta span {
		width: 100%;
		justify-content: center;
	}

	.paint-basket-content-panel {
		padding: 22px;
	}

	.pbasket-class-hero {
		min-height: 620px;
	}

	.pbasket-class-hero__title {
		margin-top: 26px;
		font-size: 32px;
		text-align: center;
	}

	.pbasket-class-meta {
		justify-content: center;
		width: 100%;
	}

	.pbasket-class-actions {
		align-items: center;
		flex-direction: column;
		gap: 14px;
	}

	.pbasket-class-button {
		width: 100%;
		min-height: 56px;
		font-size: 24px;
	}

	.pbasket-class-button--danger {
		font-size: 18px;
	}

	.pbasket-class-detail-card {
		padding: 18px;
	}

	.pbasket-course-description {
		padding: 48px 20px 72px;
	}

	.pbasket-course-description__heading {
		font-size: 28px;
	}

	.pbasket-course-description__content {
		font-size: 18px;
	}

	.paint-basket-library-grid {
		grid-template-columns: 1fr;
	}

	.paint-basket-library-filter-group label {
		align-items: start;
	}

	.paint-basket-watch-topbar {
		padding: 12px 16px;
	}

	.paint-basket-watch-logo {
		display: none;
	}

	.paint-basket-watch-topbar__group {
		max-width: calc(100% - 58px);
	}

	.paint-basket-watch-back {
		min-height: 38px;
		padding: 8px 10px;
		font-size: 0.85rem;
		white-space: normal;
	}

	.paint-basket-watch-video,
	.paint-basket-course-module-video,
	.paint-basket-watch-sidebar,
	.paint-basket-course-module-sidebar {
		padding: 16px;
	}

	.paint-basket-watch-forum,
	.paint-basket-course-sections,
	.paint-basket-course-hub-hero__inner {
		width: min(100% - 32px, 1180px);
	}

	.paint-basket-course-module-hero {
		padding: 24px 16px;
	}

	.paint-basket-course-module-nav {
		display: grid;
		grid-template-columns: 1fr;
	}

	.paint-basket-course-module-nav a,
	.paint-basket-course-complete-toggle,
	.paint-basket-watch-button,
	.pbasket-watch__back,
	.pbasket-watch-handout {
		width: 100%;
		white-space: normal;
	}

	.post-navigation .nav-links {
		grid-template-columns: 1fr;
	}

	.post-navigation .nav-next {
		text-align: left;
	}

	.paint-basket-empty-state form {
		display: block;
	}

	.paint-basket-empty-state input[type="submit"] {
		width: 100%;
		margin-top: 10px;
	}

	.paint-basket-footer-inner {
		grid-template-columns: 1fr;
		gap: 28px;
		padding: 34px 0 24px;
	}

	.paint-basket-footer-brand,
	.paint-basket-footer-note,
	.paint-basket-copyright {
		grid-column: auto;
	}

	.paint-basket-footer-column h2 {
		margin-bottom: 14px;
		font-size: 1.2rem;
	}

	.paint-basket-footer-column ul {
		gap: 10px;
	}

	.paint-basket-footer-brand p {
		max-width: none;
		margin-top: 24px;
		font-size: 1rem;
		line-height: 1.55;
	}

	.paint-basket-footer-note {
		font-size: 0.96rem;
		line-height: 1.55;
	}

	.paint-basket-copyright {
		grid-column: auto;
		margin: 0;
		text-align: left;
	}
}

@media (max-width: 430px) {
	.paint-basket-header-inner {
		gap: 8px;
		padding-right: 10px;
		padding-left: 10px;
	}

	.paint-basket-logo,
	.custom-logo-link {
		max-width: min(180px, calc(100vw - 198px));
	}

	.paint-basket-header-actions {
		gap: 6px;
	}

	.paint-basket-account-button {
		min-height: 36px;
		padding: 7px 7px;
		font-size: 0.74rem;
	}

	.paint-basket-profile-link,
	.paint-basket-menu-toggle,
	.paint-basket-global-menu__close {
		width: 40px;
		height: 40px;
		min-height: 40px;
	}

	.paint-basket-menu-toggle .paint-basket-icon,
	.paint-basket-global-menu__close .paint-basket-icon {
		top: 5px;
		left: 5px;
		width: 30px;
		height: 30px;
	}
}

@media (max-width: 360px) {
	.paint-basket-header-inner {
		gap: 6px;
		padding-right: 8px;
		padding-left: 8px;
	}

	.paint-basket-logo,
	.custom-logo-link {
		max-width: min(146px, calc(100vw - 174px));
	}

	.paint-basket-account-button {
		min-height: 34px;
		padding: 6px;
		font-size: 0.68rem;
	}

	.paint-basket-profile-link,
	.paint-basket-menu-toggle,
	.paint-basket-global-menu__close {
		width: 36px;
		height: 36px;
		min-height: 36px;
	}

	.paint-basket-profile-link .paint-basket-icon {
		width: 28px;
		height: 28px;
	}

	.paint-basket-menu-toggle .paint-basket-icon,
	.paint-basket-global-menu__close .paint-basket-icon {
		top: 5px;
		left: 5px;
		width: 26px;
		height: 26px;
	}
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}

	*,
	*::before,
	*::after {
		scroll-behavior: auto !important;
		transition-duration: 0.01ms !important;
	}
}

.pb-group-align-left {
	margin-right: auto;
	margin-left: 0;
}

.pb-group-align-center {
	margin-right: auto;
	margin-left: auto;
}

.pb-group-align-right {
	margin-right: 0;
	margin-left: auto;
}

/* Refined profile dashboard */
.paint-basket-profile-page {
	width: min(100%, 1680px);
	max-width: none;
	margin: 0 auto;
	padding: clamp(24px, 4vw, 56px);
}

.paint-basket-profile {
	padding: clamp(18px, 3vw, 32px);
	border: 1px solid rgba(7, 33, 48, 0.08);
	border-radius: 8px;
	background:
		linear-gradient(120deg, rgba(255, 255, 255, 0.88), rgba(234, 241, 251, 0.72)),
		radial-gradient(circle at 0 0, rgba(44, 90, 160, 0.16), transparent 34%),
		#f8fafc;
	box-shadow: 0 24px 70px rgba(7, 33, 48, 0.12);
}

.paint-basket-profile__header {
	margin-bottom: clamp(22px, 3vw, 36px);
	padding: 0;
}

.paint-basket-profile__eyebrow {
	letter-spacing: 0;
}

.paint-basket-profile__actions {
	gap: 14px;
}

.paint-basket-profile__layout {
	grid-template-columns: minmax(230px, 300px) minmax(0, 1fr);
	gap: clamp(24px, 3vw, 44px);
}

.paint-basket-profile__sidebar {
	position: sticky;
	top: 110px;
	display: grid;
	gap: 10px;
	align-content: start;
	padding: 24px 18px;
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.68);
	box-shadow: inset -1px 0 rgba(7, 33, 48, 0.08);
	backdrop-filter: blur(10px);
}

.paint-basket-profile__avatar {
	width: 150px;
	height: 150px;
	margin: 0 auto 12px;
	border: 4px solid #fff;
	border-radius: 999px;
	object-fit: cover;
	box-shadow: 0 16px 34px rgba(7, 33, 48, 0.18);
}

.paint-basket-profile__sidebar h2,
.paint-basket-profile__sidebar p {
	margin: 0;
	text-align: center;
}

.paint-basket-profile__sidebar h2 {
	font-size: clamp(1.5rem, 2vw, 2rem);
}

.paint-basket-profile__sidebar p {
	padding-bottom: 18px;
	border-bottom: 1px solid rgba(7, 33, 48, 0.12);
	color: #374151;
	overflow-wrap: anywhere;
}

.paint-basket-profile__tabs {
	position: static;
	gap: 10px;
	margin-top: 16px;
	padding: 0;
	background: transparent;
	box-shadow: none;
}

.paint-basket-profile__tabs button {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 58px;
	padding: 14px 16px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: #111827;
	font-size: 1.05rem;
}

.paint-basket-profile__tabs .paint-basket-icon {
	width: 1.35em;
	height: 1.35em;
}

.paint-basket-profile__tabs button:hover,
.paint-basket-profile__tabs button:focus-visible {
	border-color: rgba(44, 90, 160, 0.28);
	background: rgba(255, 255, 255, 0.7);
	color: var(--paint-basket-blue);
}

.paint-basket-profile__tabs button.is-active {
	background: var(--paint-basket-blue);
	color: #fff;
	box-shadow: 0 12px 28px rgba(44, 90, 160, 0.24);
}

.paint-basket-profile-card {
	padding: clamp(28px, 4vw, 46px);
	border-color: rgba(7, 33, 48, 0.08);
	border-radius: 8px;
	box-shadow: 0 18px 48px rgba(7, 33, 48, 0.11);
}

.paint-basket-profile-card__head {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 20px;
	margin-bottom: 32px;
}

.paint-basket-profile-card__head h2 {
	margin: 0;
	font-size: clamp(2rem, 3vw, 3.1rem);
	line-height: 1;
}

.paint-basket-profile-card__head p {
	margin: 10px 0 0;
	color: #4b5563;
	font-size: 1.05rem;
}

.paint-basket-profile-details {
	margin-bottom: 34px;
}

.paint-basket-profile-details h3 {
	margin: 0 0 10px;
	font-size: 1.25rem;
}

.paint-basket-profile-details dl {
	margin: 0;
	border-top: 1px solid rgba(7, 33, 48, 0.12);
}

.paint-basket-profile-details div {
	display: grid;
	grid-template-columns: minmax(190px, 260px) minmax(0, 1fr);
	gap: 22px;
	padding: 16px 0;
	border-bottom: 1px solid rgba(7, 33, 48, 0.09);
}

.paint-basket-profile-details dt,
.paint-basket-profile-details dd {
	display: flex;
	align-items: center;
	gap: 12px;
	margin: 0;
	color: #374151;
}

.paint-basket-profile-details dt {
	font-weight: 800;
}

.paint-basket-profile-details .paint-basket-icon {
	color: #8b98a8;
}

.paint-basket-profile-form {
	padding-top: 28px;
	border-top: 1px solid rgba(7, 33, 48, 0.1);
}

.paint-basket-profile-form__photo {
	padding: 18px;
	border-radius: 8px;
	background: #f8fafc;
}

.paint-basket-profile-form__photo img {
	border-color: #fff;
	box-shadow: 0 10px 22px rgba(7, 33, 48, 0.13);
}

.paint-basket-profile-form input,
.paint-basket-profile-form textarea {
	border-color: rgba(7, 33, 48, 0.18);
	background: #fff;
}

.paint-basket-profile-form input:focus,
.paint-basket-profile-form textarea:focus {
	border-color: var(--paint-basket-blue);
	outline: 3px solid rgba(44, 90, 160, 0.14);
}

.paint-basket-profile-form__submit {
	border-color: var(--paint-basket-blue);
	background: var(--paint-basket-blue);
	color: #fff;
}

.paint-basket-profile-form__submit:hover,
.paint-basket-profile-form__submit:focus-visible {
	border-color: var(--paint-basket-blue);
	background: #eaf1fb;
	color: var(--paint-basket-blue);
}

.paint-basket-profile-wishlist-grid {
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}

@media (max-width: 980px) {
	.paint-basket-search-results__head {
		grid-template-columns: 1fr;
		align-items: start;
	}

	.paint-basket-search-type-filter {
		justify-content: flex-start;
	}

	.paint-basket-search-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paint-basket-profile-page {
		padding: 20px;
	}

	.paint-basket-profile__sidebar {
		position: static;
	}

	.paint-basket-profile__tabs {
		display: grid;
		grid-template-columns: repeat(4, minmax(130px, 1fr));
		overflow-x: auto;
	}
}

@media (max-width: 640px) {
	.paint-basket-search-hero {
		padding: 30px 14px;
	}

	.paint-basket-search-form {
		grid-template-columns: 24px minmax(0, 1fr);
		gap: 10px;
		padding: 10px;
	}

	.paint-basket-search-form button {
		grid-column: 1 / -1;
		width: 100%;
	}

	.paint-basket-search-form .paint-basket-icon {
		margin-left: 6px;
	}

	.paint-basket-search-quicklinks {
		justify-content: flex-start;
		text-align: left;
	}

	.paint-basket-search-results {
		padding-right: 14px;
		padding-left: 14px;
	}

	.paint-basket-search-type-filter {
		flex-wrap: nowrap;
		margin-right: -14px;
		margin-left: -14px;
		padding: 0 14px 6px;
		overflow-x: auto;
		scrollbar-width: none;
	}

	.paint-basket-search-type-filter::-webkit-scrollbar {
		display: none;
	}

	.paint-basket-search-type-filter a {
		flex: 0 0 auto;
	}

	.paint-basket-search-grid {
		grid-template-columns: 1fr;
	}

	.paint-basket-search-empty__actions .paint-basket-button {
		width: 100%;
	}

	.paint-basket-profile-page {
		padding: 12px;
	}

	.paint-basket-profile {
		padding: 14px;
	}

	.paint-basket-profile__tabs {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.paint-basket-profile__tabs button {
		justify-content: center;
		min-width: 0;
	}

	.paint-basket-profile-details div {
		grid-template-columns: 1fr;
		gap: 6px;
	}
}

.paint-basket-profile-page {
	max-width: 1280px;
}

.paint-basket-profile__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 28px;
}

.paint-basket-profile__eyebrow {
	margin: 0 0 4px;
	color: var(--wp--preset--color--paint-basket-blue, #0b3fc1);
	font-weight: 800;
	text-transform: uppercase;
}

.paint-basket-profile__header h1 {
	margin: 0;
}

.paint-basket-profile__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
}

.paint-basket-profile__notice {
	margin: 0 0 20px;
	padding: 14px 18px;
	border-radius: 8px;
	font-weight: 700;
}

.paint-basket-profile__notice p {
	margin: 0;
}

.paint-basket-profile__notice p + p {
	margin-top: 6px;
}

.paint-basket-profile__notice.is-success {
	background: #e6f4ea;
	color: #1e7e34;
}

.paint-basket-profile__notice.is-error {
	background: #fbeaea;
	color: #b02a37;
}

.paint-basket-profile__layout {
	display: grid;
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	gap: 24px;
	align-items: start;
}

.paint-basket-profile__tabs {
	position: sticky;
	top: 110px;
	display: flex;
	flex-direction: column;
	gap: 6px;
	padding: 8px;
	border-radius: 8px;
	background: #111827;
}

.paint-basket-profile__tabs button {
	width: 100%;
	padding: 14px 16px;
	border: 0;
	border-radius: 6px;
	background: transparent;
	color: #fff;
	font-weight: 800;
	text-align: left;
	cursor: pointer;
}

.paint-basket-profile__tabs button:hover,
.paint-basket-profile__tabs button:focus-visible {
	background: #26344a;
}

.paint-basket-profile__tabs button.is-active {
	background: var(--wp--preset--color--paint-basket-blue, #0b3fc1);
}

.paint-basket-profile-card {
	padding: 28px;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

.paint-basket-profile-card h2 {
	margin-top: 0;
}

.paint-basket-profile-form__photo {
	display: flex;
	align-items: center;
	gap: 18px;
	margin-bottom: 24px;
}

.paint-basket-profile-form__photo img {
	width: 96px;
	height: 96px;
	border: 3px solid var(--wp--preset--color--paint-basket-blue, #0b3fc1);
	border-radius: 999px;
	object-fit: cover;
}

.paint-basket-profile-form label,
.paint-basket-profile-form__photo label {
	display: grid;
	gap: 6px;
	font-weight: 800;
}

.paint-basket-profile-form small {
	color: #777;
	font-weight: 600;
}

.paint-basket-profile-form input,
.paint-basket-profile-form textarea {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid rgba(0, 0, 0, 0.22);
	border-radius: 6px;
	font: inherit;
	font-weight: 500;
}

.paint-basket-profile-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
}

.paint-basket-profile-form__wide {
	grid-column: 1 / -1;
}

.paint-basket-profile-form__password {
	margin: 28px 0 0;
	padding: 20px;
	border: 2px solid var(--paint-basket-red);
	border-radius: 8px;
	background: rgba(220, 53, 69, 0.04);
}

.paint-basket-profile-form__password legend {
	padding: 0 8px;
	font-weight: 900;
}

.paint-basket-profile-form__submit {
	margin-top: 24px;
}

.paint-basket-profile-upgrade,
.paint-basket-profile-membership__section {
	margin-top: 20px;
	padding: 20px;
	border-radius: 8px;
	background: #eaf1fb;
}

.paint-basket-profile-wishlist-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 20px;
}

.paint-basket-profile-login {
	max-width: 720px;
	margin: 0 auto;
	padding: 32px;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.06);
}

@media (max-width: 980px) {
	.paint-basket-profile__header {
		align-items: flex-start;
		flex-direction: column;
	}

	.paint-basket-profile__actions {
		justify-content: flex-start;
	}

	.paint-basket-profile__layout {
		grid-template-columns: 1fr;
	}

	.paint-basket-profile__tabs {
		position: static;
		flex-direction: row;
		overflow-x: auto;
	}

	.paint-basket-profile__tabs button {
		min-width: 140px;
		text-align: center;
	}

	.paint-basket-profile-wishlist-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 640px) {
	.paint-basket-profile-card,
	.paint-basket-profile-login {
		padding: 20px;
	}

	.paint-basket-profile__actions,
	.paint-basket-profile__start,
	.paint-basket-profile__actions a {
		width: 100%;
	}

	.paint-basket-profile-form__photo {
		align-items: flex-start;
		flex-direction: column;
	}

	.paint-basket-profile-form__grid,
	.paint-basket-profile-wishlist-grid {
		grid-template-columns: 1fr;
	}
}

/* Profile dashboard final layout */
.paint-basket-profile-page {
	width: min(100vw, 100%);
	max-width: none;
	margin-right: 0;
	margin-left: 0;
	padding: clamp(20px, 3vw, 44px) clamp(14px, 2.5vw, 42px);
}

.paint-basket-profile {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(90deg, rgba(234, 241, 251, 0.9), rgba(255, 255, 255, 0.84) 34%, rgba(255, 255, 255, 0.98)),
		#fff;
	box-shadow: none;
}

.paint-basket-profile__header {
	width: min(100%, 1680px);
	margin: 0 auto clamp(20px, 2.5vw, 34px);
}

.paint-basket-profile__layout {
	width: min(100%, 1680px);
	margin: 0 auto;
	grid-template-columns: clamp(220px, 16vw, 292px) minmax(0, 1fr);
	gap: clamp(24px, 3vw, 56px);
}

.paint-basket-profile__sidebar {
	position: sticky;
	top: 124px;
	min-height: calc(100vh - 160px);
	padding: clamp(18px, 2vw, 28px) 0;
	border: 0;
	border-radius: 0;
	background:
		linear-gradient(180deg, rgba(234, 241, 251, 0.86), rgba(255, 255, 255, 0.65)),
		transparent;
	box-shadow: none;
}

.paint-basket-profile__sidebar h2 {
	margin-top: 18px;
	color: #1f2937;
	font-size: clamp(1.35rem, 1.8vw, 2rem);
	font-weight: 500;
	letter-spacing: 0;
}

.paint-basket-profile__sidebar p {
	margin-bottom: 22px;
	color: #4b5563;
	font-size: 0.98rem;
	font-weight: 500;
}

.paint-basket-profile__avatar {
	width: clamp(94px, 8vw, 148px);
	height: clamp(94px, 8vw, 148px);
	border: 3px solid rgba(255, 255, 255, 0.92);
	box-shadow: 0 16px 34px rgba(7, 33, 48, 0.16);
}

.paint-basket-profile__tabs {
	position: static;
	display: flex;
	flex-direction: column;
	gap: 10px;
	width: 100%;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
}

.paint-basket-profile__tabs button {
	display: grid;
	grid-template-columns: 30px minmax(0, 1fr);
	gap: 14px;
	align-items: center;
	width: 100%;
	min-height: 58px;
	padding: 14px 18px;
	border: 1px solid transparent;
	border-radius: 8px;
	background: transparent;
	color: #1f2937;
	font-size: 1rem;
	font-weight: 800;
	text-align: left;
	box-shadow: none;
	transition:
		background 160ms ease,
		border-color 160ms ease,
		box-shadow 160ms ease,
		color 160ms ease;
}

.paint-basket-profile__tabs button span {
	white-space: nowrap;
}

.paint-basket-profile__tabs .paint-basket-icon {
	width: 24px;
	height: 24px;
	color: #5f6b7a;
}

.paint-basket-profile__tabs button:hover,
.paint-basket-profile__tabs button:focus-visible {
	border-color: rgba(44, 90, 160, 0.2);
	background: rgba(234, 241, 251, 0.72);
	color: var(--paint-basket-blue);
	outline: none;
}

.paint-basket-profile__tabs button.is-active {
	border-color: rgba(44, 90, 160, 0.16);
	background: linear-gradient(135deg, #eff6ff, #dbeafe);
	color: var(--paint-basket-blue);
	box-shadow: 0 12px 28px rgba(44, 90, 160, 0.15);
}

.paint-basket-profile__tabs button.is-active .paint-basket-icon,
.paint-basket-profile__tabs button:hover .paint-basket-icon,
.paint-basket-profile__tabs button:focus-visible .paint-basket-icon {
	color: var(--paint-basket-blue);
}

.paint-basket-profile__panels {
	min-width: 0;
}

.paint-basket-profile-card {
	width: 100%;
	max-width: none;
	padding: clamp(24px, 3vw, 48px);
	border: 1px solid rgba(7, 33, 48, 0.08);
	border-radius: 12px;
	box-shadow: 0 18px 52px rgba(7, 33, 48, 0.08);
}

.paint-basket-profile-wishlist-grid {
	grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
	gap: clamp(18px, 2vw, 28px);
}

@media (max-width: 980px) {
	.paint-basket-profile-page {
		padding: 14px;
	}

	.paint-basket-profile__layout {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.paint-basket-profile__sidebar {
		position: static;
		min-height: 0;
		padding: 18px clamp(12px, 4vw, 16px) 20px;
		border-radius: 12px;
		overflow: hidden;
	}

	.paint-basket-profile__tabs {
		display: flex;
		flex-direction: row;
		gap: 8px;
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		padding: 4px 0 8px;
		overflow-x: auto;
		overflow-y: hidden;
		overscroll-behavior-x: contain;
		scroll-padding-left: 0;
		scroll-snap-type: x proximity;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
	}

	.paint-basket-profile__tabs::-webkit-scrollbar {
		display: none;
	}

	.paint-basket-profile__tabs button {
		flex: 0 0 auto;
		grid-template-columns: 24px max-content;
		gap: 10px;
		width: auto;
		min-width: 132px;
		min-height: 56px;
		padding: 12px 16px;
		scroll-snap-align: start;
		white-space: nowrap;
	}

	.paint-basket-profile__tabs .paint-basket-icon {
		width: 22px;
		height: 22px;
	}
}

@media (max-width: 640px) {
	.paint-basket-profile__sidebar {
		overflow: visible;
	}

	.paint-basket-profile__sidebar h2 {
		margin-top: 14px;
		font-size: 1.35rem;
	}

	.paint-basket-profile__sidebar p {
		margin-bottom: 18px;
		padding-bottom: 16px;
		border-bottom: 1px solid rgba(7, 33, 48, 0.12);
	}

	.paint-basket-profile__tabs {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
		padding: 2px 0 0;
		overflow: visible;
	}

	.paint-basket-profile__tabs button {
		grid-template-columns: 20px minmax(0, 1fr);
		min-width: 116px;
		width: 100%;
		min-height: 52px;
		padding: 10px 12px;
		font-size: clamp(0.82rem, 3.4vw, 0.95rem);
	}

	.paint-basket-profile__tabs button.is-active {
		min-width: 0;
	}

	.paint-basket-profile__tabs .paint-basket-icon {
		width: 20px;
		height: 20px;
	}

	.paint-basket-profile__tabs button span {
		overflow: hidden;
		text-overflow: ellipsis;
	}
}

@media (max-width: 380px) {
	.paint-basket-profile__tabs button {
		gap: 8px;
		padding-right: 10px;
		padding-left: 10px;
	}
}
