@font-face {
  font-family: LPMQ;
  src: url(https://cdn.statically.io/gh/jp-rafiqi/jp-project/9218c079/LPMQ.eot);
  src: url(https://litequran.net/assets/fonts/LPMQ.eot?#iefix)
      format("embedded-opentype"),
    url(https://cdn.statically.io/gh/jp-rafiqi/jp-project/9218c079/LPMQ.woff)
      format("woff"),
    url(https://cdn.statically.io/gh/jp-rafiqi/jp-project/9218c079/LPMQ.ttf)
      format("truetype");
}
blockquote.arab {
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 10px;
  margin: 1.5em 0;
  background: #fff;
}
blockquote.arab p:nth-child(1) {
  font-family: LPMQ;
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
  text-align: right;
  direction: rtl;
  margin: 0;
}
blockquote.arab p:nth-child(2) {
  position: relative;
  font-size: 90%;
  background-color: rgba(0, 0, 0, 0.1);
  color: #222;
  border-radius: 8px;
  padding: 20px 10px 10px;
  margin: 2.5em 0 0;
  text-align: justify;
}
blockquote.arab p:nth-child(2):before {
  content: "Artinya :";
  position: absolute;
  font-weight: bold;
  border-radius: 50px;
  background: #fcfcfc;
  color: #222;
  padding: 5px 15px 5px;
  top: -14px;
  left: 15px;
}
