:root {
	--tp-bg: #eff4f8;
	--tp-card: #ffffff;
	--tp-card-soft: #f8fbfd;
	--tp-ink: #10233a;
	--tp-muted: #5b6d81;
	--tp-line: #d7e2ec;
	--tp-accent: #1f6feb;
	--tp-accent-dark: #154ba3;
	--tp-accent-soft: #dce9ff;
	--tp-success: #0f9f7f;
	--tp-gold: #f3b256;
	--tp-shadow: 0 24px 60px rgba(16, 35, 58, 0.12);
	--tp-radius-lg: 28px;
	--tp-radius-md: 18px;
	--tp-radius-sm: 12px;
}

body.tradeproperly-front-page {
	background: linear-gradient(180deg, #f4f7fb 0%, #eef4f8 100%);
	color: var(--tp-ink);
}

body.tradeproperly-front-page .site {
	background: transparent;
}

body.tradeproperly-front-page .site-header {
	display: none;
}

body.tradeproperly-front-page #site-navigation,
body.tradeproperly-front-page #sticky-navigation,
body.tradeproperly-front-page #mobile-header {
	background-image:
		radial-gradient(circle at top right, rgba(243, 178, 86, 0.24), transparent 32%),
		linear-gradient(135deg, #0e2137 0%, #1b4d82 100%);
	background-size: auto;
	box-shadow: 0 10px 40px rgba(16, 35, 58, 0.18);
}

body.tradeproperly-front-page .main-navigation,
body.tradeproperly-front-page .inside-header {
	background: transparent;
}

body.tradeproperly-front-page .inside-navigation {
	display: flex;
	align-items: center;
	gap: 1rem;
}

body.tradeproperly-front-page #site-navigation .main-nav {
	margin-left: auto;
}

body.tradeproperly-front-page .navigation-branding .main-title,
body.tradeproperly-front-page .main-navigation .main-nav ul li a,
body.tradeproperly-front-page .menu-toggle,
body.tradeproperly-front-page .main-navigation .mobile-bar-items a {
	color: #f7fbff;
}

