/* R108_CCC_ACTIVITIES_CARDS_V139_ACTIVE
 * โมดูล ACTIVITIES หน้าแรก CCC
 * โครงสร้างภาพด้านบน + เนื้อหาด้านล่าง, คอม 3 คอลัมน์, มือถือ 1 คอลัมน์
 */
.khaokho-theme.ploysea-theme .process-section .r108-activities-heading {
  margin-bottom: 24px;
}

.khaokho-theme.ploysea-theme .process-section .r108-activities-grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  width: 100%;
}

.khaokho-theme.ploysea-theme .process-section .r108-activity-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid #d8dee4;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.khaokho-theme.ploysea-theme .process-section .r108-activity-media {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 10;
  margin: 0;
  overflow: hidden;
  background: #e8edf0;
}

.khaokho-theme.ploysea-theme .process-section .r108-activity-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform .35s ease;
}

@media (hover: hover) {
  .khaokho-theme.ploysea-theme .process-section .r108-activity-card:hover .r108-activity-media img {
    transform: scale(1.025);
  }
}

.khaokho-theme.ploysea-theme .process-section .r108-activity-body {
  position: relative;
  z-index: 1;
  display: flex;
  min-height: 160px;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 25px 30px 30px;
  overflow: hidden;
  background: #fff;
}

.khaokho-theme.ploysea-theme .process-section .r108-activity-body::after {
  position: absolute;
  right: -54px;
  bottom: -64px;
  width: 148px;
  height: 148px;
  border: 1px solid #e4e8ec;
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.khaokho-theme.ploysea-theme .process-section .r108-activity-body h3 {
  position: relative;
  z-index: 1;
  margin: 0 0 14px;
  color: var(--landing-heading, #111827) !important;
  font-size: 1.25em !important;
  font-weight: 700;
  line-height: 1.4 !important;
}

.khaokho-theme.ploysea-theme .process-section .r108-activity-body p {
  position: relative;
  z-index: 1;
  margin: 0;
  color: var(--landing-text, #374151) !important;
  font-size: .9375em !important;
  line-height: 1.75 !important;
}

@media (max-width: 980px) {
  .khaokho-theme.ploysea-theme .process-section .r108-activities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }
}

@media (max-width: 680px) {
  .khaokho-theme.ploysea-theme .process-section .r108-activities-heading {
    margin-bottom: 16px;
  }

  .khaokho-theme.ploysea-theme .process-section .r108-activities-grid {
    grid-template-columns: minmax(0, 1fr);
    gap: 16px;
  }

  .khaokho-theme.ploysea-theme .process-section .r108-activity-media {
    aspect-ratio: 4 / 3;
  }

  .khaokho-theme.ploysea-theme .process-section .r108-activity-body {
    min-height: 0;
    padding: 18px 20px 22px;
  }

  .khaokho-theme.ploysea-theme .process-section .r108-activity-body h3 {
    margin-bottom: 9px;
    font-size: 1.125em !important;
  }

  .khaokho-theme.ploysea-theme .process-section .r108-activity-body p {
    font-size: .875em !important;
    line-height: 1.7 !important;
  }
}