p{
padding: 15px;
line-height: 24px;
}

ul, li { list-style: none; }

.bg {padding: 124px;background: url(/application/modules/tutorial/img/header-bg.png);background-repeat: no-repeat;margin-bottom: -40px;}
    
.question {
}

.question li {padding: 33px 82px 34px 0px;}


.question li.q {
    background-color: #29201b;
    box-shadow: inset 0 0 4px rgb(91 62 54 / 60%), inset 0 0 30px rgb(79 68 55 / 45%);
    box-sizing: border-box;
    border: dashed 1px #433631;
    color: #655e57;
    /* border-radius: 2px; */
    margin-bottom: 8px;
    transition:0.1s;
    direction:rtl;
}

.question li.q span {
    padding-right: 5px;
    color: #a5887a;
}
.question li.a {
  background: #231a16;
  font-size: 14px;
  border-top: dashed 1px #453b3b;
  margin-bottom: 5px;
  display: none;
  direction: rtl;
  height: max-content;
  padding:0
}

 .question > ul {
   list-style: none;
		margin: 13px 21px;
		text-align: right;
     }

    .question > ul > li.q:hover {
    color: #ffb956;
    box-shadow: inset 0 0 4px rgba(243,84,34,0.6), inset 0 0 60px rgba(151,59,30,0.45);
    cursor:pointer;
        transition:0.5s;
    }
 
 .question > ul > li > img.arrow{
    margin-left: 29px;
    padding: 20px 40p;
    float: left;
    }
    
 .question > ul > li.q.active {
  box-shadow: inset 0 0 4px rgba(243,84,34,0.6), inset 0 0 60px rgb(183 76 42 / 71%);
  border: solid 1px #b3773a;
}

 .question > ul > li > img.icon{
    position: absolute;
    right: 17px;
    width: 47px;
    height: 47px;
    top: 17px;
    background: url(../../../images/wowzone/tutorialpage.png) no-repeat 0 0;
    display: inline-block;
    }
 
 .rotate {
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.description{
    background: #2b3928;
    font-size: 14px;
    width: auto;
    height: 70px;
    margin: 10px 0px 10px 0px;
    border: solid 1px #4c6c4dbf;
    /* border-radius: 5px; */
    padding: 10px 87px 0px 0px;
    color: #899372;
    text-align: right;
    line-height: 20px;
    direction: rtl;
    background-image: url(/application/modules/tutorial/img/tut-lant.png);
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 65px;
}
    }