/* Custom styles for the shortcode table */
.custom-shortcode-table {
  border: 1px solid #ddd;
  border-collapse: collapse;
  width: 100%;
}
.custom-shortcode-table th,
.custom-shortcode-table td {
  padding: 8px;
  text-align: left;
}
.custom-shortcode-table th {
  background-color: #f2f2f2;
  font-weight: bold;
}
.finish-container {
  display: flex;
  align-items: center;
  gap: 8px;
}
.color-box {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
}
.white-box {
  background-color: #ffffff;
  border: 1px solid #000;
}
.black-box {
  background-color: #000000;
}
.dual-box {
  display: flex;
  padding: 0;
  overflow: hidden;
}
.half {
  width: 50%;
  height: 100%;
  display: block;
}
.white-half {
  background-color: #ffffff;
}
.black-half {
  background-color: #000000;
}
.custom-shortcode-table .even {
  background-color: #f2f2f2;
}
