/* One stored-description system for every public CrazyGamesX page type. */
html .gx-description {
    box-sizing: border-box;
    width: 100%;
    margin: 20px 0 0;
    padding: 18px;
    overflow-wrap: anywhere;
    border: 1px solid #6536a4;
    border-radius: 12px;
    background: linear-gradient(145deg, rgba(8, 11, 28, .99), rgba(3, 6, 16, .995));
    box-shadow: inset 0 1px 0 rgba(198, 87, 255, .18), inset 0 -1px 0 rgba(51, 199, 255, .12);
    color: #d5d7e8;
    font: 400 15px/1.75 Inter, Arial, sans-serif;
}

html .gx-description > :first-child,
html .gx-description__meta + :is(h2, h3, h4, p, ul, ol) {
    margin-top: 0;
}

html .gx-description :is(h2, h3, h4) {
    display: block;
    color: #f7f8ff;
    font-family: Inter, Arial, sans-serif;
    font-style: normal;
    font-weight: 900;
}

html .gx-description h2 { margin: 26px 0 10px; font-size: 24px; line-height: 1.3; }
html .gx-description h3 { margin: 22px 0 8px; font-size: 20px; line-height: 1.35; }
html .gx-description h4 { margin: 18px 0 7px; font-size: 17px; line-height: 1.4; }
html .gx-description :is(p, ul, ol, blockquote) { display: block; margin: 0 0 13px; }
html .gx-description :is(ul, ol) { padding-left: 24px; }
html .gx-description a { color: #c37cff; text-decoration: underline; text-underline-offset: 2px; }

html .gx-description__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 6px 30px;
    margin-bottom: 16px;
    color: #aeb2c9;
    font-size: 14px;
}

html .gx-description__meta span { display: flex; gap: 8px; }
html .gx-description__meta b { min-width: 72px; color: #d8daea; }
html .gx-description--home { margin-top: 0; }
html .gx-description--game { margin-top: 10px; }

html .gx-taxonomy-intro {
    margin-top: 12px;
    overflow-wrap: anywhere;
    color: #d5d7e8;
    font: 400 15px/1.65 Inter, Arial, sans-serif;
}

html .gx-taxonomy-intro:empty { display: none; }
html .gx-taxonomy-intro > :first-child { margin-top: 0; }
html .gx-taxonomy-intro > :last-child { margin-bottom: 0; }
html .gx-taxonomy-intro a { color: #c37cff; text-decoration: underline; text-underline-offset: 2px; }

@media (max-width: 680px) {
    html .gx-description { padding: 15px; font-size: 15px; line-height: 1.75; }
    html .gx-description h2 { font-size: 21px; }
    html .gx-description h3 { font-size: 18px; }
    html .gx-description h4 { font-size: 16px; }
    html .gx-description__meta { display: grid; gap: 4px; }
    html .gx-taxonomy-intro { font-size: 15px; line-height: 1.65; }
}
