/* Start custom CSS for html, class: .elementor-element-5014c8f *//* CSS for Article: จิตวิทยาการตั้งราคา */
/* To use in Elementor Advanced -> Custom CSS, you can replace root classes with '.elementor-2589 .elementor-element.elementor-element-5014c8f' or '#my-element' */

.single-article-content {
    max-width: 800px;
    margin: 0 auto;
    padding: 60px 20px;
    color: var(--text-main);
    background-color: #ffffff;
    border-radius: var(--radius);
}

.article-hero {
    margin-bottom: 40px;
}

.article-hero-img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: var(--shadow-md);
    margin-bottom: 25px;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 15px;
}

.category-badge {
    background-color: var(--primary);
    color: #fff;
    padding: 6px 14px;
    border-radius: 5px;
    font-size: 0.9rem;
    font-weight: 600;
}

.publish-date {
    color: var(--text-muted);
    font-size: 0.95rem;
    display: flex;
    align-items: center;
    gap: 5px;
}

.single-article-content h1 {
    font-size: clamp(2rem, 4vw, 2.8rem);
    line-height: 1.3;
    color: var(--text-main);
    margin-bottom: 20px;
}

.article-body h2 {
    font-size: 1.8rem;
    color: var(--primary-dark);
    margin-top: 50px;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.article-body h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 4px;
    background-color: var(--primary);
    border-radius: 2px;
}

.article-body p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: var(--text-muted);
    margin-bottom: 20px;
}

.lead-text {
    font-size: 1.25rem !important;
    font-weight: 500;
    color: var(--text-main) !important;
    border-left: 4px solid var(--primary);
    padding-left: 20px;
    margin-bottom: 40px !important;
    background: var(--bg-light);
    padding: 20px;
    border-radius: 0 10px 10px 0;
}

.article-inline-img {
    width: 100%;
    border-radius: 12px;
    margin: 25px 0;
    box-shadow: var(--shadow-sm);
}

.article-conclusion {
    margin-top: 50px;
    padding: 40px;
    background: var(--text-main);
    color: #fff;
    border-radius: 20px;
}

.article-conclusion h3 {
    color: var(--primary-light);
    font-size: 1.6rem;
    margin-bottom: 15px;
}

.article-conclusion p {
    color: #eee;
}

.article-conclusion strong {
    color: #fff;
}/* End custom CSS */