/*
Theme Name: Insoand Child
Author: insomniacafe
Author URI: https://themeforest.net/user/insomniacafe/portfolio
Description: Insoand Child Theme
Version: 1.0
Template: insoand
Text Domain: insoand-child
*/

/* Custom CSS - Change FAQ accordion border from green to white */
.faq__accordion .accordion-item {
    border: 2px solid #ffffff !important;
}

.faq__accordion .accordion-item:before,
.faq__accordion .accordion-item::before {
    background: #ffffff !important;
    background-image: none !important;
}

/* Hide footer logo/name section */
.footer-credit--img {
    display: none !important;
}

/* Minimal fixes for Impressum and Datenschutz pages ONLY */
/* Only targeting the specific content areas */
.page-id-1969 .elementor-widget-text-editor .elementor-widget-container p,
.page-id-1974 .elementor-widget-text-editor .elementor-widget-container p {
    margin-bottom: 15px !important;
    line-height: 1.6 !important;
}

.page-id-1969 .elementor-widget-text-editor,
.page-id-1974 .elementor-widget-text-editor {
    text-shadow: none !important;
}

/* Container alignment for legal pages */
.page-id-1969 .e-con-inner,
.page-id-1974 .e-con-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 30px;
}

/* Heading spacing for legal pages */
.page-id-1969 .elementor-widget-text-editor h1,
.page-id-1969 .elementor-widget-text-editor h2,
.page-id-1974 .elementor-widget-text-editor h1,
.page-id-1974 .elementor-widget-text-editor h2 {
    margin-top: 25px;
    margin-bottom: 15px;
}

/* First heading no top margin */
.page-id-1969 .elementor-widget-text-editor h1:first-child,
.page-id-1974 .elementor-widget-text-editor h1:first-child {
    margin-top: 0;
}

/* Page title specific */
.page-id-1969 .elementor-widget-heading .elementor-heading-title,
.page-id-1974 .elementor-widget-heading .elementor-heading-title {
    margin-bottom: 25px;
}
