/* Khu /blends: link chữ không gạch chân, thay bằng mũi tên nhỏ ↗ ở góc trên phải
   (nhìn thấy được trên điện thoại, không phụ thuộc hover). */
.blend-page .container a:not([class]),
.blend-page td.name a,
.blends-landing .blend-components a,
.blends-landing .intro a {
  text-decoration: none !important;
  border-bottom: 0 !important;
  color: inherit;
}
.blend-page .container a:not([class])::after,
.blend-page td.name a::after,
.blends-landing .blend-components a::after,
.blends-landing .intro a::after {
  content: "↗";
  display: inline-block;
  font-size: 0.62em;
  line-height: 1;
  margin-left: 0.15em;
  vertical-align: 0.6em;
  opacity: 0.75;
  text-decoration: none;
}
.blend-page .container a:not([class]):hover,
.blend-page td.name a:hover,
.blends-landing .blend-components a:hover { color: #6b6357; }
.blend-page .container a:not([class]):hover::after,
.blend-page td.name a:hover::after,
.blends-landing .blend-components a:hover::after { opacity: 1; }
/* những chỗ đã có ký hiệu riêng thì không thêm mũi tên */
.blend-page .eyebrow a::after,
.blend-page .chips a::after,
.blend-page .hub-list a::after,
.blend-page .related-list a::after { content: none !important; }
/* nút dạng chữ */
.link-btn { text-decoration: none !important; }
#clear-filters::after { content: " ×"; }
