/*!
Theme Name: IndoFinance
Theme URI: https://retirewithrohit.com/themes/indofinance/
Author URI: retirewithrohit.com
Author: RetireWithRohit
Description: IndoFinance is a modern and powerful WordPress theme designed for business, finance, stock market, cryptocurrency, and investment news websites. With a clean and professional layout, it is perfect for financial blogs, stock market analysis, crypto updates, and business consultancy websites. IndoFinance is fully responsive, translation-ready, and lightweight, making it the ideal theme for finance and business-related websites.   

Key Features: SEO-Optimized & Fast Loading,Gutenberg & Elementor Support,Trending Post Ticker,Featured Posts Slider & Featured Area,Customizable Mobile Menu,Multiple Post Layouts & Header Styles,Advanced Typography & Color Customization

Version: 1.0.2.3.8
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: indofinance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, news, entertainment, left-sidebar, right-sidebar, two-columns, three-columns, block-styles, theme-options, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

indofinance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# CSS Variables
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Financial Components
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Animations

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CSS Variables - Paleta de Cores para Finanças
--------------------------------------------------------------*/
:root {
	/* Cores Primárias */
	--primary-color: #1a365d;
	--primary-light: #2d5a87;
	--primary-dark: #0f2537;
	
	/* Cores Secundárias */
	--secondary-color: #38a169;
	--secondary-light: #48bb78;
	--secondary-dark: #2f855a;
	
	/* Cores de Destaque */
	--accent-color: #3182ce;
	--accent-light: #4299e1;
	--warning-color: #ed8936;
	--danger-color: #e53e3e;
	--success-color: #38a169;
	
	/* Cores Neutras */
	--gray-50: #f7fafc;
	--gray-100: #edf2f7;
	--gray-200: #e2e8f0;
	--gray-300: #cbd5e0;
	--gray-400: #a0aec0;
	--gray-500: #718096;
	--gray-600: #4a5568;
	--gray-700: #2d3748;
	--gray-800: #1a202c;
	--gray-900: #171923;
	
	/* Tipografia */
	--font-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--font-secondary: 'Poppins', sans-serif;
	--font-mono: 'JetBrains Mono', 'Fira Code', monospace;
	
	/* Tamanhos de Fonte */
	--text-xs: 0.75rem;
	--text-sm: 0.875rem;
	--text-base: 1rem;
	--text-lg: 1.125rem;
	--text-xl: 1.25rem;
	--text-2xl: 1.5rem;
	--text-3xl: 1.875rem;
	--text-4xl: 2.25rem;
	--text-5xl: 3rem;
	
	/* Espaçamentos */
	--spacing-xs: 0.25rem;
	--spacing-sm: 0.5rem;
	--spacing-md: 1rem;
	--spacing-lg: 1.5rem;
	--spacing-xl: 2rem;
	--spacing-2xl: 3rem;
	--spacing-3xl: 4rem;
	
	/* Sombras */
	--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	
	/* Bordas */
	--border-radius-sm: 0.375rem;
	--border-radius-md: 0.5rem;
	--border-radius-lg: 0.75rem;
	--border-radius-xl: 1rem;
	
	/* Transições */
	--transition-fast: 0.15s ease-in-out;
	--transition-normal: 0.3s ease-in-out;
	--transition-slow: 0.5s ease-in-out;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--gray-800);
	font-family: var(--font-primary);
	font-size: var(--text-base);
	line-height: 1.6;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--font-secondary);
	font-weight: 600;
	line-height: 1.2;
	color: var(--primary-color);
	margin-bottom: var(--spacing-md);
}

h1 {
	font-size: var(--text-4xl);
	font-weight: 700;
	margin-bottom: var(--spacing-lg);
}

h2 {
	font-size: var(--text-3xl);
	margin-bottom: var(--spacing-lg);
}

h3 {
	font-size: var(--text-2xl);
}

h4 {
	font-size: var(--text-xl);
}

h5 {
	font-size: var(--text-lg);
}

h6 {
	font-size: var(--text-base);
	font-weight: 600;
}

p {
	margin-bottom: var(--spacing-lg);
	color: var(--gray-700);
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: var(--spacing-xl) 0;
	padding: var(--spacing-lg) var(--spacing-xl);
	border-left: 4px solid var(--primary-color);
	background-color: var(--gray-50);
	font-style: italic;
	color: var(--gray-600);
	border-radius: var(--border-radius-md);
}

address {
	margin: 0 0 var(--spacing-lg);
}

