.rb-blog-main .rb-post-content h2,
.rb-blog-main .rb-post-content h3,
.rb-blog-main .rb-post-content h4 {
    color: #0099D7;
    font-weight: 700;
}

.rb-blog-main .rb-post-title {
    color: #0099D7;
    font-weight: 700;
    font-size: 2.5rem;
}

.rb-blog-main .rb-toc-title {
    color: #0099D7;
}

.rb-blog-main .rb-faq-title {
    color: #0099D7;
    font-weight: 700;
}

.rb-blog-main .rb-faq-question {
    background: none !important;
    background-color: transparent !important;
    color: #333 !important;
    border-radius: 0 !important;
    overflow: visible !important;
    white-space: normal !important;
    text-overflow: unset !important;
    gap: 1rem;
}

.rb-blog-main .rb-breadcrumb a {
    color: #0099D7;
    font-size: 12px !important;
}
.rb-blog-main .rb-breadcrumb a:hover{
    text-decoration: none;
}
.rb-container {
    max-width: 1246px;
    margin: 0 auto;
    padding: 0 20px;
}

.rb-hero {
    padding: 30px 0 0px;
}

.rb-breadcrumb {
    font-size: 12px !important;
    margin-bottom: 16px;
    text-transform:uppercase;
}

.rb-breadcrumb a {
    text-decoration: none;
    color: #0099D7;
}

.rb-breadcrumb a:hover {
    text-decoration: underline;
}

.rb-breadcrumb-sep {
    color: #555;
}

.rb-breadcrumb-current {
    color: #555;
}

.rb-post-title {
    margin-bottom: 16px;
    color: #333;
}

.rb-post-meta-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #F0F3F6;
    border-radius: 16px;
    padding: 16px 24px;
    margin-bottom: 24px;
    position: relative;
}

.rb-meta-dates {
    display: flex;
    gap: 40px;
}

.rb-meta-date-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rb-meta-label {
    font-size: 12px;
    font-weight: 700;
    color: #0099D7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rb-meta-value {
    font-size: 16px;
    color: #333;
    font-weight: 500;
}

.rb-meta-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}

.rb-print-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 20px;
    background: #0099D7;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rb-print-btn:hover {
    background: #007ab8;
}

.rb-share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: stretch;
    background: #fff;
    color: #0099D7;
    border: 2px solid #0099D7;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.rb-share-btn:hover {
    background: #0099D7;
    color: #fff;
}

.rb-blog-main .rb-content-main .rb-post-content h2,
.rb-blog-main .rb-content-main .rb-post-content h3 {
    display: inline-block;
}

.rb-blog-main .rb-content-main .rb-post-content h2::after,
.rb-blog-main .rb-content-main .rb-post-content h3::after {
    content: '' !important;
    display: block !important;
    width: calc(100% + 40px) !important;
    height: 3px !important;
    background: #0099D7 !important;
    margin-top: 10px !important;
}

/* Print styles */
@media print {
    .rb-sidebar,
    .rb-post-meta-bar .rb-meta-actions,
    .rb-social-share,
    .rb-related-articles,
    .rb-newsletter-cta,
    .rb-subscribe-box {
        display: none !important;
    }

    .rb-content-grid {
        grid-template-columns: 1fr !important;
    }
}

.rb-featured-image {
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.rb-featured-image img {
    width: 100%;
    height: auto;
    display: block;
}

.rb-content-grid {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
}

.rb-content-area {
    padding: 20px 0 40px;
}

.rb-sidebar {
    align-self: start;
    height: 100%;
}

.rb-sidebar-inner {
    position: sticky;
    top: 180px;
    max-height: calc(100vh - 200px);
    overflow-y: auto;
    padding-bottom: 20px;
}

.rb-toc {
    background: #F0F3F6;
    border-radius: 16px;
    padding: 28px 24px;
    margin-bottom: 24px;
}

.rb-toc-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #0099D7;
}

