.banner-card {
  overflow: hidden;
  padding-bottom: 16px;
}

.banner-image-wrap {
  position: relative;
  height: 185px;
}

.banner-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.banner-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.16));
}

.banner-title {
  position: absolute;
  left: 20px;
  bottom: 20px;
  right: 20px;
  margin: 0;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1.05;
  font-weight: 800;
  max-width: 280px;
}

.read-note-button {
  margin: 16px 16px 0;
  width: calc(100% - 32px);
  border: none;
  border-radius: 12px;
  background: var(--brand);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 62px;
  font-size: 1.5rem;
  font-weight: 600;
  cursor: pointer;
}

.read-note-button:active {
  transform: translateY(1px);
}

.read-note-icon {
  width: 32px;
  height: 32px;
  display: block;
  filter: brightness(0) invert(1);
}
