.top-contacts {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 20px;
}

.top-contacts:first-child {
    margin-bottom: 6px;
}

.top-contacts i {
    color: #2E7D32;
    margin-right: 5px;
}

.top-contacts a {
    color: #444;
    text-decoration: none;
    font-size: 13px;
    white-space: nowrap;
    position: relative;
}

.top-contacts a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: #2E7D32;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

.top-contacts a:hover {
    color: #2E7D32;
}

.top-contacts a:hover::after {
    transform: scaleX(1);
}

@media (max-width: 991px) {

    #sp-logo {
        text-align: center;
        margin-bottom: 15px;
    }

    #sp-logo .logo {
        text-align: center;
    }

    #sp-logo .logo img {
        display: inline-block;
    }

    #sp-top1 {
        text-align: center;
    }

    #sp-top1 .top-contacts {
        justify-content: center !important;
    }

}

#sp-section-2 {
    background: #1a6b3a;
    box-shadow: 0 2px 12px rgba(0,0,0,.05);
    position: relative;
    z-index: 100;
}

.sp-megamenu-wrapper {
    justify-content: center;
}

.sp-megamenu-parent > li > a {
    color: #fff !important;
    font-size: 15px;
    letter-spacing: .2px;
    padding: 18px 16px !important;
    position: relative;
    transition: all .25s ease;
	text-transform: uppercase;
}

.sp-megamenu-parent > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 12px;
    width: 0;
    height: 2px;
    background: #D4A017;
    transition: all .3s ease;
    transform: translateX(-50%);
}

.sp-megamenu-parent > li:hover > a {
    color: #ccc !important;
}

.sp-megamenu-parent > li:hover > a::after {
    width: 70%;
}

.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.current-item > a {
    color: #fff !important;
}

.sp-megamenu-parent > li.active > a::after,
.sp-megamenu-parent > li.current-item > a::after {
    width: 70%;
}

.offcanvas-menu {
    background: #1F4D36;
}

.offcanvas-menu .menu > li > a {
    color: #fff;
}

.offcanvas-menu .menu > li.active > a {
    color: #D4A017;
}

.offcanvas-active .burger-icon>span, #modal-menu-toggler.active .burger-icon>span {
    background-color: #d4a017;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > a::after {
    content: "" !important;
    font-family: inherit !important;
    float: none !important;
    margin-left: 0 !important;
    font-weight: normal !important;
}

body.ltr .sp-megamenu-parent > li.sp-has-child > span::after {
    content: none !important;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
  line-height: 60px;
}

.burger-icon>span {
  background-color: #fff;
}

#sp-main-body {
  padding: 40px 0;
}
.breadcrumb {
  background-color: #fff;
}
.mod-finder__search {
    display: flex;
    flex-wrap: nowrap;
}
ul.sigFreeContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; /* центр по горизонталі */
    gap: 10px; /* відступи між картинками */
    padding: 0;
    margin: 0 auto;
    list-style: none;
}

ul.sigFreeContainer li.sigFreeThumb {
    float: none !important;
    display: block;
}
/* Головне випадаюче меню */
.sp-dropdown {
    background: #fff;
    border: 1px solid rgba(46,125,50,.08);
    border-radius: 12px;

    box-shadow:
        0 12px 30px rgba(0,0,0,.10),
        0 2px 8px rgba(0,0,0,.05);
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item {
  padding: 0 8px;
}

.sp-dropdown .sp-menu-item:hover {
    background: #f5faf6;
}

/* ============================================
   ХЛІБНІ КРИХТИ (BREADCRUMBS)
   ============================================ */

/* --- Контейнер секції --- */
#sp-section-3 {
    background: #f8faf8;
    border-bottom: 1px solid #e8e8e8;
}

#sp-section-3 .container-inner {
    padding: 0;
}

/* --- Навігація крихт --- */
.mod-breadcrumbs__wrapper {
    background: transparent;
    margin: 0;
}

.mod-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    margin: 0;
    padding: 12px 16px;
    list-style: none;
    background: transparent;
    border-radius: 0;
}

