


.rnxtra-card {
    background-color: rgba(51, 169, 34, 0.15);
    border-left: 5px solid #33A922;
    border-radius: 6px;
    padding: 24px 28px;
    max-width: 800px;
}

.rnxtra-card h2 {
    color: #33A922;
    font-size: 17px;
    margin-top: 0;
    margin-bottom: 16px;
}

.rnxtra-card p {
    color: #333;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 12px 0;
}

.rnxtra-card p:last-child {
    margin-bottom: 0;
}



.rnxtra-table {
    width: 100%;
    border-collapse: collapse;
}

.rnxtra-table thead tr {
    background-color: #33A922;
    color: white;
}

.rnxtra-table thead th {
    padding: 14px 18px;
    text-align: left;
    font-size: 15px;
}

.rnxtra-table tbody tr {
    background-color: #ffffff;
    border-bottom: 1px solid #d0d0d0;
}

.rnxtra-table tbody td {
    padding: 12px 18px;
    font-size: 14px;
    color: #333;
    vertical-align: top;
}

.rnxtra-table tbody td:first-child {
    font-weight: bold;
    white-space: nowrap;
    width: 200px;
}


