/*
Theme Name: ПрофДорСтройКадры
Theme URI: https://pdskadry.ru
Author: Ваше имя
Author URI: https://
Description: Тема для учебного центра ПрофДорСтройКадры
Version: 1.0
Text Domain: pdskadry
*/

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");

/* Стильная полоса прокрутки */
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 120, 85, 0.5) rgba(248, 249, 250, 0.1);
}

body::-webkit-scrollbar {
  width: 8px;
}

body::-webkit-scrollbar-track {
  background: rgba(248, 249, 250, 0.1);
  border-radius: 4px;
}

body::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, rgba(15, 120, 85, 0.6) 0%, rgba(79, 91, 65, 0.6) 50%, rgba(130, 114, 40, 0.6) 100%);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

body::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #0f7855 0%, #4f5b41 50%, #827228 100%);
  transform: scale(1.1);
}

body {
  font-family: "Montserrat", sans-serif;
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 120, 85, 0.5) rgba(248, 249, 250, 0.1);
}

/* Для Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: rgba(15, 120, 85, 0.5) rgba(248, 249, 250, 0.1);
}

/* Для Webkit браузеров */
::-webkit-scrollbar {
  width: 8px;
}

.n2_clear {
    box-shadow: 0 6px 18px rgba(0,0,0,0.12);
}

