/*
Theme Name: About Yektanet
Theme URI: https://avnteam.ir
Author: AVN TEAM
Text Domain: aboutyektanet
Description: New theme for about yektanet
*/
@font-face {
  font-family: "iransansxv";
  src: url("fonts/IRANSansXV.woff") format("woff-variations"), /* will be the standard and works in Safari now */ url("fonts/IRANSansXV.woff") format("woff");
  /* for the other supporting browsers */
  font-weight: 100 1000;
  font-display: fallback;
}
@font-face {
  font-family: iransansx;
  src: url("fonts/IRANSansX-Regular.woff") format("woff");
}
@font-face {
  font-family: iransansx;
  src: url("fonts/IRANSansX-Bold.woff") format("woff");
  font-weight: 700;
}
img {
  max-width: 100%;
}
body {
  direction: rtl;
  font-family: iransansx, tahoma;
  -moz-font-feature-settings: "ss02";
  -webkit-font-feature-settings: "ss02";
  font-feature-settings: "ss02";
  background-color: #fff;
}
@supports (font-variation-settings: normal) {
  body {
    font-family: "iransansxv", tahoma;
  }
  .custom-input {
    font-family: "iransansxv", tahoma;
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
h1,
h2,
h3,
h4 {
  font-weight: bold;
}
a {
  text-decoration: none;
}
ul,
li {
  list-style: none;
}
.admin-bar .header {
  margin-top: 32px;
}
.header {
  background: rgba(255, 255, 255, 0.904);
  box-shadow: 0px 8px 27.1px 0px rgba(228, 229, 241, 0.12);
  border-bottom: 4px solid #fed813;
  padding: 16px 0;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 999;
}
.header .navbar-brand {
  display: flex;
  align-items: center;
}
.header .navbar-brand img {
  max-width: 55%;
}
.header .navbar-brand .brandname {
  display: inline-block;
  margin-right: 5px;
  color: #fff;
  font-weight: 700;
  font-size: 24px;
}
.header .custom-navbar ul {
  display: flex;
}
.header .custom-navbar ul li a {
  padding: 15px;
  display: inline-block;
  color: #323232;
  font-size: 14px;
  font-weight: 700;
  transition: all 0.2s;
}
.header .custom-navbar ul li a:hover {
  color: #2fbeaa;
}
.header .custom-navbar ul .current_page_item a {
  font-weight: 900;
}
.header .custom-navbar ul .menu-item-has-children {
  position: relative;
}
.header .custom-navbar ul .menu-item-has-children::before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  color: #000;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header .custom-navbar ul .menu-item-has-children > a {
  padding-left: 30px;
}
.header .custom-navbar ul .menu-item-has-children > a:hover {
  color: #fff;
}
.header .custom-navbar ul .menu-item-has-children .sub-menu {
  display: none;
  transition: all 0.2s;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 9px 31.5px 0px rgba(227, 232, 239, 0.171);
  min-width: 170px;
  border-radius: 4px;
}
.header .custom-navbar ul .menu-item-has-children .sub-menu li a {
  color: #323232;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.2s;
  display: block;
  border-radius: 8px;
  margin: 8px;
}
.header .custom-navbar ul .menu-item-has-children .sub-menu li a:hover {
  font-weight: 700;
  background-color: #323232;
  color: #fff;
}
.header .custom-navbar ul .menu-item-has-children:hover > a {
  background-color: #2fbeaa;
  border-radius: 8px;
}
.header .custom-navbar ul .menu-item-has-children:hover .sub-menu {
  display: block;
}
.header .custom-navbar ul .login-btn {
  margin-right: auto;
}
.header .custom-navbar ul .login-btn a {
  display: flex;
  align-items: center;
  background-color: #323232;
  color: #2fbeaa;
  border-radius: 8px;
}
.header .custom-navbar ul .login-btn a img {
  margin-left: 5px;
}
.header.fixanimation {
  top: -150px;
  transition: all 0.2s;
}
.header.fixtop {
  background-color: #fbfbfb;
  box-shadow: 0px 4px 33.3px 0px rgba(218, 218, 218, 0.58);
  position: fixed;
  top: 0;
}
.header.fixtop .custom-navbar ul {
  display: flex;
}
.header.fixtop .custom-navbar ul li a {
  color: #2fbeaa;
}
.header.fixtop .custom-navbar .menu-item-has-children {
  position: relative;
}
.header.fixtop .custom-navbar .menu-item-has-children::before {
  content: "\f107";
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  color: #323232;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.header.fixtop .custom-navbar .menu-item-has-children > a {
  padding-left: 30px;
}
.header.fixtop .custom-navbar .menu-item-has-children .sub-menu {
  display: none;
  transition: all 0.2s;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 9px 31.5px 0px rgba(227, 232, 239, 0.171);
  min-width: 170px;
  border-radius: 4px;
}
.header.fixtop .custom-navbar .menu-item-has-children .sub-menu li a {
  color: #323232;
  font-weight: 400;
  font-size: 14px;
  transition: all 0.2s;
  display: block;
  border-radius: 8px;
  margin: 8px;
}
.header.fixtop .custom-navbar .menu-item-has-children .sub-menu li a:hover {
  font-weight: 700;
  background-color: #323232;
}
.header.fixtop .custom-navbar .menu-item-has-children:hover > a {
  background-color: #323232;
  border-radius: 8px;
}
.header.fixtop .custom-navbar .menu-item-has-children:hover .sub-menu {
  display: block;
}
.custom-title-sec {
  position: relative;
  margin-bottom: 30px;
}
.custom-title-sec .custom-title {
  background-color: #fed813;
  display: inline-block;
  color: #6c6c6d;
  font-size: 18px;
  padding: 10px 30px;
  border-radius: 5px 5px 5px 5px;
}
.custom-title-sec .custom-title::before {
  content: "";
  width: calc(100% - 30px);
  height: 5px;
  background-color: #fed813;
  position: absolute;
  right: 15px;
  bottom: 0;
}
.custom-icon-svg .vc_single_image-img {
  width: 100%;
  height: auto;
}
.carousel-slider {
  direction: ltr;
}
.carousel-slider .owl-item img {
  width: auto !important;
}
.custom-btn-slider {
  font-family: inherit !important;
  text-align: center;
  padding: 15px !important;
}
.custom-carousel .vc_column-inner {
  padding-top: 0 !important;
}
.custom-carousel .carousel-slider__post {
  direction: rtl;
  background-color: #f9f9f9;
  border: 0;
  box-shadow: none;
}
.custom-carousel .carousel-slider__post-excerpt {
  text-align: right;
}
.custom-carousel .carousel-slider__post-title {
  color: #323232;
  transition: all 0.2s;
  line-height: 1.8;
}
.custom-carousel .carousel-slider__post-title:hover {
  color: #2fbeaa;
}
.custom-carousel .carousel-slider__post-title h3 {
  font-size: 14px;
}
.footer {
  margin-top: 100px;
  background-color: #eee;
}
.footer .fast-links {
  padding: 30px 0 0 0;
}
.footer .fast-links #menu-footer-menu {
  column-count: 4;
  text-align: center;
}
.footer .fast-links #menu-footer-menu li {
  position: relative;
  margin-bottom: 30px;
}
.footer .fast-links #menu-footer-menu li:last-of-type::before {
  display: none;
}
.footer .fast-links #menu-footer-menu li:nth-child(7)::before {
  display: none;
}
.footer .fast-links #menu-footer-menu li::before {
  content: "";
  width: 4px;
  height: 40px;
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fed813;
}
.footer .fast-links #menu-footer-menu a {
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  color: #6c6c6d;
  transition: all 0.2s;
}
.footer .fast-links #menu-footer-menu a:hover {
  color: #2fbeaa;
}
.footer .sub-footer {
  background-color: #e7e7e7;
  padding: 15px 0;
}
.footer .sub-footer .copyright {
  font-size: 12px;
}
.banner-cover {
  min-height: 400px;
}
.tab-box .wpb_content_element h3 {
  color: #2fbeaa;
  font-size: 40px;
  font-weight: 700;
}
.tab-box .wpb_content_element p {
  font-size: 18px;
  color: #6c6c6d;
  font-weight: 700;
}
.txt-title {
  font-size: 26px;
  line-height: normal;
  color: #6c6c6d;
  font-weight: 700;
  margin-bottom: 30px !important;
}
.txt-title-betwen {
  margin: 30px 0;
}
.txt-desc {
  color: #6c6c6d;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 30px !important;
}
.txt-desc ul li {
  position: relative;
  margin: 8px 18px 0px 0px;
  font-size: 13px;
  line-height: normal;
}
.txt-desc ul li::before {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #2fbeaa;
  width: 6px;
  height: 6px;
  border-radius: 8px;
}
.txt-banner {
  max-width: 460px;
  color: #fff;
}
.vc_single_image-wrapper {
  position: relative;
}
.vc_single_image-wrapper img {
  border-radius: 10px;
}
.vc_single_image-wrapper::before {
  content: "";
  width: 94%;
  height: 93%;
  position: absolute;
  border: 1px solid #e7e7e7;
  right: 50%;
  top: 50%;
  transform: translate(50%, -50%);
  border-radius: 10px;
}
.custom-btn {
  margin-bottom: 0 !important;
}
.custom-btn a {
  padding: 8px 30px !important;
  transition: all 0.2s;
  border-radius: 8px !important;
}
.custom-btn.btn-cta a {
  background-color: #fed813 !important;
  color: #000 !important;
  font-size: 15px;
  font-weight: 700;
}
.custom-btn.btn-cta a:hover {
  background-color: #2fbeaa !important;
  color: #fff !important;
}
.custom-btn.btn-cta.btn-green a {
  background-color: #2fbeaa !important;
  color: #fff !important;
}
.custom-btn.btn-cta.btn-green a:hover {
  background-color: #fed813 !important;
  color: #000 !important;
}
.custom-btn.btn-cta.btn-full {
  width: 100%;
}
.custom-btn.btn-cta.btn-full a {
  width: 100%;
}
.story-sec .vc_column_container {
  position: static;
}
.story-sec .vc_column_container::before {
  content: "";
  background-color: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  left: 0;
  top: 0;
}
.story-sec.no-over .txt-banner,
.story-sec.no-over .txt-title-banner {
  color: #323232 !important;
}
.story-sec.no-over .vc_column_container::before {
  display: none;
}
.avn-history-timeline {
  position: relative;
  margin: 80px 0;
}
.avn-history-timeline::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  left: 62px;
  background-color: rgba(254, 216, 19, 0.5);
}
.avn-history-timeline .avn-history {
  position: relative;
  margin-bottom: 80px;
  padding-left: 150px;
}
.avn-history-timeline .avn-history::after {
  content: "";
  width: 95px;
  height: 95px;
  position: absolute;
  left: 0;
  top: 0px;
  border-radius: 100%;
  border: 15px solid #FED813;
  background-color: #fff;
}
.avn-history-timeline .avn-history .date-sec {
  text-align: left;
  font-size: 60px;
  color: #000;
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  margin-right: auto;
}
.avn-history-timeline .avn-history .item-picture {
  margin-top: 106px;
}
.avn-history-timeline .avn-history .items {
  display: flex;
  justify-content: space-between;
}
.avn-history-timeline .avn-history .items .item {
  display: none;
  align-items: center;
}
.avn-history-timeline .avn-history .items .item.primary-sec {
  display: flex;
}
.avn-history-timeline .avn-history .items .item.title-holder {
  display: flex;
  margin-bottom: 20px;
}
.avn-history-timeline .avn-history .items .item.title-holder:last-of-type {
  margin-bottom: 0;
}
.avn-history-timeline .avn-history .items .item.title-holder .icon-sec {
  margin-left: 5px;
  width: 40px;
  height: 40px;
}
.avn-history-timeline .avn-history .items .item.title-holder .icon-sec img {
  transition: all 0.2s;
  opacity: 0.5;
}
.avn-history-timeline .avn-history .items .item.title-holder .title-sec {
  color: #6C6C6D;
  font-size: 14px;
}
.avn-history-timeline .avn-history .items .item.title-holder:hover .icon-sec img {
  opacity: 1;
}
.avn-history-timeline .avn-history .items .item.title-holder:hover .title-sec {
  color: #000;
}
.avn-history-timeline .avn-history .items .item.primary-title-sec .icon-sec img {
  opacity: 1;
}
.avn-history-timeline .avn-history .items .item.picture-holder img {
  border-radius: 10px;
  border: 1px solid rgba(254, 216, 19, 0.34);
}
.avn-history-timeline .avn-history .txt-desc h4 {
  margin-top: 15px;
  font-size: 15px;
}
.avn-history-timeline .avn-history .txt-desc h4 + h4 {
  margin-top: 5px;
}
.avn-history-timeline .avn-history .txt-desc strong {
  font-size: 12px;
  color: #959595;
}
.avn-history-timeline .avn-history .txt-desc ul {
  list-style: none;
  margin-right: 0;
  padding-right: 0;
}
.avn-history-timeline .avn-history .txt-desc ul li {
  margin-right: 0;
  padding-right: 0;
  list-style: none;
  line-height: 1.8;
}
.avn-history-timeline .avn-history .txt-desc ul li::before {
  display: none;
}
.holder-reports {
  position: relative;
}
.holder-reports .wpb_single_image {
  margin-bottom: 0;
}
.holder-reports .vc_single_image-wrapper {
  position: relative;
  overflow: hidden;
}
.holder-reports .vc_single_image-wrapper::after {
  position: absolute;
  background-color: #000;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
  opacity: 0.5;
  border-radius: 8px;
}
.holder-reports .vc_single_image-wrapper::before {
  z-index: 3;
}
.holder-reports .txt-title {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0;
  color: #fff;
  right: 0;
  left: 0;
  text-align: center;
  font-size: 18px;
}
.holder-reports .txt-desc {
  position: absolute;
  top: 0;
  max-width: 90%;
  right: 0;
  left: 0;
  margin: 0 auto;
  color: #fff;
  background-color: #000;
  z-index: 2;
  font-size: 13px;
  bottom: 0;
  margin-bottom: 0 !important;
  border-radius: 8px;
  padding: 30px;
  opacity: 0;
  transition: all 0.2s;
}
.holder-reports .custom-btn {
  z-index: 3;
  width: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  left: 0;
  max-width: 150px;
  margin: 50px auto 0 auto;
}
.holder-reports .custom-btn a {
  font-size: 13px;
  background-color: #2fbeaa !important;
  color: #fff !important;
}
.holder-reports .custom-btn a:hover {
  color: #000 !important;
  background-color: #fed813 !important;
}
.holder-reports:hover .txt-title {
  opacity: 0;
}
.holder-reports:hover .txt-desc {
  opacity: 0.7;
}
.avn-managers-row {
    display: flex;
    gap: 24px;
    margin-bottom: 30px;
    justify-content: center;
    flex-wrap: wrap;
}
.avn-managers-row .avn-manager {
    width: 100%;
    max-width: calc(20% - 24px);
}
@media (max-width: 991px) {
.avn-managers-row .avn-manager {
    width: 100%;
    max-width: calc(33.3% - 24px);
}
}
@media (max-width: 575px) {
.avn-managers-row .avn-manager {
    width: 100%;
    max-width: calc(50% - 24px);
}
}
.avn-managers-row .avn-manager {
  margin-bottom: 0;
}
.avn-manager {
  margin-bottom: 30px;
}
.avn-manager .manager-avatar img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.avn-manager .title-sec {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
}
.avn-manager .title-sec .manager-name h4 {
  font-size: 13px;
  font-weight: 700;
  margin-bottom: 5px;
}
.avn-manager .title-sec .manager-name h4 a {
  color: #6c6c6d;
}
.avn-manager .title-sec .manager-name .manager-position {
  font-size: 13px;
  color: #858587;
}
.avn-manager .title-sec .manager-social a {
  background-color: #6c6c6d;
  color: #fff;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}
.custom-box-centered {
  justify-content: center;
}
.custom-date-event {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin: 80px 0;
}
.custom-date-event .item-date {
  width: 150px;
  height: 150px;
  position: relative;
  margin-right: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 100%;
}
.custom-date-event .item-date::before {
  content: '';
  border: 2px solid #fed813;
  width: 180px;
  height: 180px;
  position: absolute;
  border-radius: 100%;
}
.custom-date-event .item-date.active-date {
  background-color: #fed813;
  animation: ripple 1s linear infinite;
}
.custom-date-event .item-date:last-of-type {
  margin-right: 0px;
}
.custom-date-event .item-date .showdate {
  font-size: 42px;
  font-weight: 700;
  color: #6c6c6d;
}
.custom-date-event .item-date .eventshow {
  font-size: 15px;
  font-weight: 700;
  color: #6c6c6d;
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(242, 193, 34, 0.3), 0 0 0 0.05em rgba(242, 193, 34, 0.3), 0 0 0 0.1em rgba(242, 193, 34, 0.3), 0 0 0 0.2em rgba(242, 193, 34, 0.3);
  }
  to {
    box-shadow: 0 0 0 0.3em rgba(242, 193, 34, 0.3), 0 0 0 0.3em rgba(242, 193, 34, 0.3), 0 0 0 0.4em rgba(242, 193, 34, 0.3), 0 0 0 0.5em transparent;
  }
}
.single-item {
  background-color: #fff;
  max-width: 60%;
  margin: 130px auto 0 auto;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
  padding: 30px;
  border-radius: 8px;
}
.single-item .thumb {
  margin: 0 0 30px 0;
  text-align: center;
}
.single-item .thumb img {
  height: auto;
}
.single-item .content-single {
  line-height: 1.8;
  font-size: 14px;
  color: #323232;
}
.single-item .content-single h1,
.single-item .content-single h2,
.single-item .content-single h3,
.single-item .content-single h4,
.single-item .content-single h5 {
  margin-bottom: 15px;
}
.single-item .content-single ul {
  margin-bottom: 5px;
}
.avn-groups .col-md-2 {
  margin-bottom: 30px;
}
.avn-groups .avn-group {
  cursor: pointer;
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  overflow: hidden;
  min-height: 180px;
  position: relative;
}
.avn-groups .avn-group .thumb {
  position: relative;
  min-height: calc(100% - 48px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.avn-groups .avn-group .thumb img {
  height: auto;
  width: 70%;
}
.avn-groups .avn-group .title-sec {
  padding: 10px;
  text-align: center;
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all 0.2s;
}
.avn-groups .avn-group:hover .title-sec {
  background-color: #eee;
}
.avn-groups .popup {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.363);
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
.avn-groups .popup.show {
  display: block;
}
.avn-groups .popup .txt-desc {
  position: fixed;
  top: 50%;
  max-width: 680px;
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.08);
  right: 0;
  left: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  padding: 40px;
  border-radius: 8px;
}
.avn-groups .popup .closepop {
  position: absolute;
  left: 5px;
  top: 5px;
  font-size: 30px;
  cursor: pointer;
}
.newsroom .first-box {
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
.newsroom .first-box img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.newsroom .first-box .title h3 {
  font-size: 18px;
  margin-bottom: 10px;
}
.newsroom .first-box .title .desc {
  font-size: 14px;
  line-height: 1.8;
}
.newsroom .first-box .readmore {
  text-align: left;
}
.newsroom .first-box .readmore a {
  font-size: 16px;
  color: #2fbeaa;
}
.newsroom .av-box {
  margin-left: 15px;
}
.newsroom .av-box .title h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
.newsroom .av-box .title .desc {
  font-size: 14px;
  line-height: 1.8;
}
.newsroom .av-box .readmore {
  text-align: left;
}
.newsroom .av-box .readmore a {
  font-size: 16px;
  color: #2fbeaa;
}
.newsroom .av-box .row {
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 15px;
  margin-bottom: 30px;
}
.newsroom .av-box .row .col-3 {
  display: flex;
  align-items: center;
}
.newsroom .av-box .row .img-sec img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.lastpost .widgettitle {
  font-size: 18px;
  margin: 30px 0 15px 0;
  font-weight: 700;
}
.lastpost ul li {
  background-color: #fff;
  box-shadow: 0 3px 18px rgba(0, 0, 0, 0.12);
  margin-bottom: 15px;
  border-radius: 10px;
}
.lastpost ul li a {
  display: flex;
  color: #323232;
  font-size: 14px;
  line-height: 1.8;
}
.lastpost ul li a img {
  max-width: 100px;
  height: auto;
  margin: 15px;
  border-radius: 10px;
}
.lastpost .content {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
/*responsive*/
@media only screen and (max-width: 768px) {
  .single-item {
    max-width: 100%;
  }
  .navbar-collapse {
    display: none;
  }
  .custom-date-event {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .custom-date-event .item-date {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .custom-date-event .item-date:last-of-type {
    margin-right: 0;
  }
  #menu-footer-menu {
    flex-direction: column;
  }
  #menu-footer-menu li {
    margin-bottom: 15px;
    border-right: 4px solid #fed813;
    padding-right: 5px;
  }
  #menu-footer-menu li::before {
    display: none;
  }
}



/* Press News Cards */
.press-news-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .press-news-cards {
    grid-template-columns: 1fr;
  }
}
.press-news-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 24px;
  display: flex;
  flex-direction: column;
}
.press-news-card-logo {
  margin-bottom: 18px;
  height: 60px;
  display: flex;
  align-items: center;
}
.press-news-card-logo img {
  max-height: 60px;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  border-radius: 6px;
}
.press-news-card-title {
  font-size: 17px;
  font-weight: 700;
  color: #1d1d1d;
  line-height: 1.9;
  margin: 0 0 12px;
}
.press-news-card-text {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 2;
  margin: 0 0 20px;
  flex-grow: 1;
}
.press-news-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
}
.press-news-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f7a823;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.press-news-card-link-icon {
  display: inline-flex;
}
.press-news-card-date {
  font-size: 13px;
  color: #9b9b9b;
}

