

table.comparison tr td,
table.comparison tr th {
    padding: 1rem .5rem;
    border-bottom: 1px solid #E5E5E5;
}


.comparison th.bp-column {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    /* border-top: 1px solid #E3D0FF; */
}

.comparison td.bp-column.last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-color: transparent;
}

.comparison td.bp-column,
.comparison th.bp-column {
    background-color: #F1E7FF;
    color: #6514DD;
    border-bottom: 1px solid #E3D0FF;
}


.comparison th {
    font-size: 18px;
}

.comparison td {
    font-size: 16px;
    color: #454F5B;
}

.comparison svg.is-green {
    fill: #23DC9B;
}

.comparison svg.is-red {
    fill: #BF0711;
}


.quotes-slideshow-container {
    height: 320px;
}

.quotes-slideshow-container .tag {
    padding: .25rem 0;
    padding-left: 1.5rem;
    padding-right: 1rem;
    width: fit-content;
    border-radius: 9999px;
    left: -1rem;
    font-weight: 700;
}

.quotes-slideshow-container .slide-indicator {
    background-color: #E3D0FF;
    width: 12px;
    height: 12px;
    border-radius: 9999px;
    margin: 0 4px;
}

.quotes-slideshow-container .slide-indicator.active {
    background-color: #5D27A3 !important;
}

.quotes-slideshow-container .slide-nav {
    background-color: #6514DD;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
}

.quotes-slideshow-container .slide-nav svg {
    fill: white;
}

.quotes-slideshow-container .slide-p em {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    position: absolute;
    bottom: 0;
    font-style: normal;
}


@media (min-width: 640px) {
    .quotes-slideshow-container {
        overflow: hidden;
        z-index: 2;
        position: relative;
    }
}

@media (max-width: 640px) {
    em {
        left: 50%;
        transform: translate(-50%, -5px);
        width: 100%;
    }
}