<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">h1 {
    font-weight: 400;
}

p {
    margin-bottom: 20px;
}

h3, h4, ol {
    margin: 0;
}

iframe {
    width: 560px;
    height: 315px;
    max-width: 100%;
    max-height: 100%;
}

a.external::after {
    content: '';
    display: inline-block;
    width: 16px;
    /* Set the desired width */
    height: 16px;
    /* Set the desired height */
    background: url('https://thoxtmediabucket.s3.amazonaws.com/content/images/external_link_icon.png') no-repeat center center;
    background-size: contain;
    /* Ensure the icon scales correctly */
    margin-left: 5px;
    vertical-align: middle;
}

blockquote {
    position: relative;
    margin: 1em;
    background-color: #ccc;
    border-radius: 15px;
    padding: 1em;
}

blockquote::before {
    content: "â€œ";
    font-family: serif;
    font-size: 5em;
    position: absolute;
    left: -0.1em;
    top: -0.2em;
    color: #555;
    line-height: 1;
}

.article-body ol,
.article-body ul {
    list-style-type: none;
}

/* Style for unordered lists (bullets) */
li[data-list="ordered"] {
    list-style-type: decimal;
}

/* Style for unordered lists (bullets) */
li[data-list="bullet"] {
    list-style-type: disc !important;
}

.ql-indent-1 {
    margin-left: 2em;
}

.caption {
    text-align: center;
    font-style: italic;
    font-size: 0.9em;
    color: #666;
}

.ql-align-justify {
    text-align: justify;
    text-justify: inter-word;
}

.ql-align-right {
    text-align: right;
}

.ql-align-center {
    text-align: center;
}

.ql-size-small {
    font-size: 0.75em;
}

.cover-meta-container {
    display: flex;
    flex-direction: row;
    height: 85%;
    min-height: 80vh;
    margin: -50px 0 0 0;
    box-sizing: border-box;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-image: var(--background-image);
}

.cover-meta-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    /* Black overlay with 50% transparency */
    z-index: 0;
    /* Ensure the overlay stays behind other content but above the background */
}

.cover-image-container,
.video-container {
    display: flex;
    max-width: 60vw;
    min-width: 40vw;
    min-height: 200px;
    height: 85vh;
    box-sizing: border-box;
    object-fit: cover;
    overflow: hidden;
    z-index: 2;
}

.no-cover-image {
    background-color: #333;
}

.cover-image-container h1 {
    font-size: 8vw;
    line-height: 8vw;
    text-align: center;
    color: grey;
    margin: auto;
    padding: 15px 45px 15px 15px;
}

.cover-image,
.video {
    display: block;
    height: 100%;
    max-height: none;
    width: 100%;
    margin: auto;
    overflow: hidden;
    object-fit: scale-down;
    z-index: 2;
}

h1 {
    font-size: 2em;
    line-height: 1.4em;
    color: white;
    text-shadow: 2px 2px 4px #000000;
    margin: 3% 0 10px 0;
    z-index: 2;
}

/* This block contains author, read icons, desc, date, top comment */
.article-meta-container {
    display: block;
    position: relative;
    min-width: 40%;
    height: fit-content;
    min-height: 85%;
    border-radius: 15px;
    box-sizing: border-box;
    margin: auto;
    padding: 15px;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2;
}

.preview-mode {
    position: absolute;
    width: 40%;
    min-height: 2em;
    border-radius: 15px;
    top: 7%;
    left: 1%;
    padding: 5px;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 1.5em;
    text-align: center;
    text-shadow: 1px 1px 2px black;
    z-index: 2;
}

.close-preview-button {
    fill: #818181;
    background-color: #222;
    border-radius: 5px;
    float: right;
    width: 30px;
    margin-right: 0;
    cursor: pointer;
}

/* This block contains author name, pic, date &amp; read icons */
.author-icons-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.author-pp {
    display: block;
    width: 50px;
    height: 50px;
    margin-right: 12px;
}

