.vcr-download-box {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin: 15px 0;
}

.vcr-download-title {
    margin: 0 0 10px 0;
    padding-bottom: 10px;
    border-bottom: 1px solid #dee2e6;
    color: #333;
    font-size: 16px;
}

.vcr-download-content {
    color: #555;
    line-height: 1.6;
}

.vcr-link {
    color: #0073aa;
    text-decoration: none;
    transition: color 0.2s ease;
}

.vcr-link:hover {
    color: #00a0d2;
    text-decoration: underline;
}

.vcr-download-container {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 20px;
    margin: 20px 0;
}

.vcr-download-main-title {
    margin: 0 0 15px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #0073aa;
    color: #333;
}

.vcr-download-item {
    padding: 10px;
    margin: 5px 0;
    background: #f9f9f9;
    border-radius: 4px;
}

.vcr-download-label {
    font-weight: bold;
    color: #666;
    margin-right: 10px;
}

.vcr-download-link {
    display: inline-block;
    background: #0073aa;
    color: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-decoration: none;
    transition: background 0.2s ease;
}

.vcr-download-link:hover {
    background: #005177;
    color: #fff;
    text-decoration: none;
}

.vcr-copy-wrapper {
    margin: 15px 0;
}

.vcr-copy-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    background: linear-gradient(135deg, #0073aa 0%, #005177 100%);
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 115, 170, 0.3);
}

.vcr-copy-btn:hover {
    background: linear-gradient(135deg, #0088cc 0%, #006699 100%);
    box-shadow: 0 4px 8px rgba(0, 115, 170, 0.4);
    transform: translateY(-1px);
}

.vcr-copy-btn:active {
    transform: translateY(0);
    box-shadow: 0 1px 2px rgba(0, 115, 170, 0.3);
}

.vcr-copy-btn.vcr-copy-success {
    background: linear-gradient(135deg, #46b450 0%, #357c3d 100%);
    box-shadow: 0 2px 4px rgba(70, 180, 80, 0.3);
}

.vcr-copy-btn.vcr-copy-error {
    background: linear-gradient(135deg, #dc3232 0%, #a02222 100%);
    box-shadow: 0 2px 4px rgba(220, 50, 50, 0.3);
}

.vcr-copy-btn-text {
    pointer-events: none;
}

.vcr-copy-text {
    display: none;
}