body.tradeproperly-front-page .main-navigation .main-nav ul li:hover > a,
body.tradeproperly-front-page .main-navigation .main-nav ul li.current-menu-item > a,
body.tradeproperly-front-page .main-navigation .main-nav ul li.current_page_item > a {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

body.tradeproperly-front-page .site-content,
body.tradeproperly-front-page .content-area,
body.tradeproperly-front-page #primary,
body.tradeproperly-front-page .site-main {
	width: 100%;
	max-width: none;
	margin: 0;
}

body.tradeproperly-front-page .site-main {
	margin-top: 0;
}

.tp-nav-branding {
	display: flex;
	align-items: center;
	gap: 0.9rem;
	padding: 0.75rem 0;
}

.tp-nav-branding__logo {
	display: flex;
	align-items: center;
}

.tp-nav-branding__logo .custom-logo-link,
.tp-nav-branding__logo img {
	display: block;
}

.tp-nav-branding__logo img {
	height: 48px;
	width: auto;
}

.tp-nav-branding__copy {
	display: grid;
	gap: 0.12rem;
}

.tp-nav-branding__title {
	color: #f7fbff;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.1;
	text-decoration: none;
}

.tp-nav-branding__title:hover,
.tp-nav-branding__title:focus {
	color: #ffffff;
}

.tp-nav-branding__tagline {
	color: rgba(247, 251, 255, 0.78);
	font-size: 0.78rem;
	letter-spacing: 0.02em;
}

.tp-home-main {
	padding-bottom: 4.5rem;
}

.tp-shell {
	width: min(1180px, calc(100% - 2rem));
	margin: 0 auto;
}

.tp-eyebrow {
	display: inline-flex;
	align-items: center;
	gap: 0.45rem;
	padding: 0.45rem 0.8rem;
	border-radius: 999px;
	background: rgba(31, 111, 235, 0.12);
	color: var(--tp-accent-dark);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

.tp-section-heading {
	display: grid;
	gap: 0.8rem;
	margin-bottom: 1.75rem;
}

.tp-section-heading h2,
.tp-stream__intro h2,
.tp-footer-note__wrap h2 {
	margin: 0;
	font-size: clamp(1.85rem, 3vw, 2.9rem);
	line-height: 1.08;
}

.tp-section-heading p,
.tp-stream__intro p,
.tp-footer-note__wrap p {
	margin: 0;
	color: var(--tp-muted);
	font-size: 1.03rem;
	line-height: 1.7;
}

.tp-hero {
	padding: 4rem 0 1.5rem;
}

.tp-hero__grid {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.8fr);
	gap: 1.5rem;
	align-items: stretch;
}

.tp-hero__content,
.tp-hero__panel {
	background: var(--tp-card);
	border: 1px solid rgba(16, 35, 58, 0.08);
	border-radius: var(--tp-radius-lg);
	box-shadow: var(--tp-shadow);
}

.tp-hero__content {
	padding: clamp(1.5rem, 4vw, 3rem);
	display: grid;
	gap: 1.2rem;
}

.tp-hero__content h1 {
	margin: 0;
	font-size: clamp(2.3rem, 5vw, 4.35rem);
	line-height: 0.95;
	letter-spacing: -0.04em;
	max-width: 12ch;
}

.tp-hero__lead {
	margin: 0;
	max-width: 60ch;
	color: var(--tp-muted);
	font-size: 1.08rem;
	line-height: 1.85;
}

.tp-hero__actions,
.tp-broker-card__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

.tp-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0.85rem 1.2rem;
	border-radius: 999px;
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

.tp-button:hover,
.tp-button:focus {
	transform: translateY(-1px);
	box-shadow: 0 18px 32px rgba(31, 111, 235, 0.18);
}

.tp-button--primary {
	background: linear-gradient(135deg, var(--tp-accent) 0%, #3f96ff 100%);
	color: #ffffff;
}

.tp-button--primary:hover,
.tp-button--primary:focus {
	color: #ffffff;
}

.tp-button--secondary {
	background: var(--tp-card-soft);
	border: 1px solid var(--tp-line);
	color: var(--tp-ink);
}

.tp-button--secondary:hover,
.tp-button--secondary:focus {
	color: var(--tp-ink);
	background: #ffffff;
}

.tp-hero__panel {
	padding: 1.5rem;
	display: grid;
	gap: 1rem;
	align-content: start;
	background:
		radial-gradient(circle at top left, rgba(31, 111, 235, 0.1), transparent 40%),
		var(--tp-card);
}

.tp-stat {
	padding: 1rem 1.1rem;
	border: 1px solid var(--tp-line);
	border-radius: var(--tp-radius-md);
	background: rgba(255, 255, 255, 0.72);
}

.tp-stat__value {
	display: block;
	font-size: 2rem;
	font-weight: 800;
	line-height: 1;
}

.tp-stat__label,
.tp-hero__note {
	display: block;
	margin-top: 0.4rem;
	color: var(--tp-muted);
	line-height: 1.65;
}

.tp-focus,
.tp-brokers,
.tp-streams,
.tp-footer-note {
	padding-top: 1.5rem;
}

.tp-focus-grid,
.tp-broker-grid,
.tp-post-grid {
	display: grid;
	gap: 1rem;
}

.tp-focus-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tp-focus-card,
.tp-broker-card,
.tp-post-card {
	background: var(--tp-card);
	border: 1px solid rgba(16, 35, 58, 0.08);
	border-radius: var(--tp-radius-md);
	box-shadow: 0 18px 40px rgba(16, 35, 58, 0.08);
}

.tp-focus-card {
	padding: 1.35rem;
	text-decoration: none;
	color: inherit;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.tp-focus-card:hover,
.tp-focus-card:focus {
	transform: translateY(-2px);
	border-color: rgba(31, 111, 235, 0.24);
	box-shadow: 0 24px 50px rgba(16, 35, 58, 0.12);
	color: inherit;
}

.tp-focus-card h3,
.tp-broker-card h3,
.tp-post-card h3 {
	margin: 0 0 0.7rem;
	font-size: 1.2rem;
	line-height: 1.2;
}

.tp-focus-card p,
.tp-post-card p,
.tp-broker-card__regulation,
.tp-broker-card__markets {
	margin: 0;
	color: var(--tp-muted);
	line-height: 1.7;
}

.tp-broker-grid {
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tp-broker-card {
	padding: 1.35rem;
	display: grid;
	gap: 0.9rem;
}

.tp-broker-card__head {
	display: flex;
	align-items: start;
	justify-content: space-between;
	gap: 1rem;
}

.tp-broker-card__head span {
	padding: 0.35rem 0.6rem;
	background: var(--tp-accent-soft);
	border-radius: 999px;
	color: var(--tp-accent-dark);
	font-size: 0.82rem;
	font-weight: 700;
	white-space: nowrap;
}

.tp-broker-card__markets {
	font-weight: 600;
	color: var(--tp-ink);
}

.tp-streams {
	display: grid;
	gap: 1.5rem;
}

.tp-stream {
	padding: 1.5rem;
	background: rgba(255, 255, 255, 0.65);
	border: 1px solid rgba(16, 35, 58, 0.08);
	border-radius: var(--tp-radius-lg);
	backdrop-filter: blur(8px);
	box-shadow: 0 18px 40px rgba(16, 35, 58, 0.08);
}

.tp-stream__intro {
	display: grid;
	gap: 0.7rem;
	margin-bottom: 1.2rem;
}

.tp-post-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tp-post-card {
	overflow: hidden;
}

.tp-post-card__link {
	display: flex;
	flex-direction: column;
	height: 100%;
	text-decoration: none;
	color: inherit;
}

.tp-post-card__image {
	aspect-ratio: 16 / 10;
	overflow: hidden;
	background: linear-gradient(135deg, rgba(31, 111, 235, 0.2), rgba(15, 159, 127, 0.2));
}

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

.tp-post-card__body {
	padding: 1.15rem;
	display: grid;
	gap: 0.7rem;
}

.tp-post-card__meta {
	color: var(--tp-accent-dark);
	font-size: 0.85rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.tp-post-card--empty {
	display: flex;
	align-items: center;
}

.tp-stream__cta {
	display: inline-flex;
	margin-top: 1.2rem;
	font-weight: 700;
	color: var(--tp-accent-dark);
	text-decoration: none;
}

.tp-stream__cta:hover,
.tp-stream__cta:focus {
	color: var(--tp-accent);
}

.tp-footer-note {
	padding-bottom: 1rem;
}

.tp-footer-note__wrap {
	padding: 1.6rem;
	border-radius: var(--tp-radius-lg);
	background:
		radial-gradient(circle at top right, rgba(243, 178, 86, 0.14), transparent 25%),
		linear-gradient(135deg, #0d2236 0%, #153a61 100%);
	color: #ffffff;
}

.tp-footer-note__wrap h2,
.tp-footer-note__wrap p {
	color: #ffffff;
}

body.tradeproperly-content-surface {
	background:
		radial-gradient(circle at top right, rgba(243, 178, 86, 0.16), transparent 26%),
		linear-gradient(180deg, #f4f7fb 0%, #eef4f8 100%);
	color: var(--tp-ink);
}

body.tradeproperly-content-surface .site {
	background: transparent;
}

body.tradeproperly-content-surface .site-header {
	display: none;
}

body.tradeproperly-content-surface #site-navigation,
body.tradeproperly-content-surface #sticky-navigation,
body.tradeproperly-content-surface #mobile-header {
	background-image:
		radial-gradient(circle at top right, rgba(243, 178, 86, 0.24), transparent 32%),
		linear-gradient(135deg, #0e2137 0%, #1b4d82 100%);
	background-size: auto;
	box-shadow: 0 10px 40px rgba(16, 35, 58, 0.18);
}

body.tradeproperly-front-page #sticky-navigation,
body.tradeproperly-content-surface #sticky-navigation {
	border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.tradeproperly-content-surface .main-navigation,
body.tradeproperly-content-surface .inside-header {
	background: transparent;
}

body.tradeproperly-content-surface .inside-navigation {
	display: flex;
	align-items: center;
	gap: 1rem;
	min-height: 72px;
}

body.tradeproperly-content-surface #site-navigation .main-nav {
	margin-left: auto;
}

body.tradeproperly-content-surface .navigation-branding .main-title,
body.tradeproperly-content-surface .main-navigation .main-nav ul li a,
body.tradeproperly-content-surface .menu-toggle,
body.tradeproperly-content-surface .main-navigation .mobile-bar-items a {
	color: #f7fbff;
	border-radius: 999px;
}

body.tradeproperly-content-surface .main-navigation .main-nav ul li:hover > a,
body.tradeproperly-content-surface .main-navigation .main-nav ul li.current-menu-item > a,
body.tradeproperly-content-surface .main-navigation .main-nav ul li.current_page_item > a,
body.tradeproperly-content-surface .main-navigation .main-nav ul li[class*="current-menu-"] > a {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

body.tradeproperly-content-surface .main-navigation ul ul {
	background: rgba(14, 33, 55, 0.96);
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: var(--tp-radius-md);
	box-shadow: 0 24px 50px rgba(16, 35, 58, 0.2);
	overflow: hidden;
}

body.tradeproperly-content-surface .main-navigation .main-nav ul ul li a {
	color: #f7fbff;
}

body.tradeproperly-content-surface .site-content {
	padding: 1.5rem 0 4rem;
}

body.tradeproperly-content-surface.separate-containers .site-main {
	margin-top: 0;
}

body.tradeproperly-content-surface .page-header,
body.tradeproperly-content-surface .inside-article,
body.tradeproperly-content-surface .comments-area,
body.tradeproperly-content-surface .paging-navigation {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(16, 35, 58, 0.08);
	border-radius: var(--tp-radius-lg);
	box-shadow: var(--tp-shadow);
	backdrop-filter: blur(8px);
	overflow: hidden;
}

body.tradeproperly-content-surface .sidebar .widget,
body.tradeproperly-content-surface .footer-widgets .widget {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(16, 35, 58, 0.08);
	border-radius: var(--tp-radius-md);
	box-shadow: 0 18px 40px rgba(16, 35, 58, 0.08);
	backdrop-filter: blur(8px);
}

body.tradeproperly-content-surface.single .inside-article > .entry-header,
body.tradeproperly-content-surface.page:not(.tradeproperly-front-page) .inside-article > .entry-header,
body.tradeproperly-content-surface.archive .page-header,
body.tradeproperly-content-surface.search .page-header,
body.tradeproperly-content-surface.blog .page-header {
	background:
		radial-gradient(circle at top right, rgba(243, 178, 86, 0.2), transparent 28%),
		linear-gradient(135deg, #0e2137 0%, #1b4d82 100%);
	color: #ffffff;
}

body.tradeproperly-content-surface.single .inside-article > .entry-header,
body.tradeproperly-content-surface.page:not(.tradeproperly-front-page) .inside-article > .entry-header {
	margin: -40px -40px 2rem;
	padding: clamp(1.75rem, 4vw, 2.75rem);
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

body.tradeproperly-content-surface.archive .page-header,
body.tradeproperly-content-surface.search .page-header,
body.tradeproperly-content-surface.blog .page-header {
	padding: clamp(1.75rem, 4vw, 2.75rem);
}

body.tradeproperly-content-surface .page-header a,
body.tradeproperly-content-surface.single .inside-article > .entry-header a,
body.tradeproperly-content-surface.page:not(.tradeproperly-front-page) .inside-article > .entry-header a {
	color: #ffffff;
	text-decoration-color: rgba(255, 255, 255, 0.5);
}

body.tradeproperly-content-surface .page-title,
body.tradeproperly-content-surface.single .inside-article > .entry-header .entry-title,
body.tradeproperly-content-surface.page:not(.tradeproperly-front-page) .inside-article > .entry-header .entry-title {
	margin: 0;
	color: #ffffff;
	font-size: clamp(2rem, 4vw, 3.35rem);
	line-height: 1.02;
	letter-spacing: -0.04em;
	max-width: 15ch;
}

body.tradeproperly-content-surface .tp-entry-kicker {
	margin-bottom: 0.9rem;
}

.tp-eyebrow--light {
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
}

body.tradeproperly-content-surface.archive .site-main > article .tp-eyebrow--light,
body.tradeproperly-content-surface.blog .site-main > article .tp-eyebrow--light,
body.tradeproperly-content-surface.search .site-main > article .tp-eyebrow--light {
	background: var(--tp-accent-soft);
	color: var(--tp-accent-dark);
}

body.tradeproperly-content-surface .tp-entry-standfirst,
body.tradeproperly-content-surface .tp-archive-summary,
body.tradeproperly-content-surface .taxonomy-description {
	margin-top: 1rem;
	max-width: 60ch;
	color: rgba(247, 251, 255, 0.84);
	font-size: 1.03rem;
	line-height: 1.8;
}

body.tradeproperly-content-surface .taxonomy-description p:last-child {
	margin-bottom: 0;
}

body.tradeproperly-content-surface .tp-context-pills {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	margin-top: 1.2rem;
}

body.tradeproperly-content-surface .tp-context-pill {
	display: inline-flex;
	align-items: center;
	padding: 0.5rem 0.85rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	color: #ffffff;
	font-size: 0.9rem;
	font-weight: 700;
	line-height: 1.2;
}

body.tradeproperly-content-surface .tp-search-header__form {
	margin-top: 1.35rem;
	max-width: 42rem;
}

body.tradeproperly-content-surface .tp-search-header__form .search-form {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	align-items: stretch;
}

body.tradeproperly-content-surface .tp-search-header__form label {
	flex: 1 1 260px;
	margin: 0;
}

body.tradeproperly-content-surface .tp-search-header__form .search-field {
	width: 100%;
	min-height: 56px;
	background: rgba(255, 255, 255, 0.94);
}

body.tradeproperly-content-surface.single .inside-article > .entry-header .entry-meta,
body.tradeproperly-content-surface.page:not(.tradeproperly-front-page) .inside-article > .entry-header .entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem 1rem;
	margin-top: 1rem;
	color: rgba(247, 251, 255, 0.78);
}

body.tradeproperly-content-surface.single .inside-article > .entry-header .entry-meta a,
body.tradeproperly-content-surface.page:not(.tradeproperly-front-page) .inside-article > .entry-header .entry-meta a {
	color: inherit;
}

body.tradeproperly-content-surface.archive .site-main > article .inside-article,
body.tradeproperly-content-surface.blog .site-main > article .inside-article,
body.tradeproperly-content-surface.search .site-main > article .inside-article {
	display: grid;
	grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
	grid-template-areas:
		"image header"
		"image summary"
		"image footer";
	gap: 1rem 1.4rem;
	align-items: start;
}

body.tradeproperly-content-surface.archive .site-main > article:not(.has-post-thumbnail) .inside-article,
body.tradeproperly-content-surface.blog .site-main > article:not(.has-post-thumbnail) .inside-article,
body.tradeproperly-content-surface.search .site-main > article:not(.has-post-thumbnail) .inside-article {
	grid-template-columns: 1fr;
	grid-template-areas:
		"header"
		"summary"
		"footer";
}

body.tradeproperly-content-surface.archive .site-main > article .post-image,
body.tradeproperly-content-surface.blog .site-main > article .post-image,
body.tradeproperly-content-surface.search .site-main > article .post-image {
	grid-area: image;
	margin: 0;
}

body.tradeproperly-content-surface.archive .site-main > article .entry-header,
body.tradeproperly-content-surface.blog .site-main > article .entry-header,
body.tradeproperly-content-surface.search .site-main > article .entry-header {
	grid-area: header;
	margin: 0;
}

body.tradeproperly-content-surface.archive .site-main > article .entry-summary,
body.tradeproperly-content-surface.archive .site-main > article .entry-content,
body.tradeproperly-content-surface.blog .site-main > article .entry-summary,
body.tradeproperly-content-surface.blog .site-main > article .entry-content,
body.tradeproperly-content-surface.search .site-main > article .entry-summary,
body.tradeproperly-content-surface.search .site-main > article .entry-content {
	grid-area: summary;
	margin: 0;
}

body.tradeproperly-content-surface.archive .site-main > article .entry-summary:not(:first-child),
body.tradeproperly-content-surface.archive .site-main > article .entry-content:not(:first-child),
body.tradeproperly-content-surface.blog .site-main > article .entry-summary:not(:first-child),
body.tradeproperly-content-surface.blog .site-main > article .entry-content:not(:first-child),
body.tradeproperly-content-surface.search .site-main > article .entry-summary:not(:first-child),
body.tradeproperly-content-surface.search .site-main > article .entry-content:not(:first-child) {
	margin-top: 0;
}

body.tradeproperly-content-surface.archive .site-main > article .post-image a,
body.tradeproperly-content-surface.blog .site-main > article .post-image a,
body.tradeproperly-content-surface.search .site-main > article .post-image a {
	display: block;
	padding: 1rem;
	border: 1px solid var(--tp-line);
	border-radius: var(--tp-radius-md);
	background: var(--tp-card-soft);
}

body.tradeproperly-content-surface.archive .site-main > article .post-image img,
body.tradeproperly-content-surface.blog .site-main > article .post-image img,
body.tradeproperly-content-surface.search .site-main > article .post-image img {
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: contain;
}

body.tradeproperly-content-surface.archive .site-main > article .entry-title,
body.tradeproperly-content-surface.blog .site-main > article .entry-title,
body.tradeproperly-content-surface.search .site-main > article .entry-title {
	margin: 0;
	color: var(--tp-ink);
	font-size: 1.55rem;
	line-height: 1.15;
	letter-spacing: -0.03em;
}

body.tradeproperly-content-surface.archive .site-main > article .entry-title a,
body.tradeproperly-content-surface.blog .site-main > article .entry-title a,
body.tradeproperly-content-surface.search .site-main > article .entry-title a {
	color: inherit;
}

body.tradeproperly-content-surface.archive .site-main > article .entry-meta,
body.tradeproperly-content-surface.blog .site-main > article .entry-meta,
body.tradeproperly-content-surface.search .site-main > article .entry-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem 1rem;
	margin-top: 0.7rem;
	color: var(--tp-muted);
}

body.tradeproperly-content-surface.archive .site-main > article .entry-meta a,
body.tradeproperly-content-surface.blog .site-main > article .entry-meta a,
body.tradeproperly-content-surface.search .site-main > article .entry-meta a {
	color: inherit;
}

body.tradeproperly-content-surface.archive .site-main > article .tp-loop-card-footer,
body.tradeproperly-content-surface.blog .site-main > article .tp-loop-card-footer,
body.tradeproperly-content-surface.search .site-main > article .tp-loop-card-footer {
	grid-area: footer;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 0.8rem;
	padding-top: 0.35rem;
	border-top: 1px solid rgba(16, 35, 58, 0.08);
}

body.tradeproperly-content-surface.archive .site-main > article .tp-loop-card-footer__cta,
body.tradeproperly-content-surface.blog .site-main > article .tp-loop-card-footer__cta,
body.tradeproperly-content-surface.search .site-main > article .tp-loop-card-footer__cta {
	padding: 0.72rem 1rem;
}

body.tradeproperly-content-surface.archive .site-main > article .tp-loop-card-footer__meta,
body.tradeproperly-content-surface.blog .site-main > article .tp-loop-card-footer__meta,
body.tradeproperly-content-surface.search .site-main > article .tp-loop-card-footer__meta {
	color: var(--tp-muted);
	font-size: 0.92rem;
	line-height: 1.5;
}

body.tradeproperly-content-surface .entry-content,
body.tradeproperly-content-surface .entry-summary,
body.tradeproperly-content-surface .page-content,
body.tradeproperly-content-surface .comment-content {
	color: var(--tp-muted);
	font-size: 1.03rem;
	line-height: 1.85;
}

body.tradeproperly-content-surface .entry-content h2,
body.tradeproperly-content-surface .entry-content h3,
body.tradeproperly-content-surface .entry-content h4,
body.tradeproperly-content-surface .entry-content h5,
body.tradeproperly-content-surface .comment-content h2,
body.tradeproperly-content-surface .comment-content h3 {
	color: var(--tp-ink);
	letter-spacing: -0.03em;
}

body.tradeproperly-content-surface .entry-content h2 {
	margin-top: 2.4rem;
	font-size: clamp(1.7rem, 3vw, 2.35rem);
}

body.tradeproperly-content-surface .entry-content h3 {
	margin-top: 1.9rem;
	font-size: 1.45rem;
}

body.tradeproperly-content-surface .entry-content h4 {
	margin-top: 1.4rem;
	font-size: 1.15rem;
	font-weight: 700;
}

body.tradeproperly-content-surface .inside-article a:not(.button):not(.wp-block-button__link),
body.tradeproperly-content-surface .comments-area a:not(.button):not(.wp-block-button__link),
body.tradeproperly-content-surface .paging-navigation a {
	color: var(--tp-accent-dark);
	text-decoration-thickness: 1.5px;
	text-underline-offset: 0.14em;
}

body.tradeproperly-content-surface .read-more,
body.tradeproperly-content-surface .read-more-container a {
	font-weight: 700;
}

body.tradeproperly-content-surface blockquote {
	border-left: 4px solid var(--tp-accent);
	border-radius: 0 var(--tp-radius-md) var(--tp-radius-md) 0;
	background: var(--tp-card-soft);
	color: var(--tp-ink);
	font-style: normal;
	padding: 1.25rem 1.4rem;
}

body.tradeproperly-content-surface .entry-content table,
body.tradeproperly-content-surface .comments-area table {
	border: 1px solid var(--tp-line);
	border-radius: var(--tp-radius-md);
	background: #ffffff;
	box-shadow: 0 12px 30px rgba(16, 35, 58, 0.06);
	overflow: hidden;
}

body.tradeproperly-content-surface .entry-content th,
body.tradeproperly-content-surface .comments-area th {
	background: var(--tp-card-soft);
	color: var(--tp-ink);
	font-weight: 700;
}

body.tradeproperly-content-surface .entry-content td,
body.tradeproperly-content-surface .entry-content th,
body.tradeproperly-content-surface .comments-area td,
body.tradeproperly-content-surface .comments-area th {
	border-color: var(--tp-line);
	padding: 0.85rem 1rem;
}

body.tradeproperly-content-surface .entry-content img,
body.tradeproperly-content-surface .entry-content iframe,
body.tradeproperly-content-surface .widget img,
body.tradeproperly-content-surface .widget iframe {
	border-radius: var(--tp-radius-sm);
}

body.tradeproperly-content-surface button,
body.tradeproperly-content-surface input[type="button"],
body.tradeproperly-content-surface input[type="reset"],
body.tradeproperly-content-surface input[type="submit"],
body.tradeproperly-content-surface a.button,
body.tradeproperly-content-surface .wp-block-button__link:not(.has-background) {
	background: linear-gradient(135deg, var(--tp-accent) 0%, #3f96ff 100%);
	color: #ffffff;
	border: 0;
	border-radius: 999px;
	padding: 0.85rem 1.2rem;
	font-weight: 700;
	box-shadow: none;
}

body.tradeproperly-content-surface button:hover,
body.tradeproperly-content-surface button:focus,
body.tradeproperly-content-surface input[type="button"]:hover,
body.tradeproperly-content-surface input[type="button"]:focus,
body.tradeproperly-content-surface input[type="reset"]:hover,
body.tradeproperly-content-surface input[type="reset"]:focus,
body.tradeproperly-content-surface input[type="submit"]:hover,
body.tradeproperly-content-surface input[type="submit"]:focus,
body.tradeproperly-content-surface a.button:hover,
body.tradeproperly-content-surface a.button:focus,
body.tradeproperly-content-surface .wp-block-button__link:not(.has-background):hover,
body.tradeproperly-content-surface .wp-block-button__link:not(.has-background):focus {
	color: #ffffff;
	background: linear-gradient(135deg, var(--tp-accent-dark) 0%, #2d7de2 100%);
}

body.tradeproperly-content-surface input[type="text"],
body.tradeproperly-content-surface input[type="email"],
body.tradeproperly-content-surface input[type="url"],
body.tradeproperly-content-surface input[type="password"],
body.tradeproperly-content-surface input[type="search"],
body.tradeproperly-content-surface input[type="tel"],
body.tradeproperly-content-surface input[type="number"],
body.tradeproperly-content-surface textarea,
body.tradeproperly-content-surface select {
	border: 1px solid var(--tp-line);
	border-radius: var(--tp-radius-sm);
	background: #ffffff;
	color: var(--tp-ink);
}

body.tradeproperly-content-surface input[type="text"]:focus,
body.tradeproperly-content-surface input[type="email"]:focus,
body.tradeproperly-content-surface input[type="url"]:focus,
body.tradeproperly-content-surface input[type="password"]:focus,
body.tradeproperly-content-surface input[type="search"]:focus,
body.tradeproperly-content-surface input[type="tel"]:focus,
body.tradeproperly-content-surface input[type="number"]:focus,
body.tradeproperly-content-surface textarea:focus,
body.tradeproperly-content-surface select:focus {
	border-color: rgba(31, 111, 235, 0.35);
	box-shadow: 0 0 0 4px rgba(31, 111, 235, 0.08);
	outline: 0;
}

body.tradeproperly-content-surface .widget-title {
	margin-bottom: 1rem;
	color: var(--tp-ink);
	font-size: 1.12rem;
	font-weight: 700;
	line-height: 1.3;
}

body.tradeproperly-content-surface .sidebar .widget_search .search-form {
	display: grid;
	gap: 0.75rem;
}

body.tradeproperly-content-surface .sidebar .widget_search label,
body.tradeproperly-content-surface .sidebar .widget_categories form,
body.tradeproperly-content-surface .sidebar .widget_categories select {
	display: block;
	width: 100%;
}

body.tradeproperly-content-surface .sidebar .widget ul li,
body.tradeproperly-content-surface .footer-widgets .widget ul li {
	padding: 0.55rem 0;
	border-bottom: 1px solid rgba(16, 35, 58, 0.08);
}

body.tradeproperly-content-surface .sidebar .widget ul li:last-child,
body.tradeproperly-content-surface .footer-widgets .widget ul li:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

body.tradeproperly-content-surface .sidebar .widget a,
body.tradeproperly-content-surface .footer-widgets .widget a {
	color: var(--tp-accent-dark);
}

body.tradeproperly-content-surface .sidebar .widget a {
	text-decoration: none;
}

body.tradeproperly-content-surface .sidebar .widget_recent_entries ul,
body.tradeproperly-content-surface .sidebar .widget_nav_menu ul,
body.tradeproperly-content-surface .sidebar .widget_categories ul {
	list-style: none;
	margin: 0;
}

body.tradeproperly-content-surface .sidebar .tagcloud {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
}

body.tradeproperly-content-surface .sidebar .tagcloud a {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.78rem;
	border: 1px solid var(--tp-line);
	border-radius: 999px;
	background: var(--tp-card-soft);
	color: var(--tp-ink);
	font-size: 0.82rem !important;
	line-height: 1.2;
	text-decoration: none;
}

body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight {
	background:
		radial-gradient(circle at top right, rgba(243, 178, 86, 0.22), transparent 34%),
		linear-gradient(135deg, #0d2236 0%, #183f68 100%);
	color: #ffffff;
}

body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight .widget-title,
body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight a {
	color: #ffffff;
}

body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight__eyebrow {
	display: inline-flex;
	margin-bottom: 0.85rem;
	padding: 0.38rem 0.72rem;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.14);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
}

body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight__items {
	display: grid;
	gap: 0.8rem;
}

body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight__link {
	display: grid;
	gap: 0.18rem;
	padding: 0.95rem 1rem;
	border: 1px solid rgba(255, 255, 255, 0.12);
	border-radius: var(--tp-radius-md);
	background: rgba(255, 255, 255, 0.08);
	text-decoration: none;
	transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight__link:hover,
body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight__link:focus,
body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight__link.is-current {
	transform: translateY(-1px);
	background: rgba(255, 255, 255, 0.14);
	border-color: rgba(255, 255, 255, 0.22);
}

body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight__title {
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.2;
}

body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight__meta {
	color: rgba(247, 251, 255, 0.72);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

body.tradeproperly-content-surface .sidebar .tp-sidebar-spotlight__description {
	color: rgba(247, 251, 255, 0.82);
	font-size: 0.92rem;
	line-height: 1.6;
}

body.tradeproperly-content-surface .comment-body {
	padding: 1.5rem 0;
}

body.tradeproperly-content-surface .comment-content {
	padding: 1.2rem;
	border: 1px solid var(--tp-line);
	border-radius: var(--tp-radius-md);
	background: var(--tp-card-soft);
}

body.tradeproperly-content-surface .footer-widgets {
	background: transparent;
}

body.tradeproperly-content-surface .footer-widgets-container {
	padding-bottom: 1.5rem;
}

body.tradeproperly-content-surface .inside-footer-widgets {
	display: grid;
	grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
	gap: clamp(2.5rem, 6vw, 5rem);
	align-items: start;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}

body.tradeproperly-content-surface .site-footer .footer-widgets-container .inside-footer-widgets {
	margin-left: auto;
	margin-right: auto;
}

body.tradeproperly-content-surface .inside-footer-widgets::before,
body.tradeproperly-content-surface .inside-footer-widgets::after {
	display: none;
}

body.tradeproperly-content-surface .inside-footer-widgets > [class*="footer-widget-"] {
	float: none;
	width: auto;
	min-width: 0;
	margin: 0;
}

body.tradeproperly-content-surface .inside-footer-widgets > [class*="footer-widget-"]:empty {
	display: none;
}

body.tradeproperly-content-surface .inside-footer-widgets > [class*="footer-widget-"]:not(:has(.widget)) {
	display: none;
}

body.tradeproperly-content-surface .footer-widgets .widget {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	background: transparent;
	border: 0;
	box-shadow: none;
	backdrop-filter: none;
}

body.tradeproperly-content-surface .inside-footer-widgets .widget-title {
	margin-bottom: 13px;
	color: #000000;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.5;
	letter-spacing: 0;
}

body.tradeproperly-content-surface .inside-footer-widgets .widget_nav_menu .menu {
	display: block;
	margin: 0;
	list-style: none;
}

body.tradeproperly-content-surface .inside-footer-widgets .widget_nav_menu .menu li {
	padding: 0 0 5px;
	border-bottom: 0;
}

body.tradeproperly-content-surface .inside-footer-widgets .widget_nav_menu .menu li:last-child {
	padding-bottom: 0;
}

body.tradeproperly-content-surface .inside-footer-widgets .widget_nav_menu .menu a {
	display: block;
	padding: 0;
	font-weight: 500;
	color: #5e9ef2;
	text-decoration: none;
}

body.tradeproperly-content-surface .inside-footer-widgets .widget_tag_cloud {
	background: transparent;
}

body.tradeproperly-content-surface .inside-footer-widgets .widget_tag_cloud .tagcloud {
	display: block;
}

body.tradeproperly-content-surface .inside-footer-widgets .widget_tag_cloud .tagcloud a {
	display: inline;
	margin-right: 0.35rem;
	padding: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: #5e9ef2;
	line-height: 1.2;
}

body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 .widget_mc4wp_form_widget {
	background: transparent;
}

body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 .mc4wp-form-fields {
	display: block;
}

body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 .mc4wp-form-fields > p {
	margin: 0 0 10px;
}

body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="text"],
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="email"],
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="search"],
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="tel"],
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="number"],
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 textarea,
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 select {
	max-width: 275px;
	border-color: #cccccc;
	border-radius: 0;
	background-color: #fafafa;
	color: #666666;
}

body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="text"]:focus,
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="email"]:focus,
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="search"]:focus,
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="tel"]:focus,
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="number"]:focus,
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 textarea:focus,
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 select:focus {
	border-color: #bfbfbf;
	background-color: #ffffff;
	box-shadow: none;
}

body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="submit"] {
	border-radius: 0;
	padding: 0.7rem 1.35rem;
	background: rgba(53, 136, 244, 0.59);
	font-weight: 600;
}

