/* ====== КАРТКА ВІДЖЕТУ ====== */
.book-ye-widget {
  background: linear-gradient(180deg, #fffaf5 0%, #ffffff 100%);
  border: 1px solid #ffe3c7;
  padding: 16px 14px;
  margin-bottom: 22px;
  text-align: center;
  position: relative;
  transition: transform .2s ease, box-shadow .2s ease;
}

.book-ye-widget:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.08);
}

/* ====== БЕЙДЖ ====== */
.book-ye-label {
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background: #ff7a00;
  padding: 4px 10px;
  margin-bottom: 12px;
}

/* ====== ОБКЛАДИНКА ====== */
.book-ye-widget img {
  width: 100%;
  max-width: 145px;
  height: auto;
  margin: 0 auto 12px;
  display: block;
  box-shadow: 0 6px 16px rgba(0,0,0,0.18);
}

/* ====== НАЗВА ====== */
.book-ye-title {
  font-size: 15px;
  font-weight: 700;
  color: #2b2b2b;
  margin: 8px 0 6px;
  line-height: 1.35;
}

/* ====== ОПИС ====== */
.book-ye-desc {
  font-size: 13px;
  color: #666;
  line-height: 1.45;
  margin-bottom: 14px;
}

/* ====== КНОПКА ====== */
.book-ye-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  width: 100%;
  padding: 10px 0;
  background: linear-gradient(180deg, #ff8c1a, #ff7a00);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: background .2s ease, box-shadow .2s ease;
}

.book-ye-btn::after {
  content: "→";
  font-size: 16px;
}

.book-ye-btn:hover {
  background: linear-gradient(180deg, #ff7a00, #e66e00);
  box-shadow: 0 6px 14px rgba(255,122,0,0.35);
  color: #fff!important;
}

/* ====== МОБІЛЬНА АДАПТАЦІЯ ====== */
@media (max-width: 768px) {
  .book-ye-widget {
    padding: 14px 12px;
  }

  .book-ye-title {
    font-size: 14px;
  }

  .book-ye-desc {
    font-size: 12.5px;
  }
}
