.ogcover-settings h1 {
    font-weight: 800;
    letter-spacing: -0.02em;
    color: #111;
}

.ogcover-card {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 2rem;
    max-width: 800px;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.og_input_text {
    width: 100%;
    max-width: 400px;
    padding: 8px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    box-sizing: border-box;
}

.og_badge {
    background: #eff6ff;
    color: #2563eb;
    padding: 2px 8px;
    border-radius: 4px;
    font-size: 0.75rem;
    font-family: monospace;
}

.og_table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 1rem;
}

.og_table th {
    text-align: left;
    padding: 12px;
    border-bottom: 2px solid #f1f5f9;
    color: #64748b;
    font-size: 0.85rem;
}

.og_table td {
    padding: 12px;
    border-bottom: 1px solid #f1f5f9;
    font-size: 0.9rem;
}

.og_preview_img {
    max-width: 100%;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    margin-top: 10px;
}

.og_progress_container {
    display: none;
    margin-top: 20px;
    background: #f1f5f9;
    border-radius: 8px;
    overflow: hidden;
    height: 12px;
}

.og_progress_bar {
    background: #2563eb;
    width: 0%;
    height: 100%;
    transition: width 0.3s ease;
}

.og_sync_status {
    margin-top: 10px;
    font-size: 0.85rem;
    color: #64748b;
}

.og_btn_sync {
    background: #fff !important;
    border-color: #cbd5e1 !important;
    color: #334155 !important;
}

.og_btn_sync:hover {
    background: #f8fafc !important;
}
