/* WhatsApp bülten CTA — yalnızca .yd-wa-bulletin kapsamında */
.yd-wa-bulletin {
  background: #fff;
  padding: 30px 0 55px;
}

.yd-wa-bulletin__card {
  display: grid;
  grid-template-columns: minmax(240px, 340px) 1fr;
  align-items: stretch;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 48px rgba(26, 22, 48, 0.08);
}

.yd-wa-bulletin__media {
  position: relative;
  min-height: 280px;
  background: #2a1f16;
  align-self: stretch;
}

.yd-wa-bulletin__media img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  max-width: none;
  object-fit: cover;
  object-position: center;
}

.yd-wa-bulletin__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 42px 48px 40px;
  background: #fff;
}

.yd-wa-bulletin__body h2 {
  margin: 0 0 22px;
  color: #2c3348;
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  font-weight: 600;
  font-size: clamp(22px, 2.5vw, 34px);
  line-height: 1.28;
}

.yd-wa-bulletin__list {
  margin: 0 0 28px;
  padding: 0;
  list-style: none;
}

.yd-wa-bulletin__list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin: 0 0 12px;
  padding: 0;
  color: #5a6072;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  line-height: 1.45;
  list-style: none;
}

.yd-wa-bulletin__list li:last-child {
  margin-bottom: 0;
}

.yd-wa-bulletin__check {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  color: #3d4458;
}

.yd-wa-bulletin__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 16px 20px;
  border: none;
  border-radius: 6px;
  background: #25d366;
  color: #fff !important;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-decoration: none !important;
  line-height: 1.2;
  box-shadow: 0 8px 20px rgba(37, 211, 102, 0.28);
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.yd-wa-bulletin__btn i {
  font-size: 22px;
  color: #fff;
}

.yd-wa-bulletin__btn:hover,
.yd-wa-bulletin__btn:focus {
  background: #1ebe5a;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 10px 24px rgba(37, 211, 102, 0.36);
}

.yd-wa-bulletin__btn:active {
  transform: translateY(0);
}

@media (max-width: 991px) {
  .yd-wa-bulletin {
    padding: 10px 0 36px;
  }

  .yd-wa-bulletin__card {
    grid-template-columns: 1fr;
  }

  .yd-wa-bulletin__media {
    min-height: 220px;
    max-height: 260px;
  }

  .yd-wa-bulletin__body {
    padding: 28px 24px 26px;
  }
}

@media (max-width: 575px) {
  .yd-wa-bulletin__media {
    min-height: 180px;
    max-height: 200px;
  }

  .yd-wa-bulletin__body {
    padding: 22px 18px 20px;
  }

  .yd-wa-bulletin__list li {
    font-size: 15px;
  }

  .yd-wa-bulletin__btn {
    font-size: 13px;
    padding: 14px 12px;
    letter-spacing: 0.02em;
  }
}
