html, body {
    background: black;
    font-family: "Roboto", sans-serif;
    line-height: 1;
    letter-spacing: 0.3px;
    }

  .attention-component {
    width: 100%;
  }

  .attention-component .inner {
    overflow: hidden;
    position: relative;
  }

  .attention-component * {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }

  .attention-component .inner {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    box-shadow: 3px 4px 1px #00000054, 3px 3px 4px 0px #000000a8, inset 0 0 3px 1px #797979, inset 0 0 6px 1px #ffffff !important;
    background: #ffffff;
    padding-bottom: 10px;
  }

  .attention-component .inner-container {
    padding: 10px 10px 60px 10px;
    height: auto;
    font-size: 17px;
  }
  
  .attention-component .head {
    padding: 10px 40px 10px 10px;
    background: linear-gradient(#222222, #373737) !important;
    color: #1e1e1e !important;
  }


  .attention-component .title {
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
  }

  .attention-component .buttons {
    position: absolute;
    bottom: 20px;
    right: 10px;
  }

  .attention-component .confirm {
    padding: 5px 20px;
    background-image: linear-gradient(#ea0d0d, #a40404);
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
    font-size: .9em;
    margin: 5px;
    padding: 5px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
    text-shadow: 0 0 1px #000;
  }

  .inner-title {
    line-height: 1.5;
    margin-bottom: 10px;
  }

  .inner-title-description {
    color: #000000ab;
    padding: 0px 0px 0px 20px;
  }

  .inner-description {
    color: #0000008a;
    font-size: 15px;
    padding: 0px 0px 0px 20px;
  }

  .inner-description img:not([class^="gb_"]) {
    vertical-align: middle;
    opacity: 50%;
  }

  .inner-container ol {
    margin-bottom: 15px;
  }

  #Linkbaru {
    text-decoration: none;
    color: #0000008a;
  }

