.price-type-buttons {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
}

.price-type-btn {
    padding: 8px 15px;
    border: 1px solid #ccc;
    background: #f9f9f9;
    text-decoration: none;
    color: #333;
    border-radius: 4px;
    font-weight: bold;
    cursor: pointer;
}

.price-type-btn.active {
    background: #007bff;
    color: white;
    border-color: #007bff;
}