.atlas-pdf-viewer-wrap {
	position: relative;
	width: 100%;
	min-height: 70vh;
	background: #f5f5f5;
	border-radius: 8px;
	overflow: hidden;
}

.atlas-pdf-btn {
	border: 0;
	background: #2271b1;
	color: #fff;
	padding: 8px 14px;
	border-radius: 6px;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.atlas-pdf-btn:hover {
	background: #135e96;
}

.atlas-share-fab {
	position: absolute;
	right: 16px;
	bottom: 16px;
	z-index: 1000;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.atlas-pdf-js-frame {
	display: block;
	width: 100%;
	min-height: calc(100vh - 220px);
	height: 82vh;
	border: 0;
	background: #525659;
}

/* Static first-page snapshot styled like Mozilla PDF.js (not the real PDF). */
.atlas-pdf-snapshot-stage.atlas-pdfjs-snapshot {
	position: relative;
	width: 100%;
	min-height: calc(100vh - 220px);
	height: 82vh;
	display: flex;
	flex-direction: column;
	background: #525659;
	overflow: hidden;
	user-select: none;
	-webkit-user-select: none;
}

/* PDF.js toolbar replica */
.atlas-pdfjs-toolbar {
	flex: 0 0 32px;
	background: #38383d;
	border-bottom: 1px solid #0c0c0d;
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	z-index: 2;
}

.atlas-pdfjs-toolbar-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 32px;
	padding: 0 6px;
	gap: 8px;
}

.atlas-pdfjs-toolbar-left,
.atlas-pdfjs-toolbar-right {
	display: flex;
	align-items: center;
	gap: 2px;
	min-height: 32px;
}

.atlas-pdfjs-tbtn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	border-radius: 2px;
	opacity: 0.85;
}

.atlas-pdfjs-tbtn img {
	display: block;
	width: 16px;
	height: 16px;
	filter: invert(1);
	opacity: 0.9;
}

.atlas-pdfjs-tbtn-spacer {
	width: 4px;
}

.atlas-pdfjs-tbtn-sep {
	width: 1px;
	height: 18px;
	background: rgba(255, 255, 255, 0.2);
	margin: 0 4px;
}

.atlas-pdfjs-page-controls {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-left: 6px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	color: #f9f9fa;
}

.atlas-pdfjs-page-input {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 32px;
	height: 22px;
	padding: 0 6px;
	background: rgba(0, 0, 0, 0.35);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 2px;
	color: #f9f9fa;
	font-size: 12px;
	line-height: 1;
}

.atlas-pdfjs-page-of {
	color: rgba(249, 249, 250, 0.9);
	white-space: nowrap;
}

.atlas-pdfjs-zoom-select {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	height: 24px;
	margin: 0 6px;
	padding: 0 10px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 2px;
	background: rgba(0, 0, 0, 0.25);
	color: #f9f9fa;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	font-size: 12px;
	white-space: nowrap;
}

.atlas-pdfjs-zoom-arrow {
	filter: invert(1);
	opacity: 0.85;
}

/* Viewer canvas area (gray background + centered page from snapshot JPEG). */
.atlas-pdf-snapshot-viewer {
	flex: 1 1 auto;
	position: relative;
	overflow: hidden;
	background: #525659;
}

.atlas-pdf-snapshot-scroller {
	width: 100%;
	height: 100%;
	overflow: auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 12px 0 24px;
	box-sizing: border-box;
}

.atlas-pdf-preview-canvas {
	display: none;
	max-width: calc(100% - 32px);
	height: auto;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	pointer-events: none;
	-webkit-user-drag: none;
}

.atlas-pdf-preview-canvas.atlas-pdf-preview-canvas--ready {
	display: block;
}

.atlas-pdf-snapshot-fallback {
	display: none;
	max-width: calc(100% - 32px);
	width: auto;
	height: auto;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
	background: #fff;
	pointer-events: none;
	-webkit-user-drag: none;
}

.atlas-pdf-snapshot-fallback.is-visible {
	display: block;
}

.atlas-pdf-viewer-wrap:has(.atlas-overlay-access.atlas-overlay-visible) .atlas-pdf-snapshot-scroller {
	opacity: 0.92;
}

.atlas-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.72);
	display: none;
	align-items: center;
	justify-content: center;
	padding: 16px;
	z-index: 99999;
	box-sizing: border-box;
}

.atlas-overlay.atlas-overlay-access {
	background: rgba(0, 0, 0, 0.48);
}

.atlas-overlay.atlas-overlay-access.atlas-overlay-attention {
	animation: atlas-overlay-pulse 0.45s ease-in-out 2;
}
button#atlas_reporter_country_trigger:hover {
    background: transparent !important;
    color: #000 !important;
}
.atlas-overlay.atlas-unlock-overlay {
	z-index: 100000;
}