/* This block contains author name &amp; date */
.author-and-date {
    display: flex;
    position: relative;
    width: 60%;
    flex-direction: column;
}

.author-date {
    display: flex;
    align-items: flex-end;
    font-size: .9em;
    line-height: 1.4em;
    color: #8e8e8e;
}

.sidebar-author-date {
    align-items: center;
}

.options-icon {
    width: 1.5em;
    height: 1.5em;
    float: right;
    fill: white;
}

/* This block contains author name &amp; follow button */
.author-container {
    display: flex;
    flex-direction: row;
    width: fit-content;
    white-space: nowrap;
}

.author-name {
    font-size: 1.1em;
}

.article-date {
    font-size: 0.9em;
}

.follow-button {
    margin: -2px 0 0 7px;
    border: 1px solid grey;
    border-radius: 5px;
    background-color: rgb(50, 50, 50);
    font-size: 1.2em;
    color: rgb(203, 203, 203);
    line-height: 80%;
    vertical-align: middle;
}

.follow-button:hover {
    border: 1px solid white;
    background-color: rgb(34, 34, 34);
    color: rgb(203, 203, 203);
}

.following {
    background-color: #FF0;
    color: black;
}

.meta-details-container {
    display: flex;
    justify-content: flex-start;
    gap: 20%;
    align-items: center;
}

.genre-container {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 10px;
    color: #aaa;
}

.genre-text {
    font-size: 0.8em;
}

.views-container {
    margin-top: 10px;
}

.eye-con-text,
.time-text {
    vertical-align: top;
}

.ranking-container {
    display: block;
    margin: 5px 0 5px 0;
}

.rank {
    font-size: 1.2em;
    color: black;
    background-color: #FF0;
    padding: 4px;
    border-radius: 3px;
}

.article-meta-desc {
    height: fit-content;
    max-height: 30vh;
    overflow-y: auto;
    margin: 10px 0;
}

.reading-time-container {
    margin-top: 10px;
    opacity: .7;
}

.article-content {
    display: flex;
    position: relative;
    box-sizing: border-box;
    background-color: #fff;
    color: black;
    margin-top: -5vh;
    z-index: 5;
}

.article-body {
    width: 850px;
    margin-left: 0;
    padding: 0 15px;
    word-break: break-word;
    font-size: 1.05em;
    overflow-y: auto;
}

.article-body img {
    display: block;
    margin: 8px auto;
    max-width: 100%;
}

.article-body a {
    text-decoration: underline;
}

a[href*="hashtag"] {
    color: #333;
    text-decoration-color: #FF0;
}

.ql-code-block-container {
    margin: 0;
    padding: 20px;
    border: 1px solid #888;
    background-color: #171717;
    white-space: pre;
    overflow: auto;
}

.ql-code-block {
    padding: 0;
    font-family: monospace;
    font-size: inherit;
    color: #ddd;
}

.article-thots {
    margin: 15px auto 10px auto;
}

.article-thots li {
    list-style-type: none;
}

.engagement-icons,
.engagement-counts {
    margin: 0;
}

.article-thots-container {
    width: 35%;
    min-width: 400px;
    max-width: 98vw;
    margin: auto;
    margin-top: 15px;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 15px;
}

.thot-post-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.article-post-thot {
    width: inherit;
    height: 40px;
    max-width: 98vw;
    color: #333;
}

.thot-post-btn {
    background-color: #ccc;
    color: #333;
}

.recommended {
    display: flex;
    flex-direction: column;
    width: 100vw;
    max-width: 100%;
}

.recommended .cover-image {
    max-height: 200px;
    object-fit: cover;
}

.sidebar-article-title {
    margin: 5px 0 0 0;
}

.recommended .article-meta {
    margin-bottom: 15px;
}

.liked-text {
    cursor: pointer;
}

.adsbygoogle {
    background-color: #ddd;
}</pre></body></html>