.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-section {
  width: 100%;
  padding: 24px 1rem;
  font-family: var(--font-family);
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-section-inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1232px;
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-section-title {
  margin: 0 auto 24px auto;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary-dark);
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  text-align: center !important;
  letter-spacing: 1px;
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-section-title::after {
  content: "";
  display: block;
  margin: 0.5em auto 0;
  width: 80px;
  height: 3px;
  background: var(--primary, #1b7a33);
  border-radius: 2px;
}

/* --- Carousel --- */
.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-carousel {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-track-wrap {
  overflow: hidden;
  flex: 1;
  padding: 20px 0;
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-track {
  display: flex;
  transition: transform 0.4s ease;
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-slide {
  flex-shrink: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

/* --- Arrows --- */
.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-arrow {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.2s, box-shadow 0.2s;
  z-index: 2;
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-arrow:hover {
  background: #f8f8f8;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-arrow svg {
  color: var(--primary-dark);
}

/* --- Dots --- */
.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 16px;
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  border: none;
  background: #d4d4d4;
  cursor: pointer;
  padding: 0;
  transition: background 0.2s;
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-dot-active {
  background: var(--primary-dark);
}

/* --- Footer / View All --- */
.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-footer {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-view-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 28px;
  border-radius: 999px;
  border: 2px solid var(--primary-dark);
  color: var(--primary-dark);
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-view-all:hover {
  background: var(--primary-dark);
  color: #fff;
}

/* --- Desktop --- */
@media (min-width: 1024px) {
.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-section {
    padding: 56px 1rem;
  }

.cc_1Y5QghZ9ie_kIy7hBIRoH .k-blog-section-title {
    font-size: 30px;
    margin-bottom: 32px;
  }
}
