/* Info table */
.bbs-cp-info-table {
  width: 100%;
  margin-bottom: 10px;
}

.bbs-cp-info-table__row--hidden {
  display: none;
}

.bbs-cp-info-table tr {
  border-bottom: 1px solid #e0e0e0;
}

.bbs-cp-info-table__icon {
  text-align: center;
  padding: 5px;
  width: 35px;
}

.bbs-cp-info-table__icon img {
  width: 20px;
  height: 20px;
  max-width: fit-content;
}

.bbs-cp-info-table__label {
  font-weight: 700;
  text-wrap: nowrap;
  padding: 5px 10px 5px 5px;
  min-width: 135px;
}

.bbs-cp-info-table__value {
  padding: 5px 5px 5px 10px;
}

/*---------------------*/
/*--- Toggle button ---*/
/*---------------------*/
.bbs-cp-info-table-toggle {
  font-size: 12px;
  color: #979797;
  padding: 0;
  border: none;
  font-weight: 500;
  background: none;
  display: flex;
  align-items: center;
  gap: 5px;
}
