/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Version: 1.0
*/

/* YARPP CheckOn cards – identiek aan je oude plugin look */
.yarpp-checkon {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}

.yarpp-checkon .yarpp-item {
    display: flex;
    align-items: center;
    column-gap: 12px;

    background-color: #f8f9fb !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 6px !important;

    padding: 10px 12px !important;
    margin: 0 !important;
    line-height: normal;
}

.yarpp-checkon .yarpp-thumb {
    flex: 0 0 120px;
    width: 120px;
    height: 80px;
    display: block;
}

.yarpp-checkon .yarpp-thumb img {
    width: 120px !important;
    height: 80px !important;
    object-fit: cover !important;

    display: block !important;
    vertical-align: top !important;

    border-radius: 4px !important;

    max-width: none !important;
    margin: 0 !important;
}

.yarpp-checkon .yarpp-info {
    display: flex;
    flex-direction: column;
    row-gap: 2px;
    flex: 1;
}

.yarpp-checkon .yarpp-title {
    display: block;
    margin: 0 !important;

    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.25;

    text-decoration: none;
    color: #1a1a1a !important;
}

.yarpp-checkon .yarpp-date {
    margin: 0 !important;

    font-size: 0.8rem;
    line-height: 1.1;
    color: #6b7280 !important;
}

/* Mobiel */
@media (max-width: 480px) {
    .yarpp-checkon .yarpp-thumb {
        width: 100px;
        height: 70px;
        flex: 0 0 100px;
    }

    .yarpp-checkon .yarpp-thumb img {
        width: 100px !important;
        height: 70px !important;
    }
}