pre {
	background: var(--gray-100);
	font-family: var(--font-mono);
	line-height: 1.6;
	margin-bottom: var(--spacing-lg);
	max-width: 100%;
	overflow: auto;
	padding: var(--spacing-lg);
	border-radius: var(--border-radius-md);
	border: 1px solid var(--gray-200);
}

code,
kbd,
tt,
var {
	font-family: var(--font-mono);
	background-color: var(--gray-100);
	padding: 0.2em 0.4em;
	border-radius: var(--border-radius-sm);
	font-size: 0.9em;
	color: var(--primary-color);
}

abbr,
acronym {
	border-bottom: 1px dotted var(--gray-400);
	cursor: help;
}

mark,
ins {
	background: #fff3cd;
	color: var(--warning-color);
	text-decoration: none;
	padding: 0.1em 0.2em;
	border-radius: var(--border-radius-sm);
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--gray-50);
	scroll-behavior: smooth;
}

hr {
	background-color: var(--gray-200);
	border: 0;
	height: 2px;
	margin: var(--spacing-2xl) 0;
	border-radius: 1px;
}

ul,
ol {
	margin: 0 0 var(--spacing-lg) var(--spacing-xl);
	color: var(--gray-700);
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: var(--spacing-lg);
}

dt {
	font-weight: 600;
	color: var(--primary-color);
}

dd {
	margin: 0 var(--spacing-lg) var(--spacing-lg);
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	border-radius: var(--border-radius-md);
}

img {
	height: auto;
	max-width: 100%;
	border-radius: var(--border-radius-md);
	transition: transform var(--transition-normal);
}

img:hover {
	transform: scale(1.02);
}

figure {
	margin: var(--spacing-xl) 0;
}

table {
	margin: 0 0 var(--spacing-lg);
	width: 100%;
	border-collapse: collapse;
	background: white;
	border-radius: var(--border-radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

table th,
table td {
	padding: var(--spacing-md);
	text-align: left;
	border-bottom: 1px solid var(--gray-200);
}

table th {
	background-color: var(--gray-100);
	font-weight: 600;
	color: var(--primary-color);
}

table tr:hover {
	background-color: var(--gray-50);
}

/* Links
--------------------------------------------- */
a {
	color: var(--primary-color);
	text-decoration: none;
	transition: all var(--transition-fast);
	position: relative;
}

a:hover {
	color: var(--primary-light);
}

a:focus {
	outline: 2px solid var(--primary-color);
	outline-offset: 2px;
}

/* Efeito de sublinhado animado */
.content a:not(.button):not(.nav-link) {
	background-image: linear-gradient(var(--primary-color), var(--primary-color));
	background-size: 0% 2px;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	transition: background-size var(--transition-normal);
}

.content a:not(.button):not(.nav-link):hover {
	background-size: 100% 2px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid var(--primary-color);
	border-radius: var(--border-radius-md);
	background: var(--primary-color);
	color: white;
	font-weight: 600;
	line-height: 1;
	padding: var(--spacing-md) var(--spacing-lg);
	cursor: pointer;
	transition: all var(--transition-fast);
	font-family: var(--font-primary);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--primary-light);
	border-color: var(--primary-light);
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	transform: translateY(0);
	box-shadow: var(--shadow-sm);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 2px solid var(--gray-200);
	border-radius: var(--border-radius-md);
	padding: var(--spacing-md);
	background: white;
	color: var(--gray-800);
	transition: border-color var(--transition-fast);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: var(--primary-color);
	outline: none;
	box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.1);
}

select {
	border: 2px solid var(--gray-200);
	border-radius: var(--border-radius-md);
	padding: var(--spacing-md);
	background: white;
}

textarea {
	width: 100%;
	min-height: 120px;
	resize: vertical;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--spacing-md);
}

