: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!important; }
@media screen and (max-width: 620px) { body { padding-top: 115px!important; } } .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); } .logo .logo-wrapper {
margin: 0 !important;
padding: 0 !important;
line-height: 1 !important;
font-size: 0; display: flex;
align-items: center;
}
.logo .logo-wrapper a {
display: block;
line-height: 0;
} .sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
} .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; }
.googleplay-pt {
margin:2rem auto;
position:relative;
width:100%;
height:auto;
max-width:320px;
}
@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;}.googleplay-pt{max-width:220px;}} .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;
}