.custom-table-content {
    border: none;
}

.custom-list-main-title {
    font-size: 28px;
    line-height: 42px;
    font-weight: 500;
    padding: 0 0 40px;
    border-bottom: 1px solid #777;
    letter-spacing: 0.04em;
}

.extra_info_content {
    flex-direction: column;
    gap: 4px;
}

.item-extra + .item-extra {
    margin-top: 4px;
}

.item-extra .custom-acreage-text {
    color: #555;
    letter-spacing: 0.04em;
}

.item-extra .select-order-text {
    font-size: 14px;
    line-height: 21px;
}

.tbl-content-item {
    display: flex;
    flex-direction: column;
}

.tbl_content,
.tbl_content tr {
    border: none;
}
.tbl_content .custom-content-checkbox-item {
    position: relative;
    width: unset;
    flex: 1;
    display: flex;
    align-items: center;
    padding: 15px 16px;
    background: #f5f5f5;
    border: none;
    border-top: 1px solid #bbb;
    box-sizing: border-box;
}

.tbl_content .custom-content-checkbox-item > label {
    margin-right: 16px;
}

.tbl_content .custom-content-checkbox-item::before {
    content: "";
    position: absolute;
    height: 1px;
    background-color: #bbbbbb;
    top: -1px;
    left: 0;
    right: 0;
}

.custom-members-only-text {
    display: inline-block;
    position: relative;
    top: -2.5px;
    font-size: 10px;
    margin-right: 4px;
    padding: 2px 16px;
    background-color: #a4002c;
    color: white;
    pointer-events: none;
    line-height: 14px;
}

.custom-link_bottom {
    display: block;
    max-width: unset;
    box-sizing: border-box;
    height: 92px;
}

.custom-link_bottom a {
    margin-top: 6px;
    width: 400px;
    height: 60px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-size: 14px;
    background-color: #c3c3c3;
    transition: all 0.25s ease;
    pointer-events: none;
}

.custom-link_bottom a.active {
    pointer-events: unset;
    background-color: #a5032e;
    box-shadow: 0px 2px 4px rgb(0 0 0 / 50%);
}

@media screen and (max-width: 767px) {
    .tbl_content tr {
        margin: 0 -10px;
    }
    .custom-list-main-title {
        font-size: 24px;
        line-height: 36px;
        padding: 20px 0 20px 10px;
        text-align: left;
    }
    .custom-link_bottom {
        height: 82px;
    }
    .custom-link_bottom a {
        width: calc(100% - 20px);
        margin-top: 5px;
        height: 52px;
    }

    .custom-members-only-text {
        position: absolute;
        top: 28px;
        left: -34px;
    }

    .list_content_title__text
        .content-link
        .custom-members-only-text
        + .project-name-item {
        margin-left: 78px;
    }
}