.atlas-overlay.atlas-terms-overlay,
.atlas-overlay.atlas-privacy-overlay {
	z-index: 100001;
}

.atlas-terms-popup,
.atlas-privacy-popup {
	max-width: 560px;
	max-height: calc(100vh - 32px);
	display: flex;
	flex-direction: column;
	padding-top: 36px;
}

.atlas-terms-body,
.atlas-privacy-body {
	flex: 1 1 auto;
	overflow-y: auto;
	max-height: min(60vh, 480px);
	margin: 0 0 16px;
	padding-right: 4px;
	font-size: 13px;
	line-height: 1.55;
	color: #333;
	font-family: 'Inter', sans-serif;
}

.atlas-terms-body p,
.atlas-privacy-body p {
	margin: 0 0 12px;
}

.atlas-terms-body h1,
.atlas-terms-body h2,
.atlas-terms-body h3,
.atlas-terms-body h4,
.atlas-privacy-body h1,
.atlas-privacy-body h2,
.atlas-privacy-body h3,
.atlas-privacy-body h4 {
	margin: 16px 0 8px;
	font-size: 16px;
	line-height: 1.3;
	color: #111;
}

.atlas-terms-body ul,
.atlas-terms-body ol,
.atlas-privacy-body ul,
.atlas-privacy-body ol {
	margin: 0 0 12px 18px;
	padding: 0;
}

.atlas-terms-body li,
.atlas-privacy-body li {
	margin-bottom: 6px;
}

.atlas-terms-popup .atlas-terms-accept,
.atlas-privacy-popup .atlas-privacy-accept {
	flex-shrink: 0;
	margin-top: 0;
}

.atlas-popup label a.atlas-terms-open,
.atlas-popup label a.atlas-privacy-open {
	color: #071827;
	text-decoration: underline;
	cursor: pointer;
}

.atlas-overlay.atlas-overlay-visible {
	display: flex;
}

@keyframes atlas-overlay-pulse {
	0%,
	100% {
		background: rgba(0, 0, 0, 0.4);
	}
	50% {
		background: rgba(0, 0, 0, 0.58);
	}
}

.atlas-popup {
	position: relative;
	width: 100%;
	max-width: 420px;
	background: #fff;
	border-radius: 10px;
	padding: 20px;
	box-sizing: border-box;
	box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
	font-family: 'Inter' !important;
}

.atlas-popup h2 {
    margin: 0 0 16px;
    font-size: 20px;
    line-height: 1.2;
    color: #111;
    text-align: center;
    font-family: 'Inter';
    font-weight: 600;
    text-transform: math-auto;
}

.atlas-popup--otp {
	padding-top: 36px;
}

.atlas-popup-close {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 2;
	width: auto !important;
	min-width: 0;
	margin: 0 !important;
	padding: 4px 8px !important;
	border: 0 !important;
	background: transparent !important;
	color: #333 !important;
	font-size: 28px;
	line-height: 1;
	font-weight: 400;
	cursor: pointer;
}

.atlas-otp-heading {
	margin: 0 0 28px;
	padding: 0 12px;
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	color: #0c1e3c;
	text-transform: lowercase;
}

.atlas-otp-heading--secondary {
	margin-top: 16px;
	font-size: 18px;
}

.atlas-otp-field {
	margin: 0 0 24px;
}

.atlas-otp-boxes {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 12px;
}

.atlas-otp-boxes .atlas-otp-digit {
	width: 56px;
	height: 56px;
	margin: 0;
	padding: 0;
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	font-size: 22px;
	font-weight: 600;
	line-height: 56px;
	text-align: center;
	color: #111;
	box-sizing: border-box;
	flex-shrink: 0;
}

.atlas-otp-boxes .atlas-otp-digit:focus {
	border-color: #0c1e3c;
	outline: none;
	box-shadow: 0 0 0 2px rgba( 12, 30, 60, 0.12 );
}

.atlas-popup p {
	margin: 0 0 14px;
	font-size: 14px;
	color: #555;
}

.atlas-popup label {
    display: block;
    margin: 15px 0 6px;
    font-size: 13px;
    color: #222;
    font-weight: 600;
    font-family: 'Inter';
}
.atlas-popup label a {
    color: #071827;
}

.atlas-popup input {
	width: 100%;
	padding: 11px 12px;
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	font-size: 14px;
	box-sizing: border-box;
}

.atlas-popup button {
    margin-right: 4px;
    width: 100%;
    border: 1px solid #000;
    border-radius: 0;
    background: transparent;
    color: #000;
    padding: 12px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}
