html:not(.blogapp) .sqs-blockicon-custom-table .sqs-blockicon-content {
    background-image: url('../../plugins.squarewebsites.org/custom-tables/table-icon.png') !important;
    background-size: 32%
}

html:not(.blogapp) #block-selector-button-custom-table:before {
    content: '';
    display: inline-block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-image: url('../../plugins.squarewebsites.org/custom-tables/table-icon.png') !important;
    background-size: 22px;
    left: 8px;
    position: relative
}

.sqs-data-table .trash-wrapper {
    min-height: 36px
}

.sqs-data-table-hidden {
    display: none
}

.sqs-edit-mode .custom-table-block,
.squarespace-editable .custom-table-block {
    opacity: 1 !important;
    display: block !important;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcbcb
}

.sqs-edit-mode .custom-table-block thead,
.squarespace-editable .custom-table-block thead,
.sqs-edit-mode .custom-table-block tbody,
.squarespace-editable .custom-table-block tbody,
.sqs-edit-mode .custom-table-block th,
.squarespace-editable .custom-table-block th,
.sqs-edit-mode .custom-table-block tr,
.squarespace-editable .custom-table-block tr,
.sqs-edit-mode .custom-table-block td,
.squarespace-editable .custom-table-block td {
    border-style: inherit;
    border-color: inherit;
    border-width: inherit
}

.custom-table-block {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    border-width: 1px;
    border-style: solid;
    border-color: #cbcbcb;
    transition: opacity .33s;
    width: auto;
    word-break: break-word;
    white-space: normal
}

.custom-table-block.last-child-width-fix tr:last-child td:last-child {
    width: 1%;
    white-space: nowrap
}

.custom-table-block * {
    box-sizing: border-box
}

.custom-table-block thead,
.custom-table-block tbody,
.custom-table-block th,
.custom-table-block tr,
.custom-table-block td {
    border-style: inherit;
    border-color: inherit;
    border-width: inherit;
    word-break: normal
}

.custom-table-block:not(.custom-table-block-bordered):not(.custom-table-block-horizontal) tbody,
.custom-table-block:not(.custom-table-block-bordered):not(.custom-table-block-horizontal) thead,
.custom-table-block:not(.custom-table-block-bordered):not(.custom-table-block-horizontal) td,
.custom-table-block:not(.custom-table-block-bordered):not(.custom-table-block-horizontal) th {
    border-width: 0
}

.custom-table-block[data-gss-key][data-gss-sync="true"] {
    opacity: 0
}

.custom-table-block[data-table-sort="true"] .table-header-th {
    cursor: pointer
}

.custom-table-block.custom-table-block-full-width {
    width: 100%
}

.custom-table-block.custom-table-block-layout-fixed {
    width: 100%;
    table-layout: fixed
}

.custom-table-block.custom-table-block-fixed-width {
    width: 100%;
    table-layout: fixed
}

.custom-table-block.custom-table-block-fixed-width thead,
.custom-table-block.custom-table-block-fixed-width tbody,
.custom-table-block.custom-table-block-fixed-width th,
.custom-table-block.custom-table-block-fixed-width tr,
.custom-table-block.custom-table-block-fixed-width td {
    word-break: break-word
}

.custom-table-block.custom-table-block-center {
    margin: auto
}

.custom-table-block.custom-table-block-right {
    margin: auto 0 auto auto
}

.custom-table-block.custom-table-block-center-content {
    text-align: center
}

.custom-table-block.custom-table-block-center-content th,
.custom-table-block.custom-table-block-center-content td,
.custom-table-block.custom-table-block-center-content tr {
    text-align: center
}

.custom-table-block img {
    display: block;
    max-width: 120px;
    min-width: 120px;
    object-fit: contain;
    width: 100%;
    margin: auto
}

.custom-table-block tr {
    transition: background .2s ease-in-out
}

.custom-table-block td {
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
    background-color: transparent;
    vertical-align: middle
}

.custom-table-block td:first-child {
    border-left-width: 0
}

.custom-table-block td a {
    word-break: break-all
}

.custom-table-block th {
    border-width: 0 0 0 1px;
    font-size: inherit;
    margin: 0;
    overflow: visible;
    padding: .5em 1em;
    position: relative;
    vertical-align: middle
}

.custom-table-block th:first-child {
    border-left-width: 0
}

.custom-table-block thead {
    background-color: #e0e0e0;
    color: inherit;
    text-align: left;
    vertical-align: middle
}

.custom-table-block[data-table-sort="true"] .table-header-th.no-sort-there {
    cursor: auto
}