.rb-toc-nav a {
    display: block;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 15px;
    color: #333;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 8px;
    transition: all 0.2s ease;
    border: 1px solid transparent;
}

.rb-toc-nav a:last-child {
    margin-bottom: 0;
}

.rb-toc-nav a:hover {
    color: #0099D7;
    border-color: #0099D7;
}

.rb-toc-nav a.rb-toc-active {
    color: #0099D7;
    border-color: #0099D7;
    font-weight: 600;
}

.rb-toc-nav a.rb-toc-h3 {
    padding-left: 28px;
    font-size: 14px;
}

.rb-toc-nav a.rb-toc-h2 {
    padding-left: 28px;
    font-size: 16px;
}

.rb-subscribe-box {
    background: #0099D7;
    border-radius: 16px;
    padding: 28px 24px;
    color: #fff;
    text-align: center;
}

.rb-subscribe-text {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
}

.rb-blog-main .rb-subscribe-box .rb-subscribe-input {
    width: 100%;
    padding: 12px 14px 12px 38px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 12px;
    box-sizing: border-box;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 8L12 2L20 8V18C20 19.1 19.1 20 18 20H6C4.9 20 4 19.1 4 18V8Z' stroke='%2359C4E6' stroke-width='2' stroke-linejoin='round' fill='none'/%3E%3Cpolyline points='9 13 11 15 15 11' stroke='%2359C4E6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") 16px center no-repeat;
}

.rb-blog-main .rb-subscribe-btn {
    width: 100%;
    padding: 12px 14px;
    background: #004C6B !important;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}

.rb-blog-main .rb-subscribe-btn:hover {
    background: #003a52 !important;
    border-radius: 8px !important;
}

.rb-subscribe-btn:hover {
    background: #003a52;
}

.rb-post-content {
    margin-bottom: 40px;
}

.rb-post-content h2 {
    color: #333;
    margin-top: 20px;
}

.rb-post-content h3 {
    color: #333;
    margin-top: 20px;
}

.rb-post-content img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.rb-post-content blockquote {
    border-left: 4px solid #0099D7;
    margin: 24px 0;
    padding: 16px 24px;
    background: #F0F3F6;
    font-style: italic;
    border-radius: 8px;
}

.rb-post-content blockquote p {
    margin: 0;
}

.rb-post-content a {
    color: #0099D7;
}

.rb-summary {
    background: #F0F3F6;
    border-radius: 16px;
    padding: 12px;
    margin-bottom: 30px;
    border: 1px solid #B7EAFF;
}

.rb-summary-title {
    margin-top: 0;
    margin-bottom: 12px;
    color: #0099D7;
}

.rb-summary .rb-summary-content p {
    font-size: 16px;
    margin-bottom: 0px !important;
}

.rb-faq-section {
    margin-bottom: 40px;
}

.rb-faq-title {
    margin-bottom: 8px;
    color: #0099D7;
    text-align: center;
}

.rb-faq-title-underline {
    display: block;
    width: 100%;
    height: 3px;
    background: #0099D7;
    margin-bottom: 20px;
}

.rb-faq-item {
    background: #F0F3F6;
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: border-color 0.2s ease;
}

.rb-faq-item:hover,
.rb-faq-item.rb-faq-open {
    border-color: #0099D7;
}

.rb-faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 18px 20px;
    background: none;
    border: none;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    color: #333;
    font-family: inherit;
}

.rb-faq-question:hover {
    color: #0099D7;
}

.rb-faq-icon {
    flex-shrink: 0;
    color: #0099D7;
    transition: transform 0.3s ease;
    width: 24px;
    height: 24px;
}

.rb-faq-item.rb-faq-open .rb-faq-icon {
    transform: rotate(180deg);
}

.rb-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 20px;
}

.rb-faq-item.rb-faq-open .rb-faq-answer {
    max-height: 500px;
    padding: 0 20px 18px;
}

