[data-live-rate] {
  /* font-family: "Noto Sans JP", sans-serif; */
  padding: 8px 10px 20px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);

  &::part(table) {
    width: 100%;
    border-spacing: 0;
    font-size: 1.2rem;
    color: #2c3e50;
  }

  &::part(header) {
    height: 30px;
    line-height: 30px;
  }

  &::part(header-cell) {
    padding: 0;
    border-bottom: 2px solid #dee6e7;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
    color: #2c3e50;
  }

  &::part(row) {
    height: 42px;
    line-height: 42px;
  }

  &::part(symbol) {
    padding: 0 8px;
    text-align: left;
    font-size: 1.2rem;
    font-weight: normal;
    color: #034ac3;
  }

  &::part(symbol-link) {
    text-decoration: none;
    color: inherit;
  }

  &::part(symbol-link):hover {
    text-decoration: underline;
  }

  &::part(bid),
  &::part(ask) {
    width: 84px;
    min-width: 84px;
    max-width: 84px;
    padding: 0 8px;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
  }

  &::part(even) {
    background: #f8f9fa;
  }

  &::part(up) {
    color: #62c99b;
  }

  &::part(down) {
    color: #d86e74;
  }

  @media (min-width: 768px) {
    padding: 8px 30px 20px;

    &::part(table) {
      font-size: 1.4rem;
    }

    &::part(header) {
      height: 42px;
      line-height: 42px;
    }

    &::part(header-cell) {
      font-size: 1.4rem;
    }

    &::part(symbol) {
      padding: 0 16px;
      font-size: 1.4rem;
    }

    &::part(bid),
    &::part(ask) {
      width: auto;
      min-width: auto;
      max-width: none;
      padding: 0 16px;
      font-size: 1.4rem;
    }
  }

  /* スプレッド非表示 */
  &::part(header-spread),
  &::part(spread) {
    display: none;
  }

  /* 銘柄非表示 */
  &::part(tryjpy),
  &::part(zarjpy) {
    display: none;
  }
}
