.fss-card {
    .card-header {
        display: flex;
        width: calc(100% - 32px);

        .title-container {
            display: flex;     
        
            .title {
                position: relative;
            }

            .header-actions {
                position: absolute;
            }

            .left-actions {
                left: 24px;
            }

            .right-actions {
                right: 24px;
            }
        }
    }

    .card-content {
        margin-top: 2%;
    }
}