/* Bangla Date embed widgets — iframe content */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Bengali:wght@500;700&display=swap');

*, *::before, *::after { box-sizing: border-box; }

html, body {
    margin: 0;
    padding: 0;
    background: transparent;
}

.bd-embed-body {
    font-family: system-ui, -apple-system, 'Segoe UI', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.bd-embed-body[data-theme="dark"] {
    color-scheme: dark;
}

.bd-embed-card {
    display: block;
    text-decoration: none;
    color: inherit;
    padding: 10px 14px;
    border-radius: 10px;
    border: 1px solid #e2e8f0;
    background: linear-gradient(135deg, color-mix(in srgb, var(--bd-embed-accent, #0284c7) 10%, #fff) 0%, #fff 70%);
    line-height: 1.25;
    transition: box-shadow 0.15s ease, transform 0.15s ease;
}

.bd-embed-body[data-theme="dark"] .bd-embed-card {
    border-color: #334155;
    background: linear-gradient(135deg, color-mix(in srgb, var(--bd-embed-accent, #0284c7) 18%, #0f172a) 0%, #1e293b 70%);
}

.bd-embed-card:hover {
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.12);
    transform: translateY(-1px);
}

.bd-embed-kicker {
    display: block;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #64748b;
    margin-bottom: 3px;
}

.bd-embed-body[data-theme="dark"] .bd-embed-kicker {
    color: #94a3b8;
}

.bd-embed-main {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
}

.font-bangla {
    font-family: 'Noto Sans Bengali', system-ui, sans-serif;
}

.bd-embed-body[data-theme="dark"] .bd-embed-main {
    color: #f1f5f9;
}

.bd-embed-sub {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #475569;
    margin-top: 2px;
}

.bd-embed-body[data-theme="dark"] .bd-embed-sub {
    color: #cbd5e1;
}

.bd-embed-brand {
    display: block;
    font-size: 9px;
    font-weight: 700;
    color: var(--bd-embed-accent, #0284c7);
    margin-top: 5px;
    opacity: 0.85;
}

.bd-embed-body[data-lang="en"] .font-bangla.bd-embed-main {
    font-family: system-ui, sans-serif;
}