.site-header {
	background: white;
	border-bottom: 1px solid var(--gray-200);
	box-shadow: var(--shadow-sm);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.site-main {
	padding: var(--spacing-2xl) 0;
}

.site-footer {
	background: var(--gray-800);
	color: var(--gray-300);
	padding: var(--spacing-2xl) 0;
	margin-top: var(--spacing-3xl);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	padding: var(--spacing-md) 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: var(--shadow-lg);
	background: white;
	border-radius: var(--border-radius-md);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	min-width: 200px;
	border: 1px solid var(--gray-200);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 180px;
	padding: var(--spacing-md);
	border-bottom: 1px solid var(--gray-100);
}

.main-navigation ul ul a:hover {
	background: var(--gray-50);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: var(--spacing-md) var(--spacing-lg);
	color: var(--gray-700);
	font-weight: 500;
	transition: color var(--transition-fast);
}

.main-navigation a:hover {
	color: var(--primary-color);
}

/* Small menu. */
.menu-toggle {
	display: block;
	background: var(--primary-color);
	color: white;
	border: none;
	padding: var(--spacing-md);
	border-radius: var(--border-radius-md);
	cursor: pointer;
}

.main-navigation.toggled ul {
	display: block;
	background: white;
	border-radius: var(--border-radius-md);
	box-shadow: var(--shadow-md);
	margin-top: var(--spacing-md);
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: var(--spacing-md);
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: var(--spacing-2xl) 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	gap: var(--spacing-md);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.nav-links a {
	display: inline-block;
	padding: var(--spacing-md) var(--spacing-lg);
	background: var(--primary-color);
	color: white;
	border-radius: var(--border-radius-md);
	transition: all var(--transition-fast);
}

.nav-links a:hover {
	background: var(--primary-light);
	transform: translateY(-2px);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 var(--spacing-2xl);
	background: white;
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-sm);
	overflow: hidden;
	transition: box-shadow var(--transition-normal);
}

.post:hover {
	box-shadow: var(--shadow-md);
}

.entry-header {
	padding: var(--spacing-xl);
	border-bottom: 1px solid var(--gray-200);
}

.entry-title {
	margin-bottom: var(--spacing-md);
}

.entry-meta {
	color: var(--gray-500);
	font-size: var(--text-sm);
	display: flex;
	gap: var(--spacing-md);
	align-items: center;
}

.entry-content {
	padding: var(--spacing-xl);
}

.entry-footer {
	padding: var(--spacing-lg) var(--spacing-xl);
	background: var(--gray-50);
	border-top: 1px solid var(--gray-200);
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: var(--spacing-lg) 0;
}

/* Comments
--------------------------------------------- */
.comments-area {
	margin-top: var(--spacing-2xl);
	padding: var(--spacing-xl);
	background: white;
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-sm);
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

.comment {
	margin-bottom: var(--spacing-lg);
	padding: var(--spacing-lg);
	background: var(--gray-50);
	border-radius: var(--border-radius-md);
}

.comment-author {
	font-weight: 600;
	color: var(--primary-color);
}

.comment-meta {
	font-size: var(--text-sm);
	color: var(--gray-500);
	margin-bottom: var(--spacing-md);
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 var(--spacing-2xl);
	padding: var(--spacing-xl);
	background: white;
	border-radius: var(--border/*!
Theme Name: IndoFinance
Theme URI: https://retirewithrohit.com/themes/indofinance/
Author URI: retirewithrohit.com
Author: RetireWithRohit
Description: IndoFinance is a modern and powerful WordPress theme designed for business, finance, stock market, cryptocurrency, and investment news websites. With a clean and professional layout, it is perfect for financial blogs, stock market analysis, crypto updates, and business consultancy websites. IndoFinance is fully responsive, translation-ready, and lightweight, making it the ideal theme for finance and business-related websites.   

Key Features: SEO-Optimized & Fast Loading,Gutenberg & Elementor Support,Trending Post Ticker,Featured Posts Slider & Featured Area,Customizable Mobile Menu,Multiple Post Layouts & Header Styles,Advanced Typography & Color Customization

Version: 1.0.2.3.8
Tested up to: 6.7
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: indofinance
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, blog, news, entertainment, left-sidebar, right-sidebar, two-columns, three-columns, block-styles, theme-options, wide-blocks

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

indofinance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# CSS Variables
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Financial Components
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Animations

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# CSS Variables - Paleta de Cores para Finanças
--------------------------------------------------------------*/
:root {
	/* Cores Primárias */
	--primary-color: #1a365d;
	--primary-light: #2d5a87;
	--primary-dark: #0f2537;
	
	/* Cores Secundárias */
	--secondary-color: #38a169;
	--secondary-light: #48bb78;
	--secondary-dark: #2f855a;
	
	/* Cores de Destaque */
	--accent-color: #3182ce;
	--accent-light: #4299e1;
	--warning-color: #ed8936;
	--danger-color: #e53e3e;
	--success-color: #38a169;
	
	/* Cores Neutras */
	--gray-50: #f7fafc;
	--gray-100: #edf2f7;
	--gray-200: #e2e8f0;
	--gray-300: #cbd5e0;
	--gray-400: #a0aec0;
	--gray-500: #718096;
	--gray-600: #4a5568;
	--gray-700: #2d3748;
	--gray-800: #1a202c;
	--gray-900: #171923;
	
	/* Tipografia */
	--font-primary: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	--font-secondary: 'Poppins', sans-serif;
	--font-mono: 'JetBrains Mono', 'Fira Code', monospace;
	
	/* Tamanhos de Fonte */
	--text-xs: 0.75rem;
	--text-sm: 0.875rem;
	--text-base: 1rem;
	--text-lg: 1.125rem;
	--text-xl: 1.25rem;
	--text-2xl: 1.5rem;
	--text-3xl: 1.875rem;
	--text-4xl: 2.25rem;
	--text-5xl: 3rem;
	
	/* Espaçamentos */
	--spacing-xs: 0.25rem;
	--spacing-sm: 0.5rem;
	--spacing-md: 1rem;
	--spacing-lg: 1.5rem;
	--spacing-xl: 2rem;
	--spacing-2xl: 3rem;
	--spacing-3xl: 4rem;
	
	/* Sombras */
	--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
	--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
	--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
	--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	
	/* Bordas */
	--border-radius-sm: 0.375rem;
	--border-radius-md: 0.5rem;
	--border-radius-lg: 0.75rem;
	--border-radius-xl: 1rem;
	
	/* Transições */
	--transition-fast: 0.15s ease-in-out;
	--transition-normal: 0.3s ease-in-out;
	--transition-slow: 0.5s ease-in-out;
}

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: var(--gray-800);
	font-family: var(--font-primary);
	font-size: var(--text-base);
	line-height: 1.6;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: var(--font-secondary);
	font-weight: 600;
	line-height: 1.2;
	color: var(--primary-color);
	margin-bottom: var(--spacing-md);
}

h1 {
	font-size: var(--text-4xl);
	font-weight: 700;
	margin-bottom: var(--spacing-lg);
}

h2 {
	font-size: var(--text-3xl);
	margin-bottom: var(--spacing-lg);
}

h3 {
	font-size: var(--text-2xl);
}

h4 {
	font-size: var(--text-xl);
}

h5 {
	font-size: var(--text-lg);
}

h6 {
	font-size: var(--text-base);
	font-weight: 600;
}

p {
	margin-bottom: var(--spacing-lg);
	color: var(--gray-700);
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: var(--spacing-xl) 0;
	padding: var(--spacing-lg) var(--spacing-xl);
	border-left: 4px solid var(--primary-color);
	background-color: var(--gray-50);
	font-style: italic;
	color: var(--gray-600);
	border-radius: var(--border-radius-md);
}

address {
	margin: 0 0 var(--spacing-lg);
}

pre {
	background: var(--gray-100);
	font-family: var(--font-mono);
	line-height: 1.6;
	margin-bottom: var(--spacing-lg);
	max-width: 100%;
	overflow: auto;
	padding: var(--spacing-lg);
	border-radius: var(--border-radius-md);
	border: 1px solid var(--gray-200);
}

code,
kbd,
tt,
var {
	font-family: var(--font-mono);
	background-color: var(--gray-100);
	padding: 0.2em 0.4em;
	border-radius: var(--border-radius-sm);
	font-size: 0.9em;
	color: var(--primary-color);
}

abbr,
acronym {
	border-bottom: 1px dotted var(--gray-400);
	cursor: help;
}

mark,
ins {
	background: #fff3cd;
	color: var(--warning-color);
	text-decoration: none;
	padding: 0.1em 0.2em;
	border-radius: var(--border-radius-sm);
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: var(--gray-50);
	scroll-behavior: smooth;
}

hr {
	background-color: var(--gray-200);
	border: 0;
	height: 2px;
	margin: var(--spacing-2xl) 0;
	border-radius: 1px;
}

ul,
ol {
	margin: 0 0 var(--spacing-lg) var(--spacing-xl);
	color: var(--gray-700);
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: var(--spacing-lg);
}

dt {
	font-weight: 600;
	color: var(--primary-color);
}

dd {
	margin: 0 var(--spacing-lg) var(--spacing-lg);
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
	border-radius: var(--border-radius-md);
}

img {
	height: auto;
	max-width: 100%;
	border-radius: var(--border-radius-md);
	transition: transform var(--transition-normal);
}

img:hover {
	transform: scale(1.02);
}

figure {
	margin: var(--spacing-xl) 0;
}

table {
	margin: 0 0 var(--spacing-lg);
	width: 100%;
	border-collapse: collapse;
	background: white;
	border-radius: var(--border-radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
}

table th,
table td {
	padding: var(--spacing-md);
	text-align: left;
	border-bottom: 1px solid var(--gray-200);
}

table th {
	background-color: var(--gray-100);
	font-weight: 600;
	color: var(--primary-color);
}

table tr:hover {
	background-color: var(--gray-50);
}

/* Links
--------------------------------------------- */
a {
	color: var(--primary-color);
	text-decoration: none;
	transition: all var(--transition-fast);
	position: relative;
}

a:hover {
	color: var(--primary-light);
}

a:focus {
	outline: 2px solid var(--primary-color);
	outline-offset: 2px;
}

/* Efeito de sublinhado animado */
.content a:not(.button):not(.nav-link) {
	background-image: linear-gradient(var(--primary-color), var(--primary-color));
	background-size: 0% 2px;
	background-position: 0% 100%;
	background-repeat: no-repeat;
	transition: background-size var(--transition-normal);
}

.content a:not(.button):not(.nav-link):hover {
	background-size: 100% 2px;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 2px solid var(--primary-color);
	border-radius: var(--border-radius-md);
	background: var(--primary-color);
	color: white;
	font-weight: 600;
	line-height: 1;
	padding: var(--spacing-md) var(--spacing-lg);
	cursor: pointer;
	transition: all var(--transition-fast);
	font-family: var(--font-primary);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--primary-light);
	border-color: var(--primary-light);
	transform: translateY(-2px);
	box-shadow: var(--shadow-md);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	transform: translateY(0);
	box-shadow: var(--shadow-sm);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	border: 2px solid var(--gray-200);
	border-radius: var(--border-radius-md);
	padding: var(--spacing-md);
	background: white;
	color: var(--gray-800);
	transition: border-color var(--transition-fast);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: var(--primary-color);
	outline: none;
	box-shadow: 0 0 0 3px rgba(26, 54, 93, 0.1);
}

select {
	border: 2px solid var(--gray-200);
	border-radius: var(--border-radius-md);
	padding: var(--spacing-md);
	background: white;
}

textarea {
	width: 100%;
	min-height: 120px;
	resize: vertical;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 var(--spacing-md);
}

.site-header {
	background: white;
	border-bottom: 1px solid var(--gray-200);
	box-shadow: var(--shadow-sm);
	position: sticky;
	top: 0;
	z-index: 1000;
}

.site-main {
	padding: var(--spacing-2xl) 0;
}

.site-footer {
	background: var(--gray-800);
	color: var(--gray-300);
	padding: var(--spacing-2xl) 0;
	margin-top: var(--spacing-3xl);
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
	padding: var(--spacing-md) 0;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: var(--shadow-lg);
	background: white;
	border-radius: var(--border-radius-md);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	min-width: 200px;
	border: 1px solid var(--gray-200);
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 180px;
	padding: var(--spacing-md);
	border-bottom: 1px solid var(--gray-100);
}

.main-navigation ul ul a:hover {
	background: var(--gray-50);
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	padding: var(--spacing-md) var(--spacing-lg);
	color: var(--gray-700);
	font-weight: 500;
	transition: color var(--transition-fast);
}

.main-navigation a:hover {
	color: var(--primary-color);
}

/* Small menu. */
.menu-toggle {
	display: block;
	background: var(--primary-color);
	color: white;
	border: none;
	padding: var(--spacing-md);
	border-radius: var(--border-radius-md);
	cursor: pointer;
}

.main-navigation.toggled ul {
	display: block;
	background: white;
	border-radius: var(--border-radius-md);
	box-shadow: var(--shadow-md);
	margin-top: var(--spacing-md);
}

@media screen and (min-width: 768px) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		gap: var(--spacing-md);
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: var(--spacing-2xl) 0;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
	gap: var(--spacing-md);
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

.nav-links a {
	display: inline-block;
	padding: var(--spacing-md) var(--spacing-lg);
	background: var(--primary-color);
	color: white;
	border-radius: var(--border-radius-md);
	transition: all var(--transition-fast);
}

.nav-links a:hover {
	background: var(--primary-light);
	transform: translateY(-2px);
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 var(--spacing-2xl);
	background: white;
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-sm);
	overflow: hidden;
	transition: box-shadow var(--transition-normal);
}

.post:hover {
	box-shadow: var(--shadow-md);
}

.entry-header {
	padding: var(--spacing-xl);
	border-bottom: 1px solid var(--gray-200);
}

.entry-title {
	margin-bottom: var(--spacing-md);
}

.entry-meta {
	color: var(--gray-500);
	font-size: var(--text-sm);
	display: flex;
	gap: var(--spacing-md);
	align-items: center;
}

.entry-content {
	padding: var(--spacing-xl);
}

.entry-footer {
	padding: var(--spacing-lg) var(--spacing-xl);
	background: var(--gray-50);
	border-top: 1px solid var(--gray-200);
}

.updated:not(.published) {
	display: none;
}

.page-links {
	clear: both;
	margin: var(--spacing-lg) 0;
}

/* Comments
--------------------------------------------- */
.comments-area {
	margin-top: var(--spacing-2xl);
	padding: var(--spacing-xl);
	background: white;
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-sm);
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

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

.comment {
	margin-bottom: var(--spacing-lg);
	padding: var(--spacing-lg);
	background: var(--gray-50);
	border-radius: var(--border-radius-md);
}

.comment-author {
	font-weight: 600;
	color: var(--primary-color);
}

.comment-meta {
	font-size: var(--text-sm);
	color: var(--gray-500);
	margin-bottom: var(--spacing-md);
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 var(--spacing-2xl);
	padding: var(--spacing-xl);
	background: white;
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-sm);
	transition: box-shadow var(--transition-normal);
}

