@font-face {
font-family: "NeoSansArabic";
src: url(//korazone-e.com/wp-content/themes/matchpress/assets/fonts/NeoSansArabic.woff2) format("woff2");
font-style: normal;
font-weight: 400 800;
font-display: swap;
}
:root {
--main-color: #087c2d;
--body-bg: #eceef2;
--header-bg: #fff;
--header-color: #222;
--logo-bg: #087c2d;
--logo-color: #fff;
--light-color: #fff;
--dark-color: #273340;
--gray-1: #eceef2;
--gray-2: #ddd;
--gray-3: #d8dbe1;
--copy-bg: #eceef2;
--copy-color: #222;
--theme-shadow: rgba(0, 0, 0, 0.3);
--theme-radius: 8px;
--font-type: "NeoSansArabic", "Segoe UI", sans-serif;
}
html[data-theme="dark"] {
--body-bg: #1c2733;
--header-bg: #263545;
--header-color: #fff;
--light-color: #263545;
--dark-color: #1c2733;
--gray-1: #1c2733;
--gray-2: #2b3b4d;
--gray-3: #1c2733;
--copy-bg: #1c2733;
--copy-color: #fff;
}
*,
*::before,
*::after {
box-sizing: border-box;
}
html {
-webkit-text-size-adjust: 100%;
}
body {
margin: 0;
min-width: 320px;
overflow-x: hidden;
background: var(--body-bg);
color: var(--header-color);
font-family: var(--font-type);
font-size: 16px;
font-weight: 500;
line-height: 1.5;
}
a {
color: inherit;
text-decoration: none;
}
button,
input,
select,
textarea {
font: inherit;
}
.screen-reader,
.site-icon-sprite {
position: absolute !important;
width: 1px !important;
height: 1px !important;
overflow: hidden !important;
clip: rect(1px, 1px, 1px, 1px) !important;
}
#AYaHeader {
position: relative;
margin-bottom: 15px;
border-top: 0;
z-index: 2000;
}
#AYaHeader .HdrInner {
width: 100%;
background: var(--header-bg);
box-shadow: 0 0 4px var(--theme-shadow);
}
.site-chrome-container {
width: min(100% - 24px, 1024px);
min-height: 85px;
margin-inline: auto;
display: flex;
align-items: center;
gap: 20px;
}
.AYaLogo {
width: var(--mpt-logo-width, 200px);
max-width: min(var(--mpt-logo-width, 200px), 45vw);
margin-block: 8px;
padding: 5px;
flex: 0 0 auto;
overflow: hidden;
border-radius: var(--theme-radius);
background: var(--logo-bg);
transform: translateX(var(--mpt-logo-offset-x, 0px));
}
.AYaLogo a {
display: flex;
flex-direction: column;
justify-content: center;
}
.AYaLogo span {
display: block;
min-height: 4px;
color: var(--logo-color);
text-align: center;
line-height: 33px;
}
.AYaLogo .SiteName {
font-size: var(--mpt-site-name-size, 30px);
}
.AYaLogo .SiteUrl {
font-size: var(--mpt-site-url-size, 19px);
}
.AYaMainNav {
min-width: 0;
flex: 1;
display: flex;
align-items: center;
gap: 15px;
}
.MainMenu,
.AYaSocial {
margin: 0;
padding: 0;
list-style: none;
}
.MainMenu {
flex: 1;
display: flex;
align-items: center;
}
.MainMenu a {
display: block;
padding: 8px;
color: var(--header-color);
font-size: 17px;
white-space: nowrap;
}
.MainMenu a:hover {
color: var(--main-color);
}
.AYaSocial {
display: flex;
align-items: center;
gap: 5px;
direction: ltr;
flex-direction: row;
}
.AYaSocial.icons-ltr {
flex-direction: row-reverse;
}
.AYaSocial li {
position: relative;
}
.AYaSocial .moon {
transform: translateX(var(--mpt-theme-offset-x, 0px));
}
.hed-btn {
width: var(--mpt-header-button-size, 35px);
height: var(--mpt-header-button-size, 35px);
padding: 0;
border: 0;
border-radius: var(--theme-radius);
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
background: var(--dark-color);
color: #fff;
}
.hed-btn:hover,
.hed-btn:focus-visible {
opacity: 0.82;
outline: 2px solid var(--main-color);
outline-offset: 2px;
}
.hed-btn .icon {
width: var(--mpt-header-icon-size, 22px);
height: var(--mpt-header-icon-size, 22px);
color: #fff;
pointer-events: none;
}
.AYaSocial .twitter .hed-btn {
background: #000;
}
.AYaSocial .facebook .hed-btn {
background: #1877f2;
}
.AYaSocial .youtube .hed-btn {
background: #cd201f;
}
.AYaSocial .telegram .hed-btn {
background: #24a1de;
}
.language-toggle {
background: var(--dark-color);
}
.language-menu-list {
position: absolute;
top: calc(100% + 8px);
left: 0;
z-index: 2300;
display: none;
min-width: 155px;
padding: 6px;
border: 1px solid var(--gray-2);
border-radius: var(--theme-radius);
background: var(--light-color);
box-shadow: 0 12px 28px rgba(15, 23, 42, 0.2);
direction: rtl;
}
[dir="ltr"] .language-menu-list {
right: 0;
left: auto;
}
.language-control.open .language-menu-list {
display: grid;
gap: 4px;
}
.language-menu-item {
width: 100%;
padding: 8px 10px;
border: 0;
border-radius: 6px;
background: transparent;
color: var(--header-color);
cursor: pointer;
text-align: right;
white-space: nowrap;
}
.language-menu-item:hover,
.language-menu-item:focus-visible {
background: var(--main-color);
color: #fff;
outline: none;
}
html:not([data-theme="dark"]) .sun,
html[data-theme="dark"] .mon {
display: none;
}
.site-footer {
width: 100%;
margin-top: 15px;
padding: 26px 52px;
box-shadow: 0 0 4px var(--theme-shadow);
background: var(--copy-bg);
color: var(--copy-color);
display: flex;
align-items: center;
justify-content: space-between;
gap: 16px;
font-size: 13px;
}
.footer-brand {
color: var(--copy-color);
font-size: 14px;
font-weight: 800;
}
.site-footer p {
margin: 0;
}
.footer-links-group {
display: flex;
align-items: center;
justify-content: flex-start;
gap: 14px;
min-width: 0;
}
.footer-links-group .footer-navigation {
position: relative;
padding-inline-start: 14px;
}
.footer-links-group .footer-navigation::before {
content: "";
position: absolute;
inset-inline-start: 0;
top: 50%;
width: 1px;
height: 18px;
background: currentColor;
opacity: 0.25;
transform: translateY(-50%);
}
.footer-navigation {
min-width: 0;
}
.footer-menu {
margin: 0;
padding: 0;
display: flex;
align-items: center;
justify-content: center;
flex-wrap: wrap;
gap: 8px 16px;
list-style: none;
}
.footer-menu li {
margin: 0;
padding: 0;
}
.footer-menu a {
display: inline-flex;
align-items: center;
min-height: 34px;
color: var(--copy-color);
font-size: 13px;
font-weight: 700;
text-decoration: none;
transition:
color 0.2s ease,
opacity 0.2s ease;
}
.footer-menu a:hover,
.footer-menu a:focus-visible {
color: var(--main-color);
outline: none;
}
.footer-social {
display: flex;
align-items: center;
justify-content: center;
gap: 8px;
margin: 0;
padding: 0;
list-style: none;
direction: ltr;
}
.footer-social a {
width: 34px;
height: 34px;
display: inline-flex;
align-items: center;
justify-content: center;
border-radius: 8px;
color: #fff;
}
.footer-social .icon {
width: 20px;
height: 20px;
}
.footer-social .twitter a {
background: #000;
}
.footer-social .facebook a {
background: #1877f2;
}
.footer-social .youtube a {
background: #cd201f;
}
.footer-social .telegram a {
background: #24a1de;
}
@media (max-width: 768px) {
:root {
--font-type: "Segoe UI", Tahoma, sans-serif;
}
#AYaHeader {
margin-bottom: 10px;
}
.site-chrome-container {
width: min(100% - 16px, 1024px);
min-height: 65px;
gap: 8px;
}
.AYaLogo {
margin-block: 6px;
padding: 3px;
}
.AYaLogo .SiteName {
line-height: 25px;
}
.AYaLogo .SiteUrl {
line-height: 18px;
}
.AYaMainNav {
justify-content: flex-end;
}
.MainMenu {
display: none;
}
.AYaSocial {
gap: 4px;
}
.site-footer {
padding-inline: 16px;
flex-wrap: wrap;
justify-content: center;
text-align: center;
}
.site-footer p {
flex-basis: 100%;
}
.footer-menu {
width: 100%;
}
.footer-links-group {
justify-content: center;
flex-wrap: wrap;
}
.footer-navigation {
flex-basis: auto;
}
}
@media (max-width: 430px) {
.site-chrome-container {
width: calc(100% - 10px);
gap: 5px;
}
.AYaSocial {
gap: 3px;
}
.hed-btn {
border-radius: 6px;
}
}.wp-page-content {
margin-bottom: 24px;
}
.wp-page-content > h1:not(.landing-h1) {
margin-top: 0;
font-size: clamp(22px, 4vw, 32px);
line-height: 1.35;
}
.wp-shortcode-page,
.wp-shortcode-page .entry-content {
margin: 0;
padding: 0;
border: 0;
border-radius: 0;
background: transparent;
box-shadow: none;
}
.wp-shortcode-page .entry-content > :first-child {
margin-top: 0;
}
.daily-editor-content,
.home-editor-content {
margin-top: 16px;
}
.article-meta {
margin-bottom: 18px;
}
.article-body img,
.entry-content img {
max-width: 100%;
height: auto;
}
.navigation.pagination {
padding: 0 16px 16px;
}
.nav-links {
display: flex;
flex-wrap: wrap;
gap: 8px;
}
.page-numbers {
min-height: 38px;
padding: 8px 16px;
border-radius: var(--theme-radius);
display: inline-flex;
align-items: center;
justify-content: center;
background: var(--main-color);
color: #fff;
font-weight: 800;
}
.page-numbers.current {
background: var(--dark-color);
}
.not-found-box {
text-align: center;
}
html,
body {
min-height: 100%;
width: 100%;
overflow-x: hidden;
}
body.matchpress-style {
min-height: 100vh;
min-height: 100dvh;
display: flex;
flex-direction: column;
}
#SiteContent,
.article-wrapper,
.match-page,
.match-detail-shell {
flex: 1 0 auto;
}
.site-footer {
flex-shrink: 0;
margin-top: auto;
} .AY-Fixture .rudanflex {
min-height: 0;
height: auto;
}
.AY-Fixture .rudanflex:empty {
display: none;
} .news-card {
min-width: 0;
}
.news-card > a {
height: 100%;
}
.news-card time {
display: block;
}
.match-page {
max-width: 100%;
overflow-x: clip;
}
.match-page .match-detail-main {
display: grid;
gap: 16px;
}
.match-page .content-panel,
.match-page .match-related-block,
.match-page .match-hero {
max-width: 100%;
}
@media (max-width: 700px) {
.match-page {
width: calc(100% - 12px);
margin-inline: auto;
}
.match-page .content-panel,
.match-page .match-related-block {
overflow: hidden;
}
.match-page .match-body {
padding: 12px;
}
.match-page .match-table {
font-size: 13px;
}
.match-page .match-table th,
.match-page .match-table td {
padding: 8px 7px;
}
.match-page .details-text,
.match-page p,
.match-page h1,
.match-page h2 {
overflow-wrap: anywhere;
}
} .AY-Fixture .AY-Dtab {
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: center;
gap: 5px;
}
.AY-Fixture .date-btn {
display: inline-flex;
width: auto;
}
.AY-Fixture .AY_Inner {
display: flex;
flex-direction: row;
align-items: center;
}
.AY-Fixture .MT_Info ul {
width: 100%;
margin: 0;
padding: 0;
display: flex;
flex-direction: row;
align-items: center;
list-style: none;
}
.AY-Fixture .MT_Info li {
min-width: 0;
flex: 1 1 0;
}
.AY-Fixture .MT_Info li::before {
position: static;
}
.AY-Fixture .MT_Result {
direction: rtl;
} .AY-Fixture .AY_Match.not-started .MT_Result,
.AY-Fixture .AY_Match.is-upcoming .MT_Result,
.AY-Fixture .AY_Match.not-started .TourName,
.AY-Fixture .AY_Match.is-upcoming .TourName {
display: none;
}
@media (max-width: 768px) {
.AY-Fixture .AY-Dtab {
width: 100%;
}
.AY-Fixture .date-btn {
flex: 1 1 0;
}
.AY-Fixture .MT_Info li:nth-child(2) {
display: none;
}
}