/* --- Іконка локації --- */
.mod-breadcrumbs__divider {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    float: none !important;
}

.mod-breadcrumbs__divider .divider {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    background: #1a6b3a;
    color: #ffffff;
    border-radius: 50%;
    font-size: 12px;
    margin-right: 8px;
}

.mod-breadcrumbs__divider .divider::before {
    /* Якщо використовується Font Awesome / Icofont */
    content: '\f041';
    font-family: 'Font Awesome 6 Free', 'FontAwesome', 'IcoFont', sans-serif;
    font-weight: 900;
}

/* --- Пункти крихт --- */
.mod-breadcrumbs__item {
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 0;
}

.mod-breadcrumbs__item::before {
    display: none !important;
}

/* Роздільник між пунктами */
.mod-breadcrumbs__item + .mod-breadcrumbs__item::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 1.5px solid #a0aec0;
    border-right: 1.5px solid #a0aec0;
    transform: rotate(45deg);
    margin: 0 10px;
    padding: 0;
    float: none;
}

/* --- Посилання --- */
.mod-breadcrumbs__item .pathway {
    color: #4a5568;
    text-decoration: none;
    transition: all 0.2s ease;
    padding: 4px 8px;
    border-radius: 4px;
}

.mod-breadcrumbs__item .pathway:hover {
    color: #1a6b3a;
    background: #e8f5e9;
}

.mod-breadcrumbs__item .pathway span {
    display: inline;
}

/* --- Активний пункт (поточна сторінка) --- */
.mod-breadcrumbs__item.active {
    color: #1a6b3a;
    font-weight: 500;
    padding: 4px 8px;
}

.mod-breadcrumbs__item.active span {
    display: inline;
}

/* --- Адаптивність --- */
@media (max-width: 768px) {
    .mod-breadcrumbs {
        padding: 10px 12px;
        font-size: 12px;
    }
    
    .mod-breadcrumbs__divider .divider {
        width: 24px;
        height: 24px;
        font-size: 10px;
    }
    
    .mod-breadcrumbs__item + .mod-breadcrumbs__item::before {
        width: 5px;
        height: 5px;
        margin: 0 6px;
    }
}

/* ============================================
   ЛІВА ПОЗИЦІЯ (SP-LEFT) — МОДУЛЬ "ЖИТТЯ КОЛЕДЖУ"
   ============================================ */

/* --- Контейнер лівої колонки --- */
#sp-left {
    padding-top: 20px;
    padding-bottom: 20px;
}

#sp-left .sp-column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* --- Загальний стиль модуля --- */
#sp-left .sp-module {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

#sp-left .sp-module:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

#sp-left .sp-module.menu {
    /* Специфічно для меню-модуля */
}

/* --- Заголовок модуля --- */
#sp-left .sp-module-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: #1a6b3a;
    margin: 0;
    padding: 14px 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

#sp-left .sp-module-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 40px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

/* --- Контент модуля --- */
#sp-left .sp-module-content {
    padding: 0;
}

#sp-left .mod-custom {
    margin: 0;
}

/* ============================================
   АКОРДЕОН "ЖИТТЯ КОЛЕДЖУ"
   ============================================ */

#sp-left .accordion {
    border-radius: 0;
}

#sp-left .accordion-item {
    border: none;
    border-bottom: 1px solid #e8e8e8;
    background: transparent;
}

#sp-left .accordion-item:last-child {
    border-bottom: none;
}

/* --- Заголовок пункту --- */
#sp-left .accordion-header {
    margin: 0;
}

/* Кнопка/посилання акордеону */
#sp-left .accordion-button {
    padding: 12px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #2c3e50;
    background: #ffffff;
    border: none;
    border-radius: 0;
    transition: all 0.25s ease;
    position: relative;
    text-align: left;
    line-height: 1.4;
}

#sp-left .accordion-button:hover {
    background: #f8faf8;
    color: #1a6b3a;
    padding-left: 22px;
}

/* Активний (розгорнутий) стан */
#sp-left .accordion-button:not(.collapsed) {
    background: #1a6b3a;
    color: #ffffff;
    box-shadow: none;
    font-weight: 600;
}

