#preview-container {
    background: #111;
    border-radius: 8px;
    padding: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
}
 
#cigar-svg {
    width: 100%;
    height: auto;
    max-height: 400px;
}
 
.preview-panel {
    background-color: #f8f9fa;
    border-radius: 0 0.375rem 0.375rem 0;
}