.wp-block-wdl-lw-company-2 {
  margin: 2em 0;
}

.wp-block-wdl-lw-company-2 dl {
  border: 1px solid #ccc;
}

.wp-block-wdl-lw-company-2 dl .company-profile-item {
  display: grid;
  grid-template-columns: 180px calc(100% - 180px);
  border-bottom: 1px solid #ccc;
}

@container (max-width:700px) {
  .wp-block-wdl-lw-company-2 dl .company-profile-item {
    grid-template-columns: 128px calc(100% - 128px);
  }
}

@container (max-width:700px) {
  .wp-block-wdl-lw-company-2 dl .company-profile-item {
    grid-template-columns: 112px calc(100% - 112px);
  }
}

.wp-block-wdl-lw-company-2 dl .company-profile-item:last-of-type {
  border-bottom: none;
}

.wp-block-wdl-lw-company-2 dl .company-profile-item dt, .wp-block-wdl-lw-company-2 dl .company-profile-item dd {
  margin: 0;
  padding: 1em;
  line-height: 1.6em;
  font-size: 1em;
  background: #fff;
}

@container (max-width:500px) {
  .wp-block-wdl-lw-company-2 dl .company-profile-item dt, .wp-block-wdl-lw-company-2 dl .company-profile-item dd {
    font-size: 0.9em;
  }
}

.wp-block-wdl-lw-company-2 dl .company-profile-item dt {
  font-weight: bold;
  background-color: #f0f0f0;
  text-align: center;
}
