select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    margin-bottom: 15px;
}

.storage-table {
    margin-top: 15px;
}

.storage-type {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #333;
}

.empty-msg {
    color: #666;
    font-style: italic;
    margin-top: 10px;
}

.action-btn {
    padding: 5px 10px;
    font-size: 12px;
}
