/* ==========================================================================
   Frases de Cria e Maloka — Frontend Styles
   ========================================================================== */

:root {
	--fcm-banner-height: 72px;
	--fcm-gold: #d4a017;
	--fcm-gold-light: #f0c040;
	--fcm-dark: #0d0d0d;
	--fcm-dark-card: #1a1a1a;
	--fcm-neon: #00ff88;
	--fcm-neon-glow: rgba(0, 255, 136, 0.25);
	--fcm-text: #f5f5f5;
	--fcm-muted: #999;
	--fcm-radius: 12px;
	--fcm-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

/* --- Banner do App --- */

.fcm-app-banner {
	position: relative;
	z-index: 99999;
	width: 100%;
	overflow: hidden;
	background: linear-gradient(135deg, #0d0d0d 0%, #1a1200 50%, #0d0d0d 100%);
	border-bottom: 2px solid var(--fcm-gold);
	color: var(--fcm-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.fcm-app-banner.is-hidden {
	display: none;
}

.fcm-app-banner__inner {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	align-content: center;
	gap: 10px 12px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 44px 10px 12px;
	position: relative;
	box-sizing: border-box;
}

.fcm-app-banner__content {
	display: flex;
	align-items: center;
	gap: 10px;
	flex: 1 1 auto;
	min-width: 0;
	max-width: 100%;
}

.fcm-app-banner__icon {
	width: 48px;
	height: 48px;
	border-radius: 10px;
	flex-shrink: 0;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
	object-fit: cover;
}

.fcm-app-banner__text {
	display: flex;
	flex-direction: column;
	gap: 2px;
	min-width: 0;
}

.fcm-app-banner__title {
	font-size: 0.95rem;
	font-weight: 700;
	color: var(--fcm-gold-light);
	line-height: 1.2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.fcm-app-banner__desc {
	font-size: 0.78rem;
	color: var(--fcm-muted);
	line-height: 1.3;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.fcm-app-banner__rating {
	font-size: 0.75rem;
	color: var(--fcm-gold);
}

.fcm-app-banner__actions {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: flex-end;
	gap: 8px;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
}

.fcm-app-banner__actions .fcm-btn {
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
	min-height: 36px;
}

.fcm-app-banner__actions .fcm-btn:only-child {
	flex: 1 1 100%;
	max-width: 100%;
}

.fcm-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 6px;
	padding: 8px 14px;
	border-radius: 8px;
	font-size: 0.8rem;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.15s, box-shadow 0.15s;
	box-sizing: border-box;
	min-width: 0;
}

.fcm-btn__label {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	min-width: 0;
}

.fcm-btn svg,
.fcm-btn .fcm-icon {
	flex-shrink: 0;
	display: block;
}

.fcm-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.fcm-btn--playstore {
	background: var(--fcm-gold);
	color: #000;
}

.fcm-btn--appstore {
	background: transparent;
	color: var(--fcm-text);
	border: 1px solid rgba(255, 255, 255, 0.25);
}

.fcm-app-banner__close {
	position: absolute;
	top: 8px;
	right: 8px;
	transform: none;
	z-index: 2;
	background: rgba(0, 0, 0, 0.35);
	border: none;
	color: var(--fcm-muted);
	cursor: pointer;
	padding: 6px;
	border-radius: 6px;
	line-height: 0;
	transition: color 0.15s, background 0.15s;
}

.fcm-app-banner__close:hover {
	color: var(--fcm-text);
	background: rgba(255, 255, 255, 0.12);
}

/* Compensa header fixo quando banner está ativo */
body.fcm-has-banner:not(.fcm-banner-dismissed) {
	--fcm-offset: var(--fcm-banner-height);
}

body.fcm-has-banner:not(.fcm-banner-dismissed) .site-header,
body.fcm-has-banner:not(.fcm-banner-dismissed) header.site-header,
body.fcm-has-banner:not(.fcm-banner-dismissed) #masthead,
body.fcm-has-banner:not(.fcm-banner-dismissed) .elementor-location-header {
	top: var(--fcm-banner-height) !important;
}

/* --- Blockquotes --- */

.fcm-blockquote-wrap {
	position: relative;
	margin: 2rem 0;
}

.fcm-blockquote-enabled .fcm-blockquote-wrap blockquote,
.fcm-blockquote-enabled .fcm-random-quote {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 0;
	padding: 1.5rem 1.5rem 1.25rem;
	border: none;
	border-left: 4px solid var(--fcm-gold);
	border-radius: var(--fcm-radius);
	font-size: 1.15rem;
	font-style: italic;
	line-height: 1.6;
	box-shadow: var(--fcm-shadow);
}

/* Estilo Dark */
.fcm-style-dark .fcm-blockquote-wrap blockquote,
.fcm-style-dark .fcm-random-quote {
	background: var(--fcm-dark-card);
	color: var(--fcm-text);
}

.fcm-style-dark .fcm-blockquote-wrap blockquote::before {
	content: "\201C";
	position: absolute;
	top: -8px;
	left: 12px;
	font-size: 3rem;
	color: var(--fcm-gold);
	opacity: 0.4;
	line-height: 1;
	font-style: normal;
}

/* Estilo Gold */
.fcm-style-gold .fcm-blockquote-wrap blockquote,
.fcm-style-gold .fcm-random-quote {
	background: linear-gradient(135deg, #1a1400, #2a2000);
	color: #fff8e0;
	border-left-color: var(--fcm-gold-light);
}

/* Estilo Neon */
.fcm-style-neon .fcm-blockquote-wrap blockquote,
.fcm-style-neon .fcm-random-quote {
	background: #0a1a0f;
	color: #e0ffe8;
	border-left-color: var(--fcm-neon);
	box-shadow: 0 0 20px var(--fcm-neon-glow);
}

/* Toolbar de ações (dentro do blockquote) */
.fcm-blockquote-toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 1rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
	font-style: normal;
}

.fcm-style-gold .fcm-blockquote-toolbar {
	border-top-color: rgba(212, 160, 23, 0.2);
}

.fcm-style-neon .fcm-blockquote-toolbar {
	border-top-color: rgba(0, 255, 136, 0.15);
}

.fcm-action-btn {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 6px 12px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 6px;
	background: rgba(255, 255, 255, 0.05);
	color: var(--fcm-text);
	font-size: 0.78rem;
	font-weight: 500;
	cursor: pointer;
	text-decoration: none;
	transition: background 0.15s, border-color 0.15s;
	font-family: inherit;
	line-height: 1.4;
}

.fcm-action-btn:hover {
	background: rgba(255, 255, 255, 0.12);
	border-color: rgba(255, 255, 255, 0.3);
	color: var(--fcm-text);
}

.fcm-action-btn.is-copied {
	background: rgba(0, 200, 80, 0.2);
	border-color: rgba(0, 200, 80, 0.5);
	color: #6f6;
}

.fcm-action-btn--whatsapp:hover { border-color: #25d366; color: #25d366; }
.fcm-action-btn--twitter:hover  { border-color: #1da1f2; color: #1da1f2; }
.fcm-action-btn--facebook:hover { border-color: #1877f2; color: #1877f2; }
.fcm-action-btn--telegram:hover { border-color: #0088cc; color: #0088cc; }

.fcm-action-btn svg {
	flex-shrink: 0;
}

/* Toast de feedback */
.fcm-toast {
	position: fixed;
	bottom: 24px;
	left: 50%;
	transform: translateX(-50%) translateY(80px);
	background: #1a1a1a;
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	border: 1px solid var(--fcm-gold);
	font-size: 0.875rem;
	z-index: 999999;
	opacity: 0;
	transition: transform 0.3s, opacity 0.3s;
	pointer-events: none;
}

.fcm-toast.is-visible {
	transform: translateX(-50%) translateY(0);
	opacity: 1;
}

/* Tempo de leitura */
.fcm-reading-time {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 0.85rem;
	color: var(--fcm-muted);
	margin-bottom: 1rem;
}

.fcm-reading-time svg {
	opacity: 0.6;
}

/* Banner inline (shortcode) */
.fcm-inline-banner {
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 16px;
	margin: 2rem 0;
	background: linear-gradient(135deg, #0d0d0d, #1a1200);
	border: 1px solid rgba(212, 160, 23, 0.3);
	border-radius: var(--fcm-radius);
	color: var(--fcm-text);
}

.fcm-inline-banner img {
	border-radius: 8px;
	flex-shrink: 0;
}

.fcm-inline-banner strong {
	display: block;
	color: var(--fcm-gold-light);
	margin-bottom: 4px;
}

.fcm-inline-banner p {
	margin: 0;
	font-size: 0.85rem;
	color: var(--fcm-muted);
}

.fcm-inline-banner__links {
	display: flex;
	flex-direction: column;
	gap: 6px;
	margin-left: auto;
	flex-shrink: 0;
}

.fcm-inline-banner__links a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: var(--fcm-gold);
	font-size: 0.8rem;
	font-weight: 600;
	text-decoration: none;
}

.fcm-inline-banner__links a:hover {
	text-decoration: underline;
}

/* Frase aleatória widget */
.fcm-random-quote cite {
	display: block;
	margin-top: 0.75rem;
	font-size: 0.8rem;
	font-style: normal;
	opacity: 0.7;
}

.fcm-random-quote cite a {
	color: inherit;
	text-decoration: none;
}

.fcm-random-quote cite a:hover {
	text-decoration: underline;
}

/* Responsivo — banner */
@media (max-width: 900px) {
	.fcm-app-banner__inner {
		padding: 10px 40px 10px 10px;
	}

	.fcm-app-banner__content {
		flex: 1 1 100%;
		padding-right: 24px;
	}

	.fcm-app-banner__actions {
		flex: 1 1 100%;
		justify-content: stretch;
	}

	.fcm-app-banner__actions .fcm-btn {
		flex: 1 1 calc(50% - 4px);
		justify-content: center;
	}
}

@media (max-width: 600px) {
	.fcm-app-banner__inner {
		padding: 8px 36px 8px 10px;
		gap: 8px;
	}

	.fcm-app-banner__icon {
		width: 40px;
		height: 40px;
	}

	.fcm-app-banner__title {
		font-size: 0.88rem;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
	}

	.fcm-app-banner__desc {
		font-size: 0.72rem;
		-webkit-line-clamp: 2;
	}

	.fcm-app-banner__rating {
		font-size: 0.7rem;
	}

	.fcm-app-banner__actions .fcm-btn {
		padding: 8px 10px;
		font-size: 0.74rem;
	}
}

@media (max-width: 400px) {
	.fcm-app-banner__desc,
	.fcm-app-banner__rating {
		display: none;
	}

	.fcm-app-banner__actions {
		flex-direction: column;
	}

	.fcm-app-banner__actions .fcm-btn {
		flex: 1 1 100%;
		width: 100%;
	}
}

@media (max-width: 768px) {
	.fcm-inline-banner {
		flex-wrap: wrap;
	}

	.fcm-inline-banner__links {
		margin-left: 0;
		flex-direction: row;
		width: 100%;
	}
}

@media (max-width: 480px) {
	.fcm-blockquote-toolbar {
		gap: 6px;
	}

	.fcm-action-btn {
		padding: 5px 8px;
		font-size: 0.72rem;
	}

	.fcm-action-btn span.fcm-btn-label {
		display: none;
	}
}

/* --- Tamanhos de fonte --- */

.fcm-size-small .fcm-blockquote-wrap blockquote { font-size: 0.95rem; }
.fcm-size-medium .fcm-blockquote-wrap blockquote { font-size: 1.15rem; }
.fcm-size-large .fcm-blockquote-wrap blockquote { font-size: 1.35rem; }
.fcm-size-xlarge .fcm-blockquote-wrap blockquote { font-size: 1.55rem; }

.fcm-action-btn--pinterest:hover { border-color: #e60023; color: #e60023; }
.fcm-action-btn--linkedin:hover { border-color: #0a66c2; color: #0a66c2; }
.fcm-action-btn--copy-link:hover { border-color: var(--fcm-gold); color: var(--fcm-gold-light); }

/* --- Footer bar --- */

.fcm-footer-bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 99998;
	background: linear-gradient(135deg, #0d0d0d, #1a1a1a);
	border-top: 2px solid var(--fcm-gold);
	color: var(--fcm-text);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.fcm-footer-bar__inner {
	display: flex;
	align-items: center;
	gap: 12px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 16px;
}

.fcm-footer-bar__inner img {
	border-radius: 8px;
	flex-shrink: 0;
}

.fcm-footer-bar__text {
	flex: 1;
	min-width: 0;
}

.fcm-footer-bar__text strong {
	display: block;
	font-size: 0.85rem;
	color: var(--fcm-gold-light);
}

.fcm-footer-bar__text span {
	font-size: 0.75rem;
	color: var(--fcm-muted);
}

.fcm-footer-bar__actions {
	display: flex;
	gap: 8px;
	flex-shrink: 0;
}

.fcm-footer-bar__btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 7px 14px;
	border-radius: 6px;
	font-size: 0.78rem;
	font-weight: 600;
	text-decoration: none;
	border: 1px solid rgba(255, 255, 255, 0.2);
	color: var(--fcm-text);
	white-space: nowrap;
}

.fcm-footer-bar__btn--primary {
	background: var(--fcm-gold);
	color: #000;
	border-color: var(--fcm-gold);
}

body.fcm-has-footer-bar {
	padding-bottom: 64px;
}

/* --- Botão flutuante --- */

.fcm-floating-btn {
	position: fixed;
	bottom: 24px;
	z-index: 99997;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 10px 16px 10px 10px;
	border-radius: 50px;
	background: var(--fcm-gold);
	color: #000;
	font-size: 0.85rem;
	font-weight: 700;
	text-decoration: none;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
	transition: transform 0.2s, box-shadow 0.2s;
}

.fcm-floating-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 28px rgba(0, 0, 0, 0.5);
	color: #000;
}

.fcm-floating-btn img {
	border-radius: 50%;
}

.fcm-floating-btn--right { right: 20px; }
.fcm-floating-btn--left { left: 20px; }

body.fcm-has-footer-bar .fcm-floating-btn {
	bottom: 80px;
}

/* --- Frases relacionadas --- */

.fcm-related-frases {
	margin: 3rem 0 1rem;
	padding-top: 2rem;
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.fcm-related-frases__title {
	font-size: 1.25rem;
	color: var(--fcm-gold-light);
	margin-bottom: 1rem;
}

.fcm-related-frases__grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
	gap: 16px;
}

.fcm-related-frases__card {
	display: block;
	padding: 1rem;
	background: var(--fcm-dark-card);
	border-radius: var(--fcm-radius);
	border-left: 3px solid var(--fcm-gold);
	text-decoration: none;
	color: var(--fcm-text);
	transition: transform 0.15s, box-shadow 0.15s;
}

.fcm-related-frases__card:hover {
	transform: translateY(-2px);
	box-shadow: var(--fcm-shadow);
	color: var(--fcm-text);
}

.fcm-related-frases__card blockquote {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	box-shadow: none;
	font-size: 0.9rem;
	font-style: italic;
}

.fcm-related-frases__card cite {
	display: block;
	margin-top: 0.5rem;
	font-size: 0.75rem;
	opacity: 0.6;
	font-style: normal;
}

@media (max-width: 768px) {
	.fcm-footer-bar__text span { display: none; }
	.fcm-floating-btn span { display: none; }
	.fcm-floating-btn { padding: 10px; border-radius: 50%; }
}

/* --- Popup de download --- */

.fcm-popup {
	position: fixed;
	inset: 0;
	z-index: 999999;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.3s, visibility 0.3s;
}

.fcm-popup.is-open {
	opacity: 1;
	visibility: visible;
}

.fcm-popup__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.75);
	backdrop-filter: blur(4px);
}

.fcm-popup__dialog {
	position: relative;
	width: 100%;
	max-width: 400px;
	padding: 2rem 1.75rem 1.5rem;
	background: linear-gradient(160deg, #1a1a1a 0%, #0d0d0d 50%, #1a1200 100%);
	border: 2px solid var(--fcm-gold);
	border-radius: calc(var(--fcm-radius) + 4px);
	color: var(--fcm-text);
	text-align: center;
	box-shadow: 0 24px 64px rgba(0, 0, 0, 0.6);
	transform: scale(0.92) translateY(16px);
	transition: transform 0.35s cubic-bezier(0.34, 1.56, 0.64, 1);
	overflow: hidden;
}

.fcm-popup.is-open .fcm-popup__dialog {
	transform: scale(1) translateY(0);
}

.fcm-popup__glow {
	position: absolute;
	top: -60px;
	left: 50%;
	transform: translateX(-50%);
	width: 200px;
	height: 200px;
	background: radial-gradient(circle, rgba(212, 160, 23, 0.25) 0%, transparent 70%);
	pointer-events: none;
}

.fcm-popup__close {
	position: absolute;
	top: 12px;
	right: 12px;
	background: rgba(255, 255, 255, 0.08);
	border: none;
	border-radius: 50%;
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--fcm-muted);
	cursor: pointer;
	transition: background 0.15s, color 0.15s;
	z-index: 1;
}

.fcm-popup__close:hover {
	background: rgba(255, 255, 255, 0.15);
	color: var(--fcm-text);
}

.fcm-popup__icon {
	border-radius: 18px;
	margin: 0 auto 1rem;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.5);
}

.fcm-popup__title {
	font-size: 1.35rem;
	font-weight: 800;
	color: var(--fcm-gold-light);
	margin: 0 0 0.5rem;
	line-height: 1.3;
}

.fcm-popup__desc {
	font-size: 0.9rem;
	color: var(--fcm-muted);
	margin: 0 0 0.75rem;
	line-height: 1.5;
}

.fcm-popup__rating {
	display: block;
	font-size: 0.85rem;
	color: var(--fcm-gold);
	margin-bottom: 1.25rem;
}

.fcm-popup__actions {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-bottom: 1rem;
}

.fcm-popup__store {
	justify-content: center;
	width: 100%;
	padding: 12px 16px;
	font-size: 0.9rem;
}

.fcm-popup__later {
	background: none;
	border: none;
	color: var(--fcm-muted);
	font-size: 0.82rem;
	cursor: pointer;
	text-decoration: underline;
	padding: 4px 8px;
	transition: color 0.15s;
}

.fcm-popup__later:hover {
	color: var(--fcm-text);
}

body.fcm-popup-open {
	overflow: hidden;
}

.fcm-platform-ios .fcm-app-banner__actions .fcm-btn--playstore,
.fcm-platform-ios .fcm-popup__actions .fcm-btn--playstore,
.fcm-platform-ios .fcm-footer-bar__actions .fcm-btn--playstore { display: none !important; }

.fcm-platform-android .fcm-app-banner__actions .fcm-btn--appstore,
.fcm-platform-android .fcm-popup__actions .fcm-btn--appstore,
.fcm-platform-android .fcm-footer-bar__actions .fcm-btn--appstore { display: none !important; }

/* --- Utilidades v1.4 --- */

.fcm-reading-progress {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: rgba(255, 255, 255, 0.08);
	z-index: 99999;
	pointer-events: none;
}

.fcm-reading-progress__bar {
	height: 100%;
	width: 0;
	background: linear-gradient(90deg, var(--fcm-gold), var(--fcm-gold-light));
	transition: width 0.1s linear;
}

.fcm-post-share {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0 0 1.25rem;
	padding: 10px 14px;
	background: var(--fcm-bg);
	border: 1px solid rgba(212, 160, 23, 0.2);
	border-radius: var(--fcm-radius);
}

.fcm-post-share__label {
	font-size: 0.85rem;
	color: var(--fcm-muted);
	font-weight: 600;
}

.fcm-post-share__buttons {
	display: flex;
	gap: 8px;
}

.fcm-post-share__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(212, 160, 23, 0.3);
	background: rgba(255, 255, 255, 0.05);
	color: var(--fcm-gold-light);
	cursor: pointer;
	transition: background 0.15s, transform 0.15s;
	text-decoration: none;
}

.fcm-post-share__btn:hover {
	background: rgba(212, 160, 23, 0.15);
	transform: translateY(-1px);
	color: var(--fcm-gold-light);
}

.fcm-breadcrumbs {
	margin: 0 0 1rem;
	font-size: 0.82rem;
}

.fcm-breadcrumbs__list {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
	color: var(--fcm-muted);
}

.fcm-breadcrumbs__item:not(:last-child)::after {
	content: '›';
	margin-left: 6px;
	opacity: 0.6;
}

.fcm-breadcrumbs a {
	color: var(--fcm-gold);
	text-decoration: none;
}

.fcm-breadcrumbs a:hover {
	text-decoration: underline;
}

.fcm-quote-cta {
	margin: 0.75rem 0 0;
	padding-top: 0;
	text-align: center;
	font-style: normal;
}

.fcm-quote-cta__link {
	font-size: 0.82rem;
	color: var(--fcm-gold);
	text-decoration: none;
	font-weight: 600;
}

.fcm-quote-cta__link:hover {
	text-decoration: underline;
}

.fcm-frase-do-dia {
	margin: 1.5rem 0;
	padding: 1.25rem;
	background: var(--fcm-bg);
	border-left: 4px solid var(--fcm-gold);
	border-radius: var(--fcm-radius);
}

.fcm-frase-do-dia__label {
	margin: 0 0 0.5rem;
	font-size: 0.75rem;
	text-transform: uppercase;
	letter-spacing: 0.08em;
	color: var(--fcm-gold);
	font-weight: 700;
}

.fcm-frase-do-dia__quote {
	margin: 0;
	font-style: italic;
}

.fcm-frase-do-dia__quote cite {
	display: block;
	margin-top: 0.75rem;
	font-size: 0.85rem;
	font-style: normal;
}

.fcm-back-to-top {
	position: fixed;
	bottom: 90px;
	right: 20px;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	border: none;
	background: var(--fcm-gold);
	color: #111;
	cursor: pointer;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
	z-index: 9990;
	opacity: 0;
	transform: translateY(10px);
	transition: opacity 0.2s, transform 0.2s;
}

.fcm-back-to-top.is-visible {
	opacity: 1;
	transform: translateY(0);
}

.fcm-back-to-top:hover {
	opacity: 0.9;
}

body.fcm-floating-left .fcm-back-to-top {
	right: auto;
	left: 20px;
}
