body {
    margin: 20px;
    background: #f5f5f5;
    font-family: Arial, sans-serif;
}

.ayah-card1 {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 18px;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}
.ayah-card{
    background:#fff;
    border: 1px solid #ddd;
    border-radius:18px;
    margin:20px 0;
    padding:25px 40px;      /* top/bottom 25, left/right 40 */
    box-shadow:0 6px 20px rgba(0,0,0,.08);
    transition:.25s;
}
.ayah-header {
    font-weight: bold;
    color: #0d6efd;
    margin-bottom: 18px;
    font-size: 18px;
}

.wbw2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0px;
}

.wbw{
    display:flex;
    flex-wrap:wrap;
    flex-direction:row;
    direction:rtl;          /* <-- this is the important line */
    justify-content:flex-start;
    gap:0;
}

.word {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;

    min-width: 50px;
    max-width: 120px;

    padding: 1px;

    border: 0px solid #ddd;
    border-radius: 8px;

    background: white;

    transition: 0.2s;
    cursor: pointer;
}

.word:hover {
    background: #eef6ff;
    border-color: #0d6efd;
    transform: translateY(-2px);
}

.ar_nouse {
    direction: rtl;
    font-size: 34px;
    margin-bottom: 10px;
    color: #111;
}

.ar {
    font-family: 'Quran', serif;
    direction: rtl;
    font-size: 40px;
    color: #111;
    line-height: 1.6;
}

.tr {
    font-size: 13px;
    color: #0077cc;
    margin-bottom: 6px;
    text-align: center;
}

.en {
    font-size: 13px;
    color: #666;
    text-align: center;
}

.tr2 {
    font-size: 16px;
    color: #000000;
    margin-bottom: 6px;
    text-align: left;
}

.en2 {
    font-size: 16px;
    color: #222222;
    text-align: left;
}

@font-face {
    font-family: 'Quran';
    src: url('fonts/QCF4xxx_COLOR.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Quran';
    src: url('fonts/UthmanicHafs.ttf') format('truetype');
}

.ayahno{
    display:inline-block;
    background:#198754;
    color:#fff;
    padding:6px 14px;
    border-radius:8px;
    font-weight:bold;
    margin-bottom:18px;
}

.ayahnosq{
    display:inline-block;
    background:#198754;
    color:white;
    min-width:60px;
    height:36px;
    line-height:36px;
    padding:0 12px;
    border-radius:8px;
    text-align:center;
    font-weight:bold;
    margin-bottom:20px;
}

.highlight2{
    background:pink;
    color:white;
    padding:2px 4px;
    border-radius:4px;
}

.highlight{
    background:#e91e63;
    color:#fff;
    padding:2px 5px;
    border-radius:5px;
    font-weight:600;
}

.ayah-count{
    text-align:center;
    margin:15px 0 20px;
    font-size:14px;
    font-weight:600;
}

.ayah-count span{
    display:inline-block;
    background:#eef5ff;
    color:#0d6efd;
    border:1px solid #cfe2ff;
    border-radius:30px;
    padding:8px 20px;
}