body {
    font-family: Arial, sans-serif;
    margin: 20px;
    background: #f8f9fa;
    color: #222;
}

.ayah-box {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
}

.arabic-ayah {
    font-family: "Amiri", serif;
    font-size: 34px;
    line-height: 2.1;
    direction: rtl;
    text-align: right;
    margin: 20px 0;
}

.translit-line {
    font-size: 18px;
    color: #444;
    margin-bottom: 18px;
}

.token-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
}

.token-table th,
.token-table td {
    border: 1px solid #ddd;
    padding: 8px 10px;
}

.token-table th {
    background: #eee;
}

.token-arabic {
    font-family: "Amiri", serif;
    font-size: 24px;
    direction: rtl;
}

.links a {
    margin-right: 12px;
}