/* ============================================
   Magical Shop Builder - Documentation 
   Syntax Highlighting Theme
   ============================================ */

/* Token colors */
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata { color: #64748b; font-style: italic; }

.token.punctuation { color: #94a3b8; }

.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted { color: #f472b6; }

.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted { color: #a78bfa; }

.token.operator,
.token.entity,
.token.url { color: #67e8f9; }

.token.atrule,
.token.attr-value,
.token.keyword { color: #38bdf8; }

.token.function,
.token.class-name { color: #fbbf24; }

.token.regex,
.token.important,
.token.variable { color: #fb923c; }

.token.important,
.token.bold { font-weight: bold; }

.token.italic { font-style: italic; }

.token.entity { cursor: help; }

/* Line numbers */
pre[data-line] {
    padding-left: 3.5em;
    position: relative;
}

.line-number {
    color: #475569;
    user-select: none;
    padding-right: 12px;
}

/* Highlighted line */
.line-highlight {
    background: rgba(124, 58, 237, 0.15);
    display: block;
    margin: 0 -24px;
    padding: 0 24px;
}
