:root {
--colorBg: #000;
--colorFt: #d5d5d5;
--colorMain: #fcdada;
--colorGold: #ab884a;
--colorDarkGold: #71521b;
--wrapperWidth: 1426px;
--wrapperWidthLg: 1780px;
--mobilePadding: 8px;
--tabPadding: 16px;
--padding: 3rem;
--filterGold: invert(51%) sepia(71%) saturate(316%) hue-rotate(360deg) brightness(95%) contrast(86%);
}
@media screen and (max-width: 1520px) { :root { --padding: 2rem; } }
@media screen and (max-width: 1020px) { :root { --padding: var(--tabPadding); } }
@media screen and (max-width: 620px) { :root { --padding: var(--mobilePadding); } } html { box-sizing: border-box; scroll-behavior: smooth; }
*, *:before, *:after { box-sizing: inherit; }
body, div, p, ol, ul, blockquote, figure { margin: 0; padding: 0; font-weight: normal; }
h1, h2, h3, h4, h5, h6, .card-title, .section-header h2, .feed-title {
margin: 0; padding: 0;
font-family: "Fira Sans Extra Condensed", sans-serif;
font-weight: 600;
}
ul, ol { list-style: none; margin: 0; padding: 0; }
a { text-decoration: none; color: inherit; transition: color 0.3s ease; }
img { max-width: 100%; height: auto; display: block; }
input { -webkit-appearance: none; appearance: none; border: none; outline: none; }
body {
position: relative; 
background-color: #f8f8f8; 
font-weight: 400;
margin: 0 auto;
font-family: "Open Sans", sans-serif;
-webkit-font-smoothing: antialiased;
padding-top: 135px; }
@media screen and (max-width: 620px) { body { padding-top: 115px; } } .wrapper { max-width: var(--wrapperWidth); padding-inline: var(--padding); margin-inline: auto; }
.wrapper.lg { max-width: var(--wrapperWidthLg); }
.wrapper.pr-0 { padding-right: 0; }
.flex { display: flex; }
.flex.col { flex-direction: column; }
.flex.centered { justify-content: center; align-items: center; }
.clearfix::after { content: ""; clear: both; display: table; }
.img-center { width: 100%; height: auto; object-fit: cover; object-position: center; }
.text-center { text-align: center; }
.scrollbar-hide { overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-width: none; }
.scrollbar-hide::-webkit-scrollbar { display: none; }
.pntr { cursor: pointer; }
.f-title { font-family: "Fira Sans Extra Condensed", sans-serif; font-weight: 600; font-style: normal; }
.black { background-color: #000; color: var(--colorGold); }
.gold { background-color: #777; color: #fff; }
section { margin-bottom: 4rem; }
section:has(+ .gold, + .black) { margin-bottom: 0; }
.section-header { display: flex; padding-bottom: 2.5rem; text-wrap: balance; justify-content: space-between; align-items: flex-end; }
.section-header h2, .section-header h1 { font-size: 3rem; letter-spacing: 0.5px; font-weight: 100; position: relative; text-transform: uppercase; }
.section-header h2::before, .section-header h1::before { content: ""; position: absolute; left: 0; top: -0.5rem; width: 80%; border-top: 4px solid var(--colorGold); }
.section-header.md h2 { font-size: 1.125rem; }
.header-link { font-size: 14px; letter-spacing: 0.14px; font-weight: 600; color: var(--colorGold); }
.gold .header-link { color: #fff; }
@media screen and (max-width: 1120px) { .section-header { padding-bottom: 2rem; } }
@media screen and (max-width: 820px) { .section-header { padding-bottom: 1.5rem; } .section-header h2 { font-size: 1.75rem; } }
@media screen and (max-width: 520px) { .section-header { padding-bottom: 1rem; } .header-link { font-size: 12px; } .section-header h2 { font-size: 1.25rem; max-width: 220px; } } .social ul { align-items: center; }
.social li { width: 2rem; height: 2rem; background-position: center; background-size: cover; background-repeat: no-repeat; margin-right: 1rem; border-radius: 5px; }
.social.sm li { width: 1rem; height: 1rem; margin-right: 1rem; }
.social.bg.lg li { width: 4rem; height: 4rem; background-size: 50%; background-color: #fff; }
.social ul li:last-of-type { margin-right: 0; }
.social ul li.yt { background-image: url(//paoktoday.gr/wp-content/themes/paoktoday2026/assets/icons/yt.svg); }
.social ul li.fb { background-image: url(//paoktoday.gr/wp-content/themes/paoktoday2026/assets/icons/fb.svg); }
.social ul li.ig { background-image: url(//paoktoday.gr/wp-content/themes/paoktoday2026/assets/icons/ig.svg); }
.social ul li.tk { background-image: url(//paoktoday.gr/wp-content/themes/paoktoday2026/assets/icons/tk.svg); }
.social ul li.tw { background-image: url(//paoktoday.gr/wp-content/themes/paoktoday2026/assets/icons/x.png); }
.social ul li.sf { background-image: url(//paoktoday.gr/wp-content/themes/paoktoday2026/assets/icons/sfy.svg); }
.social ul li.link { background-image: url(//paoktoday.gr/wp-content/themes/paoktoday2026/assets/icons/link.svg); }
.social ul li.viber { background-image: url(//paoktoday.gr/wp-content/themes/paoktoday2026/assets/icons/viber.svg); }
.social ul li > a { width: 100%; height: 100%; display: inline-block; }
@media screen and (max-width: 620px) { .social ul li { width: 40px; height: 40px; } }
@media screen and (max-width: 480px) { .social.bg.lg li { width: 2.5rem; height: 2.5rem; } } .main-header { position: absolute; left: 0; top: 0; width: 100%; z-index: 50;}
.main-header.fixed { position: fixed; background-color: #fff; box-shadow: 0 2px 10px rgba(0,0,0,0.1); }
.main-header.fixed .latest-row, .main-header.fixed .top-row { display: none; } .main-header .top-row { background-color: #000; color: #fff; padding-block: 0.25rem; font-size: 16px; }
.main-header .top-row .wrapper { justify-content: space-between; display: flex; align-items: center;}
.main-header .top-row .social ul { display: flex; align-items: center;}
.main-header .top-row .social li { filter: invert(1); }
.header-x { align-items: center; gap: 1rem; display: flex; }
.x-header { font-family: "Fira Sans Extra Condensed", sans-serif; font-weight: 500; }
.x-text { font-size: 14px; font-weight: 100; } .main-header .main-row { background-color: #fff; padding-block: 0.75rem; }
.main-header-wrapper { align-items: center; display: flex; }
.main-header .logo { width: 200px; margin-right: 3rem; transform: translateX(-20px); } .main-header .main-nav ul { gap: 1rem; display: flex; }
.main-header .nav-item { font-weight: 500; font-size: 14px; text-transform: uppercase; }
.main-header .nav-item a:hover { color: var(--colorGold); }
.main-header .search-btn { margin-left: auto; cursor: pointer; }
.news-btn { border: 1px solid #000; padding: 0.5rem 0.75rem; font-size: 14px; border-radius: 10px; margin-left: auto; display: none; background-color: var(--colorGold); cursor: pointer; font-weight: 600;} .search-icon { 
width: 1.25rem; height: 1.25rem; 
background-image: url(//paoktoday.gr/wp-content/themes/paoktoday2026/assets/icons/search.svg); 
background-position: center; background-size: contain; background-repeat: no-repeat; 
display: block; 
} .search-form-wrapper { 
position: fixed; 
width: 100vw; 
height: 120px; 
display: flex; 
justify-content: center; 
align-items: center; 
left: 0; 
top: 0; 
z-index: 2000; 
background-color: rgba(0, 0, 0, 0.95); padding-inline: 1rem; 
transform: translateY(-100%); 
transition: transform 0.3s ease; 
will-change: transform; }
.search-form-wrapper.on { 
transform: translateY(0); 
} form#searchform { 
max-width: 600px; 
width: 100%; 
position: relative; 
display: flex;
align-items: center;
border-bottom: 2px solid var(--colorGold); padding-bottom: 5px;
} input#s { 
width: 100%; 
padding: 0.75rem 50px 0.75rem 0.5rem; 
font-size: 22px; 
font-family: "Open Sans", sans-serif;
color: #fff !important; background: transparent !important; border: none !important;
outline: none !important;
}
input#s::placeholder {
color: #666; opacity: 1;
} input#searchsubmit { 
position: absolute; 
right: 0; 
top: 50%; 
transform: translateY(-50%);
width: 30px; 
height: 30px; 
background-image: url(//paoktoday.gr/wp-content/themes/paoktoday2026/assets/assets/icons/search.svg); background-position: center;
background-size: contain;
background-repeat: no-repeat;
background-color: transparent !important; border: none !important; 
cursor: pointer; 
color: transparent; font-size: 0;
filter: invert(1); transition: transform 0.2s ease;
}
input#searchsubmit:hover {
transform: translateY(-50%) scale(1.1);
} .search-close { 
width: 2.5rem; 
height: 2.5rem; 
position: absolute; 
right: 2rem; 
top: 50%; 
transform: translateY(-50%); 
cursor: pointer; 
transition: transform 0.2s ease;
}
.search-close:hover {
transform: translateY(-50%) rotate(90deg); }
.search-close .line { 
top: 50%; 
transform-origin: center; 
border-bottom: 2px solid #fff; 
transform: rotate(45deg); 
position: absolute; 
width: 100%; 
}
.search-close .line:last-of-type { 
transform: rotate(-45deg); 
}
input.search-field {
border: 0;
line-height: 3;
min-width: 300px;
border-radius: 8px;
}
.search-form button {
color: #fff;
line-height: 3;
width: 45px;
height: 45px;
border-radius: 8px;
background: #ab884a;
} @media screen and (max-width: 768px) {
.search-form-wrapper { height: 100px; }
form#searchform { max-width: 70%; }
.search-close { right: 1rem; width: 2rem; height: 2rem; }
input#s { font-size: 18px; }
} .main-header .nav-btn { display: none; position: relative; width: 2rem; height: 2rem; --topline: 9px; margin-left: auto; cursor: pointer; }
.main-header .nav-btn .line { position: absolute; width: 80%; border-top: 2px solid #000; left: 10%; border-radius: 5px; top: 50%; transition: top 0.3s ease, transform 0.3s ease, opacity 0.3s ease; }
.main-header .nav-btn .line:nth-of-type(1) { top: var(--topline); }
.main-header .nav-btn .line:nth-of-type(3) { top: calc(32px - var(--topline)); }
.main-header .nav-btn.on .line:nth-of-type(1) { top: 50%; transform: rotate(45deg); }
.main-header .nav-btn.on .line:nth-of-type(2) { opacity: 0; }
.main-header .nav-btn.on .line:nth-of-type(3) { top: 50%; transform: rotate(-45deg); } .search-form-wrapper { position: fixed; width: 100vw; height: 100px; display: flex; justify-content: center; align-items: center; left: 0; top: 0; z-index: 2000; background-color: #000; padding-inline: 1rem; transform: translateY(-100%); transition: transform 0.3s ease; will-change: transform; }
.search-form-wrapper.on { transform: translateY(0); }
form#searchform { max-width: 500px; width: 100%; position: relative; --submitWidth: 100px; }
input#s { width: 100%; padding: 1rem var(--submitWidth) 1rem 1rem; font-size: 20px; border-radius: 8px;}
input#searchsubmit { position: absolute; right: 0; top: 0; width: var(--submitWidth); height: 100%; font-size: 16px; background-color: #cdcdcd; border: none; cursor:pointer; border-radius: 0 8px 8px 0;}
.search-close { width: 2rem; height: 2rem; position: absolute; right: 1rem; top: 50%; transform: translateY(-50%); cursor: pointer; }
.search-close .line { top: 50%; transform-origin: center; border-bottom: 1px solid #fff; transform: rotate(45deg); position: absolute; width: 100%; }
.search-close .line:last-of-type { transform: rotate(-45deg); } .main-header .latest-row { padding-block: 0.5rem; background-color: #ccc; max-height: 33px; overflow: hidden; }
.main-header .latest-list { align-items: center; display: flex;}
.main-header .latest-header { font-size: 14px; font-weight: 500; flex-shrink: 0; margin-right: 1ch; display:flex; align-items:center; gap: 5px;}
.main-header .latest-header img { display: none; }
.main-header .latest-item { font-weight: 500; font-size: 12px; display: none; opacity: 0; transition: opacity 0.3s; white-space: nowrap; }
.main-header .latest-item.on { opacity: 1; }
.main-header .latest-item.active { display: block; } .mob-menu { display: none; will-change: max-height; }
.mob-nav { margin-bottom: 3rem; }
.mob-nav > ul { flex-direction: column; gap: 1rem; display: flex;}
.mob-nav .nav-item { font-size: 20px; font-weight: 500; }
.mob-nav .nav-item a:hover { color: var(--colorGold); }
.mob-social ul { justify-content: flex-end; display: flex;} .top-banner > aside { margin-inline: auto; width: fit-content; max-width: 970px; position:relative;}
.top-banner { height: 0; transition: height 0.3s; overflow: hidden; position: fixed; top: 0; left: 0; width: 100%; z-index: 100; background-color: rgba(255, 255, 255, 0.9); backdrop-filter: blur(5px); will-change: height; }
.top-banner .close-banner { position: absolute; width: 2rem; height: 2rem; border: 1px solid #000; background-color: #fff; cursor: pointer; right: 0; top:0; z-index: 2;}
.top-banner .close-banner .line { position: absolute; width: 80%; border-top: 1px solid #000; left: 10%; top: 50%; transform: rotate(45deg); }
.top-banner .close-banner .line:last-of-type { transform: rotate(-45deg); }
.top-sticky-on .top-banner { height: 100px; }
body.top-sticky-on { padding-top: 100px; }
body.top-sticky-on:has(.main-header.fixed) .top-banner { top: 68px; } @media screen and (max-width: 1450px) { .main-header .logo { margin-right: 1rem; } .main-header .main-nav ul { gap: 0.75rem; } }
@media screen and (max-width: 1320px) {
.main-nav { display: none; }
.main-header .nav-btn { display: block; margin-left: 1rem; z-index: 110;}
.mob-menu { 
display: block; background-color: #fff; color: #000; 
position: absolute; width: 100%; max-width: 380px; 
top: 100%; right: 0; z-index: 100; max-height: 0; 
transition: max-height 0.4s ease; overflow-y: auto; 
box-shadow: -5px 5px 15px rgba(0,0,0,0.1); 
}
.mob-menu.on { max-height: calc(100vh - 80px); }
.mob-menu-wrapper { padding: 2rem 1.5rem; }
}
@media screen and (max-width: 980px) { .main-header .top-row .social li { margin-right: 0.5rem; } }
@media screen and (max-width: 940px) { .top-sticky-on .top-banner { height: calc(100vw / 9.7); } body.top-sticky-on { padding-top: calc(100vw / 9.7); } }
@media screen and (max-width: 680px) { .main-header .top-row .social li { display: none; } }
@media screen and (max-width: 650px) {
.single .news-btn, .home .news-btn { padding: 0.25rem 0.5rem; font-size: 10px; border-radius: 5px; display: block; margin-left: auto; color: #fff; font-weight: 600; }
.single .search-btn, .home .search-btn { margin-left: 1rem; }
.home .main-header .nav-btn { margin-left: 0.5rem; }
}
@media screen and (max-width: 620px) {
.main-header .main-row { padding-block: 0.5rem; }
.mob-nav .nav-item { font-size: 18px; }
.search-form-wrapper { padding-bottom: 1rem; align-items: flex-end; height: 125px; }
.search-close { top: 1rem; transform: none; }
body.top-sticky-on:has(.main-header.fixed) .top-banner { top: 60px; }
}
@media screen and (max-width: 520px) {
.main-header .logo { width: 180px; margin-right: 0.5rem; transform:none;}
.mob-menu { max-width: 100%; }
.header-x { gap: 0.5rem; }
.x-text { font-size: 12px; }
.main-header .latest-header img { display: block; width: 1rem; }
.main-header .latest-header span { display: none; }
body.top-sticky-on:has(.main-header.fixed) .top-banner { top: 55px; }
} .card-wrapper { position: relative; display: block; height: 100%;}
.card-wrapper > a { height: 100%; width: 100%; position: absolute; left: 0; top: 0; z-index: 10; }
.card { position: relative; border-radius: 15px; overflow: hidden; height: 100%; background-color: #fff; border: 1px solid #f2f2f2; transition: box-shadow 0.3s ease; display: flex; flex-direction: column; }
.card:hover { box-shadow: 3px 3px 5px #ccc; }
.card-image { overflow: hidden; }
.card-image img { transition: transform 0.3s ease; will-change: transform; width: 100%; height: 100%; object-fit: cover;}
.card-wrapper:hover .card-image img, .card:hover .card-image img { transform: scale(1.08); }
.card-info { display: flex; flex-direction: column; padding: 1.25rem 1rem; position: relative; flex-grow: 1; }
.card-info::before { content: ""; width: 100px; border-top: 4px solid var(--colorGold); position: absolute; left: 1rem; top: -16px; }
.card-title { margin-bottom: 2rem; font-size: 1.75rem; line-height: 1; text-wrap: pretty; padding: 1.25rem 1rem 0; }
.card-title span { display: block; }
.card:has(.card-author) .card-title { margin-block: 1rem 0; order: 2; }
.card-author { font-size: 16px; }
.card-lead { margin-bottom: 2rem; display: none; }
.card-details { align-items: center; font-size: 12px; margin-top: auto; padding: 0.5rem 1rem 1.25rem; position: relative; z-index: 10; display: flex;}
.card-details .details-time { margin-right: 0.5rem; padding-right: 0.5rem; border-right: 1px solid #ccc; }
.share-btn { width: 1.5rem; margin-left: auto; cursor: pointer; filter: var(--filterGold); } .card-share { position: absolute; width: 100%; bottom: 0; left: 0; padding: 1rem; background-color: #f2f2f2; display: flex; z-index: 20; transform: translateX(120%); transition: transform 0.3s ease; will-change: transform; }
.card-share.on { transform: translateX(0); }
.share-close { margin-left: auto; cursor: pointer; }
.share-close-wrapper { width: 2rem; height: 2rem; border-radius: 50%; background-color: var(--colorGold); position: relative; }
.share-close-wrapper .line { display: block; border-top: 2px solid #fff; position: absolute; left: 20%; width: 60%; top: calc(50% - 1px); border-radius: 5px; transform-origin: center; transform: rotate(45deg); }
.share-close-wrapper .line:last-of-type { transform: rotate(-45deg); }
.card-share .social li { background-size: 50%; } .card.cover { color: #fff; min-height: 320px; justify-content: flex-end; padding: 1.5rem 1rem; background-color: #000; border: none;}
.card.cover::before { content: ""; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0) 100%); z-index: 2; pointer-events: none;}
.card.cover .card-image { position: absolute; inset: 0; border-radius: 0; background-color: #f5f5f5;}
.card.cover .card-info { height: auto; position: relative; z-index: 5; padding:0; flex-grow:0;}
.card.cover .card-info::before { display:none; }
.card.cover .card-title { margin-block: auto 0.5rem; font-size: 1.5rem; z-index: 3; padding: 0; }
.card.cover .card-title a { color: #fff; }
.card.cover .card-title a::after { content: ''; position: absolute; inset: 0; z-index: 10; }
.card.cover .card-details { margin-top: 0; z-index: 15; padding: 0; font-weight: 600; color: #ccc;}
.card.cover .card-category a { color: var(--colorGold); text-transform: uppercase; } .card.blog { overflow: initial; min-height: 160px; display: flex; flex-direction: row; align-items:center; }
.card.blog .card-info::before { display: none; }
.card.blog .card-image { width: 120px; height: 120px; position: absolute; top: 50%; transform: translateY(-50%); border-radius: 10px; left: 1rem; }
.card.blog .card-info { padding-left: 160px; justify-content: center; height: auto; flex-grow:1;}
.card.blog .card-date { order: 3; font-size: 12px; margin-top: auto; color: var(--colorGold); margin-left: auto; padding-top: 0.5rem; }
.card.blog .card-title { padding: 0; font-style: italic; font-weight: 400; font-family: "Open Sans", sans-serif; font-size: 1.25rem;}
.card.blog .card-author { font-weight: 700; font-size: 1rem; color: var(--colorGold); margin-top:0.5rem;}
.card.blog.guest { background-color: #000; color: #fff; }
.guest-title { color: var(--colorGold); font-size: 14px; } @media screen and (max-width: 1080px) { .card-title { font-size: 1.25rem; } }
@media screen and (max-width: 620px) {
.card-info { padding-bottom: 1rem; }
.card-title { font-size: 1.15rem; }
.card-info::before { top: 10px; width: 50px; }
.card.blog .card-image { border-radius: 8px; }
}
@media screen and (max-width: 560px) {
.card:not(.cover):not(.blog) { display: grid; grid-template-columns: minmax(120px, 30%) 1fr; grid-template-rows: repeat(2, auto); }
.card:not(.cover):not(.blog) .card-image { grid-column: 1 / 2; grid-row: 1 / 3; height: 100%; aspect-ratio: unset; }
.card:not(.cover):not(.blog) .card-title { grid-column: 2 / 3; grid-row: 1 / 2; }
.card:not(.cover):not(.blog) .card-details { grid-column: 2 / 3; grid-row: 2 / 3; }
} .social-list { background-color: #444; padding-block: 3rem; color: #fff; }
.social-list .social ul { justify-content: center; margin-top: 1rem; }
.social-list .social ul li { transition: filter .3s ease; width: 4rem; height: 4rem; background-size: 50%; background-position: center; background-repeat: no-repeat; background-color: #fff; border-radius: 5px; margin-right: 1rem;}
.social-list .social ul li:hover { filter: invert(1); }
.social-list .social ul li > a { display: block; width: 100%; height: 100%; }
.footer-wrapper { padding-block: 2rem; background-color: var(--colorFt); color: #000; }
.footer-wrapper .logo { width: fit-content; max-width: 300px; margin-inline: auto; }
.main-footer .social-list .section-header { padding-bottom: 1rem; border: none; justify-content: center;}
.main-footer .social-list .section-header h2 { font-size: 2rem; font-weight: 100; text-transform: uppercase;}
.footer-nav { margin-block: 2rem 1rem; }
.footer-nav ul { justify-content: center; gap: 3rem; font-size: 20px; font-weight: 600;}
.footer-nav ul a:hover { color: var(--colorGold); }
.footer-nav hr { border-color: rgba(0,0,0,0.1); margin-block: 1.5rem; }
.developer { background-color: var(--colorGold); padding: 1rem var(--padding); text-align: center; font-size: 14px; font-weight: 600;} .bottom-banner { position: fixed; bottom: 0; width: 100%; height: 90px; background-color: rgba(255, 255, 255, 0.5); z-index: 1000; backdrop-filter: blur(5px); transform: translateY(0); transition: transform .3s ease; will-change: transform; }
.bottom-banner.hide { transform: translateY(100%); }
.bottom-banner aside { margin-inline: auto; width: fit-content; position: relative;}
.bottom-banner .mob { display: none; }
.bottom-banner .close-banner { position: absolute; width: 2rem; height: 2rem; border: 1px solid #000; background-color: #fff; cursor: pointer; right: 0; top: 0; z-index: 2;}
.bottom-banner .close-banner .line { position: absolute; width: 80%; border-top: 1px solid #000; left: 10%; top: 50%; transform-origin: center; transform: rotate(45deg); }
.bottom-banner .close-banner .line:last-of-type { transform: rotate(-45deg); }
.paok-ad-wrapper { display: none !important; }
body.gdpr-accepted .paok-ad-wrapper { display: block !important; }
body.gdpr-accepted .paok-ad-wrapper.flex { display: flex !important; }
@media screen and (max-width: 1120px) { .footer-nav ul { gap: 2rem; font-size: 18px; } }
@media screen and (max-width: 820px) { .footer-nav ul { gap: 1rem; font-size: 16px; } .bottom-banner .close-banner { width: 1.5rem; height: 1.5rem; } }
@media screen and (max-width: 760px) { .bottom-banner { height: 60px; } .bottom-banner .desk { display: none; } .bottom-banner .mob { display: block; } }
@media screen and (max-width: 640px) { .footer-wrapper .logo { width: 250px; } .footer-nav ul { flex-wrap: wrap; max-width: 350px; margin-inline: auto; font-size: 14px; } .footer-nav ul li { width: calc((100% - 2rem) / 3); text-align: center; } .home .developer { padding-bottom: 100px; } }
@media screen and (max-width: 520px) { .developer { font-size: 12px; } .social-list .social ul li { width: 3rem; height: 3rem;} }
@media screen and (max-width: 480px) { .social-list { padding-bottom: 2rem; } .social-list .social ul li { width: 2.5rem; height: 2.5rem; margin-right: 0.5rem;}} .breadcrumbs { padding-block: 1rem; margin-bottom: 2rem; font-size: 14px; color: #888; }
.breadcrumbs ul { display: flex; gap: 1ch; }
.breadcrumbs ul li:not(:last-of-type)::after { content: ">"; margin-left: 1ch; }
.box { position: relative; }
.box::before { width: 100%; height: 100%; position: absolute; left: 0; top: 0; display: flex; justify-content: center; align-items: center; font-size: 12px; z-index: -1; }
.box.wide { width: 728px; height: 90px; margin-inline: auto; }
.box.wide .mob { display: none; }
@media screen and (max-width: 920px) { .box.wide { width: 300px; height: 250px; overflow: hidden; } .box.wide .desk { display: none; } .box.wide .mob { display: block; } }  .special-nav-item a {
position: relative;
display: inline-flex !important;
align-items: center;
gap: 8px; } .special-nav-item a::after {
content: "POWERED BY ELABET"; background: linear-gradient(90deg, #002244 0%, #004b87 100%); 
color: #ffffff !important;
font-size: 0.65rem; font-family: 'Fira Sans Extra Condensed', sans-serif;
font-weight: 700;
letter-spacing: 0.5px;
padding: 3px 6px;
border-radius: 4px;
line-height: 1;
position: absolute;
bottom: -14px;
right: 0;
white-space: nowrap; transition: all 0.2s ease;
} .special-nav-item a:hover::after {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 34, 68, 0.4);
background: linear-gradient(90deg, #003366 0%, #005c99 100%); }  @media screen and (max-width: 768px) {
.special-nav-item a::after {
font-size: 0.6rem;
padding: 2px 5px;
}
} footer {
padding-bottom: 90px;
background: #444444;
}.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 { max-width: 100%; border-radius: 10px; margin: 2rem auto; 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;
} .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-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;
}
}