/*
Theme Name: GeneratePress Child Khabardaari
Template: generatepress
Version: 1.1
*/
.kh-photo-block {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

.kh-photo-block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.kh-photo-number {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #000;
  color: #fff;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 14px;
  opacity: 0.9;
  z-index: 2;
}

.kh-photo-caption {
  margin-top: 12px;
  font-style: italic;
  font-size: 16px;
  color: #333;
  text-align: center;
  padding: 0 10px;
}

.kh-whatsapp {
  display: block;
  text-align: center;
  margin-top: 8px;
  font-size: 14px;
  color: #25D366;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.kh-whatsapp:hover {
  color: #128C7E;
}

@media (max-width: 768px) {
  .kh-photo-caption {
    font-size: 15px;
    padding: 0 5px;
  }
  .kh-photo-number {
    font-size: 12px;
    padding: 4px 8px;
  }
}
