.vimeo-uploader-container {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #111;
}

.form-group input[type="text"],
.form-group textarea,
.form-group input[type="file"] {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
}
#vimeo-file
{
    color: #111;
}
.upload-speed, .time-remaining {
    font-size: 12px;
    color: #666;
    margin-top: 3px;
    color: #111;
}
.form-group textarea {
    min-height: 100px;
}

.submit-button {
    background: #1ab7ea;
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
}

.submit-button:hover {
    background: #0e9bcb;
}

.progress-container {
    margin: 20px 0;
}

.progress-bar {
    width: 100%;
    height: 20px;
    background: #e0e0e0;
    border-radius: 10px;
    overflow: hidden;
}

.progress {
    height: 100%;
    width: 0%;
    background: #1ab7ea;
    transition: width 0.3s;
}

.progress-text {
    text-align: center;
    margin-top: 5px;
    font-size: 14px;
    color: #111;
}

.status-message {
    margin: 15px 0;
    padding: 10px;
    border-radius: 4px;
}

.status-message.error {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ef9a9a;
}

.status-message.success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #a5d6a7;
}

.vimeo-result {
    margin-top: 20px;
    padding: 15px;
    background: #fff;
    border-radius: 4px;
    color: #111;
    border: 1px solid #ddd;
}

.vimeo-result h3 {
    margin-top: 0;
    color: #1ab7ea;
}

.file-info {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
}