/* C9GrantEntry — MC 物品說明黑色框框（#AARRGGBB，全主題固定） */

.c9-grant-entry__card:not(.c9-grant-entry__card--empty),
.c9-grant-entry__item {
  --c9-grant-notch: 3px;
  box-sizing: border-box;
  padding: 0.35rem 0.5rem;
  background: rgba(16, 0, 16, 0.941); /* #F0100010 */
  border-style: solid;
  border-width: 1px;
  border-top-color: rgba(80, 0, 255, 0.314); /* #505000FF */
  border-right-color: rgba(80, 0, 255, 0.314);
  border-left-color: rgba(80, 0, 255, 0.314);
  border-bottom-color: rgba(40, 0, 127, 0.314); /* #5028007F */
  border-radius: 0;
  clip-path: polygon(
    0 var(--c9-grant-notch),
    var(--c9-grant-notch) 0,
    calc(100% - var(--c9-grant-notch)) 0,
    100% var(--c9-grant-notch),
    100% calc(100% - var(--c9-grant-notch)),
    calc(100% - var(--c9-grant-notch)) 100%,
    var(--c9-grant-notch) 100%,
    0 calc(100% - var(--c9-grant-notch))
  );
}

.c9-grant-entry__body {
  min-width: 0;
}

.c9-grant-entry__card .c9-grant-entry__icon,
.c9-grant-entry__item .c9-grant-entry__icon {
  border: none;
  border-radius: 0;
  background: transparent;
  padding: 0;
}

.c9-grant-entry__card .c9-grant-entry__icon--empty,
.c9-grant-entry__item .c9-grant-entry__icon--empty {
  color: #aaaaaa;
}

.c9-grant-entry__card .c9-grant-entry__title,
.c9-grant-entry__item .c9-grant-entry__title {
  color: #ffffff;
}

.c9-grant-entry__card .c9-grant-entry__desc,
.c9-grant-entry__item .c9-grant-entry__desc {
  color: #aaaaaa;
}

.c9-grant-entry__card .c9-grant-entry__lores:not(.c9-grant-entry__lores--mc),
.c9-grant-entry__item .c9-grant-entry__lores:not(.c9-grant-entry__lores--mc) {
  color: #cccccc;
}

.c9-grant-entry__card .c9-grant-entry__lores--empty,
.c9-grant-entry__item .c9-grant-entry__lores--empty {
  color: #888888;
}

.c9-grant-entry__card .c9-grant-entry__badge,
.c9-grant-entry__card .c9-grant-entry__amount,
.c9-grant-entry__item .c9-grant-entry__badge,
.c9-grant-entry__item .c9-grant-entry__amount {
  color: #ffffff;
  background: rgba(80, 0, 255, 0.25);
}

.c9-grant-entry__card .c9-grant-entry__lores--mc,
.c9-grant-entry__item .c9-grant-entry__lores--mc {
  padding-left: 0;
  list-style: none;
}

.c9-grant-entry__card .c9-grant-entry__lores--mc li,
.c9-grant-entry__item .c9-grant-entry__lores--mc li {
  margin: 0.1rem 0;
  line-height: 1.35;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.35);
}
