/* stylelint-disable indentation */
/* stylelint-enable indentation */
.has-lines {
    display: inline-block;
    position: relative;
}

.has-lines::before, .has-lines::after {
    content: "";
    display: block;
    height: var(--lines-size, 1.5px);
    left: 0;
    background: var(--lines-color, currentColor);
    position: absolute;
    user-select: none;
    right: 0;
    top: 50%;
}

.has-lines::before {
    transform: translateY(calc(-1 * var(--lines-offset, 0.75em)));
}

.has-lines::after {
    transform: translateY(var(--lines-offset, 0.75em));
}

.has-lines2 {
    display: inline-block;
    position: relative;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
}

.has-lines2::before, .has-lines2::after {
    content: "";
    display: block;
    height: var(--lines-size, 1.5px);
    left: 0;
    background: var(--lines-color, currentColor);
    position: absolute;
    user-select: none;
    right: 0;
}

.has-lines2::before {
    top: 0 !important;
    transform: none !important;
}

.has-lines2::after {
    top: unset !important;
    transform: none !important;
    bottom: 0 !important;
}

.c-parking-storage-prices-block {
    --first-col-width: 300px;
    --second-col-width: 150px;
}

.c-parking-storage-prices-block__content {
    background: #fafafa;
    margin-bottom: 1.875rem;
    color: var(--color-grey);
    --sfy-text-color: var(--color-grey);
    padding: 0.9375rem;
}

@media screen and (max-width: 79.99em) {
    .c-parking-storage-prices-block__content {
        overflow: auto;
    }
}

@media screen and (min-width: 80em) {
    .c-parking-storage-prices-block__content {
        padding: 3.125rem;
    }
}

.c-parking-storage-prices-block__content table {
    flex: 1;
    width: 100%;
    border-spacing: 0;
}

.c-parking-storage-prices-block__content th, .c-parking-storage-prices-block__content td {
    padding: 0.9375rem;
    text-align: center;
    vertical-align: top;
}

.c-parking-storage-prices-block__content th:first-child, .c-parking-storage-prices-block__content td:first-child {
    text-align: left;
}

.c-parking-storage-prices-block__content tr.has-border th, .c-parking-storage-prices-block__content tr.has-border td {
    border-top: 1px solid #d5d5d5;
}

.c-parking-storage-prices-block__content th {
    font-size: 0.875rem;
    line-height: 1.3;
    font-weight: 300;
}

.c-parking-storage-prices-block__content_parking table th:last-child,
.c-parking-storage-prices-block__content_parking table td:last-child {
    width: calc(100% - var(--first-col-width) - var(--second-col-width));
    text-align: left;
}

.c-parking-storage-prices-block__content_parking tr th:first-child,
.c-parking-storage-prices-block__content_parking tr td:first-child {
    width: var(--first-col-width);
    padding-left: 0;
    padding-right: 0;
}

.c-parking-storage-prices-block__content_parking tr th:nth-child(2),
.c-parking-storage-prices-block__content_parking tr td:nth-child(2) {
    width: var(--second-col-width);
}

.c-parking-storage-prices-block__content_storage {
    display: flex;
    gap: 3.125rem;
    margin: 0 -0.9375rem 3.125rem;
}

@media screen and (max-width: 79.99em) {
    .c-parking-storage-prices-block__content_storage {
        flex-direction: column;
    }
}

@media screen and (min-width: 80em) {
    .c-parking-storage-prices-block__content_storage {
        margin: 0 -3.125rem;
    }

    .c-parking-storage-prices-block__content_storage h2 {
        width: var(--first-col-width);
    }
}

.c-parking-storage-prices-block__content_storage th:nth-child(1), .c-parking-storage-prices-block__content_storage td:nth-child(1) {
    width: var(--second-col-width);
}

.c-parking-storage-prices-block__content input[type=checkbox] {
    width: 20px;
    height: 20px;
    background: #fff;
    border: none;
    margin-right: 5px;
    accent-color: var(--color-orange);
}

.c-parking-storage-prices-block__subtitle {
    font-family: "Saira Condensed", sans-serif;
    font-weight: 600;
    font-size: 1.25rem;
    line-height: 1;
    text-transform: uppercase;
    text-transform: uppercase;
    --sfy-heading-color: var(--color-orange);
}

.c-parking-storage-prices-block__filter {
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 0.9375rem;
}

.c-parking-storage-prices-block__filters {
    margin-top: 1.25rem;
}