::-webkit-scrollbar-track {
  background: rgba(248, 249, 250, 0.1);
  border-radius: 4px;
  margin: 4px 0;
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(135deg, rgba(15, 120, 85, 0.6) 0%, rgba(79, 91, 65, 0.6) 50%, rgba(130, 114, 40, 0.6) 100%);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(135deg, #0f7855 0%, #4f5b41 50%, #827228 100%);
  transform: scale(1.1);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.nav-item {
  transition: all 0.3s ease;
}
.nav-item:hover {
  color: #0f7855;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.phone-number {
  transition: color 0.3s ease;
}
.phone-number:hover {
  color: #0f7855;
}
.mobile-menu {
  transform: translateX(100%);
  transition: transform 0.3s ease;
}
.mobile-menu.open {
  transform: translateX(0);
}
.hamburger span {
  transition: all 0.3s ease;
}
.hamburger.open span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}
.hamburger.open span:nth-child(2) {
  opacity: 0;
}
.hamburger.open span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -6px);
}
.hero-gradient {
  background: linear-gradient(135deg, #0f7855 0%, #4f5b41 50%, #827228 100%);
}
.hero-slider {
  position: relative;
  height: 100%;
}
.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.slide.active {
  opacity: 1;
  z-index: 1;
}
.hero-gradient-2 {
  background: linear-gradient(135deg, #4f5b41 0%, #827228 50%, #f6a410 100%);
}
.hero-gradient-3 {
  background: linear-gradient(135deg, #827228 0%, #f6a410 50%, #0f7855 100%);
}
.decorative-circle {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
}
.decorative-circle-1 {
  width: 300px;
  height: 300px;
  top: -50px;
  right: 100px;
}
.decorative-circle-2 {
  width: 200px;
  height: 200px;
  bottom: -30px;
  right: 300px;
  background: rgba(255, 255, 255, 0.05);
}
.cta-button {
  transition: all 0.3s ease;
}
.cta-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}
.stat-card {
  transition: all 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.form-input {
  transition: all 0.3s ease;
}
.form-input:focus {
  border-color: #0f7855;
  box-shadow: 0 0 0 3px rgba(15, 120, 85, 0.1);
}
.submit-button {
  transition: all 0.3s ease;
  background: linear-gradient(135deg, #0f7855 0%, #4f5b41 50%, #f6a410 100%);
}
.submit-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(15, 120, 85, 0.3);
}
.webinar-card {
  background: linear-gradient(135deg, #f6a410 0%, #e6950e 100%);
}
.text-primary {
  color: #0f7855;
}
.bg-primary {
  background-color: #0f7855;
}
.border-primary {
  border-color: #0f7855;
}
.text-secondary {
  color: #4f5b41;
}
.bg-secondary {
  background-color: #4f5b41;
}
.border-secondary {
  border-color: #4f5b41;
}
.text-tertiary {
  color: #827228;
}
.bg-tertiary {
  background-color: #827228;
}
.border-tertiary {
  border-color: #827228;
}
.text-accent {
  color: #f6a410;
}
.bg-accent {
  background-color: #f6a410;
}
.border-accent {
  border-color: #f6a410;
}
@media (max-width: 768px) {
  .decorative-circle-1 {
    width: 200px;
    height: 200px;
    top: 20px;
    right: -50px;
  }
  .decorative-circle-2 {
    width: 150px;
    height: 150px;
    bottom: 20px;
    right: 50px;
  }
}
.dot {
  transition: all 0.3s ease;
  cursor: pointer;
}
.dot.active {
  opacity: 1 !important;
  transform: scale(1.2);
}
.partner-logo {
  flex: 0 0 calc(16.666% - 20px);
  height: 100px;
  background: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  padding: 1rem;
}
.partner-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}
.partner-logo:hover .partner-image {
  filter: grayscale(0);
  opacity: 1;
  transform: scale(1.05);
}
#partners-carousel {
  animation: scroll 30s linear infinite;
  width: max-content;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 30px));
  }
}
@media (max-width: 1280px) {
  .partner-logo {
    flex: 0 0 calc(20% - 16px);
  }
}
@media (max-width: 1024px) {
  .partner-logo {
    flex: 0 0 calc(25% - 15px);
  }
}
@media (max-width: 768px) {
  .partner-logo {
    flex: 0 0 calc(33.333% - 12px);
  }
}
@media (max-width: 480px) {
  .partner-logo {
    flex: 0 0 calc(50% - 10px);
    height: 80px;
  }
}
.testimonial-card {
  transition: all 0.4s ease;
  transform: scale(0.95);
  opacity: 0.4;
  filter: blur(3px);
}
.testimonial-card.active {
  transform: scale(1);
  opacity: 1;
  filter: none;
}
@media (min-width: 1024px) {
  .menu > li.menu-item-has-children { position: relative; }
  .menu > li > a {
    display: flex;
    align-items: center;
    gap: .4rem;
    padding: .5rem .6rem;
    border-radius: .5rem;
    transition: background-color .2s, color .2s;
  }
  .menu > li:hover > a {
    background: #0f7855;
    color: #fff;
  }
  .menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    display: none;
    min-width: 22rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: .5rem;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    z-index: 60;
    padding: .5rem 0;
  }
  .menu > li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  .menu > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding: .75rem 1rem;
    color: #111827;
    white-space: nowrap;
    border-radius: 0;
    transition: background-color .15s, color .15s;
  }
  .menu > li.menu-item-has-children > .sub-menu > li > a:hover {
    background: #0f7855;
    color: #fff;
  }
  .menu > li.menu-item-has-children > a svg {
    transition: transform .2s;
  }
  .menu > li.menu-item-has-children:hover > a svg {
    transform: rotate(180deg);
  }
}
@media (min-width: 1024px) {
  .menu > li.menu-item-has-children { position: relative; }
  .menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    display: none;
  }
  .menu > li.menu-item-has-children:hover > .sub-menu,
  .menu > li.menu-item-has-children:focus-within > .sub-menu {
    display: block;
  }
}
@media (min-width: 1024px) {
  .menu > li.menu-item-has-children > .sub-menu {
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    display: none;
    min-width: 22rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 12px 30px rgba(0,0,0,.12);
    z-index: 60;
    padding: 0;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  .menu > li.menu-item-has-children > .sub-menu > li > a {
    display: block;
    padding: .75rem 1rem;
    white-space: nowrap;
    color: #111827;
    transition: background-color .15s, color .15s;
  }
  .menu > li.menu-item-has-children > .sub-menu > li > a:hover {
    background: #0f7855;
    color: #fff;
  }
}
.single-edu p,
.single-edu li {
  text-indent: 0 !important;
  text-align: left !important;
}
.single-edu ul,
.single-edu ol {
  list-style: revert !important;
  list-style-position: outside !important;
  padding-left: 1.5rem !important;
  margin: 0 0 1em 0 !important;
}
.single-edu { line-height: 1.7; }
.single-edu li > p { margin: 0 !important; }
.single-edu b,
.single-edu strong { font-weight: 700 !important; }
#edu-content { line-height: 1.7; }
#edu-content p { 
  margin: 0 0 1em 0 !important;
  text-indent: 0 !important;
  text-align: left !important; 
}
#edu-content ul,
#edu-content ol {
  list-style-position: outside !important;
  padding-left: 1.5rem !important;
  margin: 0 0 1em 0 !important;
}
#edu-content ul { list-style-type: disc !important; }
#edu-content ol { list-style-type: decimal !important; }
#edu-content li {
  display: list-item !important;
  margin: .25em 0 !important;
}
#edu-content li > p { margin: 0 !important; }
#edu-content b,
#edu-content strong { font-weight: 700 !important; }

