:root {
    --ink: #001c2d;
    --muted: #4b6072;
    --line: #d4e0ea;
    --bg: #f4f8fb;
    --card: #ffffff;
    --brand: #0071bc;
    --brand-2: #00538a;
    --brand-light: #e9f7fd;
    --shadow: 0 12px 26px rgba(0, 32, 53, 0.08);
    --radius: 16px;
}

* { box-sizing: border-box; }
body {
    margin: 0;
    color: var(--ink);
    background:
        radial-gradient(circle at 0% 0%, rgba(0, 113, 188, 0.09), transparent 35%),
        radial-gradient(circle at 100% 100%, rgba(0, 83, 138, 0.09), transparent 34%),
        var(--bg);
    font-family: "Open Sans", Arial, sans-serif;
    min-height: 100vh;
}
body.is-loading,
body.is-loading * {
    cursor: wait !important;
}

.layout { display: flex; min-height: 100vh; }
.sidebar {
    width: 270px;
    padding: 22px 18px;
    background: linear-gradient(170deg, #012740 0%, #002035 100%);
    color: #dbe8f2;
    position: sticky;
    top: 0;
    height: 100vh;
}
.brand-wrap {
    background: #ffffff;
    border: 1px solid #cfe0ef;
    border-radius: 12px;
    padding: 10px 12px;
    margin-bottom: 14px;
    box-shadow: 0 4px 14px rgba(0, 32, 53, 0.14);
}
.brand-logo {
    display: block;
    width: 186px;
    max-width: 100%;
    height: auto;
}
.brand {
    font-size: .93rem;
    letter-spacing: 0.02em;
    margin: 8px 0 0;
    font-weight: 700;
    color: #012740;
}
.tag {
    font-size: .74rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #85a0bc;
    margin: 20px 10px 10px;
}
.menu a {
    display: block;
    color: #dce8f4;
    text-decoration: none;
    padding: 12px 13px;
    border-radius: 12px;
    margin-bottom: 6px;
    transition: transform .16s ease, background-color .16s ease;
    font-weight: 500;
}
.menu a:hover { background: rgba(255,255,255,.09); transform: translateX(3px); }
.menu a.active { background: linear-gradient(120deg, rgba(0,113,188,.58), rgba(0,83,138,.46)); }

.content { flex: 1; padding: 28px; }
.hero {
    background: linear-gradient(110deg, #ffffff 0%, #f5fbff 50%, #eef6fc 100%);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 20px 22px;
    margin-bottom: 18px;
}
.hero h1 {
    margin: 0 0 7px;
    font-size: 1.5rem;
    font-weight: 700;
}
.hero p { margin: 0; color: var(--muted); }

.grid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 16px;
}
.card {
    grid-column: span 12;
    background: var(--card);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 18px;
}
.card h2, .card h3 {
    margin: 0 0 12px;
    font-size: 1.05rem;
}

label { display: block; margin-bottom: 6px; font-weight: 600; font-size: .92rem; }
input[type="text"], input[type="password"], input[type="number"], input[type="search"], input[type="date"], select {
    width: 100%;
    border: 1px solid #cad6e2;
    border-radius: 12px;
    padding: 10px 12px;
    font: inherit;
    background: #fff;
}
.field-help { color: var(--muted); font-size: .82rem; margin-top: 4px; }
.field-error { color: #9d1c1c; font-size: .84rem; font-weight: 700; margin-top: 5px; }
.check { display: flex; align-items: center; gap: 9px; margin-bottom: 10px; }
.check input { accent-color: var(--brand); width: 16px; height: 16px; }
.btn {
    border: 0;
    border-radius: 12px;
    background: linear-gradient(120deg, var(--brand), #066db1);
    color: #fff;
    padding: 10px 16px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}
.btn.secondary {
    background: linear-gradient(120deg, #00538a, #0071bc);
}
.pill {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: .78rem;
    background: var(--brand-light);
    color: #004370;
    margin-right: 8px;
}
.title-pill {
    vertical-align: middle;
    margin-left: 8px;
    font-size: .72rem;
}

.markdown {
    font-family: "Open Sans", Arial, sans-serif;
    line-height: 1.7;
    color: #1d2f3e;
}
.markdown h1, .markdown h2, .markdown h3 {
    font-family: "Open Sans", Arial, sans-serif;
    margin-top: 1.2em;
    margin-bottom: .42em;
    color: #003f67;
}
.markdown p { margin: .65em 0; }
.markdown ul { padding-left: 1.2em; }
.markdown blockquote {
    border-left: 4px solid #9ab6cc;
    margin: 1em 0;
    padding: .2em .9em;
    color: #36516b;
    background: #f5f9fd;
    border-radius: 8px;
}
.obs-citation-wrap {
    font-size: .72em;
    vertical-align: super;
    line-height: 0;
}
.obs-citation {
    border: 0;
    border-radius: 999px;
    background: #e9f7fd;
    color: #00538a;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    min-width: 1.35em;
    height: 1.35em;
    padding: 0 .32em;
    line-height: 1.35;
}
.obs-citation:hover,
.obs-citation:focus {
    background: #cbeeff;
    outline: 2px solid #72b8df;
    outline-offset: 1px;
}
.obs-citation[data-reference-missing="true"] {
    background: #f7e7e7;
    color: #8b2222;
}

table {
    width: 100%;
    border-collapse: collapse;
    font-size: .95rem;
}
th, td {
    text-align: left;
    padding: 10px;
    border-bottom: 1px solid #e2e9f0;
}
th { color: #3f566b; }
td a {
    color: #0d5d91;
    font-weight: 700;
    text-decoration: none;
}
td a:hover { text-decoration: underline; }
.source-title-cell {
    max-width: 440px;
}
.source-title-cell a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.messages { margin-bottom: 16px; }
.msg {
    background: #eaf5ff;
    border: 1px solid #c8e1f5;
    padding: 10px 12px;
    border-radius: 10px;
    margin-bottom: 8px;
}

.accordion {
    border: 1px solid #d9e4ee;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
}
.accordion > summary {
    list-style: none;
    cursor: pointer;
    padding: 14px 16px;
    padding-right: 44px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 130px;
    align-items: center;
    column-gap: 10px;
    font-weight: 700;
    background: linear-gradient(120deg, #f4faff, #f8fbff);
    border-bottom: 1px solid #e1eaf2;
    position: relative;
}
.accordion > summary::-webkit-details-marker { display: none; }
.accordion > summary::after {
    content: "▾";
    color: #4e6479;
    transition: transform .15s ease;
    font-size: 1rem;
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
}
.accordion[open] > summary::after { transform: translateY(-50%) rotate(180deg); }
.accordion-title {
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.accordion-meta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.accordion-body { padding: 6px 12px 12px; }

.summary-list {
    border: 1px solid #e4ecf4;
    border-radius: 12px;
    overflow: hidden;
}
.summary-row {
    display: grid;
    grid-template-columns: 1.7fr .9fr .8fr .5fr;
    gap: 10px;
    align-items: center;
    padding: 10px 12px;
    border-top: 1px solid #edf2f7;
    font-size: .94rem;
}
.summary-row:first-child { border-top: 0; }
.summary-row.header {
    background: #f9fbfd;
    font-weight: 700;
    color: #42596e;
}
.summary-row a {
    color: #0d5d91;
    font-weight: 600;
    text-decoration: none;
}
.summary-row a:hover { text-decoration: underline; }

.control-tabs {
    display: flex;
    gap: 8px;
    border-bottom: 1px solid #dce7f0;
    margin: -4px 0 16px;
}
.tab-button {
    appearance: none;
    border: 0;
    border-bottom: 3px solid transparent;
    background: transparent;
    color: #40596e;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 10px 12px;
}
.tab-button.is-active {
    border-bottom-color: var(--brand);
    color: var(--ink);
}
.tab-panel[hidden] { display: none; }
.control-section {
    margin-bottom: 16px;
}
.source-picker-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 6px;
}
.source-picker-head label {
    margin-bottom: 0;
}
.link-button {
    border: 0;
    background: transparent;
    color: #0d5d91;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    padding: 4px 0;
}
.link-button:hover {
    text-decoration: underline;
}
.source-option-list {
    border: 1px solid #dce7f0;
    border-radius: 12px;
    padding: 8px;
    background: #fbfdff;
    max-height: 260px;
    overflow-y: auto;
}
.source-option {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    margin: 0;
    padding: 9px 10px;
    border-radius: 10px;
}
.source-option:hover {
    background: #f2f8fc;
}
.source-option-list input {
    accent-color: var(--brand);
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
    margin-top: 3px;
}
.source-option-text {
    display: flex;
    align-items: baseline;
    gap: 8px;
    min-width: 0;
}
.source-option-name,
.source-option-meta {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.source-option-name {
    color: var(--ink);
}
.source-option-meta {
    color: var(--muted);
    font-size: .82rem;
    font-weight: 500;
}
.evidence-placeholder {
    border: 1px dashed #b8c9d8;
    border-radius: 12px;
    background: #fbfdff;
    padding: 14px;
    color: var(--muted);
}
.modal-backdrop {
    position: fixed;
    inset: 0;
    z-index: 40;
    display: grid;
    place-items: center;
    padding: 24px;
    background: rgba(0, 28, 45, .42);
}
.modal-backdrop[hidden] {
    display: none;
}
.modal-panel {
    width: min(920px, 94vw);
    max-height: 86vh;
    overflow: hidden;
    background: #fff;
    border: 1px solid #d4e0ea;
    border-radius: 12px;
    box-shadow: 0 22px 50px rgba(0, 28, 45, .26);
}
.modal-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 14px 16px;
    border-bottom: 1px solid #e2e9f0;
}
.modal-head h2 {
    margin: 0;
    font-size: 1.05rem;
}
.modal-subtitle {
    margin: 4px 0 0;
    color: var(--muted);
    font-size: .9rem;
}
.modal-body {
    max-height: calc(86vh - 62px);
    overflow: auto;
    padding: 16px;
    line-height: 1.65;
}
.modal-body h3 {
    margin: 0 0 12px;
}
.observation-modal-panel {
    width: min(1080px, 96vw);
}
.reference-meta-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 16px;
}
.reference-meta-grid div {
    border: 1px solid #e2e9f0;
    border-radius: 10px;
    background: #f8fbff;
    padding: 9px 10px;
    min-width: 0;
}
.reference-meta-grid strong,
.reference-meta-grid span {
    display: block;
    overflow-wrap: anywhere;
}
.reference-meta-grid strong {
    color: #42596e;
    font-size: .76rem;
    text-transform: uppercase;
}
.reference-observation {
    border-left: 4px solid #74afd3;
    background: #f5f9fd;
    border-radius: 10px;
    padding: 12px;
    margin-bottom: 16px;
}
.reference-observation p {
    margin: 0;
}
.reference-source-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}
.reference-source-text {
    white-space: pre-wrap;
    background: #fbfdff;
    border: 1px solid #dbe6ef;
    border-radius: 12px;
    padding: 14px;
    max-height: 48vh;
    overflow: auto;
    font: .92rem/1.65 "Open Sans", Arial, sans-serif;
}
.reference-highlight {
    background: #fff0a8;
    color: #001c2d;
    border-radius: 4px;
    padding: 1px 3px;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
}
.create-report-form {
    display: grid;
    gap: 16px;
}
.country-picker {
    display: grid;
    gap: 10px;
}
.country-checkbox-list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 8px;
    max-height: 320px;
    overflow: auto;
    border: 1px solid #dbe6ef;
    border-radius: 10px;
    background: #fbfdff;
    padding: 10px;
}
.country-checkbox-list label {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    border: 1px solid #e2e9f0;
    border-radius: 8px;
    background: #fff;
    padding: 8px 9px;
    font-weight: 700;
}
.country-checkbox-list span {
    overflow-wrap: anywhere;
}

/* Utility classes to avoid inline styles (CSP-friendly). */
.grid-span-4 { grid-column: span 4; }
.grid-span-5 { grid-column: span 5; }
.grid-span-7 { grid-column: span 7; }
.grid-span-8 { grid-column: span 8; }
.form-grid-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
.form-grid-4 {
    display: grid;
    grid-template-columns: 1fr 1fr auto auto;
    gap: 10px;
    margin-bottom: 14px;
}
.form-grid-5 {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr auto auto;
    align-items: end;
    gap: 10px;
    margin-bottom: 14px;
}
.form-grid-6 {
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr 1fr auto auto;
    align-items: end;
    gap: 10px;
    margin-bottom: 14px;
}
.filter-row {
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-end;
    gap: 12px;
    margin-bottom: 10px;
    overflow-x: auto;
}
.filter-actions {
    display: flex;
    gap: 10px;
    align-items: center;
}
.run-history-controls {
    margin-bottom: 10px;
}
.run-history-controls label {
    margin-bottom: 0;
    white-space: nowrap;
}
.run-history-controls .run-history-per-page {
    width: 110px;
    min-width: 110px;
}
.pagination-bar {
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}
.results-meta {
    margin: 2px 0 10px;
    text-align: right;
    color: #4b6072;
    font-size: .9rem;
    font-weight: 600;
}
.pagination-bar > span {
    flex: 1 1 220px;
    min-width: 0;
}
.pagination-actions {
    display: flex;
    gap: 8px;
    align-items: center;
    flex: 0 0 auto;
}
.filter-row > div {
    flex: 0 0 auto;
}
.filter-row .compact-input {
    width: auto !important;
    min-width: 0;
}
.filter-row .compact-country {
    width: 240px !important;
}
.filter-row .compact-type {
    width: 160px !important;
}
.filter-row .compact-date {
    width: 165px !important;
}
.align-end {
    align-self: end;
    display: flex;
    align-items: flex-end;
}
.align-end .btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 43px;
}
.mt-10 { margin-top: 10px; }
.mt-12 { margin-top: 12px; }
.mt-14 { margin-top: 14px; }
.mt-16 { margin-top: 16px; }
.mt-18 { margin-top: 18px; }
.overflow-auto { overflow: auto; }
.scroll-box {
    max-height: 340px;
    overflow: auto;
    border: 1px solid #e2e9f0;
    border-radius: 12px;
}
.text-muted-strong { color: #36516b; }
.markdown-source { display: none; }
.hidden { display: none; }
.log-box {
    max-height: 520px;
    overflow: auto;
    border: 1px solid #e2e9f0;
    border-radius: 12px;
}
.log-pre {
    white-space: pre-wrap;
    background: #f8fbff;
    border: 1px solid #e2e9f0;
    border-radius: 10px;
    padding: 12px;
    max-height: 260px;
    overflow: auto;
}

.ai-analysis-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: minmax(460px, 56vh) minmax(260px, auto);
    gap: 16px;
    width: 100%;
    min-width: 0;
}
.ai-chat-card {
    display: grid;
    grid-template-rows: auto minmax(220px, 1fr) auto;
    width: 100%;
    min-width: 0;
    min-height: 460px;
    background: #fff;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    overflow: hidden;
}
.ai-chat-head,
.section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}
.ai-chat-head > div:first-child,
.section-head > div:first-child {
    min-width: 0;
}
.chat-head-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex: 0 0 auto;
}
.ai-chat-head {
    padding: 16px 18px;
    border-bottom: 1px solid #e2e9f0;
    background: #fbfdff;
}
.ai-chat-head h2,
.section-head h2 {
    margin: 0 0 5px;
    font-size: 1.08rem;
}
.ai-chat-head p,
.section-head p {
    margin: 0;
    color: var(--muted);
    font-size: .92rem;
}
.chat-window {
    width: 100%;
    min-width: 0;
    overflow-y: auto;
    padding: 18px;
    background: #f7fafc;
}
.chat-message {
    display: grid;
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 10px;
    margin-bottom: 14px;
    align-items: start;
    min-width: 0;
}
.chat-message.user {
    grid-template-columns: minmax(0, 1fr) 34px;
}
.chat-message.user .chat-avatar {
    grid-column: 2;
    grid-row: 1;
}
.chat-message.user .chat-message-content {
    grid-column: 1;
    justify-self: end;
    align-items: flex-end;
}
.chat-message.user .chat-bubble {
    grid-column: 1;
    justify-self: end;
    background: #0d5d91;
    color: #fff;
    border-color: #0d5d91;
}
.chat-message-content {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.chat-avatar {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: #dbeaf5;
    color: #003f67;
    font-weight: 700;
    font-size: .84rem;
}
.chat-bubble {
    width: fit-content;
    max-width: min(820px, 88%);
    min-width: 0;
    border: 1px solid #dbe6ef;
    border-radius: 12px;
    background: #fff;
    padding: 11px 13px;
    line-height: 1.6;
    overflow-wrap: anywhere;
}
.chat-bubble.markdown-chat {
    width: min(920px, 96%);
    max-width: 96%;
}
.chat-bubble .markdown h1 {
    font-size: 1.2rem;
}
.chat-bubble .markdown h2 {
    font-size: 1.06rem;
}
.chat-bubble .markdown h3 {
    font-size: .98rem;
}
.chat-bubble textarea[data-markdown-source] {
    display: none;
}
.chat-response-meta {
    color: var(--muted);
    font-size: .76rem;
    line-height: 1.3;
    padding-left: 2px;
}
.chat-message.user .chat-response-meta {
    padding-left: 0;
    padding-right: 2px;
}
.is-waiting,
.is-waiting * {
    cursor: wait !important;
}
.chat-composer {
    min-width: 0;
    padding: 14px 18px 16px;
    border-top: 1px solid #e2e9f0;
    background: #fff;
}
.chat-composer label {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.chat-input-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
    align-items: end;
}
.chat-input-row textarea {
    width: 100%;
    min-height: 78px;
    max-height: 180px;
    resize: vertical;
    border: 1px solid #cad6e2;
    border-radius: 12px;
    padding: 11px 12px;
    font: inherit;
    line-height: 1.45;
    background: #fff;
}
.chat-stage-message .chat-stage-bubble {
    display: inline-flex;
    gap: 8px;
    align-items: center;
    color: #375366;
    background: #edf6fb;
    border-color: #cfe2ee;
    font-weight: 700;
}
.chat-stage-dots {
    width: 24px;
    height: 6px;
    background:
        radial-gradient(circle closest-side, currentColor 90%, transparent) 0 50% / 6px 6px no-repeat,
        radial-gradient(circle closest-side, currentColor 90%, transparent) 9px 50% / 6px 6px no-repeat,
        radial-gradient(circle closest-side, currentColor 90%, transparent) 18px 50% / 6px 6px no-repeat;
    animation: chat-stage-pulse 1s linear infinite;
    opacity: 0.6;
}
@keyframes chat-stage-pulse {
    0% { opacity: 0.25; }
    50% { opacity: 0.85; }
    100% { opacity: 0.25; }
}
.ai-history-card {
    width: 100%;
    min-width: 0;
    min-height: 260px;
}
.is-selected-row {
    background: #f1f8fd;
}

.access-login-page {
    display: grid;
    place-items: center;
}
.access-login-card {
    width: min(420px, 92vw);
    background: #fff;
    border: 1px solid #d4e0ea;
    border-radius: 14px;
    box-shadow: 0 12px 26px rgba(0, 32, 53, 0.08);
    padding: 20px;
}
.access-login-card h1 {
    margin: 0 0 8px;
    font-size: 1.25rem;
}
.access-login-card p {
    margin: 0 0 14px;
    color: #4b6072;
}
.access-login-form input[type="text"],
.access-login-form input[type="password"] {
    margin-bottom: 12px;
}
.access-login-error {
    margin-bottom: 10px;
    color: #a22222;
    font-weight: 600;
}

@media (max-width: 980px) {
    .layout { display: block; }
    .sidebar { position: relative; height: auto; width: 100%; }
    .content { padding: 18px; }
    .grid-span-4,
    .grid-span-5,
    .grid-span-7,
    .grid-span-8 {
        grid-column: span 12;
    }
}
@media (max-width: 760px) {
    .summary-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .summary-row.header { display: none; }
    .form-grid-4,
    .form-grid-5,
    .form-grid-6 {
        grid-template-columns: 1fr;
    }
    .source-meta-row {
        grid-template-columns: 1fr;
        gap: 4px;
    }
    .source-option-text {
        display: grid;
        gap: 2px;
    }
    .filter-row {
        display: grid;
        grid-template-columns: 1fr;
        overflow-x: visible;
    }
    .filter-actions {
        flex-direction: column;
        align-items: flex-start;
    }
    .pagination-bar {
        flex-direction: column;
        align-items: flex-start;
    }
    .filter-row .compact-input,
    .filter-row .compact-country,
    .filter-row .compact-type,
    .filter-row .compact-date {
        width: 100% !important;
    }
    .source-title-cell {
        max-width: 260px;
    }
    .reference-meta-grid {
        grid-template-columns: 1fr;
    }
    .reference-source-head {
        display: grid;
        grid-template-columns: 1fr;
    }
    .ai-analysis-layout {
        grid-template-rows: auto auto;
    }
    .ai-chat-card {
        min-height: 560px;
    }
    .ai-chat-head,
    .section-head,
    .chat-input-row {
        display: grid;
        grid-template-columns: 1fr;
    }
    .chat-message,
    .chat-message.user {
        grid-template-columns: 1fr;
    }
    .chat-message .chat-avatar,
    .chat-message.user .chat-avatar {
        display: none;
    }
    .chat-message.user .chat-bubble,
    .chat-bubble {
        grid-column: 1;
        max-width: 100%;
        justify-self: stretch;
    }
}

.button-below {
    padding-bottom: 15px;
}
