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

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

@container (max-width:700px) {
  .wp-block-wdl-lw-company-2 dl.sp_clm_1 .company-profile-item {
    grid-template-columns: 1fr;
  }
}

@container (max-width:700px) {
  .wp-block-wdl-lw-company-2 dl.sp_clm_1 .company-profile-item dt {
    text-align: left;
  }
}

@container (max-width:700px) {
  .wp-block-wdl-lw-company-2 dl.sp_clm_1 .company-profile-item dd {
    padding: 1.2em 1em;
  }
}

.wp-block-wdl-lw-company-2 dl .company-profile-item {
  position: relative;
  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;
}

.wp-block-wdl-lw-company-2 dl .company-profile-item .remove-item-button {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  font-size: 12px;
  color: #fff !important;
  background: var(--color-accent);
  border: none;
  cursor: pointer;
}