.rb-more-info {
    margin-bottom: 40px;
}

.rb-more-info-title {
    margin-top: 0;
    margin-bottom: 8px;
    color: #333;
    font-weight: 700;
}

.rb-more-info-underline {
    display: block;
    width: 100%;
    height: 3px;
    background: #0099D7;
    margin-bottom: 20px;
}

.rb-more-info-tabs {
    display: flex;
    gap: 10px;
    margin-bottom: 16px;
}

.rb-more-info-tab {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 10px 20px;
    border: none;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    color: #fff;
    transition: opacity 0.2s ease;
}

.rb-more-info-tab:hover {
    opacity: 0.85;
}

.rb-more-info-tab.rb-tab-references {
    background: #0099D7;
}

.rb-more-info-tab.rb-tab-disclaimer {
    background: #004C6B;
}

.rb-more-info-tab.rb-tab-active {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.rb-more-info-content-wrapper {
    background: #F0F3F6;
    border-radius: 16px;
    padding: 1rem;
}

.rb-more-info-panel {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    margin: 16px;
    display: none;
}

.rb-more-info-panel.rb-panel-active {
    display: block;
}

.rb-author-box {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 30px;
    background: #fff;
    border-radius: 16px;
    border: 4px solid #0099D7;
    margin-bottom: 24px;
}

.rb-author-avatar img {
    border-radius: 12px;
    min-width: 120px;
    height: 120px;
    object-fit: cover;
}

.rb-author-label {
    font-size: 14px;
    color: #0099D7;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.rb-author-name {
    margin: 4px 0 4px;
    font-size: 22px;
    color: #333;
}

.rb-author-role {
    font-size: 14px;
    color: #0099D7;
    font-weight: 600;
    margin-bottom: 8px;
}

.rb-author-bio {
    font-size: 16px;
    color: #555;
    margin: 0 0 12px;
}

.rb-author-social {
    display: flex;
    gap: 8px;
}

.rb-author-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #004C6B;
    color: #fff;
    text-decoration: none;
    transition: background 0.2s ease;
}

.rb-author-social a:hover {
    background: #0099D7;
}

.rb-author-social a svg {
    width: 16px;
    color: #fff;
    height: 16px;
}

.rb-social-share {
    display: flex;
    gap: 12px;
    margin-bottom: 40px;
}

.rb-share-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #F0F3F6;
    color: #555;
    text-decoration: none;
    transition: background 0.2s ease, color 0.2s ease;
}

.rb-share-link:hover {
    background: #0099D7;
    color: #fff;
}

.rb-related-articles {
    padding: 50px 0;
    background: #F0F3F6;
}

.rb-related-title {
    margin-bottom: 30px;
    text-align: center;
    color: #333;
}

.rb-related-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.rb-related-card {
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    display: flex;
    flex-direction: column;
}

.rb-related-card:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    transform: translateY(-3px);
}

.rb-related-image {
    overflow: hidden;
    border-radius: 12px;
    margin: 12px 12px 0;
}

.rb-related-image img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    display: block;
    border-radius: 12px;
}

.rb-related-card-content {
    padding: 16px 16px 20px;
}

.rb-related-card-title {
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 14px;
    color: #333;
}

.rb-related-read-more {
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    background: #0099D7;
    padding: 8px 20px;
    border-radius: 6px;
    transition: background 0.2s ease;
}

.rb-related-card:hover .rb-related-read-more {
    background: #004C6B;
}

.rb-newsletter-cta {
    padding: 60px 0;
    text-align: center;
}
.rb-newsletter-inner {
    background: #F0F3F6;
    border-radius: 16px;
    padding: 50px 40px;
    max-width: 900px;
    margin: 0 auto;
    border-bottom: 8px solid #0099D7;
}
.rb-newsletter-title {
    color: #333;
    max-width: 600px;
    margin: 0 auto 30px;
    font-size: 28px;
    font-style: italic;
}
.rb-blog-main .rb-newsletter-form {
    display: flex;
    gap: 0;
    max-width: 550px;
    margin: 0 auto;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    border: none !important;
    padding: 5px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}

