
.kampanye-banner img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 20px;
}
.kampanye-judul {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}
.kampanye-progress {
    margin-bottom: 30px;
}
.progress-bar-container {
    background: #eee;
    border-radius: 10px;
    height: 20px;
    width: 100%;
    margin: 10px 0;
    overflow: hidden;
}
.progress-bar {
    background: #29a329;
    height: 100%;
    width: 0;
    border-radius: 10px 0 0 10px;
}
.kampanye-info-bawah {
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    font-size: 14px;
}

/* Full card images: remove cropping */
.card-style .card-image-wrapper,
.card-style .card-image-wrapper img {
  width: 100% !important;
  height: auto !important;
  overflow: visible !important;
  object-fit: contain !important;
}
.card-style img {
  width: 100% !important;
  height: auto !important;
  object-fit: contain !important;
}