button.atlas-button-cusstyle {
    background: #18B7A0;
    color: #fff;
    border: 0;
    margin: 25px 0 0 0;
    font-family: 'Inter';
    font-weight: 600;
    text-transform: uppercase;
	border-radius: 5px;
}
button.atlas-button-cusstyle:hover {
    background: #18B7A0;
	color: #fff;
	border: 0;
	cursor: pointer;
	transition: all 0.3s ease;
	transform: translateY(-2px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	opacity: 0.9;
}
.atlas-popup .atlas-button-secondary {
    background: transparent;
    border: 0;
    width: auto;
    padding: 0;
    text-align: left;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: underline;
    margin-top: 8px;
    color: #18B7A0;
}
.atlas-popup button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.atlas-popup .atlas-or {
	margin-top: 10px;
	font-size: 12px;
	color: #777;
	text-align: center;
	font-weight: 600;
}

.atlas-phone-field {
	margin-bottom: 4px;
}

.atlas-phone-row {
	display: flex;
	gap: 0;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}

.atlas-phone-country-picker {
	position: relative;
	flex: 0 0 auto;
	align-self: stretch;
	display: flex;
}

.atlas-phone-country-trigger {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	box-sizing: border-box;
	width: 100%;
	min-height: 48px;
	height: 100%;
	padding: 0 12px;
	margin: 0;
	border: 1px solid #1a1a1a;
	border-right: 0;
	border-radius: 6px 0 0 6px;
	background: #fff;
	cursor: pointer;
	font-size: 14px;
	line-height: 1.2;
	color: #111;
	vertical-align: middle;
}

.atlas-phone-flag-emoji {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 22px;
	height: 16px;
	font-size: 18px;
	line-height: 1;
	flex-shrink: 0;
	font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
}

/* WordPress Twemoji fallback if still injected elsewhere on the page. */
.atlas-phone-field img.emoji,
.atlas-phone-country-menu img.emoji {
	display: none !important;
}

.atlas-phone-dial {
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
}

.atlas-phone-chevron {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #333;
	margin-left: 2px;
}

.atlas-phone-national {
	flex: 1 1 auto;
	min-width: 0;
	box-sizing: border-box;
	min-height: 48px;
	height: 48px;
	margin: 0;
	border-radius: 0 6px 6px 0 !important;
	border: 1px solid #1a1a1a !important;
	padding: 0 12px !important;
	font-size: 14px;
	line-height: 1.2;
	vertical-align: middle;
}

.atlas-phone-country-menu {
	position: absolute;
	top: calc(100% + 4px);
	left: 0;
	z-index: 100001;
	width: min(320px, 92vw);
	max-height: 280px;
	background: #fff;
	border: 1px solid #c8c8c8;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.18);
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.atlas-phone-country-menu[hidden] {
	display: none !important;
}

.atlas-phone-country-search {
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	font-size: 14px;
	box-sizing: border-box;
}

.atlas-phone-country-list {
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: auto;
	max-height: 230px;
}

.atlas-phone-country-list li {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 9px 12px;
	cursor: pointer;
	font-size: 13px;
	border-bottom: 1px solid #f2f2f2;
}

.atlas-phone-country-list li:hover,
.atlas-phone-country-list li.is-selected,
.atlas-phone-country-list li[aria-selected="true"] {
	background: #eef6ff;
}

.atlas-phone-country-list .atlas-phone-country-name {
	flex: 1 1 auto;
	min-width: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.atlas-phone-country-list li.is-hidden {
	display: none;
}

.atlas-helper-text {
	margin-top: 8px;
	font-size: 12px;
	color: #555;
}

.atlas-checkbox-row {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 8px;
	font-size: 12px;
	color: #444;
}

.atlas-checkbox-row input[type="checkbox"] {
	margin-top: 2px;
	width: auto;
}

.atlas-checkbox-row--locked {
	cursor: default;
}

.atlas-checkbox-row--locked input[type="checkbox"]:disabled {
	cursor: default;
	opacity: 1;
}

.atlas-popup .atlas-error {
	background: #fee;
	border: 1px solid #f2b5b5;
	color: #a02525;
	padding: 9px 10px;
	border-radius: 6px;
	font-size: 13px;
	margin-bottom: 10px;
}

.atlas-popup .atlas-info {
	background: #eef6ff;
	border: 1px solid #a9d2ff;
	color: #0d4f8b;
	padding: 9px 10px;
	border-radius: 6px;
	font-size: 13px;
	margin-bottom: 10px;
}
.post-20 {
    width: 100%;
    max-width: 1140px;
    margin: 70px auto;
}
@media (max-width: 480px) {
	.atlas-popup {
		padding: 16px;
	}
	.atlas-popup h2 {
		font-size: 20px;
	}
}