.rb-blog-main .rb-newsletter-input {
    flex: 1;
    padding: 14px 16px 14px 46px !important;
    border: none !important;
    font-size: 15px;
    color: #333;
    background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 8L12 2L20 8V18C20 19.1 19.1 20 18 20H6C4.9 20 4 19.1 4 18V8Z' stroke='%2359C4E6' stroke-width='2' stroke-linejoin='round' fill='none'/%3E%3Cpolyline points='9 13 11 15 15 11' stroke='%2359C4E6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") 16px center no-repeat !important;
    outline: none !important;
    box-shadow: none !important;
}

.rb-blog-main .rb-newsletter-input::placeholder {
    color: #aaa;
}

.rb-blog-main .rb-newsletter-btn {
    padding: 12px 32px !important;
    background: #004C6B !important;
    color: #fff !important;
    border: none !important;
    border-radius: 50px !important;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
}

.rb-blog-main .rb-newsletter-btn:hover {
    background: #003a52 !important;
}
.rb-blog-main .rb-newsletter-input:-webkit-autofill,
.rb-blog-main .rb-newsletter-input:-webkit-autofill:hover,
.rb-blog-main .rb-newsletter-input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 8L12 2L20 8V18C20 19.1 19.1 20 18 20H6C4.9 20 4 19.1 4 18V8Z' stroke='%2359C4E6' stroke-width='2' stroke-linejoin='round' fill='none'/%3E%3Cpolyline points='9 13 11 15 15 11' stroke='%2359C4E6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: 16px center !important;
    background-color: transparent !important;
}

.rb-blog-main .rb-post-content ul,
.rb-blog-main .rb-post-content ol {
    list-style: none;
    padding-left: 30px;
}

.rb-blog-main .rb-post-content ul li,
.rb-blog-main .rb-post-content ol li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}

/* UL bullets */
.rb-blog-main .rb-post-content ul li::before {
    content: '';
    position: absolute;
    left: -25px;
    top: 6px;
    width: 14px;
    height: 14px;
    border: 3px solid #0099D7;
    border-radius: 50%;
    background: transparent;
}

/* OL numbers */
.rb-blog-main .rb-post-content ol {
    counter-reset: rb-counter;
}

.rb-blog-main .rb-post-content ol li {
    counter-increment: rb-counter;
}

.rb-blog-main .rb-post-content ol li::before {
    content: counter(rb-counter);
    position: absolute;
    left: -30px;
    top: 1px;
    width: 22px;
    height: 22px;
    border: 3px solid #0099D7;
    border-radius: 50%;
    background: transparent;
    color: #0099D7;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    text-align: center;
    box-sizing: border-box;
}

.rb-testimonial {
    background: #004C6B;
    border-radius: 16px;
    padding: 40px 36px 36px;
    margin: 30px 0;
    position: relative;
}

.rb-testimonial-quote-icon {
    font-family: inherit;
    font-size: 80px;
    line-height: 1;
    color: rgba(255, 255, 255, 0.3);
    margin-bottom: -10px;
}

.rb-testimonial-text {
    color: #fff;
    font-size: 18px;
    font-style: italic;
    line-height: 1.7;
    margin: 0 0 24px;
}

.rb-testimonial-author {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #fff;
    border-radius: 30px;
    padding: 6px 16px 6px 6px;
}

.rb-testimonial-avatar {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
}

.rb-testimonial-name {
    font-size: 14px;
    font-weight: 600;
    color: #333;
}

.rb-lead-magnet {
    background: #004C6B;
    border-radius: 16px;
    padding: 36px;
    margin: 30px 0;
}

.rb-lead-magnet-label {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    font-style: italic;
}

