.marketing-comms-groups-togler {
    display: flex;
    align-items: center;
    margin-top: -9px;
    margin-bottom:1rem;
    padding-bottom: 0;
}

.marketing-comms-groups-togler:hover {
    text-decoration: none;
}


.marketing-comms-groups-togler:after {
    display: inline-block;
    background: url("data:image/svg+xml,%3csvg width='13' height='8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23a)'%3e%3cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.864 1.5 6.5 7.864.136 1.5 1.55.086l4.95 4.95 4.95-4.95L12.864 1.5Z' fill='%23007cbe'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='a'%3e%3cpath fill='white' d='M0 0h13v8H0z'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");
    content: '';
    background-repeat: no-repeat;
    background-size: contain;
    width: 9px;
    height: 6px;
    margin-left: 7px;
    margin-top: 3px;
    transform: rotate(180deg);
}

.marketing-comms-groups-togler.collapsed {
    margin-bottom:1rem;
    padding-bottom: 1rem;    
    border-bottom: 1px solid rgba(33,37,41,0.1);
}

.marketing-comms-groups-togler.collapsed:after {
    transform: none;
}


.form-group.marketing-comms-groups {
    
}

.form-group.marketing-comms-groups.collapsed {
    display:none;
}