html {
  scroll-padding-top: 130px;
}

  .galleryku-mantap-container {
max-width: 85%;
margin: 20px auto;
columns: 3 250px;
gap: 20px;
}

.galleryku-mantap-item {
break-inside: avoid;
margin: 0 0 25px;
background: #e0e0e0;
border-radius: 20px;
overflow: hidden;
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.galleryku-mantap-item:hover {
transform: translateY(-4px);
box-shadow: 0 8px 16px rgba(0,0,0,0.25);
}

.galleryku-mantap-item img {
width: 100%;
height: auto;
display: block;
border-bottom: 1px solid #ccc;
}

.galleryku-mantap-caption {
padding: 10px;
background-color: #f0f0f0;
text-align: center;
color: #333;
font-size: 14px;
}

.galleryku-mantap-caption h3 {
font-size: 16px;
margin-bottom: 6px;
color: #222;
}

.galleryku-mantap-caption p {
font-size: 14px;
color: #555;
line-height: 1.4;
margin: 0;
}

.aksara-mode {
      font-family: 'Noto Sans Batak', sans-serif;
    }