.milangas-weight-selector {
    margin: 20px 0;
    padding: 15px;
    background: #f8f8f8;
    border-radius: 4px;
}

.weight-input {
    margin-bottom: 15px;
}

.weight-input label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.weight-input input {
    width: 100px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.package-options {
    margin-top: 20px;
}

.package-combination {
    margin: 10px 0;
    padding: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.package-combination:hover {
    border-color: #007cba;
    box-shadow: 0 0 5px rgba(0,124,186,0.2);
}

.package-combination input[type="radio"] {
    margin-right: 10px;
}

.package-combination label {
    cursor: pointer;
}

.package-total {
    margin-top: 5px;
    font-weight: bold;
    color: #007cba;
}