.rb-lead-magnet-title {
    color: #fff !important;
    font-size: 24px;
    font-weight: 800;
    margin: 10px 0 12px;
}

.rb-lead-magnet-subtitle {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin: 0 0 24px;
}

.rb-lead-magnet-form-wrapper {
    background: #fff;
    border-radius: 16px;
    padding: 28px;
    margin-bottom: 16px;
}

.rb-lead-magnet-form-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin: 0 0 10px;
}

.rb-lead-magnet-row {
    display: flex;
    gap: 16px;
    margin-bottom: 14px;
}

.rb-lead-magnet-field {
    flex: 1;
    margin-bottom: 14px;
}

.rb-lead-magnet-field label {
    display: block;
    font-size: 13px;
    color: #333;
    margin-bottom: 6px;
    font-weight: 500;
}

.rb-lead-magnet-field input {
    width: 100%;
    padding: 12px 14px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    background: #F0F3F6;
    box-sizing: border-box;
}

.rb-lead-magnet-full {
    width: 100%;
}

.rb-lead-magnet-btn {
    width: 100%;
    padding: 14px;
    background: #0099D7 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 8px !important;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 6px;
    transition: background 0.2s ease;
}

.rb-lead-magnet-btn:hover {
    background: #007ab8 !important;
}

.rb-lead-magnet-bonus {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fff;
    border-radius: 16px;
    padding: 16px 20px;
}

.rb-lead-magnet-bonus-icon {
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    background: #0099D7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.rb-lead-magnet-title {
    color: #fff !important;
    font-size: 24px;
    font-weight: 800;
    margin: 10px 0 12px;
}

.rb-lead-magnet-title::after {
    display: none !important;
}

.rb-lead-magnet-label {
    display: block;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 4px;
}

.rb-lead-magnet-form-title {
    font-size: 20px;
    font-weight: 700;
    color: #333 !important;
    margin: 0 0 20px;
}

@media (min-width: 1100px){
    .rb-lead-magnet-hubspot{
        justify-self: center;
    }
}
/* Test — HubSpot form styling attempt */
.rb-lead-magnet-hubspot .hsfc-TextInput {
    background: #F0F3F6 !important;
    border-radius: 8px !important;
    border: 2px solid #0099D7 !important;
}

.rb-lead-magnet-hubspot .hsfc-Button {
    background: #0099D7 !important;
    border-radius: 8px !important;
}

.rb-lead-magnet-bonus-text {
    color: #000;
    font-size: 16px;
    line-height: 1.5;
}

@media (max-width: 1024px) {
    .rb-content-grid{
        gap: 20px;
        grid-template-columns: 1fr 260px;
    }
}

@media (max-width: 992px) {
    .rb-blog-main {
        overflow-x: hidden;
    }

    .rb-content-grid {
        grid-template-columns: 1fr;
        max-width: 100% !important;
    }

    .rb-sidebar-inner {
        position: static;
    }

    .rb-related-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .rb-post-meta-bar {
        flex-wrap: wrap;
        gap: 16px;
    }

    .rb-content-main,
    .rb-sidebar {
        min-width: 0;
        max-width: 100%;
        overflow-wrap: break-word;
        word-break: break-word;
    }

    .rb-content-area {
        overflow-x: hidden;
        width: 100%;
    }
}

