/* YLC Also Read Styles */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
.ylc-also-read-box {
  background: #FDFDFD;
  border-radius: 12px;
  border: 1px solid #DADADA;
  padding: 28px 40px 16px;
  margin-top: 40px;
  margin-bottom: 24px;
  max-width: 100%;
  font-family: "Roboto", Arial, sans-serif;
  position: relative;
}
.ylc-also-read-label {
  display: flex;
  align-items: center;
  position: absolute;
  background: #FDE9E9;
  padding: 4px 8px;
  border-radius: 8px;
  gap: 8px;
  top: -16px;
  height: 32px;
}
.ylc-also-read-icon {
  display: flex;
  align-items: center;
}
.ylc-also-read-text {
    font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color:#2C2C2C;
}
.ylc-also-read-title {
    font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #F22B2B;
  text-decoration: none;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 26px;
  display: block;
}
.ylc-also-read-title:hover {
  color: #b81c1c;
  text-decoration: none !important;
}
@media (max-width: 600px) {
  .ylc-also-read-box {
    padding: 28px 24px 16px;
    border-radius: 16px;
  }
}
