.imp-calendar h3 { margin-top: 24px; }
.imp-calendar-row { display: flex; flex-wrap: wrap; gap: 12px; }
.imp-calendar-card { display: block; background: #fff; border: 1px solid #e2e2e2; border-radius: 8px; padding: 12px 16px; min-width: 200px; text-decoration: none; color: #222; }
.imp-calendar-card strong { display: block; margin-bottom: 4px; }
.imp-calendar-card span { display: block; font-size: 13px; color: #666; }
.imp-gmp-tag { color: #2e8b57 !important; font-weight: 600; }

.imp-live-updates { display: flex; flex-direction: column; gap: 8px; }
.imp-live-item { display: flex; align-items: center; gap: 12px; padding: 10px 14px; background: #fafafa; border-radius: 6px; flex-wrap: wrap; }
.imp-status-badge { padding: 2px 10px; border-radius: 12px; font-size: 12px; color: #fff; background: #999; }
.imp-status-open { background: #2e8b57; }
.imp-status-upcoming { background: #d59f0f; }
.imp-status-closed { background: #b3261e; }
.imp-status-listed { background: #1a73e8; }
.imp-updated { margin-left: auto; color: #999; font-size: 12px; }

.imp-gmp-chart svg { width: 100%; height: 100px; }
.imp-gmp-latest { font-weight: 600; margin-top: 4px; }

.imp-subscription-table, .imp-ipo-list { width: 100%; border-collapse: collapse; }
.imp-subscription-table td, .imp-subscription-table th,
.imp-ipo-list td, .imp-ipo-list th { padding: 8px 12px; border-bottom: 1px solid #eee; text-align: left; }

.imp-faq-item { border-bottom: 1px solid #eee; padding: 10px 0; }
.imp-faq-item summary { cursor: pointer; font-weight: 600; }

.imp-subscribe-form { display: flex; gap: 8px; }
.imp-subscribe-form input[type="email"] { padding: 8px; flex: 1; }
.imp-subscribe-form button { padding: 8px 16px; background: #1a73e8; color: #fff; border: none; border-radius: 4px; cursor: pointer; }