/* Іконка стрілки Bootstrap */
#sp-left .accordion-button::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
    transition: transform 0.3s ease;
    filter: brightness(0.3);
}

#sp-left .accordion-button:not(.collapsed)::after {
    filter: brightness(5);
    transform: rotate(-180deg);
}

/* Прості посилання без підменю */
#sp-left a.accordion-button {
    text-decoration: none;
    display: flex;
    align-items: center;
    width: 100%;
}

#sp-left a.accordion-button::after {
    display: none;
}

#sp-left a.accordion-button:hover {
    background: #e8f5e9;
    color: #1a6b3a;
}

/* --- Контейнер підпунктів --- */
#sp-left .accordion-collapse {
    background: #fafbfc;
}

/* --- Список підпунктів --- */
#sp-left .list-group {
    padding: 4px 0;
}

#sp-left .list-group-item {
    padding: 9px 18px 9px 30px;
    font-size: 13px;
    color: #4a5568;
    background: transparent;
    border: none;
    border-left: 3px solid transparent;
    transition: all 0.2s ease;
    position: relative;
    line-height: 1.4;
}

/* Маркер-підкреслення перед підпунктом */
#sp-left .list-group-item::before {
    content: '';
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #cbd5e0;
    transition: all 0.2s ease;
}

/* При наведенні на підпункт */
#sp-left .list-group-item:hover {
    background: #ffffff;
    color: #1a6b3a;
    border-left-color: #1a6b3a;
    padding-left: 34px;
}

#sp-left .list-group-item:hover::before {
    background: #1a6b3a;
    width: 5px;
    height: 5px;
}

/* Активний підпункт (поточна сторінка) */
#sp-left .list-group-item.active,
#sp-left .list-group-item[aria-current="page"] {
    background: #e8f5e9;
    color: #1a6b3a;
    border-left-color: #1a6b3a;
    font-weight: 500;
}

#sp-left .list-group-item.active::before,
#sp-left .list-group-item[aria-current="page"]::before {
    background: #1a6b3a;
}

/* Анімація розгортання */
#sp-left .accordion-collapse.collapsing {
    transition: height 0.3s ease;
}

#accordionFlushExample a,
#accordionFlushExample .accordion-button {
    font-size: 18px !important;
}

/* ============================================
   АДАПТИВНІСТЬ
   ============================================ */

@media (max-width: 991.98px) {
    #sp-left {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    #sp-left .sp-column {
        gap: 16px;
    }
    
    #sp-left .sp-module-title {
        font-size: 14px;
        padding: 12px 16px;
    }
    
    #sp-left .accordion-button {
        padding: 10px 14px;
        font-size: 13px;
    }
    
    #sp-left .accordion-button:hover {
        padding-left: 18px;
    }
    
    #sp-left .list-group-item {
        padding: 8px 14px 8px 26px;
        font-size: 12px;
    }
    
    #sp-left .list-group-item::before {
        left: 14px;
    }
    
    #sp-left .list-group-item:hover {
        padding-left: 30px;
    }
}

/* ============================================
   ПРАВА ПОЗИЦІЯ (SP-RIGHT) — МОДУЛІ
   ============================================ */

/* --- Контейнер правої колонки --- */
#sp-right {
    padding-top: 20px;
    padding-bottom: 20px;
}

#sp-right .sp-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* --- Загальний стиль модуля --- */
#sp-right .sp-module {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
}

#sp-right .sp-module:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* --- Заголовок модуля --- */
#sp-right .sp-module-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: #1a6b3a;
    margin: 0;
    padding: 14px 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

#sp-right .sp-module-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 40px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

/* --- Контент модуля --- */
#sp-right .sp-module-content {
    padding: 16px 18px;
}

/* ============================================
   МОДУЛЬ: ПОШУК
   ============================================ */

#sp-right .mod-finder {
    margin: 0;
}

#sp-right .mod-finder__search {
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

