.elementor-716 .elementor-element.elementor-element-1f7386d{--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-716 .elementor-element.elementor-element-f191d2f{--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;}/* Start custom CSS for html, class: .elementor-element-fc09b46 *//* Selena Vale Article Styles for Elementor Pro */

/* Main Article Container */
.selena-article-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    font-family: 'Georgia', 'Times New Roman', serif;
    line-height: 1.7;
    color: #2c2c2c;
}

.selena-article-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #d4af37, #f4e4bc, #d4af37);
}

/* Typography Styles */
.selena-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.2;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.selena-subtitle {
    font-size: 1.2rem;
    color: #666;
    font-style: italic;
    margin-bottom: 20px;
    text-align: center;
}

.selena-author {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin: 20px 0 40px 0;
    padding-bottom: 30px;
    border-bottom: 2px solid #f8f9fa;
}

.selena-author-name {
    font-size: 1.1rem;
    font-weight: 600;
    color: #d4af37;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.selena-author-tagline {
    font-size: 0.9rem;
    color: #888;
    font-style: italic;
}

/* Section Headers */
.selena-section-header {
    font-size: 1.8rem;
    color: #1a1a1a;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 3px solid #d4af37;
    position: relative;
}

.selena-section-header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 50px;
    height: 3px;
    background: #f4e4bc;
}

.selena-subsection-header {
    font-size: 1.4rem;
    color: #333;
    margin: 30px 0 15px 0;
    font-weight: 600;
}

/* Content Styles */
.selena-paragraph {
    margin-bottom: 20px;
    text-align: justify;
    font-size: 1.1rem;
}

.selena-emphasis {
    color: #d4af37;
    font-weight: 700;
}

/* Quote Styles */
.selena-quote {
    background: linear-gradient(135deg, #f8f9fa, #e9ecef);
    border-left: 5px solid #d4af37;
    padding: 25px;
    margin: 30px 0;
    font-style: italic;
    font-size: 1.15rem;
    border-radius: 0 8px 8px 0;
    position: relative;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.selena-quote::before {
    content: '"';
    font-size: 4rem;
    color: #d4af37;
    position: absolute;
    top: -10px;
    left: 15px;
    font-family: serif;
    opacity: 0.3;
}

/* Tip Sections */
.selena-tip-box {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 25px;
    margin: 25px 0;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.selena-tip-box:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.selena-tip-title {
    color: #d4af37;
    font-weight: 700;
    font-size: 1.2rem;
    margin-bottom: 15px;
}

/* Myth vs Truth Sections */
.selena-myth-truth {
    background: linear-gradient(135deg, #fff3cd, #ffeaa7);
    border-radius: 8px;
    padding: 25px;
    margin: 30px 0;
    border: 1px solid #d4af37;
    transition: all 0.3s ease;
}

.selena-myth-truth:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.2);
}

.selena-myth-label {
    color: #dc3545;
    font-weight: 700;
    font-size: 1.1rem;
}

.selena-truth-label {
    color: #28a745;
    font-weight: 700;
    font-size: 1.1rem;
}

/* Sources Section */
.selena-sources {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin: 30px 0;
    border-left: 4px solid #d4af37;
}

.selena-sources h4 {
    color: #333;
    margin-bottom: 15px;
    font-size: 1.1rem;
}

.selena-sources a {
    color: #d4af37;
    text-decoration: none;
    transition: color 0.3s ease;
}

.selena-sources a:hover {
    color: #b8941f;
    text-decoration: underline;
}

/* Conclusion Box */
.selena-conclusion {
    background: linear-gradient(135deg, #d4af37, #f4e4bc);
    color: #1a1a1a;
    padding: 30px;
    border-radius: 8px;
    margin: 40px 0;
    text-align: center;
    font-weight: 600;
    font-size: 1.15rem;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
}

/* Disclaimer */
.selena-disclaimer {
    background: #e9ecef;
    padding: 20px;
    border-radius: 8px;
    margin-top: 40px;
    font-size: 0.9rem;
    color: #666;
    border: 1px solid #dee2e6;
}

/* Featured Image */
.selena-featured-image {
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 8px;
    margin-bottom: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
}

.selena-featured-image:hover {
    transform: scale(1.02);
}

/* List Styles */
.selena-list {
    margin: 20px 0;
    padding-left: 30px;
}

.selena-list li {
    margin-bottom: 10px;
    font-size: 1.05rem;
}

/* Responsive Design */
@media (max-width: 768px) {
    .selena-article-container {
        padding: 30px 15px;
    }

    .selena-title {
        font-size: 2rem;
    }

    .selena-section-header {
        font-size: 1.5rem;
    }

    .selena-featured-image {
        height: 200px;
    }

    .selena-author {
        flex-direction: column;
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .selena-title {
        font-size: 1.7rem;
    }

    .selena-paragraph {
        font-size: 1rem;
    }

    .selena-quote {
        font-size: 1rem;
        padding: 20px;
    }
}

/* Animation Classes */
.selena-fade-in {
    animation: fadeInUp 0.8s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Utility Classes for Elementor */
.selena-text-center {
    text-align: center;
}

.selena-text-justify {
    text-align: justify;
}

.selena-margin-top {
    margin-top: 30px;
}

.selena-margin-bottom {
    margin-bottom: 30px;
}

.selena-padding {
    padding: 20px;
}

/* Color Utilities */
.selena-gold-text {
    color: #d4af37;
}

.selena-dark-text {
    color: #1a1a1a;
}

.selena-gray-text {
    color: #666;
}

/* Background Utilities */
.selena-light-bg {
    background: #f8f9fa;
}

.selena-gold-gradient-bg {
    background: linear-gradient(135deg, #d4af37, #f4e4bc);
}/* End custom CSS */