.widget:hover {
	box-shadow: var(--shadow-md);
}

.widget-title {
	font-size: var(--text-lg);
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: var(--spacing-lg);
	padding-bottom: var(--spacing-sm);
	border-bottom: 2px solid var(--primary-color);
}

.widget select {
	max-width: 100%;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget li {
	padding: var(--spacing-sm) 0;
	border-bottom: 1px solid var(--gray-200);
}

.widget li:last-child {
	border-bottom: none;
}

.widget a {
	color: var(--gray-700);
	transition: color var(--transition-fast);
}

.widget a:hover {
	color: var(--primary-color);
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
	transition: transform var(--transition-normal);
}

.custom-logo-link:hover {
	transform: scale(1.05);
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: var(--spacing-lg);
	max-width: 100%;
	background: white;
	border-radius: var(--border-radius-md);
	box-shadow: var(--shadow-sm);
	overflow: hidden;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

.wp-caption .wp-caption-text {
	margin: 0;
	padding: var(--spacing-md);
	background: var(--gray-50);
	color: var(--gray-600);
	font-size: var(--text-sm);
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: var(--spacing-lg);
	display: grid;
	grid-gap: var(--spacing-md);
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
	border-radius: var(--border-radius-md);
	overflow: hidden;
	box-shadow: var(--shadow-sm);
	transition: transform var(--transition-normal);
}

.gallery-item:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-md);
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
	padding: var(--spacing-sm);
	background: var(--gray-50);
	font-size: var(--text-sm);
	color: var(--gray-600);
}

