.color-swatch {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  border: 1px solid #ccc;
}

.attppf-customization-display {
    padding: 10px 15px;
    margin: 5px 0;
    background: #f8f8f8;
    border-left: 3px solid #25b9d7;
    width: 100%;
    box-sizing: border-box;
}

.attppf-customization-header {
    font-weight: bold;
    margin-bottom: 5px;
}

.attppf-customization-items {
    margin-left: 10px;
}

.attppf-item {
    display: flex;
    justify-content: space-between;
    margin: 3px 0;
}

.attppf-price {
    color: #28a745;
    font-weight: bold;
}

.attppf-customization-total {
    margin-top: 5px;
    padding-top: 5px;
    border-top: 1px dashed #ddd;
    text-align: right;
}