/* ==============================================
   TM24 NOVAChild – Misc (Blog, Contact, OPC, 404, Manufacturer)
   Modul: modules/shared/misc/misc.css
   Quelle: custom.css (Legacy)
   UTF-8 ohne BOM
   ============================================== */

/* ---- Blog ---- */
.blog-item {
    background: var(--card) !important;
    border-radius: var(--r) !important;
    box-shadow: var(--s1) !important;
    overflow: hidden !important;
    transition: transform var(--speed), box-shadow var(--speed) !important;
    border: 1px solid var(--brd-l) !important;
}

.blog-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--s2) !important;
}

.blog-detail {
    font-family: var(--f) !important;
    line-height: 1.8 !important;
    font-size: 16px !important;
}

/* ---- Contact ---- */
.contact-form {
    background: var(--card) !important;
    border-radius: var(--r) !important;
    box-shadow: var(--s1) !important;
    padding: 32px !important;
}

/* ---- 404 ---- */
.page-not-found h1 {
    font-weight: 900 !important;
    font-size: 72px !important;
    color: var(--p) !important;
    opacity: .2;
}

.page-not-found p {
    font-size: 18px !important;
    color: var(--mut) !important;
}

/* ---- Manufacturer ---- */
.manufacturer-item {
    background: var(--card) !important;
    border-radius: var(--r) !important;
    box-shadow: var(--s1) !important;
    padding: 20px !important;
    transition: transform var(--speed), box-shadow var(--speed) !important;
    border: 1px solid var(--brd-l) !important;
}

.manufacturer-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--s2) !important;
}

/* ---- OPC ---- */
.opc-ProductStream {
    margin-bottom: 40px !important;
}

.opc-ProductStream-gallery {
    gap: 20px !important;
}

.opc-ProductStream-gallery .productbox {
    height: auto !important;
    min-height: 0 !important;
}

.row-eq-img-height {
    align-items: stretch !important;
}

.row-eq-img-height>[class*=col] {
    display: flex !important;
    flex-direction: column !important;
}

.row-eq-img-height .productbox {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.row-eq-img-height .productbox .productbox-inner {
    flex: 1 !important;
    display: flex !important;
    flex-direction: column !important;
}

.opc-portlet {
    font-family: var(--f) !important;
}

.opc-Heading h3 {
    font-family: var(--f) !important;
    font-weight: 900 !important;
    color: var(--txt) !important;
}

.opc-Text {
    font-family: var(--f) !important;
    color: var(--txt) !important;
    line-height: 1.7 !important;
}

.opc-Banner img {
    border-radius: var(--r) !important;
}

.opc-Video {
    border-radius: var(--r) !important;
    overflow: hidden !important;
}
