body {
    font-family: 'Times New Roman', Times, serif !important;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol" !important;
}

.container {
    max-width: 900px !important;
}

.post-container {
    border: 1px solid #000;
}

.post-top-header {
    display: flex;
    margin: auto;
    flex-direction: column;
    align-content: center;
    align-items: center;
    gap: 0px;
    padding: 5px 10px;
}

.post-top-header h2 {
    color: #ff0000;
    font-size: 24px;
    margin: 0;
    margin-bottom: 5px;
}

.post-top-header h3 {
    color: #008000;
    font-size: 20px;
    margin: 0;
    margin-bottom: 5px;
}

.post-top-header p {
    margin: 0;
}

.post-top-header p a {
    color: #0000ff;
    text-decoration: none;
    margin: 0;
}

.grid-wrapper {
    display: flex;
    margin-bottom: 0px;
}

.grid-column {
    width: 50%;
    padding: 0;
    border: 0.5px solid #000000;
}


h4.gb-headline-22b2e02b {
    margin: 0;
    font-size: 20px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    color: #ffffff;
    background-color: #5b032f;
}

.grid-column ul {
    padding: 0 20px;
}


.gb-grid-column-0f18d865 {
    width: 75%;
}

.gb-grid-column-860b2712 {
    width: 25%;
}

.gb-grid-column-0f18d865 h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    border-right-color: #000000;
    border-left-color: #000000;
    color: #ffffff;
    background-color: #046132;
}

.gb-grid-column-860b2712 h5 {
    margin: 0;
    font-size: 20px;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 4px;
    margin-bottom: 0px;
    color: #ffffff;
    background-color: #f53c00;
}

.gb-grid-column-860b2712 h4 {
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 0px;
}

h5 {
    color: #000080;
    font-size: 16px;
    margin-bottom: 10px;
}

h6 {
    color: #000080;
    font-size: 16px;
    margin-bottom: 10px;
    background-color: #000080;
    color: #ffffff;
    padding: 5px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}

ul li {
    margin-bottom: 10px;
}

ul li span {
    font-size: 14px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

table td {
    border: 1px solid #000000 !important;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: rgb(0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
    border-bottom-color: rgb(0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    padding: 10px;
    text-align: center;
}


td.left-td {
    border-right: 1px solid #000 !important;
}

.important-links td {
    background-color: #fff091;
}

.apply-button {
    display: block;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: red;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.2s ease;
    text-align: center;
    margin-bottom: 20px;
}

.post-container h6 {
    margin: 0;
    color: white;
}

.post-container ul {
    margin: 10px 20px;
}

.post-container table {
    margin: 0 !important;
    box-shadow: none !important;
}

h6 strong {
    color: white;
}

tbody, td, tfoot, th, thead, tr {
    text-align: center !important;
}

ul {
    list-style-type: disc !important;
}

ul li {
    margin-bottom: 10px;
    width: fit-content;
    text-align: center;
    align-items: center;
}


td a
 {
    color: blue !important;
    font-weight: 700 !important;
}

.bot-tr{
    background: #fcff1b !important;
}


.post-top-header h4 {
    color: #ff00ba;
    font-size: 18px;
    margin: 0;
    margin-bottom: 5px;
}