#sp-right .mod-finder .form-control {
    border: 1px solid #e2e8f0;
    border-right: none;
    border-radius: 8px 0 0 8px;
    padding: 10px 14px;
    font-size: 14px;
    color: #2c3e50;
    background: #ffffff;
    transition: all 0.2s ease;
}

#sp-right .mod-finder .form-control:focus {
    border-color: #1a6b3a;
    box-shadow: 0 0 0 3px rgba(26, 107, 58, 0.1);
    outline: none;
}

#sp-right .mod-finder .form-control::placeholder {
    color: #a0aec0;
}

#sp-right .mod-finder .btn-primary {
    background: #1a6b3a;
    border: 1px solid #1a6b3a;
    border-radius: 0 8px 8px 0;
    padding: 10px 16px;
    transition: all 0.2s ease;
}

#sp-right .mod-finder .btn-primary:hover {
    background: #145a2e;
    border-color: #145a2e;
}

#sp-right .mod-finder .btn-primary .icon-search {
    font-size: 14px;
}

/* Awesomplete dropdown */
#sp-right .awesomplete ul {
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin-top: 4px;
}

/* ============================================
   МОДУЛІ: ЗОБРАЖЕННЯ (Платформа, Анкетування)
   ============================================ */

#sp-right .mod-custom {
    margin: 0;
}

#sp-right .mod-custom p {
    margin: 0 0 16px 0;
}

#sp-right .mod-custom p:last-child {
    margin-bottom: 0;
}

#sp-right .mod-custom a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

#sp-right .mod-custom a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 107, 58, 0);
    transition: all 0.3s ease;
    border-radius: 10px;
}

#sp-right .mod-custom a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#sp-right .mod-custom a:hover::after {
    background: rgba(26, 107, 58, 0.05);
}

#sp-right .mod-custom img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

#sp-right .mod-custom a:hover img {
    transform: scale(1.03);
}

/* ============================================
   МОДУЛЬ: ВІДЕО (Важливо)
   ============================================ */

#sp-right .video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

#sp-right .video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

/* ============================================
   АДАПТИВНІСТЬ
   ============================================ */

@media (max-width: 991.98px) {
    #sp-right {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    #sp-right .sp-column {
        gap: 16px;
    }
    
    #sp-right .sp-module-title {
        font-size: 14px;
        padding: 12px 16px;
    }
    
    #sp-right .sp-module-content {
        padding: 14px 16px;
    }
}

/* ============================================
   ПРАВА ПОЗИЦІЯ (SP-RIGHT) — МОДУЛІ
   ============================================ */

/* --- Контейнер правої колонки --- */
#sp-right {
    padding-top: 20px;
    padding-bottom: 20px;
}

#sp-right .sp-column {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

/* --- Загальний стиль модуля --- */
#sp-right .sp-module {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: box-shadow 0.3s ease;
	margin-top: 0px;
}

#sp-right .sp-module:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/* --- Заголовок модуля --- */
#sp-right .sp-module-title {
    font-size: 15px;
    font-weight: 600;
    color: #ffffff;
    background: #1a6b3a;
    margin: 0;
    padding: 14px 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    position: relative;
}

#sp-right .sp-module-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 18px;
    width: 40px;
    height: 3px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 2px;
}

/* --- Контент модуля --- */
#sp-right .sp-module-content {
    padding: 16px 18px;
}

/* ============================================
   МОДУЛІ: ЗОБРАЖЕННЯ (Платформа, Анкетування)
   ============================================ */

#sp-right .mod-custom {
    margin: 0;
}

#sp-right .mod-custom p {
    margin: 0 0 16px 0;
}

#sp-right .mod-custom p:last-child {
    margin-bottom: 0;
}

#sp-right .mod-custom a {
    display: block;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

#sp-right .mod-custom a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 107, 58, 0);
    transition: all 0.3s ease;
    border-radius: 10px;
}

#sp-right .mod-custom a:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

#sp-right .mod-custom a:hover::after {
    background: rgba(26, 107, 58, 0.05);
}

#sp-right .mod-custom img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

#sp-right .mod-custom a:hover img {
    transform: scale(1.03);
}

/* ============================================
   МОДУЛЬ: ВІДЕО (Важливо)
   ============================================ */

