/* Extracted from messages.html inline style block 1. */
.kb-messages-card {
        border: 1px solid #e7edf6;
        border-radius: 28px;
        background: #fff;
        box-shadow: 0 18px 32px -28px rgba(15, 23, 42, 0.24);
        padding: 28px;
      }

      .kb-messages-empty {
        display: grid;
        place-items: center;
        gap: 10px;
        min-height: 320px;
        text-align: center;
      }

      .kb-messages-empty svg {
        width: 42px;
        height: 42px;
        color: var(--kb-text-light);
      }

.c09-messages-style-001 { margin-bottom: 6px }

.c09-messages-style-002 { margin-bottom: 18px }
