/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* ==========================================================================
   Status updates (shortcode [status_updates])
   ========================================================================== */

.status-updates {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.status-update {
    position: relative;
    padding: 1.25rem 1.25rem 1.25rem 1.5rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-left: 4px solid #9ca3af;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.status-update__type {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    padding: 0.25rem 0.625rem;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    margin-bottom: 0.5rem;
}

.status-update__header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
    margin-bottom: 0.75rem;
}

.status-update__titel {
    margin: 0;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.3;
    color: #111827;
    flex: 1 1 auto;
    min-width: 0;
}

.status-update__tijd {
    font-size: 0.875rem;
    color: #6b7280;
    flex: 0 0 auto;
    white-space: nowrap;
}

.status-update__omschrijving {
    color: #374151;
    line-height: 1.6;
}

.status-update__omschrijving > *:first-child {
    margin-top: 0;
}

.status-update__omschrijving > *:last-child {
    margin-bottom: 0;
}

/* Type modifiers --------------------------------------------------------- */

.status-update--storing {
    border-left-color: #dc2626;
}
.status-update--storing .status-update__type {
    background: #fee2e2;
    color: #991b1b;
}

.status-update--werken-aan {
    border-left-color: #f59e0b;
}
.status-update--werken-aan .status-update__type {
    background: #fef3c7;
    color: #92400e;
}

.status-update--update {
    border-left-color: #3b82f6;
}
.status-update--update .status-update__type {
    background: #dbeafe;
    color: #1e40af;
}

.status-update--oplossen {
    border-left-color: #8b5cf6;
}
.status-update--oplossen .status-update__type {
    background: #ede9fe;
    color: #5b21b6;
}

.status-update--opgelost {
    border-left-color: #10b981;
}
.status-update--opgelost .status-update__type {
    background: #d1fae5;
    color: #065f46;
}