/*--------------------------------------------------------------
# Componentes Financeiros Específicos
--------------------------------------------------------------*/

/* Cards de Métricas Financeiras */
.financial-metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: var(--spacing-lg);
	margin: var(--spacing-2xl) 0;
}

.metric-card {
	background: white;
	padding: var(--spacing-xl);
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-sm);
	border-left: 4px solid var(--primary-color);
	transition: all var(--transition-normal);
}

.metric-card:hover {
	transform: translateY(-4px);
	box-shadow: var(--shadow-lg);
}

.metric-card.positive {
	border-left-color: var(--success-color);
}

.metric-card.negative {
	border-left-color: var(--danger-color);
}

.metric-card.warning {
	border-left-color: var(--warning-color);
}

.metric-value {
	font-size: var(--text-3xl);
	font-weight: 700;
	color: var(--primary-color);
	margin-bottom: var(--spacing-sm);
}

.metric-card.positive .metric-value {
	color: var(--success-color);
}

.metric-card.negative .metric-value {
	color: var(--danger-color);
}

.metric-card.warning .metric-value {
	color: var(--warning-color);
}

.metric-label {
	font-size: var(--text-sm);
	color: var(--gray-600);
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.5px;
}

.metric-change {
	font-size: var(--text-sm);
	margin-top: var(--spacing-sm);
	display: flex;
	align-items: center;
	gap: var(--spacing-xs);
}

