.readalso-box,
.readalso-box *,
.readalso-box *:before,
.readalso-box *:after {
  box-sizing: border-box;
}

.readalso-box {
  width: 100%;
  max-width: 630px;
  margin: 32px auto;
  background: #f3f4f6;
  border: 1px solid #d8dde3;
  border-radius: 16px;
  box-shadow: 0 6px 18px rgba(17, 24, 39, 0.06);
  overflow: hidden;
  clear: both;
}

.readalso-link {
  display: flex;
  align-items: stretch;
  width: 100%;
  color: inherit;
  text-decoration: none !important;
  background: #f3f4f6;
}

.readalso-link:hover,
.readalso-link:focus {
  background: #eeeff2;
  text-decoration: none !important;
}

.readalso-thumb-wrap {
  width: 220px;
  min-width: 220px;
  max-width: 220px;
  padding: 14px 0 14px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
}

.readalso-thumb {
  display: block;
  width: 100%;
  height: auto;
  max-height: 170px;
  object-fit: contain;
  border-radius: 10px;
  background: #ffffff;
}

.readalso-text {
  flex: 1;
  min-width: 0;
  padding: 18px 20px 18px 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: transparent;
}

.readalso-label {
  display: inline-block;
  align-self: flex-start;
  margin-bottom: 8px;
  padding: 5px 9px;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-transform: uppercase;
  color: #5f6b76;
  background: #e6e9ed;
  border-radius: 999px;
}

.readalso-title {
  display: block;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 500;
  color: #1f2933;
  word-break: break-word;
}

.readalso-link:hover .readalso-title,
.readalso-link:focus .readalso-title {
  color: #111827;
}

@media (max-width: 767px) {
  .readalso-box {
    max-width: 100%;
    margin: 22px 0;
    border-radius: 14px;
    box-shadow: 0 4px 14px rgba(17, 24, 39, 0.05);
  }

  .readalso-link {
    flex-direction: column;
  }

  .readalso-thumb-wrap {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    padding: 12px 12px 0;
  }

  .readalso-thumb {
    width: 100%;
    max-height: none;
    object-fit: contain;
  }

  .readalso-text {
    padding: 14px 14px 16px;
  }

  .readalso-label {
    font-size: 10px;
    margin-bottom: 7px;
  }

  .readalso-title {
    font-size: 18px;
    line-height: 1.36;
    font-weight: 600;
  }
}

@media (max-width: 480px) {
  .readalso-box {
    border-radius: 12px;
    margin: 20px 0;
  }

  .readalso-text {
    padding: 12px 12px 14px;
  }

  .readalso-title {
    font-size: 16px;
    font-weight: 600;
  }
}
