* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
body {
font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
line-height: 1.6;
color: #000;
background-color: #fff;
}
a {
text-decoration: none;
color: inherit;
}
img {
max-width: 100%;
height: auto;
}  .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;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 14px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} .skip-link {
background: #f7931a;
color: #000;
font-weight: 700;
left: 0;
padding: 15px 23px;
position: absolute;
transform: translateY(-100%);
transition: transform 0.3s;
z-index: 100000;
}
.skip-link:focus {
transform: translateY(0);
} a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
outline: 2px solid #f7931a;
outline-offset: 2px;
} a:focus:not(:focus-visible),
button:focus:not(:focus-visible) {
outline: none;
} .site-header {
background-color: #f5f5f5;
padding: 8px 40px;
border-bottom: 2px solid #000;
position: sticky;
top: 0;
z-index: 1000;
transition: transform 0.3s ease;
}
.site-header.header-hidden {
transform: translateY(-100%);
}
.header-container {
display: flex;
align-items: center;
justify-content: space-between;
max-width: 1400px;
margin: 0 auto;
}
.site-logo {
display: flex;
align-items: center;
}
.site-logo a {
display: flex;
align-items: center;
font-size: 26px;
font-weight: 800;
color: #000;
letter-spacing: -0.5px;
}
.site-logo .logo-icon {
width: 42px;
height: 42px;
background: linear-gradient(135deg, #f7931a 0%, #ff6b00 100%);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
color: #fff;
font-weight: bold;
font-size: 18px;
}
.site-logo .logo-text span {
color: #f7931a;
}
.site-logo .custom-logo {
max-height: 55px;
width: auto;
} .main-navigation {
position: relative;
margin-bottom: -13px;
padding-bottom: 13px;
} .mobile-social {
display: none;
}
.main-navigation > ul {
display: flex;
list-style: none;
gap: 30px;
}
.main-navigation > ul > li {
position: relative;
padding-bottom: 13px;
margin-bottom: -13px;
}
.main-navigation a {
color: #000;
font-size: 16px;
font-weight: 600;
position: relative;
display: inline-block;
letter-spacing: 0.3px;
}
.main-navigation a i {
font-size: 10px;
margin-left: 5px;
}
.main-navigation > ul > li > a::after {
content: '';
position: absolute;
width: 0;
height: 3px;
bottom: -13px;
left: 0;
background-color: #f7931a;
transition: width 0.3s ease;
}
.main-navigation > ul > li:hover > a::after {
width: 100%;
}
.main-navigation > ul > li:hover > a {
color: #f7931a;
} .sub-menu {
position: absolute;
top: 100%;
left: -20px;
background: #fff;
min-width: 240px;
padding: 0;
margin-top: 0;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
border-top: 3px solid #f7931a;
opacity: 0;
visibility: hidden;
transform: translateY(-10px);
transition: all 0.3s ease;
z-index: 1000;
display: block !important;
list-style: none;
}
.menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
} .menu-item-has-children:hover > a::after {
opacity: 0;
}
.sub-menu li {
display: block;
padding: 0;
margin: 0;
}
.sub-menu li:first-child a {
padding-top: 15px;
}
.sub-menu li:last-child a {
padding-bottom: 15px;
}
.sub-menu a {
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 25px;
color: #333;
font-size: 15px;
font-weight: 500;
text-transform: none;
transition: all 0.2s;
}
.sub-menu a::after {
display: none !important;
}
.sub-menu a:hover {
background-color: #fef7ed;
color: #f7931a;
padding-left: 30px;
} .header-actions {
display: flex;
align-items: center;
gap: 15px;
}
.header-icon {
background: none;
border: none;
cursor: pointer;
font-size: 14px;
color: #000;
transition: all 0.2s;
display: flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border-radius: 50%;
}
.header-icon:hover {
background-color: #f5f5f5;
color: #f7931a;
}
.subscribe-btn {
background: linear-gradient(135deg, #f7931a 0%, #ff6b00 100%);
border: none;
color: #fff;
padding: 10px 20px;
cursor: pointer;
font-family: inherit;
font-size: 12px;
font-weight: 600;
letter-spacing: 1px;
text-transform: uppercase;
border-radius: 4px;
transition: all 0.2s;
}
.subscribe-btn:hover {
transform: translateY(-2px);
box-shadow: 0 4px 12px rgba(247, 147, 26, 0.4);
} .mobile-menu-toggle {
display: none;
flex-direction: column;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
background: none;
border: none;
cursor: pointer;
padding: 8px;
gap: 5px;
}
.mobile-menu-toggle span {
display: block;
width: 24px;
height: 2px;
background-color: #000;
transition: all 0.3s ease;
}
.mobile-menu-toggle.active span:nth-child(1) {
transform: rotate(45deg) translate(5px, 5px);
}
.mobile-menu-toggle.active span:nth-child(2) {
opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
transform: rotate(-45deg) translate(5px, -5px);
} .ticker-bar {
background-color: #0d1117;
padding: 8px 0;
overflow: hidden;
position: relative;
}
.ticker-container {
width: 100%;
overflow: hidden;
}
.ticker-content {
display: flex;
gap: 20px;
width: max-content;
animation: ticker-scroll 60s linear infinite;
}
.ticker-content:hover {
animation-play-state: paused;
}
@keyframes ticker-scroll {
0% {
transform: translateX(0);
}
100% {
transform: translateX(-33.333%);
}
}
.ticker-item {
display: flex;
align-items: center;
gap: 6px;
color: #fff;
font-size: 13px;
white-space: nowrap;
flex-shrink: 0;
}
.ticker-item .coin-name {
color: #f7931a;
font-weight: 600;
}
.ticker-item .coin-price {
color: #fff;
font-weight: 500;
}
.ticker-item .coin-change {
font-size: 11px;
font-weight: 600;
padding: 2px 6px;
border-radius: 3px;
}
.ticker-item .coin-change.up {
color: #3fb950;
background: rgba(63, 185, 80, 0.15);
}
.ticker-item .coin-change.down {
color: #f85149;
background: rgba(248, 81, 73, 0.15);
}
.ticker-coin-icon {
border-radius: 50%;
flex-shrink: 0;
} .site-footer {
background: #0d1117;
color: #fff;
padding: 40px 40px 25px;
}
.footer-container {
max-width: 1400px;
margin: 0 auto;
}
.footer-top {
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 20px;
border-bottom: 1px solid #21262d;
margin-bottom: 25px;
}
.footer-brand {
display: flex;
align-items: center;
gap: 30px;
}
.footer-logo {
display: flex;
align-items: center;
}
.footer-logo a {
display: flex;
align-items: center;
text-decoration: none;
}
.footer-logo-img {
max-height: 65px;
width: auto;
}
.footer-logo-text {
display: flex;
align-items: center;
font-size: 26px;
font-weight: 800;
color: #fff;
text-decoration: none;
}
.footer-logo .logo-icon {
width: 42px;
height: 42px;
background: linear-gradient(135deg, #f7931a 0%, #ff6b00 100%);
border-radius: 8px;
display: flex;
align-items: center;
justify-content: center;
margin-right: 10px;
color: #fff;
font-weight: bold;
font-size: 18px;
}
.footer-logo-text span {
color: #f7931a;
}
.footer-social {
display: flex;
gap: 10px;
}
.footer-social a {
width: 38px;
height: 38px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #21262d;
color: #c9d1d9;
font-size: 15px;
transition: all 0.2s;
}
.footer-social a:hover {
background: #f7931a;
color: #000;
}
.footer-main {
display: grid;
grid-template-columns: 1fr auto;
gap: 50px;
margin-bottom: 30px;
}
.footer-links-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 25px;
}
.footer-column {
display: flex;
flex-direction: column;
gap: 10px;
}
.footer-column a {
color: #8b949e;
font-size: 15px;
font-weight: 500;
transition: color 0.2s;
}
.footer-column a:hover {
color: #f7931a;
}
.footer-boxes {
display: flex;
gap: 20px;
}
.footer-box {
background: #161b22;
padding: 20px;
border-radius: 8px;
width: 220px;
}
.footer-box h4 {
font-size: 16px;
font-weight: 700;
margin-bottom: 10px;
display: flex;
align-items: center;
gap: 10px;
}
.footer-box h4 i {
color: #f7931a;
}
.footer-box p {
font-size: 13px;
color: #8b949e;
margin-bottom: 15px;
line-height: 1.5;
}
.footer-btn {
display: inline-block;
background: #21262d;
color: #fff;
padding: 10px 20px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 5px;
transition: all 0.2s;
}
.footer-btn:hover {
background: #f7931a;
color: #000;
}
.footer-bottom-links {
display: flex;
flex-wrap: wrap;
justify-content: center;
gap: 8px;
padding: 25px 0;
border-top: 1px solid #21262d;
border-bottom: 1px solid #21262d;
}
.footer-bottom-links a {
color: #8b949e;
font-size: 14px;
font-weight: 500;
transition: color 0.2s;
}
.footer-bottom-links a:hover {
color: #f7931a;
}
.footer-bottom-links .separator {
color: #30363d;
}
.footer-copyright {
padding-top: 25px;
text-align: center;
}
.footer-copyright p {
font-size: 13px;
color: #8b949e;
margin-bottom: 10px;
}
.footer-disclaimer {
font-size: 12px !important;
color: #6e7681 !important;
max-width: 900px;
margin: 0 auto;
line-height: 1.6;
} .back-to-top {
position: fixed;
bottom: 30px;
right: 30px;
background: linear-gradient(135deg, #f7931a 0%, #ff6b00 100%);
color: #000;
border: none;
width: 45px;
height: 45px;
border-radius: 50%;
cursor: pointer;
font-size: 16px;
display: flex;
align-items: center;
justify-content: center;
transition: all 0.2s;
box-shadow: 0 4px 15px rgba(247, 147, 26, 0.4);
opacity: 0;
visibility: hidden;
z-index: 999;
}
.back-to-top.visible {
opacity: 1;
visibility: visible;
}
.back-to-top:hover {
transform: translateY(-3px);
} .wp-caption {
max-width: 100%;
}
.wp-caption-text {
font-size: 13px;
color: #666;
padding: 8px 0;
}
.alignleft {
float: left;
margin-right: 20px;
}
.alignright {
float: right;
margin-left: 20px;
}
.aligncenter {
display: block;
margin: 0 auto;
}
.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;
} @media (max-width: 1200px) {
.site-footer {
padding: 45px 30px 25px;
}
.footer-main {
gap: 40px;
}
}
@media (max-width: 992px) {
.main-navigation {
position: fixed;
top: 0;
left: -100%;
width: 280px;
height: 100vh;
background: #fff;
z-index: 99999;
padding: 80px 0 30px;
margin: 0;
overflow-y: auto;
box-shadow: 2px 0 20px rgba(0,0,0,0.15);
transition: left 0.3s ease;
}
.main-navigation.active {
left: 0;
}
.main-navigation > ul {
flex-direction: column;
gap: 0;
pointer-events: auto;
}
.main-navigation > ul > li {
border-bottom: 1px solid #eee;
pointer-events: auto;
margin: 0 20px;
}
.main-navigation > ul > li:last-child {
border-bottom: 1px solid #eee;
}
.main-navigation > ul > li > a {
display: block;
padding: 15px 5px;
font-size: 14px;
pointer-events: auto;
text-align: left;
} .mobile-social {
display: flex;
gap: 12px;
padding: 25px 25px;
margin-top: 10px;
}
.mobile-social a {
display: flex;
align-items: center;
justify-content: center;
width: 38px;
height: 38px;
border-radius: 50%;
background: #f5f5f5;
color: #333;
font-size: 16px;
transition: all 0.2s;
}
.mobile-social a:hover {
background: #f7931a;
color: #fff;
}
.main-navigation > ul > li > a::after {
display: none;
}
.main-navigation > ul > li > a i {
float: right;
margin-top: 3px;
}
.sub-menu {
position: static;
opacity: 1;
visibility: visible;
transform: none;
box-shadow: none;
border-top: none;
margin-top: 0;
display: none !important;
background: #f9f9f9;
pointer-events: auto;
}
.menu-item-has-children.open > .sub-menu {
display: block !important;
}
.sub-menu a {
padding: 12px 5px 12px 20px;
pointer-events: auto;
text-align: left;
}
.mobile-menu-toggle {
display: flex;
}
.subscribe-btn {
display: none;
}
.menu-overlay {
display: none;
position: fixed;
top: 0;
left: 280px;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.5);
z-index: 9998;
}
.menu-overlay.active {
display: block;
}
.site-footer {
padding: 40px 25px 25px;
}
.footer-main {
grid-template-columns: 1fr;
gap: 35px;
}
.footer-boxes {
flex-direction: row;
}
}
@media (max-width: 768px) {
.site-header {
padding: 12px 20px;
}
.footer-container {
padding: 30px 15px;
}
.footer-top {
flex-direction: column;
gap: 20px;
align-items: flex-start;
}
.footer-brand {
flex-direction: column;
gap: 15px;
text-align: left;
}
.footer-logo {
justify-content: flex-start;
}
.footer-social {
justify-content: flex-start;
}
.footer-main {
grid-template-columns: 1fr;
gap: 30px;
}
.footer-links-grid {
grid-template-columns: repeat(3, 1fr);
gap: 15px;
text-align: left;
}
.footer-boxes {
flex-direction: column;
gap: 15px;
}
.footer-box {
text-align: left;
width: 100%;
}
.footer-box h4 {
justify-content: flex-start;
}
.footer-bottom-links {
flex-wrap: wrap;
justify-content: flex-start;
gap: 5px 15px;
line-height: 2;
}
.footer-bottom-links .separator {
display: none;
}
.footer-bottom-links a {
padding: 0 5px 0 0;
}
.footer-copyright {
text-align: left;
}
.footer-disclaimer {
font-size: 11px;
}
.ticker-bar {
display: none;
}
.back-to-top {
right: 15px;
bottom: 15px;
width: 40px;
height: 40px;
}
}
@media (max-width: 480px) {
.site-header {
padding: 10px 15px;
}
.site-logo a {
font-size: 18px;
}
.site-logo .logo-icon {
width: 30px;
height: 30px;
font-size: 14px;
}
.header-icon {
width: 34px;
height: 34px;
}
.site-footer {
padding: 30px 15px 20px;
}
.footer-logo {
font-size: 20px;
}
.footer-logo .logo-icon {
width: 32px;
height: 32px;
font-size: 14px;
}
.footer-social a {
width: 34px;
height: 34px;
font-size: 14px;
}
.footer-links-grid {
grid-template-columns: repeat(3, 1fr);
text-align: left;
gap: 10px;
}
.footer-column {
padding: 0;
}
.footer-column a {
font-size: 12px;
}
.footer-box {
padding: 20px 15px;
text-align: left;
}
.footer-box h4 {
font-size: 14px;
}
.footer-box p {
font-size: 12px;
}
.footer-btn {
padding: 8px 16px;
font-size: 11px;
}
.footer-bottom-links a {
font-size: 12px;
}
.footer-copyright p {
font-size: 12px;
}
.footer-disclaimer {
font-size: 10px !important;
}
} .search-overlay {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0.95);
z-index: 9999;
display: none;
align-items: center;
justify-content: center;
padding: 20px;
}
.search-overlay.active {
display: flex;
}
.search-overlay-content {
width: 100%;
max-width: 700px;
text-align: center;
}
.search-overlay .search-title {
color: #fff;
font-size: 28px;
font-weight: 700;
margin-bottom: 30px;
}
.search-overlay .search-form {
position: relative;
margin-bottom: 30px;
}
.search-overlay .search-field {
width: 100%;
padding: 18px 60px 18px 25px;
font-size: 18px;
border: 2px solid #333;
border-radius: 50px;
background: #1a1a1a;
color: #fff;
outline: none;
transition: border-color 0.3s;
}
.search-overlay .search-field:focus {
border-color: #f7931a;
}
.search-overlay .search-field::placeholder {
color: #666;
}
.search-overlay .search-submit {
position: absolute;
right: 8px;
top: 50%;
transform: translateY(-50%);
background: #f7931a;
color: #000;
border: none;
width: 45px;
height: 45px;
border-radius: 50%;
cursor: pointer;
font-size: 16px;
transition: background 0.3s;
}
.search-overlay .search-submit:hover {
background: #ff6b00;
}
.search-close {
position: absolute;
top: 30px;
right: 30px;
background: none;
border: none;
color: #fff;
font-size: 32px;
cursor: pointer;
transition: color 0.3s;
padding: 10px;
}
.search-close:hover {
color: #f7931a;
}
.search-overlay .popular-searches {
color: #888;
font-size: 14px;
}
.search-overlay .popular-searches span {
color: #fff;
margin-right: 10px;
}
.search-overlay .popular-searches a {
color: #888;
margin: 0 8px;
transition: color 0.3s;
}
.search-overlay .popular-searches a:hover {
color: #f7931a;
}  .main-navigation ul {
display: flex;
align-items: center;
gap: 5px;
list-style: none;
margin: 0;
padding: 0;
}
.main-navigation > ul > li {
position: relative;
}
.main-navigation > ul > li > a {
display: block;
padding: 12px 16px;
font-size: 14px;
font-weight: 600;
color: #000;
transition: color 0.2s;
}
.main-navigation > ul > li > a:hover {
color: #f7931a;
} .main-navigation .menu-item-has-children > a .dropdown-icon,
.main-navigation .menu-item-has-children > a::after,
.main-navigation .menu-item-has-children > a i.fa-chevron-down,
.main-navigation .menu-item-has-children > a i.fas {
display: none !important;
} .main-navigation .sub-menu {
position: absolute;
top: 100%;
left: 0;
background: #fff;
min-width: 200px;
box-shadow: 0 5px 25px rgba(0,0,0,0.15);
border-radius: 8px;
padding: 8px 0;
z-index: 1000;
opacity: 0;
visibility: hidden;
transform: translateY(10px);
transition: opacity 0.25s ease, visibility 0.25s ease, transform 0.25s ease;
pointer-events: none;
list-style: none;
margin: 0;
} .main-navigation .menu-item-has-children::after {
content: '';
position: absolute;
top: 100%;
left: 0;
width: 100%;
height: 15px;
background: transparent;
} .main-navigation .menu-item-has-children:hover > .sub-menu {
opacity: 1;
visibility: visible;
transform: translateY(0);
pointer-events: auto;
}
.main-navigation .sub-menu li {
display: block;
margin: 0;
}
.main-navigation .sub-menu a {
display: block;
padding: 12px 25px;
color: #333;
font-size: 15px;
font-weight: 500;
transition: background 0.2s, color 0.2s;
}
.main-navigation .sub-menu a:hover {
background: #fef7ed;
color: #f7931a;
} .footer-top {
display: flex;
align-items: center;
justify-content: space-between;
margin-bottom: 40px;
padding-bottom: 30px;
border-bottom: 1px solid #21262d;
}
.footer-brand {
display: flex;
align-items: center;
gap: 0;
} .footer-social {
display: flex;
gap: 12px;
margin-left: auto;
}
.footer-social a {
width: 42px;
height: 42px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #21262d;
color: #c9d1d9;
font-size: 16px;
transition: all 0.3s;
}
.footer-social a:hover {
background: #f7931a;
color: #000;
transform: translateY(-2px);
} .footer-main {
display: flex;
gap: 40px;
margin-bottom: 40px;
} .footer-links-section {
flex: 1;
min-width: 0;
}
.footer-links-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 30px;
}
.footer-column {
display: flex;
flex-direction: column;
gap: 12px;
}
.footer-column a,
.footer-column .menu-item a {
color: #8b949e;
font-size: 14px;
transition: color 0.3s;
display: block;
}
.footer-column a:hover,
.footer-column .menu-item a:hover {
color: #f7931a;
} .footer-column ul {
list-style: none;
margin: 0;
padding: 0;
}
.footer-column li {
margin-bottom: 12px;
}
.footer-column li:last-child {
margin-bottom: 0;
} .footer-boxes-section {
flex: 1;
min-width: 0;
}
.footer-boxes {
display: flex;
gap: 20px;
height: 100%;
}
.footer-box {
background: #161b22;
padding: 30px;
border-radius: 12px;
flex: 1;
display: flex;
flex-direction: column;
}
.footer-box h4 {
font-size: 18px;
font-weight: 700;
margin-bottom: 15px;
display: flex;
align-items: flex-start;
gap: 10px;
color: #fff;
line-height: 1.3;
}
.footer-box h4 i {
color: #f7931a;
font-size: 20px;
margin-top: 2px;
}
.footer-box p {
font-size: 14px;
color: #8b949e;
margin-bottom: 20px;
line-height: 1.6;
flex-grow: 1;
}
.footer-btn {
display: inline-block;
background: #21262d;
color: #fff;
padding: 14px 28px;
font-size: 12px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.5px;
border-radius: 6px;
transition: all 0.3s;
text-align: center;
align-self: flex-start;
}
.footer-btn:hover {
background: #f7931a;
color: #000;
} .footer-bottom-links .separator:last-child {
display: none;
} @media (max-width: 1100px) {
.footer-main {
flex-direction: column;
gap: 40px;
}
.footer-links-section,
.footer-boxes-section {
flex: none;
width: 100%;
}
}
@media (max-width: 768px) {
.footer-top {
flex-direction: column;
gap: 25px;
text-align: center;
}
.footer-social {
margin-left: 0;
}
.footer-boxes {
flex-direction: column;
}
.footer-box {
padding: 25px;
}
.footer-links-grid {
grid-template-columns: repeat(3, 1fr);
text-align: center;
gap: 20px;
}
.footer-column {
align-items: center;
}
}
@media (max-width: 480px) {
.footer-links-grid {
grid-template-columns: 1fr;
gap: 30px;
}
}body {
background: #f5f5f5;
} .breadcrumb {
background: #f5f5f5;
padding: 12px 40px;
border-bottom: 1px solid #eee;
}
.breadcrumb-container {
max-width: 1400px;
margin: 0 auto;
font-size: 14px;
color: #666;
}
.breadcrumb a {
color: #555;
text-decoration: none;
transition: color 0.2s;
}
.breadcrumb a:hover {
color: #f7931a;
}
.breadcrumb span {
color: #767676;
} .single-layout {
max-width: 1480px; margin: 0 auto;
padding: 25px 40px;
display: grid;
grid-template-columns: 1fr 300px;
gap: 40px;
align-items: start;
background: #f5f5f5;
} .article-main {
background: transparent;
} .article-header {
margin-bottom: 20px;
}
.article-category {
display: inline-block;
color: #f7931a;
font-size: 11px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 12px;
}
.article-category a {
color: #f7931a;
text-decoration: none;
}
.article-category a:hover {
text-decoration: underline;
}
.article-category .cat-sep {
color: #ccc;
margin: 0 6px;
font-weight: 400;
}
.article-title {
font-size: 32px;
font-weight: 700;
color: #000;
line-height: 1.3;
margin-bottom: 15px;
}
.article-meta {
display: flex;
flex-wrap: wrap;
gap: 15px;
font-size: 13px;
color: #666;
align-items: center;
}
.article-meta a {
color: #000;
text-decoration: none;
font-weight: 500;
}
.article-meta a:hover {
color: #f7931a;
}
.meta-divider {
color: #ddd;
}
.article-meta .published-date,
.article-meta .updated-date {
color: #888;
} .article-featured-image {
width: 100%;
aspect-ratio: 16/9;
overflow: hidden;
border-radius: 8px;
margin-bottom: 20px;
}
.article-featured-image img {
width: 100%;
height: 100%;
object-fit: cover;
} .article-toolbar {
display: flex;
justify-content: space-between;
align-items: center;
padding: 15px 0;
margin-bottom: 20px;
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
}
.toolbar-left {
display: flex;
gap: 15px;
align-items: center;
}
.reading-time {
font-size: 13px;
color: #666;
}
.reading-time i {
margin-right: 5px;
color: #f7931a;
} .reading-mode-toggle {
display: flex;
align-items: center;
gap: 8px;
font-size: 13px;
color: #666;
cursor: pointer;
padding: 6px 12px;
border-radius: 20px;
border: 1px solid #e5e5e5;
background: #fff;
transition: all 0.2s;
}
.reading-mode-toggle:hover {
border-color: #f7931a;
color: #f7931a;
}
.reading-mode-toggle.active {
background: #f7931a;
border-color: #f7931a;
color: #fff;
}
.toolbar-right {
display: flex;
gap: 8px;
}
.share-btn {
width: 34px;
height: 34px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #f5f5f5;
border: none;
color: #666;
text-decoration: none;
font-size: 14px;
transition: all 0.2s;
}
.share-btn:hover {
background: #f7931a;
color: #fff;
} .in-brief {
padding: 20px;
background: #fffbf5;
border-left: 4px solid #f7931a;
border-radius: 0 6px 6px 0;
margin-bottom: 25px;
}
.in-brief-title {
font-size: 14px;
font-weight: 700;
color: #f7931a;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 12px;
}
.in-brief ul {
margin: 0;
padding: 0 0 0 18px;
}
.in-brief li {
font-size: 14px;
color: #333;
line-height: 1.6;
margin-bottom: 8px;
}
.in-brief li:last-child {
margin-bottom: 0;
} .article-body {
margin-bottom: 30px;
}
.article-body p {
font-size: 17px;
line-height: 1.7;
color: #333;
margin-bottom: 1em;
}
.article-body h2 {
font-size: 24px;
font-weight: 700;
color: #000;
margin: 1.2em 0 0.5em;
padding-top: 15px;
border-top: 1px solid #eee;
}
.article-body h3 {
font-size: 20px;
font-weight: 600;
color: #000;
margin: 1em 0 0.4em;
}
.article-body a {
color: #f7931a;
text-decoration: none;
}
.article-body a:hover {
text-decoration: underline;
}
.article-body blockquote {
margin: 1em 0;
padding: 15px 20px;
background: #f9f9f9;
border-left: 4px solid #f7931a;
border-radius: 0 6px 6px 0;
}
.article-body blockquote p {
font-size: 17px;
font-style: italic;
color: #444;
margin-bottom: 8px;
}
.article-body blockquote cite {
font-size: 13px;
color: #666;
font-style: normal;
}
.article-body ul,
.article-body ol {
margin: 0.8em 0;
padding-left: 20px;
}
.article-body li {
font-size: 17px;
line-height: 1.7;
color: #333;
margin-bottom: 0.4em;
}
.article-body img {
max-width: 100%;
height: auto;
border-radius: 6px;
margin: 15px 0;
} .article-tags {
padding: 20px 0;
border-top: 1px solid #eee;
display: flex;
flex-wrap: wrap;
gap: 8px;
align-items: center;
margin-bottom: 25px;
}
.tags-label {
font-size: 13px;
font-weight: 600;
color: #666;
margin-right: 5px;
}
.tag-link {
display: inline-block;
padding: 5px 12px;
background: #f5f5f5;
border-radius: 15px;
font-size: 12px;
color: #555;
text-decoration: none;
transition: all 0.2s;
}
.tag-link:hover {
background: #f7931a;
color: #fff;
} .author-box {
padding: 20px;
background: #fafafa;
border-radius: 8px;
display: flex;
gap: 20px;
margin-bottom: 25px;
}
.author-avatar {
width: 70px;
height: 70px;
border-radius: 50%;
overflow: hidden;
flex-shrink: 0;
}
.author-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.author-info {
flex: 1;
}
.author-label {
font-size: 11px;
color: #767676;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.author-name {
font-size: 16px;
font-weight: 600;
margin: 4px 0 8px;
}
.author-name a {
color: #000;
text-decoration: none;
}
.author-name a:hover {
color: #f7931a;
}
.author-bio {
font-size: 13px;
color: #666;
line-height: 1.6;
margin-bottom: 10px;
}
.author-social {
display: flex;
gap: 10px;
}
.author-social a {
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #fff;
border: 1px solid #e5e5e5;
color: #666;
font-size: 13px;
transition: all 0.2s;
}
.author-social a:hover {
background: #f7931a;
border-color: #f7931a;
color: #fff;
} .post-nav {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 20px;
padding-top: 25px;
border-top: 1px solid #eee;
}
.post-nav a {
padding: 15px;
text-decoration: none;
display: flex;
align-items: center;
gap: 12px;
background: #fafafa;
border-radius: 6px;
transition: background 0.2s;
}
.post-nav a:hover {
background: #f5f5f5;
}
.nav-prev {
justify-content: flex-start;
}
.nav-next {
text-align: right;
justify-content: flex-end;
}
.nav-icon {
width: 36px;
height: 36px;
display: flex;
align-items: center;
justify-content: center;
border-radius: 50%;
background: #fff;
color: #666;
font-size: 12px;
flex-shrink: 0;
border: 1px solid #eee;
}
.post-nav a:hover .nav-icon {
background: #f7931a;
border-color: #f7931a;
color: #fff;
}
.nav-content {
flex: 1;
}
.nav-label {
display: block;
font-size: 11px;
color: #767676;
text-transform: uppercase;
letter-spacing: 0.5px;
margin-bottom: 4px;
}
.nav-title {
font-size: 13px;
font-weight: 500;
color: #000;
line-height: 1.4;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
} .article-sidebar,
.sidebar {
position: sticky;
top: 80px;
align-self: start;
}
.sidebar-widget {
background: #f8f8f8;
padding: 25px;
margin-bottom: 25px;
}
.widget-title {
font-size: 16px;
font-weight: 700;
color: #000;
padding-bottom: 12px;
margin-bottom: 20px;
border-bottom: 3px solid #f7931a;
}
.sidebar-title {
font-size: 14px;
font-weight: 700;
color: #000;
padding-bottom: 12px;
margin-bottom: 15px;
border-bottom: 2px solid #f7931a;
text-transform: uppercase;
letter-spacing: 0.5px;
} .latest-posts {
list-style: none;
margin: 0;
padding: 0;
}
.latest-posts .latest-item {
margin-bottom: 15px;
padding-bottom: 15px;
border-bottom: 1px solid #e5e5e5;
}
.latest-posts .latest-item:last-child {
margin-bottom: 0;
padding-bottom: 0;
border-bottom: none;
}
.latest-posts .latest-item a {
display: flex;
gap: 12px;
text-decoration: none;
}
.latest-posts .latest-thumb {
width: 80px;
height: 55px;
flex-shrink: 0;
overflow: hidden;
}
.latest-posts .latest-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.latest-posts .latest-item:hover .latest-thumb img {
transform: scale(1.05);
}
.latest-posts .latest-content {
flex: 1;
min-width: 0;
}
.latest-posts .latest-content h4 {
font-size: 14px;
font-weight: 600;
color: #000;
line-height: 1.35;
margin: 0 0 5px;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
transition: color 0.3s;
}
.latest-posts .latest-item:hover .latest-content h4 {
color: #f7931a;
}
.latest-posts .latest-date {
font-size: 12px;
color: #888;
}
.latest-list {
display: flex;
flex-direction: column;
gap: 15px;
}
.latest-item {
display: flex;
gap: 12px;
text-decoration: none;
padding-bottom: 15px;
border-bottom: 1px solid #f0f0f0;
}
.latest-item:last-child {
border-bottom: none;
padding-bottom: 0;
}
.latest-item:hover h4 {
color: #f7931a;
}
.latest-thumb {
width: 80px;
height: 60px;
border-radius: 4px;
overflow: hidden;
flex-shrink: 0;
}
.latest-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.latest-item:hover .latest-thumb img {
transform: scale(1.05);
}
.latest-content {
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
.latest-content span {
font-size: 11px;
color: #f7931a;
font-weight: 700;
text-transform: uppercase;
margin-bottom: 4px;
}
.latest-content h4 {
font-size: 14px;
font-weight: 500;
color: #000;
line-height: 1.4;
transition: color 0.2s;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
margin: 0;
}
.latest-content time {
font-size: 12px;
color: #767676;
margin-top: 4px;
} body.reading-mode .single-layout {
grid-template-columns: 1fr;
max-width: 880px; }
body.reading-mode .article-sidebar {
display: none;
}
body.reading-mode .article-body p {
font-size: 19px;
line-height: 1.9;
}
body.reading-mode .article-body h2 {
font-size: 26px;
}
body.reading-mode .article-title {
font-size: 36px;
}
body.reading-mode .related-section {
display: none;
} .related-section {
max-width: 1480px; margin: 0 auto;
padding: 30px 40px 40px;
border-top: 1px solid #eee;
background: #f5f5f5;
}
.related-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
padding-bottom: 12px;
border-bottom: 2px solid #f7931a;
}
.related-title {
font-size: 18px;
font-weight: 700;
color: #000;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.related-view-all {
font-size: 13px;
color: #f7931a;
text-decoration: none;
font-weight: 600;
}
.related-view-all:hover {
text-decoration: underline;
}
.related-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 20px;
}
.related-card {
transition: transform 0.2s;
}
.related-card:hover {
transform: translateY(-3px);
}
.related-card a {
display: block;
text-decoration: none;
}
.related-card-image {
aspect-ratio: 16/9;
overflow: hidden;
border-radius: 6px;
margin-bottom: 12px;
}
.related-card-image img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.related-card:hover .related-card-image img {
transform: scale(1.05);
}
.related-card-content span {
font-size: 10px;
color: #f7931a;
font-weight: 700;
text-transform: uppercase;
}
.related-card-content h3 {
font-size: 14px;
font-weight: 600;
color: #000;
line-height: 1.4;
margin: 6px 0;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.related-card-content time {
font-size: 11px;
color: #767676;
} @media (max-width: 1200px) {
.single-layout {
padding: 25px 30px;
}
.breadcrumb {
padding: 12px 30px;
}
.related-section {
padding: 30px 30px 40px;
}
.related-grid {
grid-template-columns: repeat(3, 1fr);
}
}
@media (max-width: 992px) {
.single-layout {
grid-template-columns: 1fr;
gap: 30px;
}
.article-sidebar {
position: static;
max-height: none;
overflow: visible;
}
.latest-list {
display: grid;
grid-template-columns: repeat(2, 1fr);
gap: 15px;
}
.latest-item {
padding-bottom: 0;
border-bottom: none;
}
.related-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 768px) {
.single-layout {
padding: 20px 15px;
}
.breadcrumb {
padding: 12px 15px;
}
.article-title {
font-size: 24px;
}
.article-toolbar {
flex-direction: column;
gap: 12px;
align-items: flex-start;
}
.article-body p,
.article-body li {
font-size: 16px;
}
.author-box {
flex-direction: column;
text-align: center;
}
.author-avatar {
margin: 0 auto;
}
.author-social {
justify-content: center;
}
.post-nav {
grid-template-columns: 1fr;
}
.latest-list {
grid-template-columns: 1fr;
}
.related-section {
padding: 20px 15px 30px;
}
.related-grid {
grid-template-columns: 1fr;
}
}
@media (max-width: 480px) {
.article-title {
font-size: 20px;
}
.article-body p,
.article-body li {
font-size: 15px;
}
.article-header {
padding: 15px 0;
}
.reading-mode-toggle {
padding: 6px 10px;
font-size: 11px;
}
.share-buttons {
gap: 5px;
}
.share-btn {
width: 32px;
height: 32px;
font-size: 12px;
}
} .article-body {
font-size: 17px;
line-height: 1.7;
color: #333;
}
.article-body p {
margin-bottom: 1em;
}
.article-body a {
color: #f7931a;
text-decoration: none;
transition: color 0.2s;
}
.article-body a:hover {
text-decoration: underline;
} .article-body h1 {
font-size: 28px;
font-weight: 700;
margin: 1.2em 0 0.5em;
color: #111;
line-height: 1.3;
}
.article-body h2 {
font-size: 24px;
font-weight: 700;
margin: 1.2em 0 0.5em;
color: #111;
line-height: 1.3;
}
.article-body h3 {
font-size: 20px;
font-weight: 700;
margin: 1em 0 0.4em;
color: #111;
line-height: 1.3;
}
.article-body h4 {
font-size: 18px;
font-weight: 700;
margin: 1em 0 0.4em;
color: #111;
line-height: 1.4;
}
.article-body h5,
.article-body h6 {
font-size: 16px;
font-weight: 700;
margin: 0.8em 0 0.3em;
color: #111;
} .article-body ul {
margin: 0.8em 0;
padding-left: 0;
list-style: none;
}
.article-body ul li {
position: relative;
padding-left: 20px;
margin-bottom: 0.4em;
}
.article-body ul li::before {
content: '';
position: absolute;
left: 0;
top: 10px;
width: 6px;
height: 6px;
background: #f7931a;
border-radius: 50%;
} .article-body ul ul {
margin: 0.3em 0 0.3em 10px;
}
.article-body ul ul li::before {
width: 5px;
height: 5px;
background: #999;
}
.article-body ul ul ul li::before {
width: 4px;
height: 4px;
background: #ccc;
border-radius: 0;
} .article-body ol {
margin: 0.8em 0;
padding-left: 0;
list-style: none;
counter-reset: item;
}
.article-body ol li {
position: relative;
padding-left: 28px;
margin-bottom: 0.4em;
counter-increment: item;
}
.article-body ol li::before {
content: counter(item);
position: absolute;
left: 0;
top: 2px;
width: 20px;
height: 20px;
background: #f7931a;
color: #fff;
font-size: 11px;
font-weight: 700;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
} .article-body ol ol {
margin: 0.3em 0 0.3em 10px;
counter-reset: subitem;
}
.article-body ol ol li {
counter-increment: subitem;
}
.article-body ol ol li::before {
content: counter(item) '.' counter(subitem);
width: auto;
height: auto;
background: none;
color: #666;
font-size: 14px;
padding: 0;
} .article-body blockquote {
margin: 2em 0;
padding: 25px 30px;
background: #f9f9f9;
border-left: 4px solid #f7931a;
font-style: italic;
font-size: 18px;
line-height: 1.7;
color: #444;
}
.article-body blockquote p {
margin-bottom: 0;
}
.article-body blockquote p:not(:last-child) {
margin-bottom: 1em;
}
.article-body blockquote cite {
display: block;
margin-top: 15px;
font-size: 14px;
font-style: normal;
font-weight: 600;
color: #666;
}
.article-body blockquote cite::before {
content: '— ';
} .article-body table {
width: 100%;
margin: 2em 0;
border-collapse: collapse;
font-size: 15px;
background: #fff;
border: 1px solid #e5e5e5;
border-radius: 8px;
overflow: hidden;
}
.article-body table thead {
background: #f5f5f5;
}
.article-body table th {
padding: 14px 16px;
text-align: left;
font-weight: 700;
color: #111;
border-bottom: 2px solid #e5e5e5;
}
.article-body table td {
padding: 12px 16px;
border-bottom: 1px solid #eee;
vertical-align: top;
}
.article-body table tbody tr:last-child td {
border-bottom: none;
}
.article-body table tbody tr:hover {
background: #fafafa;
} .article-body .table-responsive {
overflow-x: auto;
-webkit-overflow-scrolling: touch;
margin: 2em 0;
}
.article-body .table-responsive table {
margin: 0;
min-width: 600px;
} .article-body code {
font-family: 'Monaco', 'Consolas', 'Courier New', monospace;
font-size: 14px;
background: #f5f5f5;
padding: 2px 6px;
border-radius: 4px;
color: #d63384;
}
.article-body pre {
margin: 2em 0;
padding: 20px;
background: #1e1e1e;
border-radius: 8px;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
.article-body pre code {
background: none;
padding: 0;
color: #9cdcfe;
font-size: 14px;
line-height: 1.6;
} .article-body img {
max-width: 100%;
height: auto;
margin: 1.5em 0;
border-radius: 8px;
}
.article-body figure {
margin: 2em 0;
}
.article-body figcaption {
font-size: 14px;
color: #666;
text-align: center;
margin-top: 10px;
font-style: italic;
} .article-body .alignleft {
float: left;
margin: 0.5em 1.5em 1em 0;
max-width: 50%;
}
.article-body .alignright {
float: right;
margin: 0.5em 0 1em 1.5em;
max-width: 50%;
}
.article-body .aligncenter {
display: block;
margin: 2em auto;
} .article-body hr {
border: none;
height: 1px;
background: linear-gradient(to right, transparent, #ddd, transparent);
margin: 3em 0;
} .article-body dl {
margin: 1.5em 0;
}
.article-body dt {
font-weight: 700;
color: #111;
margin-top: 1em;
}
.article-body dd {
margin-left: 20px;
margin-top: 0.3em;
color: #555;
} .article-body kbd {
display: inline-block;
padding: 3px 8px;
font-family: 'Monaco', 'Consolas', monospace;
font-size: 13px;
background: #f5f5f5;
border: 1px solid #ccc;
border-radius: 4px;
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
} .article-body mark {
background: #fff3cd;
padding: 1px 4px;
border-radius: 2px;
} .article-body abbr[title] {
text-decoration: underline dotted;
cursor: help;
} .article-body::after {
content: '';
display: table;
clear: both;
} .article-body iframe,
.article-body embed,
.article-body video {
max-width: 100%;
margin: 2em 0;
}
.article-body .wp-block-embed {
margin: 2em 0;
}
.article-body .wp-block-embed__wrapper {
position: relative;
padding-bottom: 56.25%;
height: 0;
overflow: hidden;
}
.article-body .wp-block-embed__wrapper iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
margin: 0;
} .article-body .cta-box,
.article-body .info-box {
margin: 2em 0;
padding: 25px;
background: #f0f7ff;
border-radius: 8px;
border-left: 4px solid #2196f3;
}
.article-body .warning-box {
background: #fff8e1;
border-left-color: #ff9800;
}
.article-body .success-box {
background: #e8f5e9;
border-left-color: #4caf50;
}
.article-body .danger-box {
background: #ffebee;
border-left-color: #f44336;
} @media (max-width: 768px) {
.article-body {
font-size: 16px;
}
.article-body h2 {
font-size: 22px;
}
.article-body h3 {
font-size: 19px;
}
.article-body h4 {
font-size: 17px;
}
.article-body blockquote {
padding: 20px;
font-size: 16px;
}
.article-body table {
font-size: 14px;
}
.article-body table th,
.article-body table td {
padding: 10px 12px;
}
.article-body .alignleft,
.article-body .alignright {
float: none;
max-width: 100%;
margin: 1.5em 0;
}
.article-body ol li::before {
width: 22px;
height: 22px;
font-size: 12px;
}
.article-body ol li {
padding-left: 30px;
}
}