.metric-change.positive {
	color: var(--success-color);
}

.metric-change.negative {
	color: var(--danger-color);
}

/* Tabela de Preços/Cotações */
.price-table {
	background: white;
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-sm);
	overflow: hidden;
	margin: var(--spacing-2xl) 0;
}

.price-table table {
	margin: 0;
	border-radius: 0;
	box-shadow: none;
}

.price-table th {
	background: var(--primary-color);
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	font-size: var(--text-sm);
	letter-spacing: 0.5px;
}

.price-table td {
	font-family: var(--font-mono);
	font-size: var(--text-sm);
}

.price-positive {
	color: var(--success-color);
	font-weight: 600;
}

.price-negative {
	color: var(--danger-color);
	font-weight: 600;
}

.price-neutral {
	color: var(--gray-600);
}

/* Alertas e Notificações */
.alert {
	padding: var(--spacing-lg);
	border-radius: var(--border-radius-md);
	margin: var(--spacing-lg) 0;
	border-left: 4px solid;
	display: flex;
	align-items: flex-start;
	gap: var(--spacing-md);
}

.alert-info {
	background: #ebf8ff;
	border-left-color: var(--accent-color);
	color: #2b6cb0;
}

.alert-success {
	background: #f0fff4;
	border-left-color: var(--success-color);
	color: #22543d;
}