/* Включаем стандартную прокрутку с кастомными стилями */
html, body {
  overflow-x: hidden;
  overflow-y: auto;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
  display: block;
}

html, body {
  -ms-overflow-style: auto;
  scrollbar-width: thin;
}

body, p, li, ul, ol, strong, em, a, h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
  margin: 0;
  padding: 0;
  word-break: normal;
  overflow-wrap: break-word;
}
p {
  margin-bottom: 1em;
}
ul, ol {
  margin: 1em 0 1em 2em;
  padding-left: 1.2em;
}
li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  line-height: 1.3;
  margin: 1.2em 0 0.6em 0;
}
h1 { font-size: 2em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; }
h4 { font-size: 1.25em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
strong, b {
  font-weight: 600;
}
em, i {
  font-style: italic;
}
a {
  color: #005bbb;
  text-decoration: underline;
}
a:hover, a:focus {
  color: #003d80;
  text-decoration: none;
}
.entry-content, .post-content, .page-content, .article-content {
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}
.entry-content ul, 
.post-content ul, 
.page-content ul,
.article-content ul {
  list-style-type: disc;
}
.entry-content ol,
.post-content ol,
.page-content ol,
.article-content ol {
  list-style-type: decimal;
}
table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
th, td {
  border: 1px solid #ccc;
  padding: 0.5em 0.75em;
  text-align: left;
}
.entry-content > *:first-child {
  margin-top: 0;
}
.entry-content > *:last-child {
  margin-bottom: 0;
}
.entry-content, .post-content, .page-content, .article-content, .wp-block-post-content, .prose {
  font-size: 16px;
  line-height: 1.65;
  color: #222;
}
.entry-content ul,
.post-content ul,
.page-content ul,
.article-content ul,
.wp-block-post-content ul,
.prose ul {
  list-style-type: disc !important;
  list-style-position: outside !important;
  margin: 1em 0 1em 1.5em !important;
  padding-left: 1.25em !important;
}
.entry-content ol,
.post-content ol,
.page-content ol,
.article-content ol,
.wp-block-post-content ol,
.prose ol {
  list-style-type: decimal !important;
  list-style-position: outside !important;
  margin: 1em 0 1em 1.5em !important;
  padding-left: 1.25em !important;
}
.entry-content li ul,
.entry-content li ol,
.post-content li ul,
.post-content li ol,
.page-content li ul,
.page-content li ol,
.article-content li ul,
.article-content li ol,
.wp-block-post-content li ul,
.wp-block-post-content li ol,
.prose li ul,
.prose li ol {
  margin-top: .5em !important;
  margin-bottom: .5em !important;
}
.entry-content li,
.post-content li,
.page-content li,
.article-content li,
.wp-block-post-content li,
.prose li {
  display: list-item !important;
  margin-bottom: .5em;
}
.entry-content p,
.post-content p,
.page-content p,
.article-content p,
.wp-block-post-content p,
.prose p {
  margin: 0 0 1em;
}
.entry-content strong, .post-content strong, .page-content strong,
.article-content strong, .wp-block-post-content strong, .prose strong {
  font-weight: 600;
}
.entry-content h1, .entry-content h2, .entry-content h3,
.entry-content h4, .entry-content h5, .entry-content h6,
.post-content h1, .post-content h2, .post-content h3,
.post-content h4, .post-content h5, .post-content h6,
.page-content h1, .page-content h2, .page-content h3,
.page-content h4, .page-content h5, .page-content h6,
.article-content h1, .article-content h2, .article-content h3,
.article-content h4, .article-content h5, .article-content h6,
.wp-block-post-content h1, .wp-block-post-content h2, .wp-block-post-content h3,
.wp-block-post-content h4, .wp-block-post-content h5, .wp-block-post-content h6,
.prose h1, .prose h2, .prose h3, .prose h4, .prose h5, .prose h6 {
  line-height: 1.3;
  margin: 1.2em 0 .6em;
}
.entry-content ul li::marker,
.post-content ul li::marker,
.page-content ul li::marker,
.article-content ul li::marker,
.wp-block-post-content ul li::marker,
.prose ul li::marker,
.entry-content ol li::marker,
.post-content ol li::marker,
.page-content ol li::marker,
.article-content ol li::marker,
.wp-block-post-content ol li::marker,
.prose ol li::marker {
  font-size: 1em;
}
a.inline-block.mt-6.w-full.text-center.px-8.py-4.rounded-lg.text-white.font-semibold.text-lg.transition-all.duration-300:hover {
    color: white;
}
a.mt-auto.inline-flex.items-center.justify-center.px-6.py-3.rounded-xl.text-white.font-semibold.shadow-lg.transition.hover:hover {
	color: white;
}
header.bg-white {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    z-index: 50 !important;
}

/* Мобильные контакты - улучшенный вид */
@media (max-width: 1023px) {
  .contacts-mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
  }
  
  .contact-mobile-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
  }
  
  .contact-mobile-item:hover {
    background: #e9ecef;
    transform: translateY(-2px);
  }
  
  .contact-mobile-icon {
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  
  .contact-mobile-text {
    display: flex;
    flex-direction: column;
  }
  
  .contact-mobile-label {
    font-size: 11px;
    color: #6c757d;
    text-transform: uppercase;
  }
  
  .contact-mobile-value {
    font-size: 14px;
    font-weight: 600;
    color: #0f7855;
  }
}

