body{
    margin:0;
    background:#F8F6EF;
    font-family:Inter,sans-serif;
    color:#222;
	height:auto;
	overflow:visible;
}
 .wrap{
    max-width:1000px;
	width:100%;
    margin:0 auto;
    padding:20px;
	box-sizing:border-box;
}

.content{
    width:100%;
    max-width:820px;
    margin:0 auto;
}

 .hero{
    text-align:center;
    padding:1px 0
}

.hero h1{
    color:#2E7D32;
}

 #search{
    width:100%;
    padding:14px;
    border-radius:14px;
	box-sizing:border-box;
    border:1px solid #ddd;
    margin:20px 0;
    font-size:16px;
	margin-bottom:28px;
}
 .card{
    background:#fff;
    border-radius:16px;
    margin:12px 0;
    box-shadow:0 3px 10px rgba(0,0,0,.08);
    overflow:visible;
	height:auto;
}

 .head{
    width:100%;
    background:#fff;
    border:0;
    padding:18px;
    font-size:18px;
    font-weight:600;
    display:flex;
    justify-content:space-between;
    cursor:pointer
}
 .arrow{
    transition:.3s
}
 .body{
    max-height:0;
    overflow:hidden;
    transition:max-height .35s ease,padding .35s;
    padding:0 18px
}

.card{
    width:100%;
    box-sizing:border-box;
}

 .card.open .body{
    max-height:5000px;
    padding:18px;
}

 .card.open .arrow{
    transform:rotate(90deg)
}

 .arabic{
    font-family:'Noto Naskh Arabic',serif;
    font-size:25px;
    line-height:2;
    direction:rtl;
    text-align:right;
	white-space:normal;
	overflow-wrap:break-word;
}

 .rumi{
    margin-top:12px;
    font-style:italic
}

 .meaning{
    margin-top:12px
}

 .source{
    margin-top:16px;
    color:#2E7D32;
    font-size:14px
}

.category-title{
    margin:35px 0 15px;
    padding-bottom:8px;
    border-bottom:2px solid #2E7D32;
    color:#2E7D32;
    font-size:22px;
    font-weight:700;
}

 footer{
    text-align:center;
    color:#777;
    padding:25px
}