.custom-table-block[data-table-sort="true"] .table-header-th.no-sort-there:after {
    display: none !important
}

.custom-table-block[data-table-sort="true"] .table-header-th:after {
    content: '↕';
    display: inline-block;
    margin-left: 6px;
    vertical-align: baseline;
    font-size: 90%
}

.custom-table-block[data-table-sort="true"] .table-header-th.sorted-asc:after {
    content: '↑'
}

.custom-table-block[data-table-sort="true"] .table-header-th.sorted-desc:after {
    content: '↓'
}

.sqs-edit-mode .custom-table-block-even-rows thead tr,
.sqs-edit-mode .custom-table-block-odd-rows thead tr {
    background-color: transparent !important
}

.custom-table-block-even-rows,
.custom-table-block-odd-rows {
    background-color: transparent
}

.custom-table-block-even-rows tbody tr:nth-child(even),
.custom-table-block-odd-rows tbody tr:nth-child(odd) {
    background-color: transparent !important
}

.custom-table-block-highlight-rows tbody tr:hover {
    background-color: transparent !important
}

.custom-table-block.custom-table-block-horizontal td {
    border-width: 0 0 1px 0
}

.custom-table-block.custom-table-block-horizontal th {
    border-width: 0
}

.custom-table-block .custom-table-block-bordered:not([data-mobile-styles="true"]):not([data-mobile-styles="stacked"]):not([data-mobile-styles="horizontScroll"]) tbody>tr:last-child>td,
.custom-table-block .custom-table-block-horizontal:not([data-mobile-styles="true"]):not([data-mobile-styles="stacked"]):not([data-mobile-styles="horizontScroll"]) tbody>tr:last-child>td {
    border-bottom-width: 0
}

@supports (scroll-snap-align: start) {
    .custom-table-block[data-mobile-styles="horizontScroll"] tbody {
        scroll-snap-type: x mandatory
    }

    .custom-table-block[data-mobile-styles="horizontScroll"] tbody tr {
        scroll-snap-align: center
    }
}

@supports not (scroll-snap-align: start) {
    .custom-table-block[data-mobile-styles="horizontScroll"] tbody {
        -webkit-scroll-snap-type: mandatory;
        scroll-snap-type: mandatory;
        -webkit-scroll-snap-destination: 0% center;
        scroll-snap-destination: 0% center;
        -webkit-scroll-snap-points-x: repeat(100%);
        scroll-snap-points-x: repeat(100%)
    }

    .custom-table-block[data-mobile-styles="horizontScroll"] tbody tr {
        scroll-snap-coordinate: 0 0
    }
}

.table-mobile-controls {
    display: none;
    margin: 10px;
    padding: 10px;
    text-align: center;
    overflow: hidden
}

.table-mobile-controls span {
    display: inline-block;
    box-sizing: border-box;
    line-height: 24px;
    font-size: 18px
}

.table-mobile-controls .next-tr,
.table-mobile-controls .prev-tr {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-style: solid;
    border-width: 0 3px 3px 0;
    border-color: inherit;
    border-radius: 1px;
    text-indent: -9999px;
    transform-origin: center;
    margin: 0;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent
}

.table-mobile-controls .next-tr:hover,
.table-mobile-controls .prev-tr:hover,
.table-mobile-controls .next-tr:focus,
.table-mobile-controls .prev-tr:focus {
    opacity: .8
}

.table-mobile-controls .tr-digits {
    margin: 2% 10%
}

.table-mobile-controls .next-tr {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg)
}

.table-mobile-controls .prev-tr {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg)
}

.table-mobile-controls .tr-count:before {
    content: '/';
    display: inline-block;
    margin: 0 5px
}

