.read-also {
  margin: 1.75rem 0 0.5rem;
  min-width: 0;
  max-width: 100%;
}
.read-also-title {
  margin: 0 0 0.85rem;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: inherit;
  opacity: 0.72;
}
.read-also-track {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  padding: 4px 2px 12px;
  min-width: 0;
  scrollbar-width: thin;
}
.read-also-card {
  box-sizing: border-box;
  flex: 0 0 210px;
  width: 210px;
  min-width: 0;
  max-width: 210px;
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  border: 1px solid rgba(127, 127, 127, 0.28);
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.05);
}
.read-also-card:hover {
  color: inherit;
  text-decoration: none;
  border-color: rgba(30, 111, 255, 0.45);
}
.read-also-thumb {
  display: block;
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
  flex: 0 0 auto;
  background: #eef2f6;
}
.read-also-thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  object-position: center;
}
.read-also-card h3 {
  margin: 0;
  padding: 12px 14px 14px;
  font-size: 0.92rem;
  font-weight: 600;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 640px) {
  .read-also-card {
    flex-basis: 180px;
    width: 180px;
    max-width: 180px;
  }
}