/* Скрытие десктопного меню на мобилке */
@media (max-width: 1023px) {
  .desktop-nav {
    display: none !important;
  }
}

/* Аккордеон для мобильного меню */
@media (max-width: 1023px) {
  .mobile-accordion-item {
    border-bottom: 1px solid #e5e7eb;
  }
  
  .mobile-accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 16px 0;
    background: none;
    border: none;
    text-align: left;
    font-size: 16px;
    color: #374151;
    cursor: pointer;
  }
  
  .mobile-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
  
  .mobile-accordion-content.open {
    max-height: 500px;
  }
  
  .mobile-accordion-arrow {
    transition: transform 0.3s ease;
  }
  
  .mobile-accordion-arrow.rotated {
    transform: rotate(180deg);
  }
}
/* Скрытие десктопного меню на мобилке */
@media (max-width: 1023px) {
  .bg-white.border-b.border-gray-200 {
    display: none !important;
  }
}

/* Скрытие пунктов меню по умолчанию на мобилке */
@media (max-width: 1023px) {
  .mobile-menu-item .sub-menu {
    display: none !important;
  }
  
  .mobile-menu-item .sub-menu.open {
    display: block !important;
  }
}

/* ===== HERO адаптив под мобильные устройства ===== */
.single-education-page .hero-card {
  overflow: hidden;
}

.single-education-page .hero-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto;
  gap: 1rem;
  padding: 1.25rem;
}

.single-education-page .hero-title-wrapper {
  text-align: center;
  max-width: 38rem;
  margin: 0 auto;
}

.single-education-page .hero-subtitle {
  opacity: .95;
}

.single-education-page .hero-cta {
  width: 100%;
  justify-content: center;
}

.single-education-page .hero-image {
  display: flex;
  align-items: center;
  justify-content: center;
}

.single-education-page .hero-image img {
  width: clamp(9.5rem, 42vw, 15.5rem);
  height: clamp(9.5rem, 42vw, 15.5rem);
  object-fit: cover;
  border-radius: 9999px;
  border: 4px solid #fff;
  box-shadow: 0 0 20px rgba(0,0,0,.2);
}

