/*
Theme Name: TSV Avada Child
Description: Child theme for Avada theme
Author: thomas
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

.fusion-tb-abteilungen {
    display: inline;
}

.fusion-tb-abteilungen a {
    color: var(--awb-link-color, var(--awb-color5));
    text-decoration: none;
}

.fusion-tb-abteilungen a:hover {
    color: var(--awb-text-hover-color);
}

/* make Forminator's repeater row use Avada's flex row */
.work-log-row .forminator-row { 
    display: flex !important; 
    gap: 20px; 
    align-items: flex-end;
}
.work-log-row .forminator-col { 
    flex: 1;              /* date and hours share space */
    float: none !important; 
    width: auto !important; 
    margin-bottom: 0 !important;
}
.work-log-row .forminator-button-add { 
    flex: 0 0 auto;       /* button only as wide as needed */
    margin-bottom: 2px;   /* align with inputs */
}