.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 .item-controls {
  position: absolute;
  top: 2px;
  right: 2px;
  height: calc(100% - 4px);
}

.wp-block-wdl-lw-company-2 dl .company-profile-item .move-up-button,
.wp-block-wdl-lw-company-2 dl .company-profile-item .move-down-button {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  color: #fff !important;
  background: #343434;
  border: none;
  cursor: pointer;
}

.wp-block-wdl-lw-company-2 dl .company-profile-item .move-up-button:hover,
.wp-block-wdl-lw-company-2 dl .company-profile-item .move-down-button:hover {
  opacity: 0.8;
}

.wp-block-wdl-lw-company-2 dl .company-profile-item .move-up-button {
  right: 22px;
}

.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;
  white-space: nowrap;
  cursor: pointer;
}
