/* Add your custom styles here */


/* Adds a bit of spacing to "Responsive Grid Row" blocks. */
.crx-grid {
  padding-top: 40px;
  padding-bottom: 40px;
}
.crx-grid .crx-grid {
  padding-top: 0;
  padding-bottom: 0;
}

@font-face {
    font-family: "Gilmer Bold";
    src: url("./Gilmer Bold/Web Fonts/7defc091a129b48948f730474b109d8f.eot");
    src: url("./Gilmer Bold/Web Fonts/7defc091a129b48948f730474b109d8f.eot?#iefix")format("embedded-opentype"),
    url("./Gilmer Bold/Web Fonts/7defc091a129b48948f730474b109d8f.woff2")format("woff2"),
    url("./Gilmer Bold/Web Fonts/7defc091a129b48948f730474b109d8f.woff")format("woff"),
    url("./Gilmer Bold/Web Fonts/7defc091a129b48948f730474b109d8f.ttf")format("truetype"),
    url("./Gilmer Bold/Web Fonts/7defc091a129b48948f730474b109d8f.svg#Gilmer Bold")format("svg");
}

.synwiki .card-link {
    text-decoration: none;
    font-weight: bold;
    font-family: 'Gilmer Bold';
}

.synwiki .post-image {
    float: left;
    width: 33%;
}

.synwiki .post-content {
    float: left;
    width: 60%;
    padding-left: 30px;
}

.synwiki .card-title {
    font-family: 'Gilmer Bold';
}

.synwiki .card-text {
    color: #788592;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.prose :where(pre):not(:where([class~=not-prose] *)) {
    background-color: transparent;
    border-radius: .375rem;
    color: currentColor;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.7142857;
    margin: 0;
    overflow-x: auto;
    padding: 0
}

.bg-gray-950 {
    --tw-bg-opacity: 1;
    background-color: rgba(13,13,13,var(--tw-bg-opacity))
}

.p-4 {
    padding: 1rem;
}

.overflow-y-auto {
    overflow-y: auto;
}

code.hljs, code[class*=language-] {
    word-wrap: normal;
    background: none;
    color: #fff;
    -webkit-hyphens: none;
    hyphens: none;
    line-height: 1.5;
    tab-size: 4;
    white-space: pre;
    word-break: normal;
    word-spacing: normal;
}

.icon-sm {
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    stroke-width: 2;
}

button {
        background-color: transparent;
    background-image: none
}

.text-token-text-secondary {
    color: #b4b4b4;
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem;
}
.font-sans {
    font-family: ui-sans-serif, -apple-system, system-ui, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica, Apple Color Emoji, Arial, Segoe UI Emoji, Segoe UI Symbol;
}
.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}
.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}
.relative {
    position: relative;
}

.bg-token-main-surface-secondary {
    background-color: #2f2f2f;
}
.justify-between {
    justify-content: space-between;
}

.items-center {
    align-items: center;
}
.flex {
    display: flex;
}
.relative {
    position: relative;
}
.rounded-md {
    border-radius: .375rem;
}

.font-sans .flex button {
    visibility: hidden;
}

h4 {
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 1rem;
}

h5 {
    font-weight: 600;
    margin-bottom: .5rem;
    margin-top: 1rem;
    color: #0d0d0d;
}

.prose :where(h4):not(:where([class~=not-prose] *)) {
    color: #0d0d0d;
    font-weight: 600;
    line-height: 1.5;
    margin-bottom: .5em;
    margin-top: 1.5em;
}

.rounded-t-md {
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}

.hljs-doctag, .hljs-formula, .hljs-keyword, .hljs-literal {
    color: #2e95d3;
}

.hljs-addition, .hljs-attribute, .hljs-meta-string, .hljs-regexp, .hljs-string {
    color: #00a67d;
}

.hljs-bullet, .hljs-link, .hljs-selector-id, .hljs-symbol, .hljs-title {
    color: #f22c3d;
}

.hljs-built_in, .hljs-class .hljs-title {
    color: #e9950c;
}

.hljs-comment {
    color: hsla(0, 0%, 100%, .5);
}

.synwiki .card-img {
    height: auto;
}

