/* Body and Canvas */
body {
    background-color: #1f2020;
    color: #e8e6e3;
    font-family: 'Manrope', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.asymmetric-canvas {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 6%;
    padding-right: 4%;
}

/* Texts, Headings and Lists */
p {
    /*color: #e2e8f0;*/
    line-height: 1.75;
    font-size: 1rem;
    margin-bottom: 1.25rem;
}

a {
    color: #3b82f6 !important;
    text-decoration: none;
    transition: color 0.2s ease;
}

a:hover {
    text-decoration: underline;
}

blockquote {
    font-family: 'Noto Serif', serif;
    border-left: 5px solid #a1d494;
    margin: 1.25rem 0;
    padding: 0.5rem 1.25rem;
    font-style: italic;
    color: #9aa19a;
}

/* Arabic Text Blocks */
.arabic-quote {
    font-family: 'Amiri', serif;
    direction: rtl;
    text-align: right;
    border-right: 5px solid #a1d494;
    margin: 1.5rem 0;
    padding: 0.5rem 1.25rem;
    font-size: 1.25rem;
    line-height: 1.85;
}

@media (min-width: 640px) {
    p {
        font-size: 1rem;
    }
    blockquote, .aq {
        font-size: 1rem;
    }
}

/* For Abu Haneefah Works Structure */
.chain-box {
    background-color: #242525;
    border-left: 5px solid #a1d494;
    border-radius: 4px;
    padding: 1.25rem;
    margin: 1.5rem 0;
    font-size: 0.95rem;
    line-height: 1.8;
}

.scholar-entry {
    border-left: 3px solid #b6d088;
    padding: 0.5rem 0 0.5rem 1rem;
    margin: 1rem 0 1rem 0.5rem;
}
.scholar-name {
    color: #a1d494;
    font-weight: 600;
    font-size: 1.05rem;
    margin-bottom: 0.25rem;
}

/* For all Progress Rings */
.progress-ring {
    background: conic-gradient(#a1d494 0%, #3a3a3a 0%);
    -webkit-mask: radial-gradient(farthest-side, transparent 72%, black 73%);
    mask: radial-gradient(farthest-side, transparent 72%, black 73%);
}

.ring-mask {
    -webkit-mask: radial-gradient(farthest-side, transparent 72%, black 73%);
    mask: radial-gradient(farthest-side, transparent 72%, black 73%);
}

/* For all Lists */
.custom-ul {
    list-style: disc outside;
    padding-left: 3rem;
}

.custom-ol {
    list-style: decimal outside;
    padding-left: 3rem;
}
.custom-ul-ar {
    direction: rtl;
    text-align: right;
    list-style: disc outside;
    padding-right: 2rem;
}

.custom-ol-ar {
    direction: rtl;
    text-align: right;
    list-style: decimal outside;
    padding-right: 2rem;
}