:host {
    display: flex;
    flex-direction: column;
    gap: 20px;

    .settings-button {
        align-self: flex-end;
    }

    .name-edit {
        flex: 1;
        width: 100%;

        ::ng-deep {
            wg-readonly-view {
            padding: 0;
        }

        wg-readonly-view,
            input {
                font-size: 18px;
                font-weight: bold;
            }
        }
    }

    .settings-row {
        display: flex;
        gap: 7px;
    }

    .date-field {
        margin-top: -3px;
    }

    .row-name {
        font-weight: bold;
    }

    .show-text {
        margin-top: 20px;
        font-weight: bold;
    }

    .header__select {
        margin-top: 5px;
    }

    .row-mode {
        display: flex;
        gap: 20px;

        .buttons-row {
            align-items: center;
        }
    }

    .save-button {
        height: 36px;
        color: var(--app-bg-color-l1);
        background-color: var(--accent-color-bg);
    }

    .rows-wrapper {
        display: flex;
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .report-row {
        margin-right: 10px;
    }
}
