.wc-custom-dimensions label,
.wc-custom-addons label {
    display: block;
    margin-bottom: 10px;
    font-weight: bold;
}
.wc-addon-option {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}
.wc-addon-image {
    width: 50px;
    height: 50px;
    object-fit: contain;
    margin-right: 10px;
}
.wc-dynamic-price {
    font-size: 1.5em;
    font-weight: bold;
    color: #0073aa;
}