/* Press News List */
.press-news-filters {
  display: flex;
  gap: 12px;
  margin: 30px 0 16px;
}
.press-news-filters select {
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  background: #fff;
  font-family: inherit;
  font-size: 14px;
  color: #1d1d1d;
}
/* Media Kit Archive */
.avn-media-kit-archive {
  margin-top: 20px;
}
.media-kit-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 575px) {
  .media-kit-cards {
    grid-template-columns: 1fr;
  }
}
.media-kit-card {
  background: #fff;
  border: 1px solid #ececec;
  border-radius: 14px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.media-kit-card-thumb {
  display: block;
}
.media-kit-card-thumb img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.media-kit-card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.media-kit-card-title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.9;
  margin: 0 0 12px;
}
.media-kit-card-title a {
  color: #1d1d1d;
  text-decoration: none;
}
.media-kit-card-text {
  font-size: 14px;
  color: #6f6f6f;
  line-height: 2;
  margin: 0 0 20px;
  flex-grow: 1;
}
.media-kit-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #f0f0f0;
  padding-top: 16px;
}
.media-kit-card-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #f7a823;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}
.media-kit-card-link-icon {
  display: inline-flex;
}
.media-kit-card-date {
  font-size: 13px;
  color: #9b9b9b;
}

/* Press News Archive (full list with pagination) */
.avn-press-news-archive {
  margin-top: 20px;
}
.press-news-archive-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 36px;
}
.press-news-archive-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 36px;
  height: 36px;
  padding: 0 10px;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
  color: #1d1d1d;
  text-decoration: none;
  font-size: 14px;
}
.press-news-archive-pagination .page-numbers.current {
  background: #f7a823;
  border-color: #f7a823;
  color: #fff;
}
.press-news-archive-pagination .page-numbers.dots {
  border: none;
  color: #9b9b9b;
}