#sp-right .video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    background: #000;
}

#sp-right .video-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
}

/* ============================================
   АДАПТИВНІСТЬ
   ============================================ */

@media (max-width: 991.98px) {
    #sp-right {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    
    #sp-right .sp-column {
        gap: 16px;
    }
    
    #sp-right .sp-module-title {
        font-size: 14px;
        padding: 12px 16px;
    }
    
    #sp-right .sp-module-content {
        padding: 14px 16px;
    }
}

/* ============================================
   БЛОК НОВИН (BLOG/ARTICLE)
   ============================================ */

/* --- Контейнер статті --- */
.article {
    display: flex;
    gap: 20px;
    padding: 20px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.article:hover {
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

/* --- Зображення новини --- */
.article-intro-image {
    flex-shrink: 0;
    width: 200px;
    position: relative;
    overflow: hidden !important;
    border-radius: 10px !important;
	margin: 0 !important;
}

.article-intro-image a {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.article-intro-image a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(26, 107, 58, 0);
    transition: all 0.3s ease;
    border-radius: 10px;
}

.article-intro-image a:hover::after {
    background: rgba(26, 107, 58, 0.08);
}

.article-intro-image img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 10px;
    transition: transform 0.4s ease;
}

.article-intro-image a:hover img {
    transform: scale(1.05);
}

/* --- Тіло статті --- */
.article-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

/* --- Заголовок --- */
.article-header {
    margin-bottom: 10px;
}

.article-header h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0;
}

.article-header h2 a {
    color: #2c3e50;
    text-decoration: none;
    transition: color 0.2s ease;
}

.article-header h2 a:hover {
    color: #1a6b3a;
}

/* --- Мета-інформація (дата) --- */
.article-info {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-size: 13px;
    color: #6b7280;
}

.article-info .published {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.article-info .published::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%236b7280' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'/%3E%3C/svg%3E") center/contain no-repeat;
}

.article-info time {
    font-weight: 400;
}

/* --- Текст-анонс --- */
.article-introtext {
    color: #4a5568;
    font-size: 14px;
    line-height: 1.6;
    flex: 1;
}

/* --- Кнопка "Читати далі" --- */
.readmore {
    margin-top: 14px;
}

.readmore a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 500;
    color: #1a6b3a;
    background: #e8f5e9;
    border-radius: 20px;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
}

.readmore a::after {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%231a6b3a' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17 8l4 4m0 0l-4 4m4-4H3'/%3E%3C/svg%3E") center/contain no-repeat;
    transition: transform 0.2s ease;
}

.readmore a:hover {
    background: #1a6b3a;
    color: #ffffff;
    border-color: #1a6b3a;
    padding-right: 22px;
}

.readmore a:hover::after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M17 8l4 4m0 0l-4 4m4-4H3'/%3E%3C/svg%3E") center/contain no-repeat;
    transform: translateX(4px);
}

/* ============================================
   СІТКА НОВИН (декілька статей в ряд)
   ============================================ */

/* Якщо новини в сітці — горизонтальне розташування */
.blog .items-row {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
}

/* Картковий вигляд для сітки */
.blog .items-row .article {
    flex-direction: column;
    gap: 16px;
}

.blog .items-row .article-intro-image {
    width: 100%;
    height: 200px;
}

.blog .items-row .article-intro-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ============================================
   АДАПТИВНІСТЬ
   ============================================ */

@media (max-width: 768px) {
    .article {
        flex-direction: column;
        gap: 16px;
        padding: 16px;
    }
    
    .article-intro-image {
        width: 100%;
        height: 220px;
    }
    
    .article-intro-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .article-header h2 {
        font-size: 16px;
    }
    
    .article-info {
        font-size: 12px;
    }
    
    .readmore a {
        padding: 7px 16px;
        font-size: 12px;
    }
    
    .blog .items-row {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 480px) {
    .article {
        padding: 12px;
        border-radius: 10px;
    }
    
    .article-intro-image {
        height: 180px;
    }
    
    .article-header h2 {
        font-size: 15px;
    }
}