.hidden_info_table {
    padding: 15px 10px;
    width: 100%;
}

.hidden_info_table .row:first-child {
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.row {
    display: flex;
    gap: 36px;
}

.half {
    width: 50%;
}

.hidden_info_header {
    font-size: 16px !important;
    margin-bottom: 12px;
    font-weight: 600;
    text-transform: uppercase;
}

.item_wrap {
    display: flex;
    margin-top: 6px;
    font-size: 14px;
}

.item_wrap div {
    /* display: inline-block;
    vertical-align: top; */
    display: inline-block;
    width: 100%;
    white-space: normal;
}

.hidden_label {
    width: 200px;
}

.panel_not_collapse {
    padding-top: 10px;
    display: block;
}

.half .item_wrap div:not(.hidden_label) {
    max-width: 370px;
}

.half hr {
    margin: 8px 0px;
}

.panel_heading a {
    color: rgb(82 131 195);
    text-decoration: underline;
    font-size: 12px;
}

.ad_detail_internal a {
    word-break: break-all;
}
/* .panel_heading a {
    color: blue;
    text-decoration: underline;
    font-size: 12px;
  }
  .panel_title.building {
    background-image: url(/assets/ui/listing/expanded.gif);
  }
  .hidden_info_header {
    font-weight: 600;
    text-transform: uppercase;
  }
  .panel_title {
    background-image: url(/assets/ui/listing/collapsed.gif);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 11px;
    padding-left: 20px;
  } */
/* .item_wrap div {
    display: inline-block;
    vertical-align: top;
  } */

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
    }
}

@media screen and (max-width: 660px) {
    .row {
        flex-wrap: wrap;
    }

    .half {
        width: 100%;
    }
}