/* Заголовок HERO — адаптивный и без переносов */
.single-education-page .hero-title-wrapper h1 {
  font-size: clamp(1.55rem, 4.6vw + 0.6rem, 2.2rem) !important;
  line-height: 1.15 !important;
  word-break: normal !important;
  overflow-wrap: normal !important;
  hyphens: auto !important;
  text-wrap: balance;
}

/* Tablet ≥768px */
@media (min-width: 768px) {
  .single-education-page .hero-inner {
    gap: 1.5rem;
    padding: 1.75rem;
  }

  .single-education-page .hero-title-wrapper h1 {
    font-size: clamp(1.8rem, 2.5vw + 0.8rem, 2.6rem) !important;
  }

  .single-education-page .hero-image img {
    width: clamp(12rem, 30vw, 18rem);
    height: clamp(12rem, 30vw, 18rem);
  }
}

/* Desktop ≥1024px — две колонки */
@media (min-width: 1024px) {
  .single-education-page .hero-inner {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 2rem;
    padding: 3rem;
  }

  .single-education-page .hero-title-wrapper {
    text-align: left;
    margin: 0;
    max-width: 40rem;
  }

  .single-education-page .hero-cta {
    width: auto;
    justify-content: flex-start;
  }

  .single-education-page .hero-title-wrapper h1 {
    font-size: clamp(2rem, 1.2vw + 1.6rem, 3.2rem) !important;
  }

  .single-education-page .hero-image img {
    width: 20rem;
    height: 20rem;
  }
}

/* Стили для страницы архива новостей */
.pdsk-news-archive {
    max-width: 90rem;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.news-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 14px 30px rgba(15, 23, 42, .08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 20px 40px rgba(15, 23, 42, .12);
}

.news-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    background: #e5e7eb;
}

.news-body {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.news-pill {
    background: #eef7f3;
    color: #2d705a;
    font-size: 12px;
    font-weight: 700;
    padding: 6px 12px;
    border-radius: 999px;
    width: fit-content;
    display: inline-block;
    line-height: 1;
}

.news-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    color: #2d705a;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 40px;
}

.news-title a {
    color: inherit;
    text-decoration: none;
}

.news-title a:hover {
    color: #f6a410;
}

.news-excerpt {
    font-size: 15px;
    color: #475569;
    line-height: 1.4;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 42px;
}

.news-meta {
    margin-top: 4px;
    font-size: 12px;
    color: #94a3b8;
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
}

.news-dot {
    opacity: .6;
    margin: 0;
}

.news-read {
    margin-top: 6px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #f6a410;
    text-decoration: none;
    width: fit-content;
}

.news-read svg {
    width: 18px;
    height: 18px;
    transition: transform .2s ease;
}

.news-read:hover svg {
    transform: translateX(4px);
}

/* Пагинация */
.page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    color: #4b5563;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    transition: all 0.2s ease;
    margin: 0 4px;
}

.page-numbers:hover:not(.current) {
    background: #f3f4f6;
    color: #1f2937;
}

.page-numbers.current {
    background: #2d705a;
    color: white;
    border-color: #2d705a;
}

.page-numbers.dots {
    background: transparent;
    border: none;
    color: #6b7280;
}

/* Адаптивность */
@media (max-width: 768px) {
    .news-title,
    .news-excerpt {
        min-height: auto;
        -webkit-line-clamp: 3;
    }
    
    .news-card img {
        height: 180px;
    }
    
    .pdsk-news-archive {
        padding: 1.5rem 1rem;
    }
}

/* Скрытие блока на телефонах */
@media (max-width: 767px) {
  .site-header-sticky > .bg-green-50 {
    display: none !important;
  }
}

/* Альтернативно, можно использовать более точный диапазон */
@media (max-width: 480px) {
  .site-header-sticky > .bg-green-50 {
    display: none !important;
  }
}

/* Или с использованием подхода mobile-first */
@media (min-width: 768px) {
  .site-header-sticky > .bg-green-50 {
    display: block; /* или другое значение по умолчанию */
  }
}