.comparison-table {
    border-collapse: unset;
    table-layout: fixed;
    border-spacing: 1.25rem 0;
    font-size: 0.875rem;
}

.comparison-table th {
    padding: 22px 0;
    background-color: white;
    border-radius: 8px 8px 0 0;
    border-top: 1px solid #C4C4C4;
    border-bottom: 1px solid #C4C4C4;
    color: #001F5B;
}

.comparison-table th:nth-child(2),
.comparison-table th:nth-child(3),
.comparison-table th:nth-child(4),
.comparison-table th:nth-child(5),
.comparison-table th:nth-child(6) {
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.1;
}

.comparison-table tr:nth-child(even) td {
    background-color: #EDF3FD;
}

.comparison-table tr:nth-child(even) td:first-child {
    justify-content: flex-start;
    padding: 15px;
    background-color: #001F5B;
    color: white;
    border-color: #C4C4C4;
    text-align: left;
}

.comparison-table tr:nth-child(odd) td {
    background-color: white;
}

.comparison-table tr:nth-child(odd) td:first-child {
    justify-content: flex-start;
    padding: 15px;
    background-color: #063680;
    color: white;
    text-align: left;
}

.comparison-table tr:first-child {
    background-color: white;
}

.comparison-table th,
td {
    border-left: 1px solid #C4C4C4;
    border-right: 1px solid #C4C4C4;
    line-height: 20px;
}

.comparison-table td {
    padding: 15px;
    text-align: center;
    color: #001F5B;
    font-weight: 500;
}

.comparison-table tr th:first-child {
    background-color: #001F5B;
    border-radius: 8px 8px 0 0;
    border-bottom: 1px solid white;
    color: white;
}

.comparison-table tr:last-child td {
    border-bottom: 1px solid #C4C4C4;
    border-radius: 0 0 8px 8px;
}

.comparison-table tr:last-child td:first-child {
    border-radius: 0 0 8px 8px;
}

.notification p {
    background-color: #f7f7f7;
    padding-top: 6px;
    padding-bottom: 6px;
    text-align: center;
    color: rgb(106 104 104 / var(--tw-text-opacity));
    font-size: 0.75rem;
    line-height: 1rem;
}

.notification a {
    color: #277EFC;
}

.underline-container p {
    line-height: 4.4rem;
    color: white;
}

.underlined {
    display: inline-block;
    position: relative;
    z-index: 10;
    --underline-bottom: calc(100% / 4);
}

.underlined-xs {
    --underline-bottom: calc(100% / 10);
}

.underlined-sm {
    --underline-bottom: calc(100% / 6);
}

.underlined-lg {
    --underline-bottom: calc(100% / 2.5);
}

.underlined-xl {
    --underline-bottom: calc(100% / 3.5);
}

.underlined-2xl {
    --underline-bottom: calc(100% / 4.5);
}

.underlined::after {
    content: url(/Images/stroke-highlight.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 100%;
    position: absolute;
    top: var(--underline-bottom);
    left: 0;
    width: 100%;
    z-index: -1;
}

.blog-post-container p {
    font-size: 14px;
    line-height: 160%;
    color: #656A76;
}

.blog-post-container strong {
    color: #002B5B;
}

.blog-post-container ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.blog-post-container ol {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.blog-post-container li {
    position: relative;
    padding-left: 40px;
    font-size: 14px;
    line-height: 160%;
    color: #656A76;
}

.blog-post-container ul li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    /* top: 5px; */
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFC520;
    color: white;
    line-height: 160%;
    height: 25px;
    width: 25px;
    padding-top: 3px;
}

.blog-post-container ol li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #FFC520;
    color: white;
    line-height: 1;
    height: 25px;
    width: 25px;
    padding-top: 3px;
}

.blog-post-container a {
    color: #277EFC;
}

.blog-post-text-container h2 {
    font-weight: 600;
    font-size: 20px;
    Line-height: 28px;
    color: #001F5B;
}

.box-shadow {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.broker-dropdown {
    z-index: 20;
    overflow-y: scroll;
    height: 400px;
}

@media only screen and (max-width: 768px) {
    .underlined-sm {
        --underline-bottom: calc(100% / 8);
    }

    .underlined-lg {
        --underline-bottom: calc(100% / 3);
    }

    .comparison-table th:nth-child(2) {
        font-weight: 300;
        font-size: 20px;
        line-height: 10px;
    }

    .comparison-table th:nth-child(3) {
        font-weight: 500;
        font-size: 20px;
        line-height: 10px;
    }

    .comparison-table th:nth-child(4) {
        font-weight: 700;
        font-size: 20px;
        line-height: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .underline-container {
        margin-bottom: 1rem;
    }

    .underline-container p {
        line-height: 3rem;
    }

    .underlined-sm {
        --underline-bottom: calc(100% / 9);
    }

    .underlined-lg {
        --underline-bottom: calc(100% / 3);
    }

    .comparison-table {
        display: flex;
        overflow-x: auto;
        padding: 0 1.25rem;
    }

    .comparison-table tr {
        display: flex;
        gap: 15px;
    }

    .comparison-table td {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .comparison-table tr th {
        width: 200px;
    }

    .comparison-table tr td {
        width: 200px;
    }

    .blog-post-container li {
        display: flex;
        flex-direction: column;
    }

    .blog-post-container p {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }

    .blog-post-container li {
        font-size: 14px;
        line-height: 20px;
        font-weight: normal;
    }

    .blog-post-container strong {
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
    }

    .blog-post-text-container h2 {
        font-size: 20px;
        Line-height: 28px;
    }

    .abt-business-card p {
        font-size: 16px !important;
    }
}