.ast-container p a {
    text-decoration: underline;
}

.ast-small-footer-section-1 {
    font-size: 12px !important;
}

.pillar-card > .fl-col-content {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.pillar-card .pillar-cta {
    margin-top: auto;
}
.single-post .entry-content h2 {
    margin-top: 1.8em !important;
}

.single-post .entry-content ul {
    margin-top: 0.5em;
}
/* Finlayson Digital comparison table */
.fd-comparison-table table {
    width: 100%;
    border-collapse: collapse;
    border: none;
}

.fd-comparison-table thead {
    background: #02152E;
    color: #ffffff;
}

.fd-comparison-table th {
    padding: 8px 12px;
    border: none;
    text-align: left;
    font-weight: 700;
}

.fd-comparison-table td {
    padding: 8px 12px;
    border: none;
    border-bottom: 1px solid #d9d9d9;
    vertical-align: top;
}

.fd-comparison-table tbody tr:nth-child(even) {
    background: #f5f5f2;
}

.fd-comparison-table tbody td:first-child {
    font-weight: 700;
    color: #0b1638;
}

.fd-comparison-table tbody tr:last-child td {
    border-bottom: none;
}
/* Mobile treatment for comparison table */
@media (max-width: 600px) {

    .fd-comparison-table thead {
        display: none;
    }

    .fd-comparison-table table,
    .fd-comparison-table tbody,
    .fd-comparison-table tr,
    .fd-comparison-table td {
        display: block;
        width: 100%;
    }

    .fd-comparison-table tbody tr {
        padding: 16px 18px;
        margin-bottom: 16px;
        background: #f5f5f2;
    }

    .fd-comparison-table tbody tr:nth-child(even) {
        background: #f5f5f2;
    }

    .fd-comparison-table td {
        padding: 0;
        border: none;
    }

    .fd-comparison-table tbody td:first-child {
        margin-bottom: 6px;
        font-weight: 700;
        color: #0b1638;
    }

    .fd-comparison-table tbody td:last-child {
        line-height: 1.5;
    }
}
/* Finlayson Digital editorial callout */
.fd-mickle-callout {
    background: #f5f5f2;
    border-left: 5px solid #e8b83f;
    padding: 26px 28px;
    margin: 32px 0;
}

.fd-mickle-callout p {
    margin: 0 0 14px;
}

.fd-mickle-callout p:nth-child(2) {
    color: #0b1638;
    font-size: 24px;
    line-height: 1.3;
    font-weight: 700;
    font-style: italic;
}

.fd-mickle-callout p:last-child {
    margin-bottom: 0;
}