.rcs, .rcs *, .rcs *::before, .rcs *::after {
  box-sizing: border-box;
}
.rcs {
  --rcs-fg: var(--text-primary, #222222);
  --rcs-sub: var(--text-secondary, #5f6b7c);
  color: var(--rcs-fg);
  letter-spacing: -0.3px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.rcs--white {
  --rcs-fg: #222222;
  --rcs-sub: #5f6b7c;
}
.rcs--black {
  --rcs-fg: #e8eaed;
  --rcs-sub: #9aa5b1;
}
.rcs-hd {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin: 0 0 6px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.5px;
  color: var(--rcs-fg);
}
.rcs-ico {
  display: block;
  overflow: hidden;
  flex: none;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  border-radius: 50%;
}
.rcs-ico img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rcs-ico--txt {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
.rcs-tit {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.rcs-more {
  display: inline-flex;
  align-items: center;
  gap: 1px;
  flex: none;
  margin-left: 8px;
  font-size: 12px;
  font-weight: 600;
  color: var(--rcs-sub);
  text-decoration: none;
  transition: opacity 0.15s;
}
.rcs-more:hover {
  opacity: 0.65;
}
.rcs-more-arw {
  width: 14px;
  height: 14px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.rcs-c0 {
  background: #f8dfdd;
  color: #853832;
}
.rcs--black .rcs-c0 {
  background: #492a27;
  color: #df9690;
}
.rcs-c1 {
  background: #f8e4dd;
  color: #854932;
}
.rcs--black .rcs-c1 {
  background: #493027;
  color: #dfa590;
}
.rcs-c2 {
  background: #f8eadd;
  color: #855932;
}
.rcs--black .rcs-c2 {
  background: #493727;
  color: #dfb590;
}
.rcs-c3 {
  background: #f8f2dd;
  color: #857032;
}
.rcs--black .rcs-c3 {
  background: #494127;
  color: #dfcb90;
}
.rcs-c4 {
  background: #e8f8dd;
  color: #548532;
}
.rcs--black .rcs-c4 {
  background: #354927;
  color: #b0df90;
}
.rcs-c5 {
  background: #ddf8eb;
  color: #32855c;
}
.rcs--black .rcs-c5 {
  background: #274938;
  color: #90dfb8;
}
.rcs-c6 {
  background: #ddf8f5;
  color: #32857a;
}
.rcs--black .rcs-c6 {
  background: #274944;
  color: #90dfd4;
}
.rcs-c7 {
  background: #ddf1f8;
  color: #326f85;
}
.rcs--black .rcs-c7 {
  background: #274049;
  color: #90cadf;
}
.rcs-c8 {
  background: #dde9f8;
  color: #325685;
}
.rcs--black .rcs-c8 {
  background: #273649;
  color: #90b2df;
}
.rcs-c9 {
  background: #e5ddf8;
  color: #4b3285;
}
.rcs--black .rcs-c9 {
  background: #312749;
  color: #a890df;
}
.rcs-c10 {
  background: #f3ddf8;
  color: #753285;
}
.rcs--black .rcs-c10 {
  background: #422749;
  color: #cf90df;
}
.rcs-c11 {
  background: #f8ddeb;
  color: #85325c;
}
.rcs--black .rcs-c11 {
  background: #492738;
  color: #df90b8;
}
body.color_scheme_dark .rcs--layout .rcs-c0 {
  background: #492a27;
  color: #df9690;
}
body.color_scheme_dark .rcs--layout .rcs-c1 {
  background: #493027;
  color: #dfa590;
}
body.color_scheme_dark .rcs--layout .rcs-c2 {
  background: #493727;
  color: #dfb590;
}
body.color_scheme_dark .rcs--layout .rcs-c3 {
  background: #494127;
  color: #dfcb90;
}
body.color_scheme_dark .rcs--layout .rcs-c4 {
  background: #354927;
  color: #b0df90;
}
body.color_scheme_dark .rcs--layout .rcs-c5 {
  background: #274938;
  color: #90dfb8;
}
body.color_scheme_dark .rcs--layout .rcs-c6 {
  background: #274944;
  color: #90dfd4;
}
body.color_scheme_dark .rcs--layout .rcs-c7 {
  background: #274049;
  color: #90cadf;
}
body.color_scheme_dark .rcs--layout .rcs-c8 {
  background: #273649;
  color: #90b2df;
}
body.color_scheme_dark .rcs--layout .rcs-c9 {
  background: #312749;
  color: #a890df;
}
body.color_scheme_dark .rcs--layout .rcs-c10 {
  background: #422749;
  color: #cf90df;
}
body.color_scheme_dark .rcs--layout .rcs-c11 {
  background: #492738;
  color: #df90b8;
}
/*# sourceMappingURL=af2f05a43e5c6e7d22a27e5e9e819256c7c1e110.style.scss.map */
