/* Shared styles + section styling */
.gdrive-section { margin-top: 16px; padding-top: 4px; }
.gdrive-section-title { font-size: 1.1rem; font-weight: 700; margin-bottom: 8px; }

.gdrive-card { border:1px solid #e5e7eb;border-radius:12px;padding:12px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.04);margin:12px 0;}
.gdrive-card-header { font-weight:600;font-size:.95rem;margin-bottom:8px;}
.gdrive-card-actions { display:flex;gap:8px;margin-bottom:8px;flex-wrap:wrap;}
.gdrive-btn { display:inline-block;padding:6px 10px;border-radius:8px;border:1px solid #d1d5db;text-decoration:none;font-size:.875rem;background:#f9fafb;cursor:pointer;transition:background .15s ease;}
.gdrive-btn:hover { background:#f3f4f6;}
.gdrive-btn.subtle { border-color:#e5e7eb;background:#fff;}
.gdrive-iframe-wrap { position:relative;border-radius:10px;overflow:hidden;border:1px solid #e5e7eb;}
.gdrive-iframe { width:100%;height:520px;border:0;}
.gdrive-card-header{color:#111}
@media (prefers-color-scheme: dark){.gdrive-card-header{color:#e5e7eb}}
