@import "../../variables";
@import "../../mixins";

/* stylelint-disable selector-class-pattern, selector-no-type */
.ArtistStatementSettings th,
.ArtistStatementSettings td,
.ArtistStatementSampleSettings th,
.ArtistStatementSampleSettings td {
    white-space: nowrap;
}
/* stylelint-enable selector-class-pattern, selector-no-type */

.Statements-nav,
.Statements-main {
    @include base-container;

    padding: $offset_main * 3;
}

.Statement-hidden {
    height: 0;
    visibility: hidden;
    width: 0;

    .Checkbox {
        visibility: hidden;
    }

    .Checkbox-faker {
        display: none;
    }
}

.Statement-table-container {
    margin-bottom: $offset_main;
    padding-bottom: $offset_main;
}

.Statement-table-wrapper {
    border-bottom: $border_main;
    margin-bottom: $offset_main * 3;
    padding-bottom: $offset_main * 3;
}

.Statement-table-samples .Statement-table-container {
    margin-bottom: $offset_main * 2;
    &:last-child {
        margin-bottom: 0;
    }
}

.Statement-fieldset-buttons {
    border: none;
    margin-top: 0;
}

.StatementsDocuments-publisher {
    .StatementsDocuments-download + & {
        margin-top: $offset_main * 2;
    }
}
