/* Start custom CSS for html, class: .elementor-element-c649592 *//* Main Article Container */
.tap-article {
    max-width: 800px;
    margin: 0 auto;
    font-family: 'Georgia', serif; /* Or your site's default body font */
    line-height: 1.8;
    color: #333;
}

/* Headings */
.tap-article h1 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    color: #003366; /* Navy Blue */
    margin-bottom: 1.5rem;
    line-height: 1.2;
}

.tap-article h2 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.8rem;
    color: #003366;
    margin-top: 2.5rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid #eee;
    padding-bottom: 0.5rem;
}

.tap-article h3 {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1.4rem;
    color: #444;
    margin-top: 2rem;
    margin-bottom: 0.8rem;
}

/* Lists */
.tap-list {
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
}

.tap-list li {
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

/* Negative Callout (Red) */
.tap-callout-negative {
    background-color: #fff0f0;
    border-left: 5px solid #d9534f;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

/* Positive Callout (Blue) */
.tap-callout-positive {
    background-color: #e8f4fc;
    border-left: 5px solid #0088cc;
    padding: 1.5rem;
    margin: 2rem 0;
    border-radius: 4px;
}

/* Blockquote */
.tap-quote {
    font-style: italic;
    font-size: 1.3rem;
    color: #555;
    border-left: 4px solid #003366;
    padding-left: 1rem;
    margin: 2rem 0;
}

/* CTA Section */
.tap-cta-section {
    background-color: #003366;
    color: white;
    padding: 2.5rem;
    text-align: center;
    border-radius: 8px;
    margin-top: 3rem;
}

.tap-cta-section h2 {
    color: white;
    border-bottom: none;
    margin-top: 0;
}

.tap-cta-section p {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* Mobile Responsiveness */
@media (max-width: 600px) {
    .tap-article h1 { font-size: 2rem; }
    .tap-article h2 { font-size: 1.5rem; }
    .tap-callout-negative, .tap-callout-positive { padding: 1rem; }
}/* End custom CSS */