﻿.lew-read-book {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #f59e0b;
  background: #f59e0b;
  color: #111827;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  text-decoration: none;
}

.lew-read-book svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
