/*
Theme Name: Dakdekker Kadence
Theme URI: https://dakdekker.site/
Description: Child theme for the Kadence theme
Author: dakdekker.site
Author URI: https://dakdekker.site/
Template: kadence
Version: 1.0.0
Text Domain: kadence-child
*/

/*
Add your custom CSS below this line.
*/

.dakdekker-archive-extra-content-container {
    margin-top: 3.5rem;
    margin-bottom: 2rem;
    width: 100%;
}

.dakdekker-archive-extra-content-inner {
    padding: 2.5rem;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
    border-left: 4px solid #f68c1e; /* Warme oranje accentkleur passend bij dakbedekking */
    border-top: 1px solid #f3f4f6;
    border-right: 1px solid #f3f4f6;
    border-bottom: 1px solid #f3f4f6;
}

.dakdekker-archive-extra-content-inner p:last-child {
    margin-bottom: 0;
}

