/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 21 2026 | 17:08:37 */
.single-post .entry-author.author-box {
    background: #238fcd !important;
    border-radius: 0 !important;
    padding: 26px 30px;
    border: none !important;
}
.single-post .entry-author.author-box .flex-col.mr.circle {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-image: url('https://www.lfsinsurance.com/2025/wp-content/uploads/2026/07/Neil3.jpg');
    background-size: cover;
    background-position: center;
    flex-shrink: 0;
}
.single-post .entry-author.author-box .flex-col.mr.circle img.avatar {
    opacity: 0;
}
.single-post .entry-author.author-box .author-name {
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    text-transform: none !important;
}
.single-post .entry-author.author-box .author-desc {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #ffffff !important;
}
.single-post .lfs-header-extra {
    text-align: center;
    margin: 12px 0 0;
    font-size: 15px;
    color: #444;
    text-transform: none;
}
.single-post .lfs-header-btn {
    text-align: left;
    margin: 18px 0 10px;
}
.single-post .lfs-quote-btn {
    display: inline-block;
    background: #238fcd;
    color: #fff !important;
    padding: 13px 34px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
}
.single-post .lfs-quote-btn:hover {
    background: #1c73a3;
    color: #fff !important;
}
.single-post .lfs-subtitle {
    font-size: 18px;
    line-height: 1.5;
    color: #444;
    margin: 12px 0 0;
    max-width: 700px;
}
.lfs-help-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    padding: 26px 22px;
    text-align: center;
    margin-bottom: 30px;
}
.lfs-help-img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
    margin: 0 auto 14px;
    display: block;
}
.lfs-help-title {
    font-size: 20px;
    color: #2f5d62;
    margin: 0 0 8px;
}
.lfs-help-text {
    font-size: 15px;
    color: #555;
    line-height: 1.5;
    margin: 0 0 18px;
}
.lfs-help-btn {
    display: inline-block;
    background: #238fcd;
    color: #fff !important;
    padding: 12px 26px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
}
.lfs-help-btn:hover { background: #1c73a3; color: #fff !important; }
.lfs-help-phone {
    font-size: 13px;
    color: #888;
    margin: 14px 0 0;
}

/* ---------- Blog post tables ---------- */
.single-post .entry-content table {
    width: 100% !important;
    border-collapse: collapse !important;
    border: none !important;
    margin: 32px 0 !important;
    font-size: 15px;
}
.single-post .entry-content table th {
    text-align: left !important;
    font-weight: 700 !important;
    color: #333 !important;
    padding: 14px 24px 14px 0 !important;
    border: none !important;
    border-bottom: 2px solid #e0e0e0 !important;
    background: none !important;
}
.single-post .entry-content table td {
    padding: 18px 24px 18px 0 !important;
    border: none !important;
    border-bottom: 1px solid #ededed !important;
    color: #555;
    vertical-align: top;
    background: none !important;
}
.single-post .entry-content table tr:last-child td {
    border-bottom: none !important;
}
.single-post .entry-content table tr:hover td {
    background: #f7fbfe !important;
}
.single-post .entry-content table td:last-child,
.single-post .entry-content table th:last-child {
    padding-right: 0 !important;
}
@media (max-width: 849px) {
    .single-post .entry-content table {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }
}