.alert-warning {
	background: #fffbeb;
	border-left-color: var(--warning-color);
	color: #92400e;
}

.alert-danger {
	background: #fed7d7;
	border-left-color: var(--danger-color);
	color: #9b2c2c;
}

/* Ticker de Notícias */
.news-ticker {
	background: var(--primary-color);
	color: white;
	padding: var(--spacing-md);
	overflow: hidden;
	position: relative;
}

.ticker-content {
	display: flex;
	animation: scroll 30s linear infinite;
}

.ticker-item {
	white-space: nowrap;
	padding-right: var(--spacing-2xl);
	font-weight: 500;
}

@keyframes scroll {
	0% {
		transform: translateX(100%);
	}
	100% {
		transform: translateX(-100%);
	}
}

/* Gráfico Placeholder */
.chart-container {
	background: white;
	padding: var(--spacing-xl);
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-sm);
	margin: var(--spacing-2xl) 0;
}

.chart-title {
	font-size: var(--text-lg);
	font-weight: 600;
	color: var(--primary-color);
	margin-bottom: var(--spacing-lg);
	text-align: center;
}

.chart-placeholder {
	height: 300px;
	background: var(--gray-100);
	border-radius: var(--border-radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--gray-500);
	font-size: var(--text-sm);
}

/* Seção de Análise */
.analysis-section {
	background: white;
	padding: var(--spacing-2xl);
	border-radius: var(--border-radius-lg);
	box-shadow: var(--shadow-sm);
	margin: var(--spacing-2xl) 0;
}

.analysis-header {
	display: flex;
	align-items: center;
	gap: var(--spacing-md);
	margin-bottom: var(--spacing-xl);
}

.analysis-icon {
	width: 48px;
	height: 48px;
	background: var(--primary-color);
	border-radius: var(--border-radius-md);
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-size: var(--text-xl);
}

.analysis-title {
	font-size: var(--text-2xl);
	font-weight: 600;
	color: var(--primary-color);
	margin: 0;
}

/* Breadcrumbs */
.breadcrumbs {
	background: var(--gray-100);
	padding: var(--spacing-md) var(--spacing-lg);
	border-radius: var(--border-radius-md);
	margin-bottom: var(--spacing-xl);
}

.breadcrumbs ul {
	list-style: none;
	display: flex;
	align-items: center;
	gap: var(--spacing-sm);
	margin: 0;
	padding: 0;
}

.breadcrumbs li {
	font-size: var(--text-sm);
	color: var(--gray-600);
}

.breadcrumbs li:not(:last-child)::after {
	content: ">";
	margin-left: var(--spacing-sm);
	color: var(--gray-400);
}

.breadcrumbs a {
	color: var(--gray-600);
	text-decoration: none;
}

.breadcrumbs a:hover {
	color: var(--primary-color);
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: var(--gray-100);
	border-radius: var(--border-radius-sm);
	box-shadow: var(--shadow-md);
	clip: auto !important;
	clip-path: none;
	color: var(--primary-color);
	display: block;
	font-size: var(--text-sm);
	font-weight: 600;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: var(--spacing-md) var(--spacing-lg);
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: var(--spacing-lg);
	margin-bottom: var(--spacing-lg);
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: var(--spacing-lg);
	margin-bottom: var(--spacing-lg);
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: var(--spacing-lg);
}