@media (max-width: 600px) {
    .rb-related-grid {
        grid-template-columns: 1fr;
    }

    .rb-author-box {
        flex-direction: column;
        text-align: center;
    }

    .rb-author-social {
        justify-content: center;
    }

    .rb-newsletter-inner {
        padding: 30px 20px;
    }

    .rb-blog-main .rb-content-main .rb-post-content h2,
    .rb-blog-main .rb-content-main .rb-post-content h3 {
        display: block !important;
    }

    .rb-blog-main .rb-content-main .rb-post-content h2::after,
    .rb-blog-main .rb-content-main .rb-post-content h3::after {
        width: 100% !important;
    }

    .rb-post-meta-bar {
        flex-direction: column;
        align-items: flex-start;
    }

    .rb-meta-dates {
        flex-direction: row;
        gap: 12px;
    }

    .rb-blog-main .rb-newsletter-form {
        flex-direction: column;
        border-radius: 12px;
        padding: 0;
        gap: 10px;
        background: transparent !important;
        box-shadow: none !important;
    }

    .rb-blog-main .rb-newsletter-input {
        border-radius: 50px !important;
        background-color: #fff !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 8L12 2L20 8V18C20 19.1 19.1 20 18 20H6C4.9 20 4 19.1 4 18V8Z' stroke='%2359C4E6' stroke-width='2' stroke-linejoin='round' fill='none'/%3E%3Cpolyline points='9 13 11 15 15 11' stroke='%2359C4E6' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: 16px center !important;
    }

    .rb-blog-main .rb-newsletter-btn {
        border-radius: 50px !important;
        width: 100%;
        padding: 14px !important;
    }

    .rb-lead-magnet {
        padding: 24px;
    }

    .rb-lead-magnet-row {
        flex-direction: column;
        gap: 0;
    }
    .rb-lead-magnet-btn {
        white-space: normal !important;
        font-size: 14px;
    }

    .rb-sidebar-inner {
        position: static;
        max-height: none;
        overflow-y: visible;
    }
}

blockquote {
  position: relative !important;
  max-width: 920px;
  margin: 40px auto !important;
  padding: 95px 65px 40px !important;
  background: #35b7e3 !important;
  color: #ffffff !important;
  border: none !important;
  border-left: none !important;
  box-shadow: none !important;
  border-radius: 8px;
  font-family: inherit;
  box-sizing: border-box;
  overflow: hidden;
}

/* Remove theme-added quote marks / borders */
blockquote::after,
blockquote p::before,
blockquote p::after,
blockquote cite::before,
blockquote cite::after {
  content: none !important;
  display: none !important;
}

/* Main large quote mark */
blockquote::before {
  content: "“" !important;
  position: absolute;
  top: 18px;
  left: 60px;
  font-size: 120px;
  line-height: 1;
  font-weight: 700;
  color: #ffffff !important;
  font-family: Georgia, serif;
  opacity: 1 !important;
  background: none !important;
  border: none !important;
}

blockquote p {
  position: relative;
  z-index: 2;
  margin: 0 !important;
  padding: 0 !important;
  color: #ffffff !important;
  font-size: 24px;
  line-height: 1.55;
  font-style: italic;
  font-weight: 400;
}

blockquote cite {
  position: relative;
  z-index: 2;
  display: inline-flex !important;
  align-items: center;
  gap: 12px;
  width: auto !important;
  margin-top: 25px !important;
  padding: 8px 28px 8px 8px !important;
  background: #ffffff !important;
  color: #555555 !important;
  border-radius: 999px !important;
  font-size: 22px;
  line-height: 1;
  font-style: normal !important;
  font-weight: 700;
  text-decoration: none !important;
}

blockquote cite img {
  width: 42px;
  height: 42px;
  border-radius: 50%!important;
  object-fit: cover;
  display: block;
  flex-shrink: 0;
}

/* Optional dash before author name */
blockquote cite img + *::before {
  content: "— ";
}

@media (max-width: 768px) {
  blockquote {
    padding: 80px 28px 35px !important;
  }

  blockquote::before {
    left: 28px;
    top: 20px;
    font-size: 90px;
  }

  blockquote p {
    font-size: 19px;
  }

  blockquote cite {
    font-size: 18px;
  }

  blockquote cite img {
    width: 36px;
    height: 36px;
  }
}

table {
    border-radius: 8px;
}

table tr:first-child,
table thead tr {
  background-color: #0099D7 !important;
}

table tr:first-child th,
table tr:first-child td,
table thead th,
table thead td {
  background-color: #0099D7 !important;
  color: #ffffff !important;
}