table {
            width: 100%;
            border-collapse: collapse;
        }
        th, td {
            border: 1px solid #999;
            padding: 10px;
            text-align: center;
        }
        th {
            background-color: #d9d4c7;
        }
        h2 {
            text-align: center;
        }



        .title-top {
            color: #c0392b;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .card {
            background: #e8bcbc;
            padding: 40px 30px;
            border-radius: 60px;
            position: relative;
            box-shadow: 0 5px 15px rgba(0,0,0,0.1);
        }

        

       

  

        .heading {
            font-size: 20px;
            font-weight: bold;
            margin-bottom: 20px;
        }

        p {
            line-height: 1.8;
            font-size: 16px;
            margin: 0;
        }


.container{
    max-width:900px;
    margin:auto;
   
    padding:30px 40px;
    box-shadow:0 0 10px rgba(0,0,0,0.1);
    line-height:1.9;
}

.section-title{
    color:#b22222;
    font-weight:bold;
    margin-top:25px;
}

.row{
    display:flex;
    justify-content:space-between;
    margin:12px 0;
}

.q{
    width:65%;
}

.line{
    width:30%;
    border-bottom:2px dotted #555;
}

.full-line{
    border-bottom:2px dotted #555;
    width:100%;
    margin:10px 0 20px;
}

.inline-line{
    display:inline-block;
    border-bottom:2px dotted #555;
    width:200px;
}

.red{
    color:red;
}



.banner{
    max-width:900px;
    margin:40px auto;
    background:#a9bcc8;
    color:#1a1a1a;
    padding:30px 40px;
    text-align:center;
    font-size:20px;
    line-height:1.8;
    border-radius:0 0 60px 60px;
    position:relative;
}


.section-title{
    color:#b22222;
    font-weight:bold;
    margin-top:20px;
}

.row{
    display:flex;
    align-items:center;
    margin:10px 0;
}

.label{
    width:60px;
}

.line{
    flex:1;
    border-bottom:2px dotted #555;
    margin-left:10px;
}

.two-col{
    display:flex;
    justify-content:space-between;
    margin:10px 0;
}

.left{
    width:45%;
}

.right{
    width:50%;
    border-bottom:2px dotted #555;
}

.red{
    color:red;
    font-weight:bold;
}

.example{
    margin-bottom:15px;
}


.section-title{
    color:#b22222;
    font-weight:bold;
    margin-bottom:15px;
}

/* blue highlight box */
.word-box{
    background:#b9ccd8;
    padding:12px 20px;
    border-radius:30px;
    text-align:center;
    margin-bottom:20px;
    font-weight:bold;
}

/* rows */
.row{
    display:flex;
    align-items:center;
    margin:12px 0;
}

.label{
    width:50px;
}

.text{
    min-width:120px;
}

.line{
    flex:1;
    border-bottom:2px dotted #555;
    margin:0 10px;
}

.match-container{
    display:flex;
    justify-content:space-between;
    margin-top:15px;
}

.match-left, .match-right{
    width:45%;
}

.match-left p, .match-right p{
    margin:10px 0;
    font-size:16px;
}


/* main card */
.verse-container{
    max-width:900px;
    margin:40px auto;
    background:#c9d1a8;
    padding:40px 50px;
    text-align:center;
    position:relative;
    border-radius:10px;
}

/* side dotted decoration */
.verse-container::before,
.verse-container::after{
    content:"";
    position:absolute;
    top:0;
    width:20px;
    height:100%;
    background: radial-gradient(circle, #8a8a6a 3px, transparent 4px);
    background-size: 10px 15px;
}

.verse-container::before{
    left:0;
}

.verse-container::after{
    right:0;
}

/* text styling */
.verse-text{
    font-size:20px;
    line-height:2;
    color:#1a1a1a;
    font-weight:500;
}


.heading{
    font-size:18px;
    line-height:1.8;
    margin-bottom:20px;
}

/* table styling */
table{
    width:100%;
    border-collapse:collapse;
    margin-top:15px;
}

th, td{
    border:2px dotted #7a8c3a;
    padding:12px;
    vertical-align:top;
    font-size:15px;
}

th{
    background:#d6e0b5;
    text-align:center;
    font-weight:bold;
}

/* first column */
.first-col{
    font-weight:bold;
    width:120px;
}

/* bottom text */
.footer{
    margin-top:20px;
    font-size:16px;
}

h2{
color:#a33232;
}

.box {
    border: 2px solid #7a8c3a;
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    background-color: #EBF7CB;
}





.box2 {
    border: 2px solid #7a8c3a;
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    background-color:#E8D8C3;
}