@media screen and (max-width:820px) {
    .table-mobile-controls {
        display: block
    }

    .custom-table-block[data-mobile-styles="horizont"] {
        display: block;
        table-layout: fixed
    }

    .custom-table-block[data-mobile-styles="horizont"],
    .custom-table-block:not([data-mobile-styles]),
    .custom-table-block[data-mobile-styles="disabled"] {
        width: 100%;
        max-height: 80vh;
        height: auto;
        overflow: auto
    }

    .custom-table-block:not([data-mobile-styles]):not(.table-wider-than-body),
    .custom-table-block[data-mobile-styles="disabled"]:not(.table-wider-than-body) {
        display: block;
        table-layout: fixed
    }

    .custom-table-block:not([data-mobile-styles]) thead,
    .custom-table-block[data-mobile-styles="disabled"] thead,
    .custom-table-block:not([data-mobile-styles]) tbody,
    .custom-table-block[data-mobile-styles="disabled"] tbody {
        border-left: none;
        border-right: none;
        border-bottom: none
    }

    .custom-table-block:not([data-mobile-styles]) thead,
    .custom-table-block[data-mobile-styles="disabled"] thead {
        border-top: none
    }

    .custom-table-block[data-mobile-styles="true"],
    .custom-table-block[data-mobile-styles="stacked"],
    .custom-table-block[data-mobile-styles="horizontScroll"] {
        width: 100%
    }

    .custom-table-block[data-mobile-styles="true"] thead,
    .custom-table-block[data-mobile-styles="stacked"] thead,
    .custom-table-block[data-mobile-styles="horizontScroll"] thead {
        display: none
    }

    .custom-table-block[data-mobile-styles="true"] tr,
    .custom-table-block[data-mobile-styles="stacked"] tr,
    .custom-table-block[data-mobile-styles="horizontScroll"] tr {
        overflow: hidden
    }

    .custom-table-block[data-mobile-styles="true"] tbody,
    .custom-table-block[data-mobile-styles="stacked"] tbody,
    .custom-table-block[data-mobile-styles="horizontScroll"] tbody {
        border-width: 0
    }

    .custom-table-block[data-mobile-styles="true"] tbody td,
    .custom-table-block[data-mobile-styles="stacked"] tbody td,
    .custom-table-block[data-mobile-styles="horizontScroll"] tbody td {
        display: table;
        width: 100.1%;
        border-width: 0 0 1px 0
    }

    .custom-table-block[data-mobile-styles="true"] tbody td .custom-table-mobileWrap,
    .custom-table-block[data-mobile-styles="stacked"] tbody td .custom-table-mobileWrap,
    .custom-table-block[data-mobile-styles="horizontScroll"] tbody td .custom-table-mobileWrap,
    .custom-table-block[data-mobile-styles="true"] tbody td:before,
    .custom-table-block[data-mobile-styles="stacked"] tbody td:before,
    .custom-table-block[data-mobile-styles="horizontScroll"] tbody td:before {
        vertical-align: middle;
        padding: 10px;
        display: table-cell;
        width: 50%;
        margin: 0
    }

    .custom-table-block[data-mobile-styles="true"] tbody td img,
    .custom-table-block[data-mobile-styles="stacked"] tbody td img,
    .custom-table-block[data-mobile-styles="horizontScroll"] tbody td img {
        margin: 0;
        height: 120px
    }

    .custom-table-block[data-mobile-styles="true"] tbody td:before,
    .custom-table-block[data-mobile-styles="stacked"] tbody td:before,
    .custom-table-block[data-mobile-styles="horizontScroll"] tbody td:before {
        content: attr(data-th);
        font-weight: bold;
        background: #e0e0e0
    }

    .custom-table-block[data-mobile-styles="horizontScroll"] {
        display: block;
        position: relative
    }

    .custom-table-block[data-mobile-styles="horizontScroll"] thead {
        display: none
    }

    .custom-table-block[data-mobile-styles="horizontScroll"].custom-table-block-bordered tr,
    .custom-table-block[data-mobile-styles="horizontScroll"].custom-table-block-horizontal tr {
        border-width: 0 0 0 1px;
        border-style: inherit;
        border-color: inherit
    }

    .custom-table-block[data-mobile-styles="horizontScroll"].custom-table-block-bordered .custom-table-mobileWrap {
        border-width: 0 0 0 1px;
        border-style: inherit;
        border-color: inherit
    }

    .custom-table-block[data-mobile-styles="horizontScroll"] tbody {
        width: auto;
        display: block;
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch
    }

    .custom-table-block[data-mobile-styles="horizontScroll"] tbody tr {
        display: table-cell;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        align-content: stretch;
        vertical-align: top;
        min-width: 200px;
        min-width: 90vw;
        width: 101%;
        max-width: 101%
    }

    .custom-table-block[data-mobile-styles="horizontScroll"] tbody tr:first-child {
        border-left-width: 0
    }

    .custom-table-block[data-mobile-styles="horizontScroll"] tbody tr:first-child td {
        border-left-width: 0
    }

    .custom-table-block[data-mobile-styles="horizontScroll"] tbody td {
        display: table;
        display: flex;
        align-self: stretch;
        white-space: normal;
        padding: 0
    }

    .custom-table-block[data-mobile-styles="horizontScroll"] tbody td:last-child {
        border-bottom-width: 0
    }


}

.c-related-posts {
    display: none !important;
}