body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="submit"]:hover,
body.tradeproperly-content-surface .inside-footer-widgets .footer-widget-3 input[type="submit"]:focus {
	background: rgba(0, 106, 244, 0.59);
}

body.tradeproperly-content-surface .site-info {
	background: #222222;
	color: #ffffff;
}

body.tradeproperly-content-surface .site-info a {
	color: #ffffff;
}

body.tradeproperly-content-surface .footer-bar .widget_text .textwidget {
	color: #ffffff;
	font-size: 15px;
	line-height: 1.75;
}

body.tradeproperly-content-surface .footer-bar .widget_text .textwidget p {
	margin-bottom: 0.75rem;
}

body.tradeproperly-content-surface .paging-navigation {
	padding: 1.25rem 1.5rem;
}

body.tradeproperly-content-surface .paging-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
}

body.tradeproperly-content-surface .paging-navigation .page-numbers,
body.tradeproperly-content-surface .paging-navigation .nav-previous a,
body.tradeproperly-content-surface .paging-navigation .nav-next a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 0.65rem 0.95rem;
	border: 1px solid var(--tp-line);
	border-radius: 999px;
	background: var(--tp-card-soft);
	color: var(--tp-ink);
	font-weight: 700;
	text-decoration: none;
}

body.tradeproperly-content-surface .paging-navigation .page-numbers.current {
	background: linear-gradient(135deg, var(--tp-accent) 0%, #3f96ff 100%);
	border-color: transparent;
	color: #ffffff;
}

body.tradeproperly-content-surface .paging-navigation .nav-previous,
body.tradeproperly-content-surface .paging-navigation .nav-next {
	margin: 0;
}

body.tradeproperly-review-page .tp-review-outline {
	display: grid;
	gap: 0.85rem;
	margin-bottom: 1.5rem;
	padding: 1.1rem 1.2rem;
	border: 1px solid rgba(16, 35, 58, 0.08);
	border-radius: var(--tp-radius-md);
	background:
		radial-gradient(circle at top right, rgba(243, 178, 86, 0.14), transparent 30%),
		var(--tp-card-soft);
	box-shadow: 0 14px 32px rgba(16, 35, 58, 0.06);
}

body.tradeproperly-review-page .tp-review-outline__label {
	color: var(--tp-ink);
	font-size: 0.82rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

body.tradeproperly-review-page .tp-review-outline__items {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
}

body.tradeproperly-review-page .tp-review-outline__link {
	display: inline-flex;
	align-items: center;
	padding: 0.6rem 0.9rem;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid var(--tp-line);
	color: var(--tp-accent-dark);
	font-weight: 700;
	text-decoration: none;
	transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

body.tradeproperly-review-page .tp-review-outline__link:hover,
body.tradeproperly-review-page .tp-review-outline__link:focus {
	transform: translateY(-1px);
	border-color: rgba(31, 111, 235, 0.28);
	box-shadow: 0 14px 28px rgba(16, 35, 58, 0.08);
}

body.tradeproperly-review-page .entry-content,
body.tradeproperly-review-page .entry-summary,
body.tradeproperly-review-page .inside-article > p,
body.tradeproperly-review-page .inside-article > .entry-summary {
	color: var(--tp-muted);
}

body.tradeproperly-review-page .entry-content p,
body.tradeproperly-review-page .entry-summary p,
body.tradeproperly-review-page .inside-article > p {
	color: var(--tp-muted);
}

body.tradeproperly-review-page .entry-content .page-title {
	margin: 1.5rem 0 1rem;
	max-width: none;
	color: var(--tp-ink);
	font-size: 1.25rem;
	line-height: 1.5;
}

body.tradeproperly-review-page .entry-content > p:empty {
	display: none;
}

body.tradeproperly-review-page .entry-content > h1.wp-block-heading:first-of-type {
	margin: 0 auto 1.25rem;
	max-width: 18ch;
	color: var(--tp-ink);
	font-size: clamp(1.45rem, 2.8vw, 2.15rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
	text-align: center;
}

body.tradeproperly-review-page .entry-content > .wp-block-image:first-of-type {
	margin: 0 auto 1.25rem;
}

body.tradeproperly-review-page .entry-content > .wp-block-image:first-of-type img {
	max-width: 240px;
	margin: 0 auto;
}

body.tradeproperly-review-page .entry-content > table:first-of-type {
	width: 100% !important;
	max-width: 100%;
	margin: 1.5rem 0 1rem;
	border: 0;
	border-radius: var(--tp-radius-lg);
	background:
		radial-gradient(circle at top right, rgba(243, 178, 86, 0.16), transparent 28%),
		#ffffff !important;
	box-shadow: 0 24px 50px rgba(16, 35, 58, 0.1);
	overflow: hidden;
}

body.tradeproperly-review-page .entry-content > table:first-of-type td,
body.tradeproperly-review-page .entry-content > table:first-of-type th {
	padding: 1rem 1.1rem;
	border-color: var(--tp-line);
	background: transparent !important;
}

body.tradeproperly-review-page .entry-content > table:first-of-type tr:first-child td {
	background: rgba(31, 111, 235, 0.06) !important;
}

body.tradeproperly-review-page .entry-content > table:first-of-type td:first-child {
	color: var(--tp-ink);
	font-weight: 700;
	width: 38%;
}

body.tradeproperly-review-page .entry-content > table:first-of-type td:last-child {
	color: var(--tp-muted);
}

body.tradeproperly-review-page .entry-content > table:first-of-type td[colspan="2"] {
	padding-top: 1.15rem;
	padding-bottom: 1.2rem;
	background: rgba(248, 251, 253, 0.92) !important;
}

body.tradeproperly-review-page .entry-content > table:first-of-type td[colspan="2"] a {
	display: inline-flex;
	text-decoration: none;
}

body.tradeproperly-review-page .entry-content button.btn.default,
body.tradeproperly-review-page .entry-content > table:first-of-type button {
	min-width: 200px;
	padding: 0.95rem 1.35rem !important;
	border: 0 !important;
	border-radius: 999px !important;
	background: linear-gradient(135deg, var(--tp-accent) 0%, #3f96ff 100%) !important;
	color: #ffffff !important;
	font-size: 0.98rem;
	font-weight: 700;
	line-height: 1.2;
	box-shadow: 0 16px 30px rgba(31, 111, 235, 0.18);
	cursor: pointer;
}

body.tradeproperly-review-page .entry-content button.btn.default:hover,
body.tradeproperly-review-page .entry-content button.btn.default:focus,
body.tradeproperly-review-page .entry-content > table:first-of-type button:hover,
body.tradeproperly-review-page .entry-content > table:first-of-type button:focus {
	background: linear-gradient(135deg, var(--tp-accent-dark) 0%, #2d7de2 100%) !important;
}

body.tradeproperly-review-page .entry-content > table:first-of-type + p {
	margin-top: 1rem;
	padding: 0.95rem 1.05rem;
	border-left: 4px solid var(--tp-gold);
	border-radius: 0 var(--tp-radius-md) var(--tp-radius-md) 0;
	background: rgba(243, 178, 86, 0.12);
	color: var(--tp-ink);
	font-size: 0.95rem;
}

body.tradeproperly-review-page .entry-content hr {
	margin: 2.25rem 0;
	height: 1px;
	border: 0;
	background: linear-gradient(90deg, transparent 0%, rgba(16, 35, 58, 0.16) 15%, rgba(16, 35, 58, 0.16) 85%, transparent 100%);
}

body.tradeproperly-review-page .entry-content hr + hr {
	display: none;
}

body.tradeproperly-review-page .entry-content .yasr-overall-rating,
body.tradeproperly-review-page .entry-content .yasr-multiset-average {
	display: flex;
	align-items: center;
	justify-content: center;
}

body.tradeproperly-review-page .entry-content .yasr_table_multi_set_shortcode {
	width: 100%;
	margin: 1.5rem 0 0;
	border: 1px solid var(--tp-line);
	border-radius: var(--tp-radius-lg);
	background: #ffffff;
	box-shadow: 0 18px 40px rgba(16, 35, 58, 0.08);
	overflow: hidden;
}

body.tradeproperly-review-page .entry-content .yasr_table_multi_set_shortcode td {
	padding: 0.9rem 1rem;
	border-color: var(--tp-line);
}

body.tradeproperly-review-page .entry-content .yasr_table_multi_set_shortcode .yasr-multi-set-name-field {
	color: var(--tp-ink);
	font-weight: 700;
}

body.tradeproperly-review-page .entry-content .yasr_table_multi_set_shortcode .yasr-multiset-average {
	padding-top: 0.35rem;
	padding-bottom: 0.35rem;
}

body.tradeproperly-review-page .entry-content .yasr_table_multi_set_shortcode .yasr-multiset-average-text {
	margin-right: 0.7rem;
	color: var(--tp-ink);
	font-weight: 700;
}

body.tradeproperly-review-page .entry-content .video-container,
body.tradeproperly-review-page .entry-content #TableAssets {
	margin: 1.5rem 0;
}

body.tradeproperly-review-page .entry-content .video-container > div {
	width: 100% !important;
	height: auto !important;
	padding: 1rem !important;
	border: 1px solid var(--tp-line);
	border-radius: var(--tp-radius-lg);
	background: var(--tp-card-soft);
	box-shadow: 0 16px 34px rgba(16, 35, 58, 0.07);
}

body.tradeproperly-review-page .entry-content .video-container iframe {
	display: block;
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	margin: 0 auto 1rem !important;
}

body.tradeproperly-review-page .entry-content .video-container-banner {
	display: block;
	margin: 0 auto;
	max-width: 100%;
	height: auto;
}

body.tradeproperly-review-page .entry-content #TableAssets iframe {
	float: none !important;
	display: block;
	margin: 0 auto;
	max-width: 100%;
}

body.tradeproperly-review-page .entry-content figure.wp-caption {
	padding: 1rem;
	border: 1px solid var(--tp-line);
	border-radius: var(--tp-radius-lg);
	background: var(--tp-card-soft);
	box-shadow: 0 16px 34px rgba(16, 35, 58, 0.07);
	max-width: 100% !important;
}

body.tradeproperly-review-page .entry-content .wp-caption .wp-caption-text,
body.tradeproperly-review-page .entry-content figcaption {
	padding-top: 0.85rem;
	color: var(--tp-muted);
	font-size: 0.88rem;
	text-align: center;
}

body.tradeproperly-review-page .widget_block a {
	display: block;
}

body.tradeproperly-review-page .widget_block img {
	display: block;
	width: 100%;
	height: auto;
}

body.tradeproperly-review-page .entry-content > ul,
body.tradeproperly-review-page .entry-content > ol,
body.tradeproperly-review-page .entry-content li > ul,
body.tradeproperly-review-page .entry-content li > ol {
	color: var(--tp-muted);
}

body.tradeproperly-review-page .entry-content ul li::marker,
body.tradeproperly-review-page .entry-content ol li::marker {
	color: var(--tp-accent);
	font-weight: 700;
}

body.tradeproperly-review-page footer.entry-meta {
	display: grid;
	gap: 1rem;
	margin-top: 2rem;
	padding-top: 1.4rem;
	border-top: 1px solid rgba(16, 35, 58, 0.08);
}

body.tradeproperly-review-page footer.entry-meta .cat-links,
body.tradeproperly-review-page footer.entry-meta .tags-links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.55rem;
	align-items: center;
	color: var(--tp-muted);
}

body.tradeproperly-review-page footer.entry-meta .cat-links a,
body.tradeproperly-review-page footer.entry-meta .tags-links a {
	display: inline-flex;
	align-items: center;
	padding: 0.45rem 0.75rem;
	border-radius: 999px;
	background: var(--tp-card-soft);
	border: 1px solid var(--tp-line);
	color: var(--tp-accent-dark);
	font-weight: 700;
	text-decoration: none;
}

body.tradeproperly-review-page .post-navigation {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem;
	margin: 0;
}

body.tradeproperly-review-page .post-navigation .nav-previous,
body.tradeproperly-review-page .post-navigation .nav-next {
	margin: 0;
}

body.tradeproperly-review-page .post-navigation .nav-previous a,
body.tradeproperly-review-page .post-navigation .nav-next a {
	display: block;
	height: 100%;
	padding: 1rem 1.1rem;
	border: 1px solid var(--tp-line);
	border-radius: var(--tp-radius-md);
	background: var(--tp-card-soft);
	color: var(--tp-ink);
	font-weight: 700;
	text-decoration: none;
}

body.tradeproperly-review-page .post-navigation .nav-previous a:hover,
body.tradeproperly-review-page .post-navigation .nav-next a:hover,
body.tradeproperly-review-page .post-navigation .nav-previous a:focus,
body.tradeproperly-review-page .post-navigation .nav-next a:focus {
	border-color: rgba(31, 111, 235, 0.24);
	box-shadow: 0 16px 34px rgba(16, 35, 58, 0.08);
}

body.tradeproperly-review-page .tp-review-conversion {
	display: grid;
	gap: 1.1rem;
	margin-top: 1.5rem;
	padding: clamp(1.25rem, 3vw, 1.7rem);
	border: 1px solid rgba(31, 111, 235, 0.12);
	border-radius: var(--tp-radius-lg);
	background:
		radial-gradient(circle at top right, rgba(243, 178, 86, 0.18), transparent 26%),
		linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(236, 245, 255, 0.98) 100%);
	color: var(--tp-ink);
	box-shadow: 0 22px 48px rgba(16, 35, 58, 0.1);
}

body.tradeproperly-review-page .tp-review-conversion__copy {
	display: grid;
	gap: 0.8rem;
}

body.tradeproperly-review-page .tp-review-conversion h2 {
	margin: 0;
	color: var(--tp-ink);
	font-size: clamp(1.6rem, 3vw, 2.2rem);
	line-height: 1.08;
	letter-spacing: -0.04em;
}

body.tradeproperly-review-page .tp-review-conversion p {
	margin: 0;
	color: var(--tp-muted);
	line-height: 1.8;
}

body.tradeproperly-review-page .tp-review-conversion__note {
	font-size: 0.92rem;
	color: rgba(90, 115, 146, 0.9);
}

body.tradeproperly-review-page .tp-review-conversion__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 0.85rem;
}

body.tradeproperly-review-page .tp-review-conversion .tp-button--secondary {
	background: rgba(31, 111, 235, 0.08);
	border: 1px solid rgba(31, 111, 235, 0.12);
	color: var(--tp-accent-dark);
}

body.tradeproperly-review-page .tp-review-conversion .tp-button--secondary:hover,
body.tradeproperly-review-page .tp-review-conversion .tp-button--secondary:focus {
	background: rgba(31, 111, 235, 0.14);
	color: var(--tp-accent-dark);
}

body.tradeproperly-review-page .inside-right-sidebar {
	display: grid;
	gap: 1rem;
}

body.tradeproperly-review-page .inside-right-sidebar .widget_search {
	background:
		radial-gradient(circle at top right, rgba(31, 111, 235, 0.12), transparent 35%),
		#ffffff;
}

body.tradeproperly-review-page .inside-right-sidebar .widget_recent_entries ul,
body.tradeproperly-review-page .inside-right-sidebar .widget_categories form {
	margin-top: 0.65rem;
}

body.tradeproperly-review-page .inside-right-sidebar .widget_recent_entries a {
	font-weight: 600;
}

body.tradeproperly-review-page .inside-right-sidebar .widget_categories select {
	width: 100%;
}

body.tradeproperly-review-page .footer-widget-3 .widget_mc4wp_form_widget {
	background:
		radial-gradient(circle at top right, rgba(31, 111, 235, 0.12), transparent 35%),
		#ffffff;
}

body.tradeproperly-review-page .mc4wp-form-fields > p:first-child {
	color: var(--tp-muted);
	line-height: 1.75;
}

body.tradeproperly-review-page .footer-bar .widget_text .textwidget {
	max-width: 880px;
	margin: 0 auto;
}

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

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

	body.tradeproperly-content-surface.archive .site-main > article .inside-article,
	body.tradeproperly-content-surface.blog .site-main > article .inside-article,
	body.tradeproperly-content-surface.search .site-main > article .inside-article {
		grid-template-columns: 150px minmax(0, 1fr);
	}

	body.tradeproperly-review-page .entry-content > table:first-of-type td:first-child {
		width: 42%;
	}

}

