.generated-markdown {
    font-size: 1rem;
}

.generated-markdown p {
    max-width: 85ch;
    color: var(--text);
}

.generated-table-wrap {
    width: 100%;
    overflow-x: auto;
    border-radius: 18px;
    border: 1px solid rgba(216,169,77,.24);
    background:
        linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.015)),
        rgba(9, 11, 16, .36);
    margin: 12px 0 18px;
}

.generated-table {
    width: 100%;
    min-width: 980px;
    border-collapse: separate;
    border-spacing: 0;
    font-family: Georgia, "Times New Roman", serif;
}

.generated-table thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    color: #24190b;
    background:
        linear-gradient(135deg, #e7b85b, #ffe19b);
    border-bottom: 2px solid rgba(63,38,15,.35);
    font-size: .78rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    padding: 14px 14px;
    vertical-align: middle;
}

.generated-table thead th:first-child {
    width: 58px;
    text-align: center;
}

.generated-table tbody tr {
    background: rgba(244,233,207,.05);
}

.generated-table tbody tr:nth-child(even) {
    background: rgba(244,233,207,.09);
}

.generated-table td {
    color: var(--text);
    border-bottom: 1px solid rgba(255,255,255,.10);
    border-right: 1px solid rgba(255,255,255,.07);
    padding: 14px 14px;
    line-height: 1.42;
    vertical-align: top;
}

.generated-table td:first-child {
    color: var(--accent-light);
    font-weight: 900;
    text-align: center;
    font-size: 1.05rem;
}

.generated-table td:last-child,
.generated-table th:last-child {
    border-right: 0;
}

.generated-table tbody tr:hover {
    background: rgba(216,169,77,.13);
}

.generated-section {
    background:
        radial-gradient(circle at top left, rgba(216,169,77,.13), transparent 18rem),
        rgba(255,255,255,.035);
}

.generated-section h4 {
    font-size: 1.8rem;
}

.generated-section__footer {
    font-style: italic;
}
