  .magic-widget {
    margin: 0 auto;
    background: #111;
    border: 4px solid #FFD700;
    border-radius: 12px;
    padding: 16px;
    color: #fff;
    font-family: 'Bebas Neue', sans-serif;
    box-shadow: 0 0 20px rgba(255, 215, 0, 0.5);
  }
  .pcVer .magic-widget {
    width: 300px;
  }
  .spVer .magic-widget {
    width: 360px;
  }

  .magic-inner{
    background-image: url(https://i.daily.jp/Koukoku/Images/magicWidgetBG3.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: 100% 100%;
    padding: 15px;
  }
  .magic-header {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    gap: 6px;
  }

  .magic-icon {
    font-size: 20px;
    color: #FFD700;
    background-image: url('https://i.daily.jp/Koukoku/Images/magicWidgetThunder2.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 45px;
    display: inline-block;
  }

  .magic-icon.flip {
    transform: scaleX(-1);
  }

  .magic-breaking {
    background: #FFD700;
    color: #111;
    padding: 5px 5px;
    border-radius: 4px;
    font-weight: bold;
  }
  .pcVer .magic-breaking {
    font-size: 18px;
  }
  .spVer .magic-breaking {
    font-size: 25px;
  }

  .magic-title {
    font-size: 28px;
    color: #FFD700;
    text-shadow: 0 0 4px #FFA000;
    display: none;
  }

  .magic-number {
    font-size: 64px;
    font-weight: bold;
    color: #FFEB3B;
    text-align: center;
    text-shadow: 0 0 10px orange, 0 0 20px #FFEB3B;
    margin: 8px 0;
    background-image: url('https://i.daily.jp/Koukoku/Images/magicWidgetFire2.jpg');
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
  }

  .magic-update {
    text-align: center;
    font-size: 14px;
    color: #FFD700;
  }

  .magic-footer {
    font-size: 25px;
    color: #bbb;
    text-align: center;
    line-height: 1.4;
  }

  .magic-footer span {
    color: #FFD700;
  }

  #bbr {
    display: none;
  }