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

.StatementsShow-section {
    @include base-container("main");
}

.StatementsShow-list {
    &-distributed {
        column-gap: $offset_main * 3;
        column-width: 50%;
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(4, min-content);
    }
}

.StatementsShow-list-item {
    transform: translateX(0);
}

.StatementsShow-general {
    border-bottom: $border_main;
    margin-bottom: $offset_main * 3;
    padding-bottom: $offset_main * 3;
}

.StatementsShow-filter {
    width: 1px;
}

.StatementsShow-filter-links {
    line-height: $control_height_normal;
    padding-left: $offset_main * 1.5;
}

.StatementsShow-filter-link {
    & + & {
        padding-left: $offset_main;
    }
}

.StatementsShow-client-id-col {
    word-break: break-all;
    word-wrap: break-word;
}
