.vc-wrapper {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    max-width: 480px;
    margin: 20px auto;
    font-family: Arial, sans-serif;
}
.vc-title {
    font-size: 20px;
    margin-bottom: 15px;
    color: #333;
}
.vc-time {
    margin-bottom: 10px;
}
.vc-time label {
    display: block;
    margin-bottom: 4px;
    font-weight: 500;
}
.vc-time input {
    width: 60px;
    padding: 6px;
    margin-right: 4px;
}
#vc-cut {
    background-color: #28a745;
    color: white;
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    margin-top: 8px;
}
#vc-status {
    margin-top: 12px;
    font-weight: 600;
}
.vc-preview {
    width: 100%;
    margin-top: 15px;
    border-radius: 8px;
}
.vc-download {
    display: inline-block;
    margin-top: 12px;
    background-color: #007bff;
    color: white;
    padding: 10px 16px;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
}
