 .mandatory-wrapper {
                    background-color: inherit;
                    padding: 30px 20px;
                    border-radius: 5px;
                }
                .mandatory-header {
	background-color: #264796;
	color: white;
	padding: 15px;
	text-align: center;
	font-weight: bold;
	font-size: 20px;
	border-radius: 5px 5px 0 0;
	margin-bottom: 15px;
                }
                .mandatory-btn {
                    text-align: center;
                    margin-bottom: 20px;
                }
                .view-btn {
                    background-color: #0066ff;
                    color: white;
                    padding: 10px 25px;
                    border: none;
                    border-radius: 4px;
                    font-weight: bold;
                    cursor: pointer;
                    text-decoration: none;
                    display: inline-block;
                }
                .view-btn:hover {
	background-color: #0066FF;
                }
                .section-title {
	color: #264796;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	margin-bottom: 10px;
	padding: 5px 0;
                }
                .disclosure-table {
                    width: 100%;
                    border-collapse: collapse;
                    background-color: white;
                    margin-bottom: 20px;
                }
                .disclosure-table thead {
                    background-color: #f0f0f0;
                }
                .disclosure-table th {
                    color: #8b5a3c;
                    font-weight: bold;
                    padding: 12px;
                    text-align: left;
                    border-bottom: 2px solid #ddd;
                }
                .disclosure-table td {
                    padding: 12px;
                    border-bottom: 1px solid #ddd;
                }
                .disclosure-table tbody tr:nth-child(even) {
                    background-color: #f9f9f9;
                }
                .disclosure-table tbody tr:hover {
                    background-color: #f5f5f5;
                }
                .click-link {
                    color: #0099cc;
                    font-weight: bold;
                    text-decoration: none;
                }
                .click-link:hover {
                    text-decoration: underline;
                }
                .sn-col {
                    width: 50px;
                    text-align: center;
                    color: #8b5a3c;
                    font-weight: bold;
                }
