/* Basic Styling for Smoke Filling Tool */
.smoke-container {
    padding: 20px;
}

.smoke-results {
    margin-top: 20px;
    padding: 15px;
    background: #e6e6e6;
    border: 1px solid #ccc;
    border-radius: 5px;
}