.alignwide {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: auto;
}

.alignfull {
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: auto;
}

/*--------------------------------------------------------------
# Animações e Transições
--------------------------------------------------------------*/

/* Fade In Animation */
@keyframes fadeIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.fade-in {
	animation: fadeIn 0.6s ease-out;
}

/* Slide In Animation */
@keyframes slideInLeft {
	from {
		opacity: 0;
		transform: translateX(-30px);
	}
	to {
		opacity: 1;
		transform: translateX(0);
	}
}

.slide-in-left {
	animation: slideInLeft 0.6s ease-out;
}

/* Pulse Animation para elementos importantes */
@keyframes pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.05);
	}
}

.pulse {
	animation: pulse 2s infinite;
}

/* Loading Animation */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.loading {
	animation: spin 1s linear infinite;
}

/* Smooth Scrolling */
html {
	scroll-behavior: smooth;
}

/*--------------------------------------------------------------
# Responsive Design
--------------------------------------------------------------*/

/* Tablet */
@media screen and (max-width: 1024px) {
	:root {
		--spacing-xs: 0.2rem;
		--spacing-sm: 0.4rem;
		--spacing-md: 0.8rem;
		--spacing-lg: 1.2rem;
		--spacing-xl: 1.6rem;
		--spacing-2xl: 2.4rem;
		--spacing-3xl: 3.2rem;
	}
	
	.site {
		padding: 0 var(--spacing-lg);
	}
	
	.financial-metrics {
		grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	}
}

/* Mobile */
@media screen and (max-width: 768px) {
	:root {
		--text-4xl: 1.875rem;
		--text-3xl: 1.5rem;
		--text-2xl: 1.25rem;
	}
	
	.site {
		padding: 0 var(--spacing-md);
	}
	
	.financial-metrics {
		grid-template-columns: 1fr;
	}
	
	.main-navigation ul {
		flex-direction: column;
	}
	
	.comment-navigation .nav-links,
	.posts-navigation .nav-links,
	.post-navigation .nav-links {
		flex-direction: column;
		gap: var(--spacing-md);
	}
	
	.comment-navigation .nav-previous,
	.posts-navigation .nav-previous,
	.post-navigation .nav-previous,
	.comment-navigation .nav-next,
	.posts-navigation .nav-next,
	.post-navigation .nav-next {
		text-align: center;
	}
	
	.entry-header,
	.entry-content,
	.entry-footer {
		padding: var(--spacing-lg);
	}
	
	.analysis-section {
		padding: var(--spacing-lg);
	}
	
	.analysis-header {
		flex-direction: column;
		text-align: center;
	}
	
	.breadcrumbs ul {
		flex-wrap: wrap;
	}
	
	.price-table {
		overflow-x: auto;
	}
}

/* Dark Mode Support */
@media (prefers-color-scheme: dark) {
	:root {
		--gray-50: #1a202c;
		--gray-100: #2d3748;
		--gray-200: #4a5568;
		--gray-300: #718096;
		--gray-400: #a0aec0;
		--gray-500: #cbd5e0;
		--gray-600: #e2e8f0;
		--gray-700: #edf2f7;
		--gray-800: #f7fafc;
		--gray-900: #ffffff;
	}
	
	body {
		background: var(--gray-50);
		color: var(--gray-800);
	}
	
	.site-header {
		background: var(--gray-100);
		border-bottom-color: var(--gray-200);
	}
	
	.post,
	.page,
	.widget,
	.comments-area,
	.metric-card,
	.price-table,
	.analysis-section,
	.chart-container {
		background: var(--gray-100);
	}
	
	.entry-footer {
		background: var(--gray-200);
	}
}

/* Print Styles */
@media print {
	.site-header,
	.site-footer,
	.main-navigation,
	.comment-navigation,
	.posts-navigation,
	.post-navigation,
	.news-ticker {
		display: none;
	}
	
	body {
		background: white;
		color: black;
		font-size: 12pt;
	}
	
	.post,
	.page {
		box-shadow: none;
		border: 1px solid #ccc;
		page-break-inside: avoid;
	}
	
	h1, h2, h3, h4, h5, h6 {
		page-break-after: avoid;
	}
	
	img {
		max-width: 100% !important;
		height: auto !important;
	}
}

/* Reduced Motion */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		animation-duration: 0.01ms !important;
		animation-iteration-count: 1 !important;
		transition-duration: 0.01ms !important;
	}
	
	.ticker-content {
		animation: none;
	}
}