.elementor-496 .elementor-element.elementor-element-168e7a8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-fb09b0e *//* Scoped font for post */
.single-post .entry-content {
    max-width: 900px;
    margin: auto;
    padding: 20px;
    background-color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
}

.single-post .entry-content h1,
.single-post .entry-content h2,
.single-post .entry-content h3 {
    color: #E91E63;
    margin-top: 1.2em;
    margin-bottom: 0.5em;
}

.single-post .entry-content a {
    color: #E91E63;
    text-decoration: none;
}

.single-post .entry-content .product {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 20px;
    text-align: center;
    background-color: #fafafa;
}

.single-post .entry-content .product img {
    max-width: 100%;
    height: auto;
}

.single-post .entry-content .product img.specific {
    max-height: 700px;
    width: auto;
    height: auto;
}

.single-post .entry-content .btn {
    background-color: #E91E63;
    color: #fff;
    padding: 10px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.single-post .entry-content .btn:hover {
    background-color: #D81B60;
}

.single-post .entry-content .banner {
    background-color: #ffe4ec;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
    border-radius: 10px;
}

.single-post .entry-content .banner h2 {
    color: #D81B60;
    margin-bottom: 10px;
}

.single-post .entry-content .faq {
    margin-top: 40px;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.single-post .entry-content .faq h3 {
    color: #E91E63;
}

.single-post .entry-content .faq p {
    margin-bottom: 15px;
}

.single-post .entry-content .disclaimer {
    font-size: 12px;
    color: #777;
    margin-top: 30px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.single-post .entry-content .collection-cta {
    text-align: center;
    margin-top: 30px;
}

.single-post .entry-content .collection-cta .btn {
    margin-top: 0;
}

.single-post .entry-content .iheartjewels-banner {
    text-align: center;
    margin: 30px 0;
}/* End custom CSS */