.article-page {
padding-bottom: 4rem;
}
.article-layout-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) 320px;
gap: 5rem;
margin-bottom:4rem;
} .article-breadcrumbs { 
margin-bottom: 2rem; 
font-size: 14px; 
color: #666; 
}
.article-breadcrumbs a { color: var(--colorDarkGold); font-weight: 600; }
.article-breadcrumbs a:hover { color: var(--colorGold); }
.article-breadcrumbs span.breadcrumb_last { color: #999; } .article-main-column {
display: flex;
flex-direction: column;
width: 100%;
}
.article-header { margin-bottom: 1.5rem; }
.article-title { font-size: 3rem; line-height: 1.1; text-wrap: balance; }
.article-img {
margin-bottom: 2rem;
border-radius: 12px;
overflow: hidden;
background-color: #eee;
aspect-ratio: 16/9;
}
.article-details {
justify-content: space-between;
align-items: center;
border-top: 1px solid #eaeaea;
border-bottom: 1px solid #eaeaea;
padding-block: 1rem;
}
.article-author-info { align-items: center; gap: 0.5rem; }
.article-author { font-size: 1.125rem; color: #000; }
.article-author a:hover { color: var(--colorGold); }
.article-date-sep { color: #ccc; }
.article-date { font-size: 0.875rem; color: #888; } .modern-share { margin-top: 2rem; }
.modern-share ul {
display: flex;
gap: 0.5rem;
align-items: center;
}
.modern-share ul li {
width: 36px;
height: 36px;
border-radius: 50%; 
background-color: #f2f2f2; 
display: flex;
justify-content: center;
align-items: center;
transition: all 0.2s ease;
margin-right: 0 !important; background-size: 18px !important; 
background-position: center !important;
background-repeat: no-repeat !important;
}
.modern-share ul li:hover {
background-color: var(--colorGold); 
transform: translateY(-2px);
filter: invert(1) brightness(200%); }
.modern-share ul li > a {
display: block;
width: 100%;
height: 100%;
} .article-body { font-size: 1.125rem; line-height: 1.7; color: #222; margin-top: 2rem; }
.article-body p { margin-bottom: 1.5rem; }
.article-body h2, .article-body h3 {
font-family: "Fira Sans Extra Condensed", sans-serif;
font-weight: 600;
margin-top: 2.5rem;
margin-bottom: 1rem;
color: #000;
}
.article-body h2 { font-size: 2.25rem; }
.article-body h3 { font-size: 1.75rem; }
.article-body a { color: var(--colorDarkGold); font-weight: 600; text-decoration: underline; }
.article-body a:hover { color: var(--colorGold); }
.article-body iframe, .single-article iframe { max-width: 100%; border-radius: 10px; margin: 2rem auto!important; display:block; } .article-body > div[id^="div-gpt-ad"],
.article-body > ins.adsbygoogle,
.ad-container,
.ad-container > div {
clear: both;
display: flex;
justify-content: center;
margin-inline: auto;
max-width: 100%;
overflow: hidden;
}
#ocm-outbrain-feed {
max-width: 100%;
overflow: hidden;
}
@media screen and (max-width:584px) {
#ocm-outbrain-feed {
max-width: 91vw;
overflow: hidden;
}
}
.lock-screen, .ob-widget, .ob-feed-layout {width:100%!important} .article-tags { margin-top: 3rem; align-items: center; gap: 1rem; }
.article-tags h4 { font-size: 1.25rem; margin: 0; }
.tags { display: flex; flex-wrap: wrap; gap: 0.5rem; }
.tags .top-tag a {
background-color: #f2f2f2;
padding: 0.5rem 1rem;
border-radius: 6px;
font-size: 0.875rem;
font-weight: 600;
transition: background-color 0.2s, color 0.2s;
}
.tags .top-tag a:hover { background-color: var(--colorGold); color: #fff; } .article-author-box {
margin-top: 3rem;
background-color: #000;
color: #fff;
padding: 2rem;
border-radius: 12px;
align-items: center;
gap: 1.5rem;
}
.author-avatar {
flex-shrink: 0;
width: 90px;
height: 90px;
border-radius: 50%;
border: 2px solid var(--colorGold);
overflow: hidden;
}
.author-avatar img {
width: 100%;
height: 100%;
object-fit: cover;
}
.author-box-content h4 { 
margin-bottom: 0.25rem; 
}
.author-box-content h4 a {
font-family: "Fira Sans Extra Condensed", sans-serif; 
font-size: 1.5rem; 
color: var(--colorGold); 
text-transform: uppercase;
}
.author-box-content h4 a:hover { color: #fff; } .author-bio {
font-size: 0.9rem;
color: #d5d5d5;
margin-block: 0.5rem;
line-height: 1.5;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.author-social-links { margin-top: 1rem; }
.author-social-links ul li { background-color: #e6e6e6; } .author-social-links ul li:hover { background-color: var(--colorGold); }   .article-body img {
max-width: 100%;
height: auto;
display: block;
margin: 2rem auto; border-radius: 8px; } .article-body .aligncenter { 
display: block; 
margin: 2rem auto; 
}
.article-body .alignleft { 
float: left; 
margin: 0.5rem 1.5rem 1.5rem 0; 
}
.article-body .alignright { 
float: right; 
margin: 0.5rem 0 1.5rem 1.5rem; 
}
.article-body figure { 
margin: 2rem auto; 
max-width: 100%; 
}
.article-body figcaption {
text-align: center;
font-size: 0.875rem;
color: #666;
margin-top: 0.5rem;
font-style: italic;
} .article-body::after {
content: "";
display: table;
clear: both;
} .article-body .wp-block-embed-youtube iframe,
.article-body iframe[src*="youtube.com"],
.article-body iframe[src*="youtu.be"] {
width: 100% !important;
max-width: 100%;
aspect-ratio: 16 / 9;
height: auto !important;
display: block;
margin: 2.5rem auto;
border: none;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1); 
} .article-body .wp-block-embed-glomex {
width: 100%;
max-width: 100%;
margin: 2.5rem auto;
}
.article-body .wp-block-embed-glomex .wp-block-embed__wrapper,
.article-body glomex-player,
.article-body .wp-block-embed-glomex iframe {
width: 100% !important;
max-width: 100%;
aspect-ratio: 16 / 9;
height: auto !important;
display: block;
border: none;
border-radius: 8px;
box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.wp-block-paragraph {
margin-bottom:1.5rem;
} .latest-yt-video { 
margin-bottom: 4rem; 
width: 100%;
}  .related-grid {
display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); 
gap: 1.5rem;
width: 100%;
max-width: 100%;
} .related-grid > * {
min-width: 0; 
} .article-sidebar { position: relative; height: 100%; }
.sidebar-sticky-wrapper {
position: sticky;
top: 75px; 
display: flex;
flex-direction: column;
width: 100%;
}
.box.rect { 
width: 100%;
max-width: 300px; 
min-height: 250px; 
margin: 0 auto; 
background-color: transparent;
display: flex;
justify-content: center;
}
.box.rect > div[style*="display: none"] { display: none !important; } @media screen and (max-width: 980px) {
.desktop-only-ad { display: none !important; }
}
@media screen and (min-width: 981px) {
.mobile-intext-ad {
display: none !important;
}
}
@media screen and (max-width: 980px) {
.mobile-intext-ad {
margin-bottom:2rem;
}
} .latest-yt-video { 
margin-bottom: 4rem; 
background-color: #eaeaea; padding: 2rem;
border-radius: 12px;
text-align: center; 
} .latest-yt-video h2,
.latest-yt-video h3,
.latest-yt-video .f-title {
font-family: "Fira Sans Extra Condensed", sans-serif;
font-size: 1.75rem;
text-transform: uppercase;
text-decoration: underline;
margin-top: 0;
margin-bottom: 1.5rem;
color: #000;
} .latest-yt-video iframe, 
.latest-yt-video object, 
.latest-yt-video embed {
width: 100%;
max-width: 800px; margin: 0 auto;
aspect-ratio: 16 / 9;
height: auto;
display: block;
border: none;
border-radius: 10px;
box-shadow: 0 10px 20px rgba(0,0,0,0.15); } .latest-yt-video img {
max-width: 180px;
margin: 1.5rem auto 0;
opacity: 0.8;
} @media screen and (max-width: 620px) {
.latest-yt-video { 
padding: 1rem; 
border-radius: 8px;
}
.latest-yt-video h2,
.latest-yt-video h3 {
font-size: 1.5rem;
}
} @media screen and (max-width: 1120px) {
.article-layout-grid { gap: 2rem; }
.article-title { font-size: 2.5rem; }
}
@media screen and (max-width: 980px) {
.article-layout-grid { grid-template-columns: 1fr; }
.article-sidebar { height: auto; }
}
@media screen and (max-width: 768px) { .related-grid { grid-template-columns: 1fr; gap: 1.5rem; }
.article-author-box { flex-direction: column; text-align: center; }
}
@media screen and (max-width: 620px) {
.article-title { font-size: 2rem; }
.modern-share { width: 100%; }
.modern-share ul { justify-content: flex-start; }
.author-social-links ul { justify-content: center; }
}  .blogger-profile {
margin-bottom: 2rem;
gap: 1rem;
}
.blogger-avatar {
margin: 0;
}
.blogger-hero-avatar {
max-width:150px;
}
.blogger-avatar img {
width: 80px; 
height: 80px; 
border-radius: 50%; 
object-fit: cover; 
border: 3px solid var(--colorGold, #c6a260);
}
.blogger-info {
text-align: left;
}
.blogger-name {
display: block; 
font-size: 1.2rem; 
font-weight: 800; 
color: #111;
}
.blogger-name a {
color: inherit; 
text-decoration: none;
transition: color 0.2s ease;
}
.blogger-name a:hover {
color: var(--colorGold, #c6a260);
}
.blogger-info time {
font-size: 0.9rem; 
color: #666; 
font-weight: 600;
} .article-share { margin-bottom: 3rem; }
.ad-margin { margin-block: 2.5rem; } .article-tags { margin-bottom: 3rem; }
.blogger-hero-profile {
width: 100%;
background: #FFF;
align-items: center;
border-radius: 16px;
gap: 2rem;
margin-bottom: 2rem;
box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
display: flex;
justify-content: space-around;
padding: 12px;
font-size: 2rem;
flex-wrap: wrap;
}
.blogger-hero-name {
font-weight: 700;
font-family: system-ui;
} .blogger-footer-card {
background: #0a0a0a; 
padding: 3rem; 
border-radius: 15px; 
margin-top: 4rem; 
gap: 2rem; 
flex-wrap: wrap;
}
.blogger-footer-img img {
width: 120px; 
height: 120px; 
border-radius: 50%; 
object-fit: cover; 
border: 4px solid var(--colorGold, #c6a260);
}
.blogger-footer-info {
flex: 1; 
min-width: 250px;
}
.blogger-footer-info h3 {
color: #fff; 
font-size: 1.8rem; 
margin-bottom: 1rem;
}
.blogger-footer-socials { margin-bottom: 1.5rem; }
.blogger-footer-socials ul { gap: 10px; } .blogger-footer-links {
gap: 1rem; 
flex-wrap: wrap;
}
.btn-primary {
padding: 0.75rem 1.5rem;
font-size: 0.9rem;
font-weight: 600;
border-radius: 6px;
text-transform: uppercase;
transition: all 0.2s ease;
}
.gold-btn {
background: var(--colorGold, #c6a260); 
color: #000;
}
.gold-btn:hover { background: #fff; }
.dark-btn {
background: #222; 
color: #fff; 
border: 1px solid #444;
}
.dark-btn:hover { background: var(--colorGold, #c6a260); color: #000; border-color: transparent; } .article-layout-grid {
display: grid;
grid-template-columns: minmax(0, 1fr) 320px;
gap: 3rem;
}
.article-main-column {
display: flex;
flex-direction: column;
width: 100%;
}
.article-sidebar {
position: relative;
height: 100%;
}
@media screen and (max-width: 1120px) {
.article-layout-grid { gap: 2rem; }
}
@media screen and (max-width: 980px) {
.article-sidebar { display: none !important; }
.article-layout-grid { grid-template-columns: 1fr; }
}
@media screen and (max-width: 768px) {
.grid-2-cols { grid-template-columns: 1fr !important; } }  body.century-single {
background-color: #111;
color: #eee;
}
body.century-single .article-page {
padding-top: 2rem;
} .century-header {
gap: 1.5rem;
align-items: center;
border-bottom: 1px solid #333;
padding-bottom: 2rem;
margin-bottom: 2rem;
}
body.century-single .article-title {
color: #fff;
font-size: 3.5rem;
}
.century-badge a,
.century-badge p {
color: var(--colorGold, #c6a260);
margin: 0;
line-height: 1.2;
text-transform: uppercase;
font-size: 1.5rem;
letter-spacing: 2px;
}
.century-badge a:hover {
color: #fff;
}
.century-hero-img img {
border-radius: 12px;
border: 2px solid var(--colorGold, #c6a260);
box-shadow: 0 10px 30px rgba(0,0,0,0.5);
}
.century-meta {
justify-content: center;
border: none; padding: 0;
}
body.century-single .article-author { color: #fff; }
body.century-single .article-author a { color: var(--colorGold, #c6a260); }
body.century-single .article-author a:hover { color: #fff; }
.century-logo img {
max-width: 120px;
opacity: 0.8;
} body.century-single .article-body {
color: #ddd; font-size: 1.2rem;
}
body.century-single .article-body h2, 
body.century-single .article-body h3 {
color: var(--colorGold, #c6a260);
} .century-top-ad,
.century-mid-ad {
margin-block: 3rem;
} body.century-single .latest-yt-video {
background-color: #222; }
body.century-single .latest-yt-video h2, 
body.century-single .latest-yt-video h3, 
body.century-single .latest-yt-video .f-title {
color: #fff;
}
body.century-single .section-header h2 {
color: var(--colorGold, #c6a260);
} @media screen and (max-width: 768px) {
body.century-single .article-title {
font-size: 2.2rem;
}
.century-badge a, .century-badge p {
font-size: 1.2rem;
}
} .live-badge {
display: inline-flex;
align-items: center;
background-color: #e50000;
color: #fff;
font-family: 'Fira Sans Extra Condensed', sans-serif;
font-size: 1.25rem;
font-weight: 800;
padding: 0.25rem 1rem;
border-radius: 6px;
margin-bottom: 1.5rem;
letter-spacing: 1px;
}
.pulse-dot {
display: inline-block;
width: 10px;
height: 10px;
background-color: #fff;
border-radius: 50%;
margin-right: 8px;
animation: livePulse 1.5s infinite;
}
@keyframes livePulse {
0% { transform: scale(0.95); opacity: 0.5; }
50% { transform: scale(1.2); opacity: 1; }
100% { transform: scale(0.95); opacity: 0.5; }
}
.live-meta {
justify-content: center;
margin-top: 1rem;
} .live-body {
margin-top: 3rem;
}  .match-hero-section {
position: relative;
width: 100%;
height: auto !important; min-height: 400px;
border-radius: 16px;
background-color: #000; overflow: hidden;
margin-bottom: 2rem;
}
.match-hero-bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
} .match-hero-overlay {
position: relative;
z-index: 1;
width: 100%;
height: auto !important;
padding: 6rem 3rem 3rem;
background: linear-gradient(to bottom, rgba(0,0,0,0.3) 0%, rgba(0,0,0,0.9) 300px, #000 100%);
color: #fff;
} .match-meta-info {
font-size: 1.1rem;
color: #ccc;
margin-bottom: 0.5rem;
line-height: 1.5;
}
.match-scoreboard {
margin-bottom: 2.5rem;
}
.match-teams {
font-size: 2.5rem;
font-weight: 800;
margin-bottom: 0.25rem;
text-transform: uppercase;
color: #fff;
}
.match-score {
font-size: 3rem;
font-weight: 800;
color: #fff;
}
.match-teams .vs,
.match-score .vs {
margin-inline: 0.75rem;
color: var(--colorGold, #c6a260);
} .match-report-options {
list-style: none;
padding: 0;
margin: 0 0 2rem 0;
gap: 1.5rem;
border-bottom: 1px solid rgba(255,255,255,0.15);
padding-bottom: 1.5rem;
}
.match-report-btn {
font-size: 1.15rem;
font-weight: 600;
color: #aaa;
cursor: pointer;
padding: 0.5rem 1rem;
border-radius: 4px;
transition: all 0.2s ease;
}
.match-report-btn:hover {
color: #fff;
}
.match-report-btn.on {
background-color: rgba(255, 255, 255, 0.15);
color: #fff;
} .match-panels-container {
width: 100%;
max-width: 900px; margin: 0 auto;
}
.match-report-lists {
display: flex;
justify-content: space-between;
gap: 4rem; width: 100%;
} .stats-col.home, .players-list.home {
text-align: left;
flex: 1;
}
.stats-col.away, .players-list.away {
text-align: right;
flex: 1;
} .stats-col h4, .players-list h4 {
color: var(--colorGold, #c6a260);
margin-bottom: 1.5rem;
font-size: 1.3rem;
text-transform: uppercase;
border-bottom: 1px solid rgba(255,255,255,0.2);
padding-bottom: 0.5rem;
}
.stats-col li, .players-list li {
padding-block: 0.75rem;
border-bottom: 1px solid rgba(255,255,255,0.08);
font-weight: 500;
font-size: 1.1rem;
color: #fff;
} .stats-col li span.min {
color: var(--colorGold, #c6a260);
font-weight: 700;
margin-right: 0.75rem;
}
.stats-col.away li span.min {
margin-right: 0;
margin-left: 0.75rem;
} .article-body-buttons {
gap: 1rem;
margin-bottom: 2rem;
}
.article-body-buttons .article-btn {
flex: 1;
padding: 1.2rem;
background-color: #fff;
border: 1px solid #000;
color: #000;
font-family: inherit;
font-size: 1.1rem;
font-weight: 700;
cursor: pointer;
border-radius: 6px;
transition: all 0.2s ease;
}
.article-body-buttons .article-btn.active {
background-color: #000;
color: var(--colorGold, #c6a260);
}
.match-text-card {
background-color: #fff;
padding: 0;
font-size: 1.15rem;
line-height: 1.8;
} .match-tags-card {
background-color: #f2f2f2;
padding: 2rem;
border-radius: 16px;
margin-top: 3rem;
}
.match-tags-card h4 {
margin-top: 0;
margin-bottom: 1.5rem;
color: #111;
}
.match-pill-tag a {
display: inline-block;
background-color: #000;
color: #fff;
padding: 0.6rem 1.25rem;
border-radius: 50px;
font-weight: 600;
font-size: 0.95rem;
text-decoration: none;
transition: background-color 0.2s ease;
}
.match-pill-tag a:hover {
background-color: var(--colorGold, #c6a260);
} @media screen and (max-width: 768px) {
.match-hero-overlay { padding: 4rem 1.5rem 2rem; }
.match-teams { font-size: 1.8rem; }
.match-score { font-size: 2.2rem; }
.match-report-options { flex-wrap: wrap; gap: 0.5rem; justify-content: center; }
.match-report-lists { flex-direction: column; gap: 2rem; }
.players-list.text-right, .stats-col.text-right { text-align: left !important; }
.article-body-buttons { flex-direction: column; }
} .paok-gn-wrapper {
margin: 2.5rem 0; display: flex;
justify-content: center; width: 100%;
}
.paok-gn-btn {
display: inline-flex;
align-items: center;
gap: 1.25rem;
background-color: #ffffff;
border: 1px solid #eaeaea;
padding: 1rem 1.5rem;
border-radius: 50px; text-decoration: none;
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.04);
transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1); max-width: 100%;
} .paok-gn-btn:hover {
transform: translateY(-3px);
box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
border-color: #d2d2d2;
}
.gn-logo {
width: 32px;
height: 32px;
flex-shrink: 0; filter: drop-shadow(0 2px 3px rgba(0,0,0,0.1));
}
.gn-text {
font-size: 1.05rem;
color: #444;
font-weight: 500;
line-height: 1.4;
} .gn-text strong {
color: #000;
font-weight: 800;
font-family: 'Fira Sans Extra Condensed', sans-serif;
font-size: 1.2rem;
letter-spacing: 0.5px;  } @media screen and (max-width: 584px) {
.paok-gn-wrapper {
margin: 2rem 0;
}
.paok-gn-btn {
padding: 0.85rem 1.2rem;
gap: 1rem;
border-radius: 12px; }
.gn-logo {
width: 28px;
height: 28px;
}
.gn-text {
font-size: 0.95rem;
}
.gn-text strong {
font-size: 1.05rem;
}
}