.price {
    font-weight: bold;
    color: #2d8f2d;
    background: rgba(45, 143, 45, 0.1);
    border-radius: 8px;
    display: inline-block;
    text-align: center;
    min-width: 80px;
}
  
.optional {
    font-size: 0.85rem;
    color: #6c757d;
}

.toggle-fields-switch {
    margin-bottom: 6px;
}