
/* ESSG Consulting Blog Styles */

/* Hide banner and action buttons */
.wpdevart-home-banner,
.wpdevart-call-action-section-container,
.header-action-button-area,
.header-action-button-mobile-area,
.wpdevart-header-action-button {
    display: none !important;
}

/* Top header */
.wpdevart-top-header-section {
    background: #48a2ae !important;
}
.wpdevart-top-header-section * {
    color: #fff !important;
}

/* Main header */
.wpdevart-main-header-section {
    border-bottom: 2px solid #48a2ae;
}
.site-title a {
    color: #48a2ae !important;
    font-weight: 700;
}

/* Blog section */
.wpdevart-homepage-posts-section {
    padding: 50px 0;
    background: #f8fafb;
}
.wpdevart-home-latest-posts-list-title {
    color: #48a2ae !important;
    font-size: 32px !important;
    font-weight: 700 !important;
}
.wpdevart-latest-posts-custom-desctiption {
    color: #48a2ae !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 13px;
}

/* Post cards */
.wpdevart-homepage-post-container {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(72,162,174,0.08);
    transition: all 0.3s ease;
}
.wpdevart-homepage-post-container:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 30px rgba(72,162,174,0.15);
}

/* FIX: Show full titles - no truncation */
.wpdevart-home-latest-post-title {
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
    white-space: normal !important;
    max-height: none !important;
    height: auto !important;
}
.wpdevart-home-latest-post-title a {
    color: #2a6e78 !important;
    font-weight: 600;
    font-size: 17px !important;
    overflow: visible !important;
    text-overflow: unset !important;
    -webkit-line-clamp: unset !important;
    display: block !important;
    white-space: normal !important;
}
.wpdevart-home-latest-post-title a:hover {
    color: #00d089 !important;
}

/* Corporate colors for text */
.wpdevart-home-latest-post-text,
.wpdevart-home-latest-post-text p {
    color: #3a5a60 !important;
}
.wpdevart-home-latest-post-date {
    color: #48a2ae !important;
    font-weight: 500;
}
a.wpdevart-home-latest-post-readmore {
    color: #48a2ae !important;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 0.5px;
}
a.wpdevart-home-latest-post-readmore:hover {
    color: #00d089 !important;
}

/* Footer */
.wpdevart-footer-section,
.wpdevart-footer-copyright-section {
    background: #1a2332 !important;
}
.wpdevart-footer-section * { color: #ccc !important; }
.wpdevart-footer-section a { color: #48a2ae !important; }
.wpdevart-footer-copyright-section a[href*="wordpress.org"],
.wpdevart-footer-copyright-section a[href*="corporate-wda"] {
    display: none !important;
}

/* Single post styling */
.entry-content { font-size: 17px; line-height: 1.8; color: #3a5a60; }
.entry-content h2, .entry-content h3 { color: #48a2ae; }
.entry-content a { color: #48a2ae; }
.entry-content a:hover { color: #00d089; }


/* FORCE corporate title color on h5 */
h5.wpdevart-home-latest-post-title,
h5.wpdevart-home-latest-post-title a,
.wpdevart-homepage-posts-content h5 a,
.wpdevart-homepage-posts-content .wpdevart-home-latest-post-title a {
    color: #48a2ae !important;
}
h5.wpdevart-home-latest-post-title a:hover,
.wpdevart-homepage-posts-content h5 a:hover {
    color: #00d089 !important;
}
/* Also remove uppercase - looks more readable */
h5.wpdevart-home-latest-post-title,
h5.wpdevart-home-latest-post-title a {
    text-transform: none !important;
}
