.vape-options-wrapper {
    margin: 15px 0;
}

.vape-toggle {
    width: 100%;
    background: #000;
    color: #fff;
    font-weight: 600;
    padding: 12px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vape-options-content {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease;
    margin-top: 10px;
    padding: 0 8px;
}

.vape-options-content label {
    display: block;
    margin: 10px 0 5px;
    font-weight: 500;
}

.vape-options-content select {
    width: 100%;
    padding: 8px 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
}
