/* Container wrapper (optional) */
.bb-content {
    /*font-family: system-ui, sans-serif;*/
    line-height: 1.8;
    /*color: #222;*/
}

/* Button */
.bb-button-wrapper {
    text-align: center;
    margin-top: 2em;
}

.bb-button {
    display: inline-block;
    background-color: #007bff;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    font-family: inherit;
    text-align: center;
    text-decoration: none;
    padding: 0.6em 1.4em;
    border: none;
    border-radius: 8px;
    line-height: 1.2;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
    margin-bottom: 1em;
}

.bb-button:hover {
    background-color: #0056b3;
    color: #fff !important;
    text-decoration: none;
}

/* Box (e.g., testimonial) */
.bb-box {
    padding: 1em;
    border-radius: 8px;
    margin: 1em 0;
    font-style: italic;
    background-color: #f9f9f9;
}

.bb-box-testimonial {
    border-left: 5px solid #84BED6;
    background-color: #f0faff;
}

.bb-box-warning {
    border-left: 5px solid #FFA500;
    background-color: #fff8e1;
}

.bb-box-info {
    border-left: 5px solid #007BFF;
    background-color: #e6f0ff;
}



/* Feature */
.bb-feature {
    border-left: 5px solid #EA7066;
    padding: 1em;
    background-color: #fff7f5;
    border-radius: 4px;
    margin: 1em 0;
}

.bb-feature-title {
    font-weight: bold;
    font-size: 1.6em;
    color: #C74334;
    margin-bottom: 0.3em;
    display: block;
}

h2 {
    font-weight: bold;
    font-size: 1.4em;
    color: #C74334;
    margin-bottom: 0.3em;
    display: block;
    margin-top: 1.5em;
}

h3 {
    font-weight: bold;
    font-size: 1.2em;
    color: #C74334;
    margin-bottom: 0.2em;
    display: block;
    margin-top: 1em;
}


/* Tag list (for SEO footer) */
.bb-taglist {
    font-size: 0.9em;
    color: #666;
    margin-top: 2em;
    border-top: 1px dashed #ccc;
    padding-top: 0.5em;
}

/* Standard typographic elements */
.bb-content blockquote {
    margin: 1em 0;
    padding: 0.8em 1em;
    background-color: #f0f0f0;
    border-left: 4px solid #ccc;
    font-style: italic;
}

.bb-content hr {
    border: none;
    border-top: 1px solid #ddd;
    margin: 2em 0;
}

.bb-content a {
    color: #007BFF;
    text-decoration: underline;
}

.bb-content a:hover {
    color: #0056b3;
}

/* Blockquote with speech marks */
.bb-content blockquote {
    position: relative;
    margin: 2em 1em;
    padding: 1.5em 2em;
    background-color: #f9f9f9;
    border-left: 5px solid #84BED6;
    border-radius: 8px;
    font-style: italic;
    color: #555;
    line-height: 1.6;
}


blockquote {
    position: relative;
    font-style: italic;
    background-color: #F2F2F2;
    border-left: 4px solid #84BED6;
    margin: 1em 0;
    padding: 1.2em;
    color: #444;
    font-size: 1.1em;
    line-height: 1.6;
    border-radius: 8px;
}

blockquote::before {
    font-family: Georgia, serif;
    font-size: 4em;
    color: #84BED6;
    position: absolute;
    opacity: 0.5;
    line-height: 1;
    margin-left: 0.3em;
}

blockquote::before {
    content: "“";
    top: -0.05em;
    left: -0.25em;
}

/*blockquote::after {
    content: "”";
    bottom: -0.5em;
    right: 0.2em;
}*/

