/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cim_list_batch_select {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.cim_list_batch_select a {
  border-radius: .33rem;
  border: 1px solid var(--wp--preset--color--contrast);
  background-color: transparent;
  font-family: inherit;
  font-size: var(--wp--preset--font-size--small);
  font-style: normal;
  font-weight: 500;
  line-height: inherit;
  padding-top: 0.4rem;
  padding-right: 1rem;
  padding-bottom: 0.4rem;
  padding-left: 1rem;
  text-decoration: none;
  cursor: pointer;
}

.cim_list_batch_select a.active {
  background-color: var(--wp--preset--color--contrast);
  color: var(--wp--preset--color--base);
}

.cim_leaflink_price_container {
  display: flex;
  flex-wrap: wrap;
}

.cim_leaflink_price_container_item {
  min-width: 50%;
}

.cim_leaflink_price_container_item > p {
  font-size: 14.4px;
  margin-bottom: 5px;
}
