/* ==========================================================================
   Project Header - WordPress Themify Builder Implementation
   ========================================================================== */

/* Main Container Header Wrapper */
.module_column.reference-text-container {
    border-radius: var(--reference-radius-top) !important;
    border: 1px solid var(--reference-outline) !important;
    box-shadow: var(--reference-shadow) !important;
    /* Smooth transition for the transform and shadow swap */
    transition: transform 0.3s ease, box-shadow 0.3s ease !important;
}

/* Container Hover State */
.module_column.reference-text-container:hover {
    /* Shifts the container 4px upwards on the Y-axis */
    transform: translateY(-4px) !important;
}

/* Project Title (Dentalnow) */
.reference-text-container-title .tb_text_wrap p {
    width: 100% !important;
    font-family: var(--reference-font-heading) !important;
}

/* Project Description / Subtitle (Bla bla blub) */
.reference-text-container-description .tb_text_wrap p {
    font-family: var(--font-main) !important;
}