@media (max-width: 900px) {
	.tp-hero__grid,
	.tp-focus-grid {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 768px) {
	.tp-nav-branding {
		display: none;
	}

	body.tradeproperly-front-page #mobile-header,
	body.tradeproperly-content-surface #mobile-header {
		position: relative;
		z-index: 10000;
		isolation: isolate;
		background: rgba(255, 255, 255, 0.96);
		border-bottom: 1px solid rgba(16, 35, 58, 0.1);
		box-shadow: 0 12px 32px rgba(16, 35, 58, 0.1);
		backdrop-filter: blur(14px);
	}

	body.tradeproperly-front-page #mobile-header .inside-navigation,
	body.tradeproperly-content-surface #mobile-header .inside-navigation {
		box-sizing: border-box;
		min-height: 72px;
		padding: 0.65rem 1rem;
		gap: 0.75rem;
	}

	body.tradeproperly-front-page #mobile-header .inside-navigation::before,
	body.tradeproperly-front-page #mobile-header .inside-navigation::after,
	body.tradeproperly-content-surface #mobile-header .inside-navigation::before,
	body.tradeproperly-content-surface #mobile-header .inside-navigation::after {
		display: none;
	}

	body.tradeproperly-front-page #mobile-header .mobile-header-logo,
	body.tradeproperly-content-surface #mobile-header .mobile-header-logo {
		flex: 1 1 auto;
		min-width: 0;
		margin: 0 auto 0 0;
	}

	body.tradeproperly-front-page #mobile-header .mobile-header-logo a,
	body.tradeproperly-content-surface #mobile-header .mobile-header-logo a {
		display: inline-flex;
		align-items: center;
	}

	body.tradeproperly-front-page #mobile-header .mobile-header-logo img,
	body.tradeproperly-content-surface #mobile-header .mobile-header-logo img {
		width: min(190px, 56vw);
		height: auto;
		max-height: 48px;
		padding: 0;
		object-fit: contain;
	}

	body.tradeproperly-front-page #mobile-header .menu-toggle,
	body.tradeproperly-content-surface #mobile-header .menu-toggle {
		flex: 0 0 auto;
		width: auto;
		min-width: 0;
		height: 44px;
		margin: 0;
		padding: 0.65rem 0.9rem;
		border: 1px solid rgba(31, 111, 235, 0.18);
		border-radius: 999px;
		background: var(--tp-accent-soft);
		color: var(--tp-accent-dark);
		font-size: 0.88rem;
		font-weight: 700;
		line-height: 1;
	}

	body.tradeproperly-front-page #mobile-header .menu-toggle:hover,
	body.tradeproperly-front-page #mobile-header .menu-toggle:focus,
	body.tradeproperly-front-page #mobile-header.toggled .menu-toggle,
	body.tradeproperly-content-surface #mobile-header .menu-toggle:hover,
	body.tradeproperly-content-surface #mobile-header .menu-toggle:focus,
	body.tradeproperly-content-surface #mobile-header.toggled .menu-toggle {
		background: var(--tp-accent);
		color: #ffffff;
	}

	body.tradeproperly-front-page #mobile-header.toggled .main-nav,
	body.tradeproperly-content-surface #mobile-header.toggled .main-nav {
		flex: 1 0 100%;
		order: 3;
		width: 100%;
		margin: 0.15rem -1rem -0.65rem;
		padding: 0.55rem 1rem 0.8rem;
		border-top: 1px solid rgba(16, 35, 58, 0.08);
		background: #ffffff;
		box-shadow: 0 20px 32px rgba(16, 35, 58, 0.1);
	}

	body.tradeproperly-front-page #mobile-header .main-nav ul,
	body.tradeproperly-content-surface #mobile-header .main-nav ul,
	body.tradeproperly-front-page #mobile-header .main-nav ul ul,
	body.tradeproperly-content-surface #mobile-header .main-nav ul ul {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-shadow: none;
	}

	body.tradeproperly-front-page #mobile-header.toggled .main-nav > ul,
	body.tradeproperly-content-surface #mobile-header.toggled .main-nav > ul {
		z-index: 1;
		box-sizing: border-box;
		padding: 0.55rem 1rem 0.8rem;
		border-top: 1px solid rgba(16, 35, 58, 0.08);
		background: rgba(255, 255, 255, 0.98);
		box-shadow: 0 22px 36px rgba(16, 35, 58, 0.16);
		backdrop-filter: blur(14px);
	}

	body.tradeproperly-front-page #mobile-header .main-nav .sub-menu,
	body.tradeproperly-content-surface #mobile-header .main-nav .sub-menu {
		box-sizing: border-box;
		margin: 0.25rem 0 0.55rem;
		padding: 0.35rem 0.45rem;
		border-left: 2px solid var(--tp-accent-soft);
		border-radius: 12px;
		background: #f5f8fc;
	}

	body.tradeproperly-front-page #mobile-header .main-nav ul li a,
	body.tradeproperly-content-surface #mobile-header .main-nav ul li a,
	body.tradeproperly-front-page #mobile-header .main-nav ul ul li a,
	body.tradeproperly-content-surface #mobile-header .main-nav ul ul li a {
		box-sizing: border-box;
		min-height: 46px;
		padding: 0.75rem 0.85rem;
		border-radius: 12px;
		color: var(--tp-ink);
		line-height: 1.35;
	}

	body.tradeproperly-front-page #mobile-header .main-nav ul li:hover > a,
	body.tradeproperly-front-page #mobile-header .main-nav ul li.current-menu-item > a,
	body.tradeproperly-front-page #mobile-header .main-nav ul li.current_page_item > a,
	body.tradeproperly-content-surface #mobile-header .main-nav ul li:hover > a,
	body.tradeproperly-content-surface #mobile-header .main-nav ul li.current-menu-item > a,
	body.tradeproperly-content-surface #mobile-header .main-nav ul li.current_page_item > a {
		background: var(--tp-accent-soft);
		color: var(--tp-accent-dark);
	}

	.tp-hero {
		padding-top: 2.3rem;
	}

	.tp-broker-grid,
	.tp-post-grid {
		grid-template-columns: 1fr;
	}

	.tp-stream,
	.tp-hero__panel,
	.tp-hero__content,
	.tp-footer-note__wrap {
		padding: 1.2rem;
	}

	.tp-button,
	.tp-stream__cta {
		width: 100%;
	}

	body.tradeproperly-content-surface .inside-navigation {
		min-height: 64px;
	}

	body.tradeproperly-content-surface .inside-footer-widgets {
		grid-template-columns: minmax(0, 1fr);
		gap: 2rem;
		max-width: none;
	}

	body.tradeproperly-content-surface .inside-footer-widgets > [class*="footer-widget-"] {
		width: 100%;
	}

	body.tradeproperly-content-surface.single .inside-article > .entry-header,
	body.tradeproperly-content-surface.page:not(.tradeproperly-front-page) .inside-article > .entry-header {
		margin: -20px -20px 1.4rem;
		padding: 1.35rem;
	}

	body.tradeproperly-content-surface.archive .page-header,
	body.tradeproperly-content-surface.search .page-header,
	body.tradeproperly-content-surface.blog .page-header {
		padding: 1.35rem;
	}

	body.tradeproperly-content-surface .tp-search-header__form .search-form {
		flex-direction: column;
	}

	body.tradeproperly-content-surface .page-title,
	body.tradeproperly-content-surface.single .inside-article > .entry-header .entry-title,
	body.tradeproperly-content-surface.page:not(.tradeproperly-front-page) .inside-article > .entry-header .entry-title {
		max-width: none;
	}

	body.tradeproperly-content-surface.archive .site-main > article .inside-article,
	body.tradeproperly-content-surface.blog .site-main > article .inside-article,
	body.tradeproperly-content-surface.search .site-main > article .inside-article {
		grid-template-columns: 1fr;
		grid-template-areas:
			"header"
			"image"
			"summary"
			"footer";
	}

	body.tradeproperly-content-surface.archive .site-main > article .tp-loop-card-footer,
	body.tradeproperly-content-surface.blog .site-main > article .tp-loop-card-footer,
	body.tradeproperly-content-surface.search .site-main > article .tp-loop-card-footer {
		flex-direction: column;
		align-items: flex-start;
	}

	body.tradeproperly-review-page .tp-review-outline__items {
		flex-direction: column;
		width: 100%;
		min-width: 0;
	}

	body.tradeproperly-review-page .tp-review-outline__link {
		box-sizing: border-box;
		width: 100%;
		max-width: 100%;
		min-width: 0;
		justify-content: center;
		text-align: center;
		white-space: normal;
		overflow-wrap: anywhere;
	}

	body.tradeproperly-review-page .entry-content > table:first-of-type td,
	body.tradeproperly-review-page .entry-content > table:first-of-type th {
		display: block;
		width: 100% !important;
	}

	body.tradeproperly-review-page .entry-content > table:first-of-type td:first-child {
		padding-bottom: 0.35rem;
		border-bottom: 0;
	}

	body.tradeproperly-review-page .entry-content > table:first-of-type td:last-child {
		padding-top: 0.35rem;
	}

	body.tradeproperly-review-page .entry-content button.btn.default,
	body.tradeproperly-review-page .entry-content > table:first-of-type button {
		width: 100%;
		min-width: 0;
	}

	body.tradeproperly-review-page .post-navigation {
		grid-template-columns: 1fr;
	}

	body.tradeproperly-review-page .tp-review-conversion__actions {
		flex-direction: column;
	}
}
