@font-face {
  font-family: 'browsericons';
  src: url('https://tympanus.net/codrops/wp-content/themes/codropstheme03/fonts/browsericons.eot?p1p23f');
  src: url('https://tympanus.net/codrops/wp-content/themes/codropstheme03/fonts/browsericons.eot?#iefixp1p23f')
      format('embedded-opentype'),
    url('https://tympanus.net/codrops/wp-content/themes/codropstheme03/fonts/browsericons.woff?p1p23f') format('woff'),
    url('https://tympanus.net/codrops/wp-content/themes/codropstheme03/fonts/browsericons.ttf?p1p23f')
      format('truetype'),
    url('https://tympanus.net/codrops/wp-content/themes/codropstheme03/fonts/browsericons.svg?p1p23f#browsericons')
      format('svg');
  font-weight: normal;
  font-style: normal;
}

*,
*::before,
*::after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:root {
  font-family: 'InterVariable', sans-serif;
  font-feature-settings: 'liga' 1, 'calt' 1;
  --font-size-tiny: 0.667rem;
  --font-size-xxs: 0.75rem;
  --font-size-xs: 0.875rem;
  --font-size-base: 1rem;
  --font-size-copy: 1.125rem;
  --font-size-s: 1.15rem;
  --font-size-m: 1.375rem;
  --font-size-l: 1.563rem;
  --font-size-xl: 1.953rem;
  --font-size-xxl: 2.441rem;
  --font-size-poster: clamp(var(--font-size-xxl), 7vw, 5rem);
  --br: 10px;
  --color-sep: #ddd;
  --color-bg: #f7f7f7;
  --color-bg-alt: #e8e8e8;
  --color-text: #26272e;
  --color-link: #000;
  --color-link-hover: #47484e;
  --color-text-faded: #858585;
  --color-tag-bg: #f0f0f0;
  --color-tag-text: #555;
  --color-tag-bg-hover: #e0e0e0;
  --color-card-bg: #fff;
  --icon-color: #000;
  --color-logo: #000;
  --color-logo-credits: #26272e;
  --color-loader: #b9b9b9;
  --color-text-input: #26272e;
  --color-title: #26272e;
  --color-button-bg: #000;
  --button-border-width: 0px;
  --color-button-border: transparent;
  --color-button-border-hover: transparent;
  --color-button-text: #fff;
  --color-button-bg-hover: #485ae1;
  --color-button-text-hover: #fff;
  --color-button-pop-bg: #485ae1;
  --button-border-pop-width: 0px;
  --color-button-pop-border: transparent;
  --color-button-pop-border-hover: transparent;
  --color-button-pop-text: #fff;
  --color-button-pop-bg-hover: #1e1e20;
  --color-button-pop-text-hover: #fff;
  --color-button-alt-bg: transparent;
  --button-alt-border-width: 1px;
  --color-button-alt-border: #1e1e20;
  --color-button-alt-border-hover: transparent;
  --color-button-alt-text: #1e1e20;
  --color-button-alt-bg-hover: #1e1e20;
  --color-button-alt-text-hover: #ffffff;
  --color-widget-bg: #fff;
  --color-widget-text: #2c2c2c;
  --color-widget-link: #000;
  --color-widget-link-hover: #2c2c2c;
  --color-plumbob-bg: transparent;
  --color-plumbob-text: #ffffff;
  --color-plumbob-link: #ffffff;
  --color-plumbob-link-hover: #ffffff;
  --bs: 1px 1px 30px rgba(0, 0, 0, 0.1);
  --color-title-demo: #fff;
  --vr-unit: 1.5rem;
  --color-casestudy: #d9d9d9;
  --color-tagstyle-text: rgb(0 0 0 / 75%);
  --color-tagstyle-border: rgb(0 0 0 / 20%);
}

html {
  font-size: 16px;
}

body {
  overflow-x: hidden;
  overflow-y: scroll;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: var(--color-text);
  background: var(--color-bg);
}

.dark,
.page-template-web-demos {
  --color-sep: #222;
  --color-bg: #000;
  --color-bg-alt: #161616;
  --color-text: #b9b9b9;
  --color-text-faded: #7e7e7e;
  --color-link: #7e7e7e;
  --color-link-hover: #fff;
  --color-text-faded: #7c7c7c;
  --color-tag-bg: #232325;
  --color-tag-text: #aaa;
  --color-tag-bg-hover: #404044;
  --color-tag-text-hover: #aaa;
  --color-card-bg: #161616;
  --color-card-border: #35353a6b;
  --icon-color: #fff;
  --color-logo: #fff;
  --color-logo-credits: #ffffff;
  --color-loader: #56565d;
  --color-text-input: #b9b9b9;
  --color-title: #fff;
  --color-widget-bg: #121212;
  --color-widget-text: #ffffff;
  --color-widget-link: #ffffff;
  --color-widget-link-hover: #ffffff;
  --color-plumbob-bg: #161616;
  --color-plumbob-border: #35353a6b;
  --color-plumbob-text: #ffffff;
  --color-plumbob-link: #ffffff;
  --color-plumbob-link-hover: #ffffff;
  --color-button-alt-text: #fff;
  --color-button-alt-text-hover: #fff;
  --color-tagstyle-text: rgb(255 255 255 / 75%);
  --color-tagstyle-border: rgba(255, 255, 255, 0.2);
  --color-button-alt-bg: transparent;
  --button-alt-border-width: 1px;
  --color-button-alt-border: #ffffff3b;
  --color-button-alt-border-hover: transparent;
  --color-button-alt-text: #ffffffba;
  --color-button-alt-bg-hover: #1e1e20;
  --color-button-alt-text-hover: #ffffff;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

table {
  border-spacing: 0;
  border-collapse: separate;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  padding: 7px;
}

td code {
  font-size: 0.64rem;
}

blockquote,
q {
  quotes: '' '';
}

sup {
  vertical-align: super;
  font-size: smaller;
}

a img {
  border: none;
}

strong {
  font-weight: 600;
}

.ct-box-pagination a,
.ct-box-pagination span,
.ct-deals article p em {
  font-weight: bold;
  font-style: normal;
  letter-spacing: 1px;
}

.text-poster {
  font-size: var(--font-size-poster);
}

h1,
h2,
h3,
h4 {
  line-height: 1.3;
  font-weight: 600;
  letter-spacing: -0.025em;
  text-wrap: balance;
  cursor: default;
}

h3 {
  font-size: var(--font-size-s);
  margin-bottom: 1.5rem;
}

h4 {
  font-size: var(--font-size-base);
  margin-bottom: 0.25rem;
}

h5 {
  font-size: var(--font-size-base);
  cursor: default;
  line-height: 1.3;
  font-weight: 600;
  text-wrap: balance;
}

.ct-post-content h2,
.ct-post-content h3,
.ct-post-content h4,
.ct-page-content h2,
.ct-page-content h3,
.ct-page-content h4 {
  margin: 2em 0 1rem;
}

.ct-post-content h2 a,
.ct-post-content h3 a,
.ct-post-content h4 a,
.ct-page-content h2 a,
.ct-page-content h3 a,
.ct-page-content h4 a {
  border-bottom: 1px solid #000;
}

.ct-post-content h2 a:hover,
.ct-post-content h2 a:focus,
.ct-post-content h3 a:hover,
.ct-post-content h3 a:focus,
.ct-post-content h4 a:hover,
.ct-post-content h4 a:focus,
.ct-page-content h2 a:hover,
.ct-page-content h2 a:focus,
.ct-page-content h3 a:hover,
.ct-page-content h3 a:focus,
.ct-page-content h4 a:hover,
.ct-page-content h4 a:focus {
  border-color: transparent;
}

.ct-post-content h2 + pre,
.ct-post-content h2 + .codrops-playground-embed {
  margin-top: 25px;
}

.ct-post-content h1,
.ct-page-content h1 {
  font-size: var(--font-size-xxl);
}

.ct-post-content h2,
.ct-page-content h2 {
  font-size: var(--font-size-xl);
}

.ct-post-content h3,
.ct-page-content h3 {
  font-size: var(--font-size-l);
}

.ct-post-content h4,
.ct-page-content h4 {
  font-size: var(--font-size-m);
}

.ct-post-content h5,
.ct-page-content h5 {
  font-size: var(--font-size-base);
  margin: 2em 0 0.25em;
  padding: 0.25em 0;
}

.wp-lightbox-container button {
  top: 20px !important;
  right: 10px !important;
}

p > code,
.ct-post p > code,
.ct-post p > a > code,
.ct-post ul code,
.ct-post ol code,
.ct-post h2 code,
.ct-post h3 code,
.ct-post ul a > code,
.ct-post ol a > code,
.ct-post h2 a > code,
.ct-post h3 a > code {
  text-transform: none;
  border-radius: 3px;
  white-space: nowrap;
  word-spacing: -0.35rem;
  background: #edf0f3;
  padding: 0.1em 0.3em 0.1em;
  border: 1px solid rgb(101 117 128 / 40%);
  font-size: 0.85em;
  font-weight: normal;
}

a {
  outline: none;
  color: var(--color-link);
  text-decoration: none;
  font-weight: inherit;
}

a:hover,
a:focus {
  color: var(--color-link-hover);
}

.ct-post-content a:not(:has(img)),
.ct-page-content a:not(:has(img)),
.ct-post-content a code,
.comment-form a {
  border-bottom: 1px solid currentColor;
}

.ct-post-content a:hover code,
.ct-post-content a:focus code,
.ct-post-content a:hover,
.ct-post-content a:focus,
.comment-form a:hover,
.comment-form a:focus,
.ct-page-content a:hover,
.ct-page-content a:focus {
  border-bottom-color: transparent;
}

img {
  max-width: 100%;
  height: auto;
}

.clr {
  float: none;
  clear: both;
}

hr {
  border-style: solid;
  border-color: #e7eaf0;
}

dl.tab-dl {
  background: rgb(227, 242, 221);
  padding: 1.5em 1.5em 0.5em 1.5em;
  margin: 1em 0 2em;
}

dl.tab-dl dt {
  font-weight: bold;
}

dl.tab-dl dd {
  margin-bottom: 1em;
}

.wp-video {
  margin: 2rem auto;
}

.wp-block-video.video-aspect-poster {
  border-radius: var(--br);
  display: grid;
  place-items: center;
  background-color: #111;
}

.wp-block-video.video-aspect-poster video {
  max-height: 85vh;
  border-radius: 0 !important;
}

.lazy-video-wrap {
  display: grid;
  place-items: center;
  margin: 2rem auto;
  /*background-image: url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/spinner_video.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 140px;*/
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  border-radius: var(--br);
}

.lazy-video {
  aspect-ratio: 4 / 3;
}

.lazy-video-wrap.ar-custom,
.ar-custom .lazy-video {
  aspect-ratio: auto;
}

.lazy-video-wrap + .wp-block-heading,
.wp-block-image + .wp-block-heading,
.wp-block-video + .wp-block-heading,
.wp-block-gallery + .wp-block-heading,
.wp-block-columns + .wp-block-heading {
  margin-top: 4rem;
}

.wp-block-columns {
  margin: 2.5rem 0;
}

.ct-post iframe {
  border: none;
  margin: 1.5rem 0;
}

.ct-main .ct-post iframe[src*='codesandbox'] {
  border-right: 1px solid black !important;
  background: #000;
}

.embed_responsive {
  margin: 1.5rem 0;
}

.embed_responsive--gfycat {
  position: relative;
  padding-bottom: calc(75% + 44px);
}

.embed_responsive--gfycat::after {
  content: '';
  width: 100%;
  height: calc(100% - 44px);
  border: 1px solid #dbdbe6;
  position: absolute;
  top: 0;
  left: 0;
}

.embed_responsive iframe {
  margin: 0;
}

code {
  color: #657580;
  font-weight: inherit;
  font-family: 'Consolas', 'monaco', monospace;
  line-height: 1;
  -webkit-font-smoothing: auto;
}

pre code {
  color: #fff;
}

.wp-block-code code {
  line-height: 1.5;
  color: #fff;
}

.wp-block-embed:first-child {
  padding-top: 0;
}

.wp-block-embed .wp-block-embed__wrapper {
  width: 100%;
  padding-bottom: 61%;
  height: 0;
  position: relative;
  overflow: hidden;
  border-radius: var(--br);
}

.wp-block-embed-twitter .wp-block-embed__wrapper {
  padding-bottom: 0;
  height: auto;
  display: grid;
  place-items: center;
}

.wp-block-embed .wp-block-embed__wrapper iframe,
.wp-block-embed iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
}

.codesandbox-embed {
  width: 100%;
  height: 500px;
  border: 1px solid black !important;
  border-top: 0 !important;
  overflow: hidden;
  margin: 1.5rem 0px;
}

.wp-block-details {
  margin: 1rem 0;
}

.ct-champ {
  display: inline-block;
  font-size: var(--font-size-tiny);
  color: var(--color-text-faded);
}

.ct-champ::before {
  content: '(Sponsored)';
  display: inline-block;
  margin-right: 0.25rem;
  color: inherit;
}

.ct-main-post .ct-champ {
  font-size: inherit;
}

.ct-main-post .ct-champ::before {
  margin-left: 0.25rem;
}

.ct-latest .ct-champ {
  margin: 0 0 0.25rem 0;
}

.ct-box--archive .ct-champ {
  margin: 0 0 1rem;
}

.ct-subline__author::first-letter {
  text-transform: uppercase;
}

.wp-img-border img,
.wp-img-border video,
.border {
  border: 1px solid #ddd !important;
}

video:focus {
  outline: none;
}

.cp_embed_wrapper {
  margin: 2rem 0;
}

.ct-msponsor-article {
  font-size: 1rem;
  margin-bottom: 2rem;
  max-width: 500px;
}

.ct-msponsor-article span {
  color: #000;
}

.ct-post .ct-msponsor-article a {
  color: var(--color-text-faded);
  border-bottom: 0;
}

.ct-msponsor-article a:hover,
.ct-msponsor-article a:focus {
  color: #000;
}

.ct-msponsor-collective {
  margin: 3rem 0 0;
  max-width: 80ch;
}

.ct-msponsor-collective span {
  padding-right: 1ch;
}

.box-offer {
  margin: 1.5rem 0;
  padding: 1.5rem 2.5rem;
  background: #e4e3f2;
  border-radius: var(--br);
}

.box-offer h4 {
  padding: 0;
  margin: 0 0 0.5em 0;
}

.box-attention {
  margin: 1.5rem 0;
  padding: 1.5rem 2.5rem;
  background: #fbe1e8;
  border-radius: var(--br);
}

.box-highlight {
  margin: 1.5rem 0;
  padding: 1.5rem 2.5rem;
  background: #fbf9e1;
  border-radius: var(--br);
}

.box-info {
  margin: 1.5rem 0;
  padding: 1.5rem 2.5rem;
  background: #dfe4e6;
  border-radius: var(--br);
}

.ct-featured-img-rss {
  display: none;
}

.ct-post-featured-img {
  position: relative;
  border-radius: var(--br);
  overflow: hidden;
}

.ct-post-featured-img + p,
.ct-post-featured-img + div {
  margin-top: 2rem;
}

.ct-post .ct-post-featured-img img {
  margin: 0 auto;
  width: 100%;
}

.ct-post-content ul.browser-support {
  padding-left: 1em;
  height: 1em;
  display: inline-block;
  list-style-type: none;
  margin-bottom: 30px;
  vertical-align: middle;
}

ul.browser-support li,
.ct-post-content ul.browser-support li {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin: 0 20px 0 0;
  position: relative;
}

ul.browser-support li .bs-browser {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  top: 0;
  height: 0;
}

ul.browser-support li .bs-info {
  position: absolute;
  color: #f0f0f0;
  font-weight: bold;
  font-size: 10px;
  background: #414a51;
  padding: 5px;
  line-height: 1;
  white-space: nowrap;
  top: 100%;
  margin-top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
  display: none;
}

ul.browser-support li .bs-info::before {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-bottom-color: #414a51;
  border-width: 5px;
  margin-left: -5px;
}

ul.browser-support li:hover .bs-info {
  display: block;
}

ul.browser-support li::before {
  font-family: 'browsericons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-size: 26px;
  position: absolute;
  left: 0;
  top: 0;
  color: #ebae9f;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

ul.browser-support li.bs-supported::before {
  color: #bad8b0;
}

ul.browser-support li.bs-supported-flag::before {
  color: #f4daa2;
}

.bs-chrome::before {
  content: '\eae5';
}

.bs-firefox::before {
  content: '\eae6';
}

.bs-ie::before {
  content: '\eae7';
}

.bs-opera::before {
  content: '\eae8';
}

.bs-safari::before {
  content: '\eae9';
}

ul.browser-support li::after {
  content: attr(data-version);
  position: absolute;
  font-size: 10px;
  color: #bad8b0;
  top: 0;
  font-family: inherit;
  font-weight: bold;
  left: 100%;
}

.ct-talign-right {
  text-align: right;
}

.ct-padded {
  padding: 1em;
}

.codrops-playground-embed {
  margin: 10px 0;
}

.wp-block-gallery {
  margin: 2rem auto;
}

.wp-block-media-text {
  margin: 2rem auto;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media {
  border-radius: var(--br);
}

.ct-post .wp-block-media-text img {
  margin: 0;
}

.ct-post-content .wp-block-media-text .wp-block-heading {
  margin: 1rem 0 0 0;
}

.ct-post-content > figure:not(.wp-block-gallery),
.ct-post-content > figure:not(.wp-block-table) {
  margin: 2.5rem auto;
  max-width: 100%;
  width: 100% !important;
  position: relative;
}

.ct-post-content > figure.wp-block-embed.is-type-video:first-child {
  margin-top: 0;
}

.ct-post-content > figure:not(.wp-block-gallery) img,
.ct-post-content > figure:not(.wp-block-table) img {
  border-radius: var(--br);
}

.ct-post-content a:has(> figure.wp-block-video) {
  margin: 1.5rem 0;
  display: block;
  border: 0;
}

.ct-post-content .wp-block-video video,
.lazy-video-wrap {
  overflow: hidden;
  border-radius: var(--br);
}

.lazy-video-wrap {
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.wp-block-columns-is-layout-flex ul.wp-block-list,
.wp-block-columns-is-layout-flex ol.wp-block-list {
  padding: 1rem 0 1rem 1rem;
}

.columns {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  background: #c5ccf7;
  border-radius: var(--br);
  padding: clamp(1rem, 5vw, 4rem);
  gap: 4rem;
  margin-bottom: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.ct-archive .columns h1 {
  padding: 1.5rem 0 1.4rem;
}

.column--preview iframe {
  overflow: hidden;
  border-radius: var(--br);
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.quote-wrapper {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-template-areas: 'qimg qtext' 'qauthor qauthor';
  gap: 1rem;
  font-size: var(--font-size-copy);
  margin-top: 4rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: var(--br);
  padding: 1.5rem;
  background: rgb(255 255 255 / 10%);
}

.quote-text {
  grid-area: qtext;
}

.quote-image {
  grid-area: qimg;
  border-radius: 50%;
  display: block;
  max-width: 50px;
}

.quote-author {
  grid-area: qauthor;
  font-size: var(--font-size-xs);
}

.ct-post figcaption {
  padding: 1rem;
  font-size: var(--font-size-xs);
  text-align: center;
  line-height: 1.4;
  max-width: 800px;
  margin: 0 auto;
}

.wp-block-image {
  /*background-image: url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/spinner_video.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 140px;*/
  margin: 3rem 0;
}

.wp-block-column .wp-block-image {
  margin: 0;
}

.category-ai-art .wp-block-image a::after,
.copyalt {
  z-index: 100;
  top: 0.8rem;
  position: absolute;
  padding: 11px 10px 9px;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 20px;
  line-height: 1.2;
  font-size: 0.75rem;
  color: #fff;
  opacity: 0;
  border: 0;
  cursor: pointer;
}

.category-ai-art .wp-block-image a::after {
  content: '\2197';
  right: 0.8rem;
  font-size: 16px;
  line-height: 0.85;
}

.wp-block-image:hover a::after,
.wp-block-image:hover .copyalt {
  opacity: 1;
}

.copyalt {
  left: 0.8rem;
}

figure.wp-block-gallery.has-nested-images {
  --wp--style--gallery-gap-default: 2rem;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  border-radius: var(--br);
  margin: 0;
}

.ct-post .wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: none;
  text-shadow: 1px 1px 4px #000;
}

.spacer {
  height: 40px;
}

.ct-last {
  margin-right: 0px !important;
}

.ct-post p.wp-caption-text {
  margin-bottom: 20px;
  padding: 10px;
  font-style: italic;
  font-size: 13px;
  line-height: 20px;
}

.ct-post a img.nofancy,
.ct-post img.nofancy {
  border: none;
}

.aligncenter {
  margin: 0 auto;
}

.fleft {
  float: left !important;
}

.fright {
  float: right !important;
}

.ct-amp,
.ct-coll-item a.ct-coll-thumb span i {
  font-weight: 100;
  font-style: italic;
  font-family: 'Baskerville', 'Goudy Old Style', Palatino, 'Book Antiqua', serif;
}

.ct-post-img-box {
  padding-top: 20px;
  min-height: 250px;
}

.ct-post-img-box a img {
  margin-top: 20px;
}

.ct-post-content .ct-post-img-box h4 {
  padding-top: 0px;
}

.ct-post-thumbleft {
  clear: both;
}

.ct-post-thumbleft p {
  padding: 0;
}

.ct-post-thumbleft p.ct-post-thumb {
  margin-right: 40px;
}

.ct-post-thumbleft .ct-post-thumb img {
  margin: 0;
}

.ct-patron-box {
  position: absolute;
  bottom: 0;
  z-index: 10000;
  left: auto;
}

.ct-patron-button {
  font-size: 12px;
  display: inline-flex;
  align-items: center;
  padding: 0.5rem 2.5rem 0.5rem 1.25rem;
  border-radius: var(--br) var(--br) 0 0;
  background: #000;
  font-weight: 500;
  color: #fff;
  white-space: nowrap;
  background-image: url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/patreon_back.png),
    url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/patreon_back_01.gif),
    url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/patreon_back_02.gif),
    url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/patreon_back_03.gif),
    url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/patreon_back_04.gif);
  background-size: auto 85%;
  background-repeat: no-repeat;
  background-position: 97% 50%;
}

.ct-patron-button span {
  display: block;
  padding-top: 0.25rem;
}

.ct-patron-button:hover,
.ct-patron-button:focus {
  color: #fff;
  background-image: var(--hover-img);
}

.ct-patron-button img {
  width: 100px;
}

.button,
.buttonbig,
input[type='submit'],
button[type='submit'],
.fm-form input[type='submit'],
.ct-post .button--article,
.ct-demo-links a {
  display: inline-block;
  border: none;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  background: var(--color-button-bg);
  color: var(--color-button-text);
  padding: 0.65rem 1.5rem;
  border-radius: 2rem;
  font-weight: bold;
  font-family: inherit;
  line-height: 1.625 !important;
  white-space: nowrap;
  font-size: var(--font-size-xs);
  border: var(--button-border-width) solid var(--color-button-border) !important;
  text-align: center;
  min-width: 6rem;
}

.button.button--alt {
  background: var(--color-button-alt-bg);
  color: var(--color-button-alt-text);
  border: var(--button-alt-border-width) solid var(--color-button-alt-border) !important;
}

.button.button--pop {
  background: var(--color-button-pop-bg);
  color: var(--color-button-pop-text);
  border: var(--button-pop-border-width) solid var(--color-button-pop-border) !important;
}

.button.button--nobg {
  background: transparent;
}

.button:hover,
.button:focus,
.button--nobg:hover,
.button--nobg:focus,
.button:active,
.buttonbig.action:hover,
input[type='submit']:hover,
button[type='submit']:hover,
.ct-post .button--article:hover,
.buttonbig.action:active,
input[type='submit']:active,
button[type='submit']:active,
.ct-post .button--article:active,
.ct-demo-links a:hover,
.ct-demo-links a:focus {
  background: var(--color-button-bg-hover);
  color: var(--color-button-text-hover);
  border-color: var(--color-button-border-hover);
}

.button.button--alt:hover,
.button.button--alt:focus {
  background: var(--color-button-alt-bg-hover);
  color: var(--color-button-alt-text-hover);
  border-color: var(--color-button-alt-border-hover) !important;
}

.button.button--pop:hover,
.button.button--pop:focus {
  background: var(--color-button-pop-bg-hover);
  color: var(--color-button-pop-text-hover);
  border-color: var(--color-button-pop-border-hover);
}

.button.arrow-link {
  gap: 1rem;
  padding-right: 1rem;
}

.ct-demo-links {
  margin: 2rem 0 3rem;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
}

.ct-demo-link--bmac {
  margin-left: auto;
}

.ct-demo-links a {
  margin-right: 0.6rem;
  margin-bottom: 0.5rem;
}

.small-link,
.arrow-link,
.ct-latest-bottom a,
.ct-archive-link a,
.ct-feat-bottom a,
a.ct-commenttime,
.ct-commentreply a,
.ct-commentedit a,
.ct-cssref-widget__footer a {
  white-space: nowrap;
  vertical-align: middle;
  font-weight: 550;
  font-size: var(--font-size-xs);
  display: flex;
  gap: 0.25rem;
  align-items: center;
  line-height: 1;
}

.arrow-link::after,
.ct-latest-bottom a::after,
.ct-archive-link a::after,
.ct-feat-bottom a::after,
.ct-cssref-widget__footer a::after,
.arrow-link--top-right::after {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M24.531 16.417l0.719 0.719-8.938 8.938-0.719-0.719 8.938-8.938zM16.406 8.198l8.844 8.844-0.688 0.688-8.844-8.844 0.688-0.688zM24.594 16.604v1h-19.75v-1h19.75z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M24.531 16.417l0.719 0.719-8.938 8.938-0.719-0.719 8.938-8.938zM16.406 8.198l8.844 8.844-0.688 0.688-8.844-8.844 0.688-0.688zM24.594 16.604v1h-19.75v-1h19.75z'/%3E%3C/svg%3E");
}

.arrow-link--back::after {
  display: none;
}

.arrow-link--back::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: currentColor;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M7.469 16.417l-0.719 0.719 8.938 8.938 0.719-0.719-8.938-8.938zM15.594 8.198l-8.844 8.844 0.688 0.688 8.844-8.844-0.688-0.688zM7.406 16.604v1h19.75v-1h-19.75z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M7.469 16.417l-0.719 0.719 8.938 8.938 0.719-0.719-8.938-8.938zM15.594 8.198l-8.844 8.844 0.688 0.688 8.844-8.844-0.688-0.688zM7.406 16.604v1h19.75v-1h-19.75z'/%3E%3C/svg%3E");
}

.arrow-link--top-right::after {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M8.457 23.543l1.414 1.414L24.485 10.343V17h2V7h-10v2h6.657z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M8.457 23.543l1.414 1.414L24.485 10.343V17h2V7h-10v2h6.657z'/%3E%3C/svg%3E");
}

.icon-text-link {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.ct-post {
  margin-bottom: 1rem;
  position: relative;
}

.ct-letterpress {
  margin: 2rem 0;
}

.ct-index .ct-letterpress,
.ct-main-post .ct-letterpress {
  margin: 0px;
}

.ct-container {
  position: relative;
  width: 100%;
}

.ct-inner {
  position: relative;
  margin: 0 auto;
  padding: 0px 2rem;
  max-width: 1350px;
}

.ct-content .ct-inner {
  display: grid;
  grid-template-columns: 1fr 300px;
}

.ct-content .ct-inner-narrow {
  max-width: 650px;
  margin-top: 3rem;
}

.ct-content .ct-inner--noside {
  display: block;
}

.ct-inner--noside .ct-main {
  padding-right: 0;
}

.ct-header {
  position: relative;
  z-index: 999;
  padding: 1.5rem 0 6rem;
}

.ct-header .ct-inner {
  display: grid;
  grid-template-columns: 130px 1fr auto;
  align-items: center;
  gap: 5vw;
}

.ct-branding a.ct-logo {
  display: inline-block;
  outline: none;
}

.ct-branding a.ct-logo:hover {
  opacity: 0.9;
}

.ct-branding {
  line-height: 1;
  display: flex;
}

.ct-logo-img {
  margin: 0 auto;
  line-height: 1;
  display: block;
  width: 100px;
  max-width: none;
  fill: var(--color-logo);
}

.ct-nav-main ul {
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.ct-nav-main ul li a {
  white-space: nowrap;
  font-weight: 600;
  font-size: var(--font-size-xs);
}

.ct-header-items-right {
  margin-left: auto;
  width: 300px;
}

.ct-content {
  margin: 0 auto;
  min-height: 1250px;
}

.ct-content.ct-index {
  min-height: 2200px;
}

.ct-footer {
  position: relative;
  bottom: 0px;
  padding: 5rem 0 0;
  width: 100%;
  background: var(--color-bg-alt);
  border-radius: var(--br);
  font-size: var(--font-size-xs);
}

.ct-footer .ct-inner {
  overflow: hidden;
  margin: 0 auto;
  display: flex;
  padding-bottom: 5rem;
}

.ct-footer nav {
  height: 100%;
  display: flex;
}

.ct-footer__column:first-of-type {
  margin-right: 6rem;
}

.ct-footer__column--credits {
  margin-left: auto;
  max-width: 11rem;
}

.ct-footer__column--credits ul {
  display: flex;
  flex-direction: column;
  margin-left: auto;
  text-align: right;
  gap: 4rem;
}

.ct-footer__column--credits li:last-of-type {
  margin: auto 0 0.5rem;
}

.ct-footer__column:not(.ct-footer__column--credits) ul {
  margin-right: 3rem;
}

.ct-footer__column:not(.ct-footer__column--credits) ul li {
  margin: 0.5rem 0;
  text-transform: lowercase;
}

.ct-footer ul li a {
  text-decoration: none;
  white-space: nowrap;
}

.ct-footer h5 {
  letter-spacing: 0;
  font-size: 1em;
  margin-bottom: 2rem;
}

.credit-link svg,
.credit-link img {
  height: 30px;
  margin: 1rem 0 0 auto;
  display: block;
  color: var(--color-logo-credits);
  fill: currentColor;
}

.ct-items {
  float: right;
  width: 600px;
  text-align: left;
}

.ct-item {
  float: right;
  clear: none;
  margin: 30px 0 0 0;
}

.ct-item span {
  font-size: 0.64rem;
}

.ct-sidebar-left {
  float: right;
  margin-left: 1%;
  width: 19%;
  height: 100px;
}

.ct-sidebar {
  position: relative;
  width: 300px;
  border: none;
  margin-bottom: 3rem;
}

.ct-sidebar .ct-small-text {
  display: block;
  padding: 10px;
}

.ct-main {
  margin: 0 0 4rem 0;
  width: auto;
  padding-right: 6rem;
}

.ct-main--noside {
  margin: 0;
  padding: 0;
}

.ct-main-post,
.ct-main-page {
  max-width: calc(800px + 4rem);
}

.ct-main--wotw {
  margin: auto;
  max-width: 1200px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ct-main--wotw header {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}

.ct-main--wotw .ct-post-content p {
  max-width: 800px;
  margin: 1rem auto;
  font-size: clamp(1.125rem, 2.5vw, var(--font-size-m));
  text-wrap: balance;
}

.ct-main--wotw .ct-post-featured-img {
  margin-bottom: clamp(2rem, 10vw, 5rem);
}

.ct-main--wotw .ct-post-content > figure:not(.wp-block-gallery),
.ct-main--wotw .ct-post-content > figure:not(.wp-block-table) {
  margin: clamp(2rem, 10vw, 5rem) auto;
}

.ct-main--wotw header .meta--heading {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: var(--color-text-faded);
  font-size: var(--font-size-xs);
  gap: 0.5rem;
}

.ct-main--wotw header h1 {
  margin: 0;
  font-size: clamp(2rem, 8vw, 6rem);
}

.ct-main--wotw header h1 a:hover {
  color: var(--color-text);
}

.link-badge {
  border-radius: 5px;
  display: flex;
  line-height: 1.5rem;
  align-items: center;
  padding: 0 6px;
  font-size: var(--font-size-xs);
  font-weight: 600;
}

.link-badge--case {
  background: var(--color-casestudy);
}

.link-badge--wotw {
  padding: 0;
  width: 32px;
  height: 27px;
  background-size: auto 100%;
  background-image: url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/Codrops_WOTW_Badge_Icon.svg);
  background-repeat: no-repeat;
}

.wotw-icon {
  width: 60px;
  height: 50px;
  margin-bottom: 1rem;
  background-size: auto 100%;
  background-image: url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/Codrops_WOTW_Badge_Icon.svg);
  background-repeat: no-repeat;
}

.wotw-footer {
  display: flex;
  justify-content: center;
  align-items: center;
}

.wotw-badge img {
  width: 150px;
  margin: 0;
  height: auto;
  opacity: 0.18;
}

.display-badge {
  margin-top: 1rem;
  font-size: var(--font-size-xs) !important;
  font-weight: 600;
  color: #f3f3f6;
  background: var(--color-text);
  display: inline-flex;
  padding: 4px 9px;
  border-radius: 4px;
}

.ct-webzibition-content {
  position: relative;
}

.ct-wotw-badge-bg {
  position: absolute;
  top: -3rem;
  width: 100%;
  height: 400px;
  background-size: auto 100%;
  background-position: 50% 50%;
  pointer-events: none;
  background-repeat: no-repeat;
  opacity: 0.075;
  left: 0;
}

.ct-home-box--wotw .ct-wotw-badge-bg {
  height: 47%;
  background-image: url(https://tympanus.net/codrops/wp-content/themes/codropstheme03//images/Codrops_WOTW_Badge_Icon.svg);
  top: 10%;
  left: 32%;
}

.wotw-filter {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}

.toggle-button {
  font-size: var(--font-size-xs);
  padding: 8px 18px;
  border-radius: 50px;
  font-weight: bold;
  border: 1px solid #7a7a7a;
}

.toggle-button:hover,
.toggle-button--active {
  background: #bab7b7;
  color: var(--color-link);
  border-color: #bab7b7;
}

.ct-author-page-desc a,
.card__content p a,
a.link-underline {
  border-bottom: 1px solid var(--color-link);
}

a.link-underline:hover,
.ct-author-page-desc a:hover,
.card__content p a:hover,
.card__content p a:focus,
a.link-underline:focus,
.ct-author-page-desc a:focus {
  border-bottom: 1px solid transparent;
}

.arrow {
  width: 0.525em;
  height: auto;
}

.post.pingback {
  display: none;
}

.ct-featured {
  clear: both;
  min-height: 0;
}

.ct-featured article {
  clear: both;
  background-color: #fff;
}

.ct-feat-img {
  display: block;
  float: left;
  width: 100%;
}

.ct-feat-img img {
  display: block;
  float: right;
  border: none;
  width: 100%;
}

.ct-feat-img:hover img,
.ct-latest-thumb a:hover {
  border-color: #98bcdc;
}

.ct-feat-left {
  float: left;
  width: 45%;
}

.ct-feat-right {
  width: 55%;
  padding: 0 2rem 0 3rem;
  float: right;
}

.ct-feat-bottom {
  padding: 0.85em 0;
}

article .ct-subline {
  position: relative;
  color: var(--color-text-faded);
  font-size: var(--font-size-xs);
}

.ct-post-content p.border-box {
  border: 1px solid var(--color-sep);
  padding: 1.5rem 2rem;
  margin: 2rem 0;
  border-radius: var(--br);
}

.ct-post article .ct-subline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.ct-featured .ct-subline {
  padding: 1em 0;
}

.ct-subline__author {
  display: block;
}

.ct-subline__time {
}

.ct-subline__date {
  white-space: nowrap;
}

article .ct-subline .avatar {
  border-radius: 50%;
  margin: 0 0.75rem 0 0;
}

article .ct-subline .ct-subline__pubtime {
  margin: 0;
}

article .ct-subline a {
  white-space: nowrap;
  border-bottom: 0;
}

.ct-small-text {
  font-size: 0.825em;
  color: #888;
}

.ct-latest .ct-subline {
  padding: 0.5em 0 0;
}

.ct-latest-title {
  font-size: var(--font-size-s);
  padding-top: 0.25rem;
  margin-bottom: 0;
  max-width: 500px;
}

.ct-latest-thumb {
  position: relative;
  z-index: 10;
}

.ct-latest-thumb a {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
  position: relative;
  overflow: hidden;
  background-color: var(--color-bg-alt);
  border-radius: var(--br);
}

.ct-latest-thumb a img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  z-index: 10;
}

.index-wrap {
  padding: 0 0 4rem;
  display: grid;
  grid-template-columns: 360px 1fr;
  grid-template-areas: 'side main';
  gap: 3rem;
}

.index-wrap-left {
  grid-area: side;
}

.index-wrap-right {
  grid-area: main;
}

.ct-latest .ct-section-heading-small {
  border-bottom: 3px solid var(--color-bg-alt);
  display: block;
  margin: 0 0 1.5em 0;
  padding: 0 0 0.5em;
  color: rgb(160, 173, 182);
}

.ct-archive-container--grid .ct-feat-excerpt {
  line-height: 1.5;
  margin-bottom: 2rem;
}

.ct-archive-container > p {
  line-height: 1.5;
}

.ct-archive-container > h2 {
  margin-bottom: 1rem;
}

.ct-archive-container h3 {
  margin-bottom: 0;
}

.ct-archive-container > p a {
  border-bottom: 1px solid #000;
}

.ct-featured .ct-feat-excerpt {
  margin: 0;
  max-width: 30rem;
}

.ct-feat-title {
  font-size: 1.75rem;
}

.ct-subline time {
  padding: 0px;
  white-space: nowrap;
}

.ct-subline time.ct-time-single {
  padding: 0 2px;
  border: none;
}

.ct-latest {
  container-type: inline-size;
  container-name: latest-container;
  position: relative;
}

.ct-latest article {
  padding: 1rem 0;
  display: grid;
  grid-column-gap: 1rem;
  grid-template-columns: 150px 1fr;
  align-items: start;
}

@container latest-container (max-width: 400px) {
  .ct-latest article {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem;
  }
}

.ct-latest article:first-child {
  padding-top: 0;
}

.page-numbers {
  padding: 0 0.5rem;
  display: inline-block;
  line-height: 1;
}

.page-numbers.current {
  font-weight: 600;
}

.ct-postnav {
  padding: 2rem 0;
}

#wp_page_numbers ul,
.ct-commentnav {
  color: #777;
  list-style: none;
  line-height: 25px;
}

.ct-commentnav {
  padding: 0;
  text-align: right;
  margin: 1rem 0 0 0;
}

#respond {
  padding: 5px 0 5px 5px;
}

.ct-commentlist {
  clear: both;
  overflow: hidden;
  margin-bottom: 1rem;
}

#wp_page_numbers ul {
  width: 100%;
  height: 40px;
}

#wp_page_numbers li {
  display: inline-block;
  margin: 2px;
  aspect-ratio: 1;
  width: 2rem;
  text-align: center;
}

#wp_page_numbers li.space {
  padding: 0 5px;
}

#wp_page_numbers a,
.ct-commentnav .page-numbers {
  display: inline-block;
  outline: none;
  text-decoration: none;
  padding: 0 0.5rem;
}

.ct-commentnav .page-numbers.prev {
  padding: 0;
  margin: 0 1rem 0 0;
}

#wp_page_numbers li.active_page a {
  font-weight: 600;
}

#wp_page_numbers li.page_info {
  padding: 0px 15px 0px 25px;
}

.ct-post article.type-page {
  margin-bottom: 20px;
}

.ct-post h1 {
  line-height: 1.2;
  margin: 0;
  font-size: 2.488rem;
}

.ct-post article.page h1 {
  margin-bottom: 2rem;
}

.ct-post img {
  position: relative;
  display: block;
  margin: 10px auto;
  text-align: center;
  border-radius: var(--br);
}

.ct-post object {
  display: block;
  margin: 10px auto;
}

.ct-post img.alignleft {
  float: left;
  margin: 5px 20px 5px 0px;
  border: none;
}

.ct-post img.alignright {
  float: right;
  margin: 5px 0px 5px 20px;
  border: none;
}

.ct-post img.aligninline {
  display: inline;
  margin: 0 10px;
}

.ct-post .ct-ss {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  max-width: 580px;
}

.ct-post .ct-ss img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  margin: 0;
  padding: 0;
}

.ct-post .ct-ss img:first-child {
  position: relative;
}

.ct-post .ct-ss-3 img {
  -webkit-animation: ssfader 18s linear infinite 0s backwards;
  animation: ssfader 18s linear infinite 0s backwards;
}

.ct-post .ct-ss-3 img:nth-child(2) {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}

.ct-post .ct-ss-3 img:nth-child(3) {
  -webkit-animation-delay: 12s;
  animation-delay: 12s;
}

@-webkit-keyframes ssfader {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  25% {
    opacity: 1;
    -webkit-transform: scale(1);
  }

  44% {
    opacity: 0;
    -webkit-transform: scale(1.3);
  }

  100% {
    opacity: 0;
  }
}

@keyframes ssfader {
  0% {
    opacity: 0;
  }

  8% {
    opacity: 1;
  }

  17% {
    opacity: 1;
  }

  25% {
    opacity: 1;
    transform: scale(1);
  }

  44% {
    opacity: 0;
    transform: scale(1.3);
  }

  100% {
    opacity: 0;
  }
}

/* === General: Full height for ad containers === */
#news-archive .tympa-highlight-wrapper,
#news-archive .tympa-target,
#news-archive .tympa-highlight-wrapper .card,
#demos-archive .tympa-highlight-wrapper,
#demos-archive .tympa-target,
#demos-archive .tympa-highlight-wrapper .card {
  height: 100%;
}

.ct-post-excerpt {
  clear: both;
  font-size: 1.375rem;
  line-height: 1.3;
  margin: 1.5rem 0;
  text-wrap: balance;
}

.ct-cat-desc {
  clear: both;
  line-height: 1.5;
  width: 85%;
  font-size: 1.313rem;
}

.ct-cat-desc--collective {
  width: 100%;
  font-size: var(--font-size-m);
}

.ct-cat-desc a {
  border-bottom: 1px solid #000;
}

.ct-cat-desc a:hover,
.ct-cat-desc a:focus {
  border-bottom: 1px solid transparent;
}

.ct-header-wrap {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr minmax(400px, 40%);
  grid-template-rows: auto 1fr;
  grid-template-areas:
    'header-title header-sponsor'
    'header-desc header-sponsor';
  grid-column-gap: 5vw;
  align-items: start;
  min-height: 210px;
}

.ct-header-wrap-full {
  text-align: center;
  padding: 6rem 0;
}

.post-type-archive-news .ct-header-wrap-full {
  padding: 1rem 0 4rem;
}

.ct-header-wrap-full p {
  font-size: 1.15rem;
}

.ct-header-wrap h1 {
  grid-area: header-title;
}

.ct-header-wrap .ct-cat-desc {
  grid-area: header-desc;
  width: 100%;
  max-width: 600px;
}

.ct-header-wrap__side {
  max-width: 500px;
  grid-area: header-sponsor;
  display: flex;
  justify-content: flex-end;
}

.ct-header-wrap__side .ct-ea,
.ct-header-wrap__side .ct-ea,
.ct-header-wrap__side .ct-ea [data-ea-publisher].loaded,
.ct-header-wrap__side .ct-ea [data-ea-type].loaded,
.ct-header-wrap__side .ea-placement {
  width: 100%;
}

.ct-ea [data-ea-publisher].loaded,
.ct-ea [data-ea-type].loaded {
  font-family: inherit;
  font-weight: 500;
}

.ct-ea [data-ea-type='image'].loaded.horizontal .ea-content {
  max-width: 500px;
  box-shadow: none;
  width: 100%;
}

.ct-ea [data-ea-publisher].loaded .ea-content,
.ct-ea [data-ea-type].loaded .ea-content {
  border: 1px solid var(--color-sep);
  border-radius: var(--br);
  font-weight: 400;
  background: transparent;
  padding: 1.25rem;
  margin: 0;
}

.ct-ea [data-ea-type='image'].loaded.horizontal .ea-content > a > img,
.ct-ea [data-ea-publisher]:not([data-ea-type]).loaded.horizontal .ea-content > a > img,
.ct-ea .ea-type-image.horizontal .ea-content > a > img {
  margin-right: 5%;
}

.ct-ea [data-ea-type='image'].loaded .ea-content > a > img {
  border-radius: var(--br);
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.ct-ea [data-ea-type='image'].loaded .ea-content > a > img,
.ct-ea [data-ea-publisher]:not([data-ea-type]).loaded .ea-content > a > img,
.ct-ea .ea-type-image .ea-content > a > img {
  max-width: 200px;
  width: 40%;
  height: auto;
  aspect-ratio: 4 / 3;
}

.ct-ea [data-ea-type='image'].loaded .ea-content > .ea-text,
.ct-ea [data-ea-publisher]:not([data-ea-type]).loaded .ea-content > .ea-text,
.ct-ea .ea-type-image .ea-content > .ea-text {
  font-size: 0.85rem;
  line-height: 1.5;
}

.ct-ea [data-ea-publisher].loaded .ea-headline {
  display: block;
  margin-bottom: 0.8rem;
  margin-top: 0.5rem;
}

.ct-ea [data-ea-publisher].loaded .ea-content a strong {
  color: #000;
}

.ct-ea [data-ea-type='image'].loaded.horizontal .ea-callout {
  max-width: 100%;
}

.ct-ea [data-ea-type='image'].loaded .ea-callout,
.ct-ea [data-ea-publisher]:not([data-ea-type]).loaded .ea-callout,
.ct-ea .ea-type-image .ea-callout {
  margin: 0.5rem 0 0;
  font-style: normal;
  font-size: 12px;
}

.ct-ea--ver [data-ea-publisher].loaded .ea-content,
.ct-ea--ver [data-ea-type].loaded .ea-content {
  padding: 2rem;
  box-shadow: none;
}

.ct-ea--ver [data-ea-type='image'].loaded .ea-content,
.ct-ea--ver [data-ea-publisher]:not([data-ea-type]).loaded .ea-content,
.ct-ea--ver .ea-type-image .ea-content {
  max-width: 300px;
  text-align: left;
}

.ct-ea--ver [data-ea-type='image'].loaded .ea-content > .ea-text,
.ct-ea--ver [data-ea-publisher]:not([data-ea-type]).loaded .ea-content > .ea-text,
.ct-ea--ver .ea-type-image .ea-content > .ea-text {
  text-align: left;
}

.ct-ea--ver [data-ea-type='image'].loaded .ea-content > a > img,
.ct-ea--ver [data-ea-publisher]:not([data-ea-type]).loaded .ea-content > a > img,
.ct-ea--ver .ea-type-image .ea-content > a > img {
  width: 100%;
  max-width: 300px;
  height: auto;
}

.ct-ea--ver [data-ea-type='image'].loaded .ea-callout,
.ct-ea--ver [data-ea-publisher]:not([data-ea-type]).loaded .ea-callout,
.ct-ea--ver .ea-type-image .ea-callout {
  max-width: 300px;
}

.ct-header-wrap__side #carbonads {
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: var(--br);
}

.ct-header-wrap__side #carbonads .carbon-wrap {
  display: grid;
  grid-template-columns: 130px 1fr;
  align-items: center;
}

.ct-header-wrap__side #carbonads .carbon-img {
  padding-bottom: 20px;
  min-width: 120px;
}

.ct-header-wrap__side #carbonads .carbon-img img {
  border-radius: var(--br);
}

.ct-header-wrap__side #carbonads .carbon-text {
  padding: 1rem 1rem 0 1rem;
  font-size: 0.85rem;
  font-weight: 500;
}

.ct-header-wrap__side #carbonads .carbon-poweredby {
  background: none;
  position: absolute;
  width: auto;
  padding: 0.5rem 0 0;
  top: 0;
  left: 130px;
  padding: 0.25rem 0 0 1rem;
  bottom: auto;
}

.ct-footer-credits {
  font-size: var(--font-size-xs);
  margin: 3rem 0;
}

.ct-page-content {
  margin-bottom: 5rem;
}

.ct-post-content,
.ct-page-content {
  font-size: var(--font-size-copy);
  line-height: 1.625;
}

.ct-post-content {
  padding-top: 3rem;
}

.ct-post-content p,
.ct-page-content p {
  padding: 0.75rem 0;
}

.ct-post-content ul,
.ct-page-content ul {
  list-style-type: disc;
  list-style-position: inside;
  margin-top: 1em;
  margin-bottom: 1.5em;
  padding-left: 1.8em;
}

.ct-post-content ol,
.ct-page-content ol {
  list-style-type: decimal;
  list-style-position: inside;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-left: 1.8em;
}

.ct-post-content li,
.ct-page-content li {
  margin-bottom: 0.65em;
  line-height: 1.6;
}

.ct-post-content ul ul,
.ct-post-content ol ol,
.ct-page-content ul ul,
.ct-page-content ol ol {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-left: 1.5em;
}

/* Responsive padding tweak for small screens */
@media (max-width: 600px) {
  .ct-post-content ul,
  .ct-post-content ol,
  .ct-page-content ul,
  .ct-page-content ol {
    padding-left: 1.2em;
  }
}

.ct-post-content li p,
.ct-page-content li p {
  padding: 0px;
}

.ct-tags {
  margin: 1rem 0;
}

.ct-tags a {
  text-transform: lowercase;
  margin: 3px 2px;
}

.ct-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 2rem;
}

.ct-more {
  margin: auto 0 0 0;
  color: var(--color-text-faded);
  font-size: var(--font-size-xs);
}

.ct-post-tags {
  flex-wrap: wrap;
  display: flex;
  line-height: 1.5;
  gap: 0.25rem;
  text-transform: lowercase;
  text-overflow: ellipsis;
  flex: none;
  font-size: var(--font-size-xxs);
}

.single .ct-post-tags {
  width: 100%;
  overflow: visible;
  text-overflow: initial;
  margin: 3rem 0;
}

.ct-post-tags a,
.ct-post-tags span,
.tagstyle {
  text-transform: lowercase;
  cursor: default;
  color: var(--color-tagstyle-text);
  white-space: nowrap;
  border: 1px solid var(--color-tagstyle-border);
  border-radius: 3rem;
  padding: 0 0.35rem;
  min-width: 2rem;
  text-align: center;
}

.tagstyle {
  line-height: 1;
  display: inline-block;
  padding: 0.15em 0.35em 0.25em !important;
}

.tagstyle--tiny {
  display: grid;
  grid-template-columns: auto auto;
  padding: 0 0.85em !important;
  height: 2em;
  gap: 0.5rem;
  align-items: center;
  font-size: var(--font-size-small);
}

.tagnumber {
  color: var(--color-text-faded);
}

a.tagstyle {
  cursor: pointer;
}

.ct-post-tags a:hover,
.ct-post-tags a:focus {
  color: var(--color-text-faded);
}

.ct-post-tags span {
  text-transform: lowercase;
  cursor: default;
}

.ct-nl-box-article {
  margin: 0 auto;
  max-width: 600px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  padding: 2rem;
  border-radius: var(--br);
  background: #c5ccf7;
  box-shadow: 0px 10px 0px -5px var(--color-bg), 0px 11px 0px -5px rgba(0, 0, 0, 0.4);
}

.ct-post-content .ct-nl-box-article h3 {
  margin: 0 0 0.75rem 0;
}

.ct-box {
  padding: 2rem 1.75rem;
}

.ct-box__form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.ct-box__form #mc_embed_signup input.email {
  width: 100%;
}

.ct-home-box {
  margin-bottom: 2rem;
  background: #fff;
  padding: 2rem 1.75rem;
  border-radius: var(--br);
  border: 1px solid #727272;
  display: flex;
  flex-direction: column;
}

.ct-home-box--wotw {
  background-size: 180%;
  position: relative;
  overflow: hidden;
  --gradient-color-1: rgb(11 12 14 / 55%);
  background-image: linear-gradient(to bottom, var(--gradient-color-1) 0%, #27272ba1 200px),
    url(../images/webzibition_cover.webp);
  background-repeat: no-repeat;
  background-position: 54% 0%;
}

.ct-home-box--dark {
  background-color: #0e121d;
  position: relative;
  border: 0;
  overflow: hidden;
}

.ct-home-box--dark h3 {
  display: flex;
  align-items: center;
}

.ribbon {
  background-color: #ff1ba5;
  display: inline-block;
  border-radius: 20px;
  padding: 1px 7px;
}

.latest-webzibition-wrap {
  --wgap: 10px;
  --duration: 60s;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--wgap);
  position: absolute;
  width: 100%;
  height: 90px;
  left: 0;
  bottom: 0;
}

.latest-webzibition {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: var(--wgap);
  min-width: 100%;
  height: 100%;
  animation: marquee var(--duration) linear infinite;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(calc(-100% - var(--wgap)));
  }
}

.latest-webzibition__item {
  flex: none;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
  position: relative;
  height: 100%;
  margin-left: -68px;
  box-shadow: -6px 2px 9px rgb(0 0 0 / 30%);
}

.latest-webzibition__item.wp-img-border {
  border: 1px solid #ddd;
}

.ct-home-box--nl {
  background: #c5ccf7;
  box-shadow: 0px 10px 0px -5px var(--color-bg), 0px 11px 0px -5px rgba(0, 0, 0, 0.4);
}

.ct-home-box h3 {
  margin-bottom: 1.25rem;
}

.ct-home-box--dark h3,
.ct-home-box--dark a {
  color: #fefefe;
}

.ct-home-box--dark p {
  color: #b5b5b5;
}

.ct-home-box--dark p strong {
  color: #fff;
}

.ct-home-box--dark a:hover,
.ct-home-box--dark a:focus {
  color: #fff;
}

.ct-home-box p {
  line-height: 1.5;
  margin-bottom: 1rem;
  text-wrap: balance;
}

.ct-home-box p a {
  border-bottom: 1px solid #000;
}

.ct-home-box p a:hover,
.ct-home-box p a:focus {
  border-bottom: 1px solid transparent;
}

.nl-box {
  display: flex;
  flex-direction: column;
  max-width: 440px;
  margin: 1.5rem auto;
  position: relative;
}

.nl-box--small {
  margin: 1.5rem auto 0.5rem;
}

.nl-box-label {
  width: 130px;
  text-align: right;
}

.nl-box-label--invisible {
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0;
  line-height: 0;
  overflow: hidden;
}

.nl-box .indicates-required {
  text-align: right;
  font-size: 0.75rem;
}

.nl-box-action {
  text-align: right;
  position: absolute;
  right: 0.45rem;
  top: 0.4rem;
}

.nl-box input[type='email'] {
  height: 3.5rem;
  padding-right: 8rem;
  width: 100%;
  border-radius: 2rem;
}

.ct-box--archive {
  grid-gap: 2rem;
  padding: 0;
  display: grid;
  margin-bottom: 6rem;
  justify-content: start;
  grid-template-columns: auto 50%;
}

.ct-archive-container--grid .ct-box--archive {
  display: block;
}

.post-type-archive-sketches {
  background: url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/lineart.svg) no-repeat 68% -5%;
  background-size: 37%;
}

.post-type-archive-sketches .ct-content {
  min-height: 0;
}

.ct-archive-container--grid .ct-box--archive {
  padding: 0;
  margin-bottom: 3rem;
}

.ct-latest-description {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  max-width: 400px;
}

.ct-archive-container--grid .ct-latest-description {
  max-width: none;
  margin-top: 1rem;
  gap: 0.7rem;
}

.ct-latest-thumb-archive {
  width: 100%;
  max-width: 400px;
  position: relative;
  aspect-ratio: 800 / 600;
  overflow: hidden;
  border-radius: var(--br);
}

.newsletter-box {
  background: var(--color-bg);
  box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
  border-radius: var(--br);
  display: flex;
  flex-direction: column;
  border: 0;
  padding: 2rem 3rem 3rem;
  max-width: 500px;
  margin: 3rem 0;
  align-items: center;
}

.newsletter-box form {
  width: 100%;
}

.newsletter-box small {
  margin-top: 0.5rem;
}

.card-grid {
  display: grid;
  margin-top: 2rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 1.65rem;
}

.fill-columns {
  grid-column: 1 / -1;
}

.ct-archive__cover {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: 'cover-title' 'cover-desc' 'cover-sub';
  grid-template-rows: auto auto 1fr;
  padding: 1rem 0 6rem 0;
  justify-items: center;
  text-align: center;
  position: relative;
}

h1.ct-archive__cover-title,
.ct-archive__cover-title {
  grid-area: cover-title;
  font-size: var(--font-size-poster);
  color: var(--color-title);
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 0.85rem;
}

.ct-archive__cover-subtitle {
  color: var(--color-title);
  grid-area: cover-desc;
  font-size: var(--font-size-xxl);
}

.ct-archive__cover-desc {
  grid-area: cover-desc;
  display: flex;
  flex-direction: column;
  gap: 1.85rem;
  max-width: 340px;
  line-height: 1.4;
}

.faded {
  color: var(--color-text-faded);
}

.tag-name {
  text-transform: capitalize;
}

.ct-archive__cover-sub {
  align-self: end;
  grid-area: cover-sub;
}

.post-type-archive-news .widget-wrap {
  grid-area: 3 / 1 / auto / -1;
  display: flex;
  flex-wrap: wrap;
  gap: 1.65rem;
  margin: 3rem 0;
}

.cross-widget-wrap {
  container-type: inline-size;
  container-name: cross;
  flex: 1;
}

.cross-widget {
  height: 100%;
  display: grid;
  grid-template-areas: 'cross-cover cross-side';
  grid-template-columns: 55% 1fr;
  grid-template-rows: 1fr;
  padding: 2rem;
  align-content: space-between;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  border-radius: var(--br);
  background: var(--color-widget-bg);
  color: var(--color-widget-text);
  font-size: var(--font-size-xs);
  box-shadow: var(--bs);
}

.cross-widget--full {
  padding: 0;
  grid-template-columns: 1fr;
  grid-template-areas: 'cross-side';
}

@container cross (max-width: 500px) {
  .cross-widget {
    grid-template-areas:
      'cross-cover'
      'cross-side';
    grid-template-columns: 1fr;
  }
}

.cross-widget__cover {
  grid-area: cross-cover;
  display: grid;
  place-items: center;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  border-radius: var(--br);
  background-color: var(--color-bg-alt);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.cross-widget__cover:after {
  content: '';
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  position: absolute;
  left: -25px;
  right: 0;
  top: -25px;
  bottom: 0;
  background: var(--bg-blur);
  filter: blur(10px);
}

.cross-widget--full .cross-widget__cover {
  grid-area: 1 / 1 / -1 / -1;
}

.cross-widget__cover img {
  margin: 0;
  width: 100%;
  position: relative;
  z-index: 10;
}

.cross-widget__side {
  display: grid;
  grid-template-areas:
    'cross-head'
    'cross-title'
    'cross-desc'
    'cross-cta';
  gap: 1rem;
  position: relative;
  z-index: 10;
}

.cross-widget--full .cross-widget__side {
  padding: 2rem;
  grid-area: 1 / 1 / -1 / -1;
}

.cross-widget__header {
  grid-area: cross-head;
  margin: 0 !important;
  color: var(--color-text-faded);
  font-size: var(--font-size-xs) !important;
}

.cross-widget__desc {
  grid-area: cross-desc;
  padding: 0 !important;
  justify-self: start;
  line-height: 1.5;
  font-size: var(--font-size-xs) !important;
}

.cross-widget__cta {
  grid-area: cross-cta;
  align-self: end;
}

.cross-widget__title-wrap {
  grid-area: cross-title;
}

.cross-widget__title-wrap a {
  color: var(--color-widget-link);
}

.cross-widget__title-wrap a:hover,
.cross-widget__title-wrap a:focus {
  color: var(--color-widget-link-hover);
}

.cross-widget__title {
  font-size: var(--font-size-m) !important;
  margin: 0 !important;
  line-height: 1.2;
}

.cross-widget__author {
  margin-top: 0.25rem;
}

.plumbob-wrap {
  container-type: inline-size;
  container-name: plumbob;
  padding: 4rem 0 11rem;
  position: relative;
}

.tympa-highlight-wrapper {
  --overlay-opacity: 0;
}

.cwd-section + .tympa-highlight-wrapper::before {
  content: '';
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: #000;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: var(--overlay-opacity);
  pointer-events: none;
}

.plumbob-unit {
  margin: 0 auto;
  height: 100%;
  max-width: 400px;
  display: grid;
  grid-template-areas:
    'plumbob-fig'
    'plumbob-main'
    'plumbob-note'
    'plumbob-cta';
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  padding: 2rem;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  border-radius: calc(var(--br) * 1.75);
  background: var(--color-plumbob-bg);
  color: var(--color-plumbob-text);
  border: 1px solid var(--color-plumbob-border);
  font-size: var(--font-size-xs);
  position: relative;
  z-index: 2;
}

@container plumbob (min-width: 760px) {
  .plumbob-unit {
    max-width: 800px;
    grid-template-areas:
      'plumbob-fig plumbob-main'
      'plumbob-fig plumbob-note'
      'plumbob-fig plumbob-cta';
    grid-template-columns: 45% 1fr;
    grid-template-rows: auto auto 1fr;
  }
}

.plumbob-unit a {
  color: var(--color-plumbob-link);
}

.plumbob-unit a:hover,
.plumbob-unit a:focus {
  color: var(--color-plumbob-link);
}

.plumbob-unit__fig {
  grid-area: plumbob-fig;
  display: grid;
  place-items: center;
  aspect-ratio: 4/3;
  overflow: hidden;
  position: relative;
  border-radius: var(--br);
  background: var(--color-bg-alt);
}

.plumbob-unit__fig img {
  margin: 0;
}

.plumbob-unit::before {
  content: 'From our sponsor';
  position: absolute;
  top: -2rem;
  left: 0;
  margin: 0;
  color: var(--color-text-faded);
  font-size: var(--font-size-tiny);
}

.plumbob-unit__note {
  grid-area: plumbob-note;
  padding: 0 !important;
  justify-self: start;
  color: var(--color-text);
  line-height: 1.5;
  font-size: var(--font-size-base);
}

.plumbob-unit__cta {
  grid-area: plumbob-cta;
  align-self: end;
}

.plumbob-unit__main-wrap {
  grid-area: plumbob-main;
  margin-top: 1rem;
}

.plumbob-unit__main {
  margin: 0 !important;
  font-size: var(--font-size-m);
}

.card {
  background: var(--color-bg);
  box-shadow: var(--bs);
  border-radius: var(--br);
  display: flex;
  flex-direction: column;
  border: 0;
  height: 100%;
}

.card__cover {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: var(--br) var(--br) 0 0;
}

.card__cover img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: none;
  contain-intrinsic-size: auto 100px !important;
  aspect-ratio: auto;
  position: relative;
  z-index: 10;
}

.card__content {
  display: grid;
  grid-template-columns: 100%;
  grid-template-areas: 'card-meta' 'card-title' 'card-desc' 'card-tags';
  grid-template-rows: auto auto 1fr auto;
  gap: 1rem;
  padding: 1.5rem;
  flex: 1;
  align-content: start;
}

.card__content h2 {
  grid-area: card-title;
  font-size: var(--font-size-s);
  margin-bottom: 0.5rem;
}

.card__content p {
  grid-area: card-desc;
  line-height: 1.5;
  hyphens: auto;
}

.card__content-meta {
  grid-area: card-meta;
  color: var(--color-text-faded);
  font-size: var(--font-size-tiny);
}

.card__content-tags {
  grid-area: card-tags;
  margin-top: 1rem;
}

.card__content-tags span {
  text-transform: lowercase;
  color: var(--color-text-faded);
}

.title-archive-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

h2.title-archive {
  font-size: 1.15rem;
  flex: 1;
}

.ct-demo-archive {
  margin: -2.5rem 12px 0 0;
  position: relative;
  z-index: 1000;
  margin-top: -2.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: end;
  pointer-events: none;
  gap: 0.5rem;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}

.filter {
  display: inline-flex;
  margin: 3rem 0 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.filter-display {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
}

.filter-display + .filter-display .filter-title {
  text-transform: lowercase;
}

h4.filter-title {
  margin: 0;
}

.selected-filter {
  display: inline-flex;
  background: #000;
  color: #fff;
  border-radius: 2rem;
  align-items: center;
  justify-content: space-between;
}

.filter-text {
  font-size: var(--font-size-xs);
  font-weight: 500;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
}

.filter-remove {
  background: transparent;
  border-radius: 50%;
  display: grid;
  place-items: center;
  border: 0;
  width: 2rem;
  aspect-ratio: 1;
  cursor: pointer;
  font-size: 1rem;
  color: #fff;
}

/* Demos Hub */

.title-demos-hub {
  font-family: 'AlphaLyrae', sans-serif;
  font-weight: 600 !important;
}

h1.title-demos-hub {
  padding-bottom: 0;
  font-size: var(--font-size-poster);
}

.title-demos-hub::first-letter {
  font-variant-alternates: styleset(ss01);
}

.title-demos-hub--mini {
  font-size: var(--font-size-m) !important;
}

a.title-demos-hub:hover,
a.title-demos-hub:focus {
  opacity: 0.8;
}

.cwd-section {
  margin-bottom: 8rem;
  display: grid;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .cwd-section {
    max-width: none;
  }
}

.cwd-webdemo-tags {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: 10rem;
}

.cwd-section__text {
  margin: 0 0 9rem;
  max-width: 1100px;
  text-wrap: balance;
  color: var(--color-title);
  font-family: 'AlphaLyrae', sans-serif;
  font-size: var(--font-size-xxl);
  font-variant-alternates: styleset(ss06);
}

.cwd-section__title {
  color: var(--color-title);
  font-size: var(--font-size-s);
}

.cwd-section__title-wrap {
  margin: 0 0 2rem 0;
}

/* Link after grids */
.cwd-section--view-all {
  margin: 4rem 0 0;
  align-self: end;
  justify-self: center;
}

.cwd-section__pagination {
  display: flex;
  align-items: center;
  font-size: var(--font-size-xs);
}

.cwd-section__pagination--centered {
  justify-content: center;
}

.cwd-section__pagination--right {
  justify-content: end;
}

.cwd-section__pagination--padded {
  margin: 8rem 0;
}

/* Demo Grid */

.demo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 2rem;
  margin: 0 auto;
  width: 100%;
}

@media (min-width: 1200px) {
  .demo-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

.demo-grid .plumbob-wrap {
  padding: 0;
  height: 100%;
}

.demo-grid .plumbob-unit__cta,
.demo-grid .plumbob-unit__note {
  display: none;
}

.demo-grid .plumbob-unit {
  border-radius: var(--br);
  display: block;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.demo-grid .plumbob-unit__fig {
  border-radius: var(--br) var(--br) 0 0;
}

.demo-grid .plumbob-unit__main-wrap {
  margin: 0;
  padding: 0 1rem;
  display: grid;
  flex: 1;
}

.demo-grid .plumbob-unit__main {
  font-size: var(--font-size-s);
  padding-bottom: 0.75rem;
}

.demo-grid .plumbob-unit__main-wrap::before {
  content: 'Sponsored';
  font-size: var(--font-size-xxs);
  display: block;
  color: var(--color-text-faded);
  letter-spacing: 0;
  padding: 0.75rem 0 0.25rem;
}

.demo-grid .plumbob-unit::before {
  display: none;
}

/* Loader */
.loader {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;

  &::before {
    content: '';
    position: absolute;
    z-index: 10000;
  }

  &::before {
    top: 50%;
    left: 50%;
    width: 30px;
    aspect-ratio: 1;
    margin: -15px 0 0 -15px;
    border-radius: 50%;
    border: 2px solid var(--color-loader);
    border-bottom: transparent;
    border-right: transparent;
    animation: loaderAnim 1s linear infinite forwards;
    transform-origin: 50% 50%;
  }
}

@keyframes loaderAnim {
  to {
    transform: rotate(360deg);
  }
}

/* */
.page-template-web-demos .ct-container {
  width: 100vw;
  overflow: hidden;
}

/* Demo card */
.demo-card {
  width: 100%;
  border-radius: var(--br);
  overflow: hidden;
  background-color: var(--color-card-bg);
  border: 1px solid var(--color-card-border);
}

.demo-card__date {
  cursor: default;
}

a.demo-card__author {
  color: var(--color-tag-text);
}

a.demo-card__author:hover,
a.demo-card__author:focus {
  color: var(--color-link-hover);
}

.demo-card__thumb {
  overflow: hidden;
  width: 100%;
  position: relative;
  aspect-ratio: 800 / 600;
}

.demo-card__thumb-img {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: grid;
  background-color: var(--color-bg-alt);
  color: white;
}

.demo-card__thumb-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
  transform: scale(1.001);
}

.demo-card:hover .demo-card__thumb-img img {
  transform: scale(1.05);
}

/* Cover with title and links */
.demo-card__cover {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2rem 1rem 1rem 1rem;
  opacity: 0;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.6) 40%, transparent 100%);
  transform: translateY(20px);
  transition: all 0.3s ease;
  display: flex;
  z-index: 12;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.demo-card:hover .demo-card__cover {
  opacity: 1;
  transform: translateY(0);
}

.demo-card__cover h2 {
  font-size: var(--font-size-xs);
  color: #fff;
}

.demo-card__links {
  display: flex;
  gap: 0.5rem;
  align-self: flex-end;
}

/* Meta section */
.demo-card__meta,
.ct-archive .demo-grid article .ct-subline {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  padding: 0.75rem 0.75rem 1.5rem 0.75rem;
  font-size: var(--font-size-xxs);
  color: var(--color-text-faded);
}

.ct-archive .demo-grid article .ct-subline {
  padding: 0.75rem 0 0 0;
  margin: 0;
}

.demo-grid h2.title-archive {
  font-size: var(--font-size-xs);
}

/* Tags section */
.demo-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.2rem;
  padding: 0 0.5rem 0.75rem;
}

.demo-card__tags a {
  text-transform: lowercase;
  background-color: var(--color-tag-bg);
  color: var(--color-tag-text);
  padding: 0.25rem 0.625rem;
  border-radius: 1rem;
  font-size: var(--font-size-xxs);
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.demo-card__tags a:hover,
.demo-card__tags a:focus {
  background-color: var(--color-tag-bg-hover);
  color: var(--color-tag-text-hover);
}

/* Icon Links */

.icon-link {
  width: 30px;
  height: 30px;
  font-size: 0;
  display: grid;
  padding: 0;
  border-radius: 50%;
  background: #fff;
}

.icon-link--visible {
  opacity: 1;
  pointer-events: auto;
}

.icon-link--github {
  background: #fff url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/github-icon.svg) no-repeat
    50% 50%;
  background-size: 16px;
}

.icon-link--article {
  background: #fff url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/article.svg) no-repeat 50%
    50%;
  background-size: 16px;
}

.icon-link--download {
  background: #fff url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/download-icon.svg) no-repeat
    50% 50%;
  background-size: 16px;
}

/* New icons */

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  border: 0;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}

.icon:hover,
.icon:focus {
  opacity: 1;
}

/* Hide text but keep it accessible for screen readers */
.icon span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Common icon styling */
.icon::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* Use mask approach for coloring */
  background-color: var(--icon-color);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* Download Icon */
.icon-download::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7.293,13.707a1,1,0,1,1,1.414-1.414L11,14.586V3a1,1,0,0,1,2,0V14.586l2.293-2.293a1,1,0,0,1,1.414,1.414l-4,4a1,1,0,0,1-.325.216.986.986,0,0,1-.764,0,1,1,0,0,1-.325-.216ZM22,12a1,1,0,0,0-1,1v7H3V13a1,1,0,0,0-2,0v8a1,1,0,0,0,1,1H22a1,1,0,0,0,1-1V13A1,1,0,0,0,22,12Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M7.293,13.707a1,1,0,1,1,1.414-1.414L11,14.586V3a1,1,0,0,1,2,0V14.586l2.293-2.293a1,1,0,0,1,1.414,1.414l-4,4a1,1,0,0,1-.325.216.986.986,0,0,1-.764,0,1,1,0,0,1-.325-.216ZM22,12a1,1,0,0,0-1,1v7H3V13a1,1,0,0,0-2,0v8a1,1,0,0,0,1,1H22a1,1,0,0,0,1-1V13A1,1,0,0,0,22,12Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Code Icon */
.icon--code::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M1.293,11.293l4-4A1,1,0,1,1,6.707,8.707L3.414,12l3.293,3.293a1,1,0,1,1-1.414,1.414l-4-4A1,1,0,0,1,1.293,11.293Zm17.414-4a1,1,0,1,0-1.414,1.414L20.586,12l-3.293,3.293a1,1,0,1,0,1.414,1.414l4-4a1,1,0,0,0,0-1.414ZM13.039,4.726l-4,14a1,1,0,0,0,.686,1.236A1.053,1.053,0,0,0,10,20a1,1,0,0,0,.961-.726l4-14a1,1,0,1,0-1.922-.548Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M1.293,11.293l4-4A1,1,0,1,1,6.707,8.707L3.414,12l3.293,3.293a1,1,0,1,1-1.414,1.414l-4-4A1,1,0,0,1,1.293,11.293Zm17.414-4a1,1,0,1,0-1.414,1.414L20.586,12l-3.293,3.293a1,1,0,1,0,1.414,1.414l4-4a1,1,0,0,0,0-1.414ZM13.039,4.726l-4,14a1,1,0,0,0,.686,1.236A1.053,1.053,0,0,0,10,20a1,1,0,0,0,.961-.726l4-14a1,1,0,1,0-1.922-.548Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Info Icon */
.icon--info::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12,1A11,11,0,1,0,23,12,11.013,11.013,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9.011,9.011,0,0,1,12,21ZM13,8H11V6h2Zm0,10H11V10h2Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M12,1A11,11,0,1,0,23,12,11.013,11.013,0,0,0,12,1Zm0,20a9,9,0,1,1,9-9A9.011,9.011,0,0,1,12,21ZM13,8H11V6h2Zm0,10H11V10h2Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Article/Book Icon */
.icon--article::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M20,23a1,1,0,0,0,1-1V2a1,1,0,0,0-1-1H6A3,3,0,0,0,3,4V20a3,3,0,0,0,3,3ZM5,4A1,1,0,0,1,6,3H19V16H5ZM5,20V18H19v3H6A1,1,0,0,1,5,20Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='SVGRepo_bgCarrier' stroke-width='0'%3E%3C/g%3E%3Cg id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'%3E%3C/g%3E%3Cg id='SVGRepo_iconCarrier'%3E%3Cpath d='M20,23a1,1,0,0,0,1-1V2a1,1,0,0,0-1-1H6A3,3,0,0,0,3,4V20a3,3,0,0,0,3,3ZM5,4A1,1,0,0,1,6,3H19V16H5ZM5,20V18H19v3H6A1,1,0,0,1,5,20Z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

/* Download Icon */
.icon--download::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 20h14a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2zm7-18a1 1 0 0 1 1 1v12.586l3.293-3.293a1 1 0 1 1 1.414 1.414l-5 5a.997.997 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414L11 15.586V3a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg fill='%23000000' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 20h14a1 1 0 1 1 0 2H5a1 1 0 1 1 0-2zm7-18a1 1 0 0 1 1 1v12.586l3.293-3.293a1 1 0 1 1 1.414 1.414l-5 5a.997.997 0 0 1-1.414 0l-5-5a1 1 0 0 1 1.414-1.414L11 15.586V3a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.ct-latest-thumb-archive .thumb-filled {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: grid;
  background-color: var(--color-bg-alt);
  border-radius: var(--br);
}

.card__cover-link {
  position: relative;
  overflow: hidden;
  height: 100%;
  display: grid;
  background-color: var(--color-bg-alt);
  border-radius: var(--br) var(--br) 0 0;
  aspect-ratio: 4 / 3;
}

.thumb-demo::after,
.card__cover-link::after,
.demo-card__thumb::after {
  content: '\2197';
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  display: grid;
  font-size: var(--font-size-xs);
  font-weight: 500;
  justify-content: end;
  padding: 0.5rem 0.75rem;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 11;
}

.ct-latest-thumb-archive:hover .thumb-demo::after,
.ct-latest-thumb-archive:focus .thumb-demo::after,
.card__cover-link:hover:after,
.card__cover-link:focus::after,
.demo-card:hover .demo-card__thumb::after,
.demo-card:focus .demo-card__thumb::after {
  opacity: 1;
}

.ct-latest-thumb-archive:hover .ct-demo-archive,
.ct-latest-thumb-archive:focus .ct-demo-archive {
  opacity: 1;
  pointer-events: auto;
}

.demo-video-wrapper {
  opacity: 0;
  transition: opacity 0.3s;
}

.ct-latest-thumb-archive img,
.card__cover-img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}

.ct-latest-thumb-archive--nocover::after {
  content: '';
  position: absolute;
  background: var(--col-color);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  mix-blend-mode: color;
}

.demo-video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ct-authors-list {
  max-width: 1000px;
  margin: 0 auto;
}

.ct-authors-list h2 {
  text-align: center;
}

.ct-authors-list-desc {
  margin: 2rem auto 3rem;
  text-align: center;
}

.ct-authors-list-desc a {
  border-bottom: 1px solid #000;
}

.ct-authors-list-desc a:focus,
.ct-authors-list-desc a:hover {
  border-bottom: 0px;
}

.ct-authors-list ul {
  max-width: 740px;
  display: grid;
  grid-column-gap: 5vw;
  grid-row-gap: 0.5rem;
  margin: 2rem auto 4rem;
  grid-template-columns: repeat(auto-fill, minmax(197px, 1fr));
}

.ct-authors-list ul li a {
  font-weight: bold;
  font-size: var(--font-size-xs);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
}

.ct-authors-list ul li a img {
  border-radius: 50%;
  -webkit-filter: greyscale(100%);
  filter: grayscale(100%);
}

.ct-box h2 {
  line-height: 1.2;
}

.ct-box h5 {
  color: #999;
  font-size: var(--font-size-xs);
  margin-bottom: 1rem;
  letter-spacing: 0;
}

.ct-box.ct-box--archive h2 {
  padding-bottom: 0;
  margin-top: 1rem;
}

.ct-box-title {
  margin-bottom: 1rem;
}

.ct-box p {
  line-height: 1.5;
  margin-bottom: 1rem;
}

.ct-box p:last-child {
  margin-bottom: 0;
}

.ct-box-dark {
  padding: 2rem;
  background: #e2f0f5;
}

.ct-box h4 {
  text-transform: none;
}

.ct-box .ct-small-text {
  display: block;
  clear: both;
  padding-bottom: 12px;
}

.ct-post .ct-box a img,
.ct-post .ct-box img {
  float: left;
  margin: 0px 15px 5px 0px;
}

.ct-author-info {
  height: auto;
  margin: 5rem 0 3rem;
}

.ct-author-info + .ct-author-info {
  margin-top: 0;
}

.ct-box--bg {
  background: var(--color-bg-alt);
  border-radius: var(--br);
}

body #mc_embed_signup {
  background: transparent;
}

#mc_embed_signup input.email:-webkit-autofill,
#mc_embed_signup input.email:-webkit-autofill:hover,
#mc_embed_signup input.email:-webkit-autofill:focus,
#mc_embed_signup input.email:-webkit-autofill:active {
  background-color: #fff;
}

.ct-comments {
  clear: both;
  padding-top: 30px;
}

.ct-closed-right {
  float: right;
  padding-right: 10px;
  text-transform: none;
  font-size: 14px;
  line-height: 60px;
}

.ct-commenttitle {
  margin: 3rem 0 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.ct-commenttitle h2 {
  float: left;
}

.ct-commenttitle h2 sup {
  font-size: 22px;
}

.ct-comment {
  position: relative;
}

.ct-comments ol li {
  margin: 10px 0px 10px 20px;
  padding: 4px;
  background-color: var(--color-bg-alt);
  list-style: none;
  border-radius: var(--br);
}

.comment-form-url {
  display: none;
}

.ct-comments ol li.depth-2 {
  margin: 0px 13px 15px 50px;
  background: #ebebeb;
}

.ct-commentreply {
  text-align: right;
  padding: 1rem;
}

.comment-edit-link {
  margin: 0 1rem 0 0;
}

.comment-meta {
  position: relative;
  padding: 1rem 1rem 0 45px;
  min-height: 37px;
  height: auto;
  line-height: 30px;
}

a.ct-commenttime {
  display: inline;
  float: right;
  font-size: 12px;
  color: var(--color-text-faded);
}

.comment-meta .ct-commentthumb {
  position: absolute;
  top: 10px;
  left: -22px;
  display: block;
  margin: 0;
  overflow: hidden;
  border-radius: 50%;
}

.comment-meta .ct-commentthumb img {
  display: block;
}

.ct-commentnumber {
  position: absolute;
  right: 10px;
  bottom: 23px;
  color: #f4f5f7;
  font-size: 36px;
  line-height: 36px;
}

.ct-commentauthorname {
  font-weight: 600;
}

.ct-commentcontent {
  position: relative;
  padding: 20px 55px 30px 45px;
}

.ct-commentcontent,
.ct-author-page-desc {
  line-height: 1.5;
}

.ct-commentcontent p {
  padding: 5px 0;
}

.ct-commentmessage {
  color: #ccc;
}

.ct-comment-form {
  clear: both;
  min-height: 40px;
}

.ct-commentlist #respond {
  margin: 0px 40px;
}

.ct-comment-form #respond {
  margin: 3rem 0 0 20px;
}

#respond form {
  position: relative;
  clear: both;
  width: 100%;
}

#respond form label {
  display: block;
  margin-bottom: 0.5rem;
}

#respond form p {
  clear: both;
  margin: 1rem 0px;
  line-height: 1.625;
}

#respond form p.comment-notes {
  font-size: 12px;
  line-height: 16px;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='file'],
input[type='number'],
textarea,
select {
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-size: var(--font-size-xs);
  font-family: inherit;
  display: inline-flex;
  align-items: center;
  padding: 8px 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.5);
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #000;
}

.acf-url i {
    top: 50% !important;
    transform: translateY(-50%);
}

.acf-field .acf-label label,
.acf-table label {
  font-size: var(--font-size-xxs) !important;
  font-weight: 400 !important;
}

.acf-fields > .acf-field {
  border: 0 !important;
  padding: 1rem 0 !important;
}

.af-field-instructions {
  font-size: var(--font-size-xxs);
  color: var(--color-text-faded);
  padding: 0 !important;
}

.af-submit {
  padding: 1rem 0 !important;
}

#respond form input[type='text'],
#respond form textarea {
  display: inline-block;
}

.ct-comment-form #respond form input[type='text'],
.ct-comment-form #respond form textarea {
  background: #fff;
}

#respond form textarea {
  display: block;
  float: none;
  clear: both;
  width: 100%;
}

#respond form p.form-allowed-tags {
  font-size: 12px;
  line-height: 20px;
}

#respond form p.form-allowed-tags code {
  font-size: 13px;
}

#cancel-comment-reply-link {
  display: inline-block;
  margin: 0 0 0 1rem;
  color: #aeaeae;
}

#cancel-comment-reply-link::before {
  content: '(';
}

#cancel-comment-reply-link::after {
  content: ')';
}

/* Hubspot form on advertise page */

.hbspt-form {
  margin: 2rem 0;
}

.hbspt-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hbspt-form ul li {
  padding: 0;
}

.hbspt-form label {
  font-size: 0.85rem;
  font-weight: bold;
  padding: 1.5rem 0 0.5rem;
  display: block;
}

.hbspt-form label.hs-error-msg {
  font-weight: normal;
  color: #c92069;
  padding: 0.25rem 0 0 0;
}

.hbspt-form .hs_submit {
  margin: 2rem 0;
}

.partner_section_post {
  position: relative;
  display: none;
  clear: both;
  padding: 10px;
  border-top: 1px solid #f7f7f7;
  border-left: 1px solid #f7f7f7;
  background-color: #fff;
  color: #fff;
  font-size: 11px;
  line-height: 20px;
}

.partner_section_post span {
  padding-right: 5px;
}

.ct-content-coll .ct-inner {
  max-width: none;
  display: block;
}

.ct-main-coll {
  margin: 0 auto;
  min-height: 0;
  max-width: 1320px;
  padding-bottom: 3rem;
}

.ct-coll-cover {
  padding: 0 0 7rem 0;
  max-width: none;
  width: 100%;
  flex: none;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.ct-coll-cover__links {
  display: flex;
  margin-left: auto;
  gap: 1rem;
}

.ct-coll-cover__link {
  color: var(--color-text-faded);
}

.ct-main-coll .ct-post .ct-coll-item.ct-coll-item--pan-just-email {
  display: none;
}

.ct-coll-item:has(#bsap_1275127),
.ct-coll-item:has(script#_carbonads_js) {
  display: none;
}

.ct-post .ct-coll-cover h1 {
  margin: 0;
  padding: 0;
  border: none;
}

.ct-coll-nav-bottom {
  text-align: center;
  margin: 7rem 0 6rem 0;
}

.ct-coll-nav-bottom a,
.ct-coll-nav-bottom span {
  position: relative;
  display: inline-block;
  padding: 10px 0px;
}

.ct-coll-nav-bottom-prev a::before {
  content: '\2190';
  margin-right: 5px;
}

.ct-coll-nav-bottom-next a::after {
  content: '\2192';
  margin-left: 5px;
}

.ct-coll-nav-bottom a {
  font-weight: 600;
}

.ct-coll-nav-bottom span {
  color: #ddd;
}

.ct-coll-nav-bottom a:hover {
  color: var(--color-link);
}

.ct-vert-lines {
  margin: 0 2rem;
  display: inline-block;
}

.ct-main-coll .ct-post p.ct-coll-excerpt {
  padding: 10px 20px;
}

.ct-coll-subline {
  display: block;
  padding: 5px 0 10px;
}

.ct-coll-subline--head {
  margin-bottom: 1rem;
}

.ct-coll-container {
  clear: both;
  margin: 0 auto;
}

.ct-coll-items {
  grid-gap: 4rem;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
}

.ct-coll-item {
  margin: 0;
  padding: 0px;
  max-width: 350px;
}

.ct-coll-item--hidden {
  display: none;
}

.ct-coll-p a {
  text-decoration: underline;
}

.ct-coll-p a:hover {
  text-decoration: none;
}

.ct-coll-p ul {
  list-style: square;
  margin: 1rem 2rem;
}

.ct-coll-item--banner {
  width: calc(100% - 330px);
  min-width: 300px;
  border: 0;
}

.ct-coll-item--banner img {
  margin: 0;
}

.ct-coll-item--banner img.ct-coll-item__banner-mobile {
  display: none;
}

.ct-coll-emailsep {
  display: none;
}

.ct-coll-item-multi nav {
  position: relative;
}

.ct-coll-item-multi nav a {
  position: absolute;
  top: 15px;
  z-index: 10000;
  width: 20px;
  height: 20px;
  background: #79bbdd url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/cs.png) no-repeat -194px -463px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  text-indent: -9000px;
}

.ct-main-coll .ct-post .ct-coll-item article {
  position: relative;
  padding: 0 0 40px 0 !important;
  line-height: 1.5;
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem;
  grid-template-areas: 'col-img' 'col-title' 'col-desc' 'col-link';
}

.ct-main-coll .ct-post .ct-coll-item article:has(.ct-coll-sponsorship) {
  grid-template-areas: 'col-img' 'col-sponsor' 'col-title' 'col-desc' 'col-link';
}

.ct-coll-item-multi nav a:hover {
  background-color: #46a4da;
}

.ct-coll-item-multi nav a.ct-coll-nav-prev {
  right: 40px;
}

.ct-coll-item-multi nav a.ct-coll-nav-next {
  right: 15px;
  background-position: -192px -489px;
}

.ct-coll-item-multi.ct-coll-item a.ct-coll-thumb {
  display: block;
  float: none;
  margin: 5px 30px 0px 30px;
}

.ct-main-coll .ct-post .ct-coll-item.ct-coll-item-nobg {
  background-color: transparent;
}

.ct-coll-item h2 {
  text-align: left;
  text-transform: none;
  font-size: var(--font-size-s);
  line-height: 1.2;
  grid-area: col-title;
}

.ct-coll-item h2 a {
  color: #000;
  display: block;
  padding: 0 !important;
}

.ct-coll-item-multi.ct-coll-item h2 {
  padding-right: 55px;
}

.ct-coll-item.ct-coll-item-nobg h2 {
  background: transparent;
}

.ct-coll-p {
  grid-area: col-desc;
}

.ct-coll-item p {
  text-align: left;
  grid-area: col-desc;
}

.ct-coll-item p::before,
.ct-coll-item p::after {
  content: '';
  display: table;
}

.ct-coll-item p::after {
  clear: both;
}

.ct-coll-item-dribbble.ct-coll-item p {
  min-height: 48px;
  grid-area: col-desc;
}

.ct-coll-item a.ct-coll-thumb {
  position: relative;
  display: block;
  overflow: hidden;
  grid-area: col-img;
  border-radius: var(--br);
}

.ct-coll-item .ct-coll-sponsorship {
  grid-area: col-sponsor;
  font-size: 0.64rem;
  font-weight: bold;
  display: block;
}

.ct-coll-item .ct-coll-sponsorship a {
  border-bottom: 1px solid;
}

.ct-coll-item a.ct-coll-thumb:first-child {
  border-radius: var(--br);
  grid-area: col-img;
}

.ct-coll-item #carbonads .carbon-img {
  background: #000 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5rem 3rem !important;
}

.ct-coll-item #carbonads .carbon-text {
  padding: 1.25rem 0 2.25em;
  max-width: 350px;
}

.ct-coll-item .ct-coll-thumb ~ h2 {
  display: block;
  grid-area: col-title;
}

.ct-coll-item:not(.ct-coll-cover) a {
  color: #000;
}

.ct-coll-item:not(.ct-coll-cover) a:hover,
.ct-coll-item:not(.ct-coll-cover) a:visited {
  color: #535353;
}

.ct-coll-item a.ct-coll-thumb img {
  margin: 0;
  width: 100%;
  border: none;
}

.ct-coll-item a.ct-coll-thumb:hover img {
  opacity: 1;
}

.ct-coll-item a.ct-coll-thumb span {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -35px 0 0 -35px;
  width: 70px;
  height: 70px;
  border: 3px solid rgba(152, 188, 220, 0.8);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.4);
  color: rgba(91, 148, 178, 0.8);
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 70px;
}

.ct-coll-item a.ct-coll-thumb span i {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}

.ct-coll-item a.ct-nofloat {
  float: none;
  margin: 0px;
}

.ct-coll-item a.ct-coll-link {
  text-indent: -9000px;
  position: relative;
  font-weight: bold;
  display: inline-block;
  grid-area: col-link;

  display: none;
}

.ct-coll-item a.ct-coll-link::after {
  content: '\2192';
  margin-left: 0;
  font-size: 1rem;
  text-indent: 0;
  position: absolute;
  left: 0;
  padding: 0.25rem;
}

.ct-coll-link:hover::after,
.ct-coll-link:focus::after {
  color: var(--color-link);
}

.ct-archive-container {
  display: grid;
  margin-top: 6rem;
}

.ct-archive-container--notitle {
  margin-top: 0;
}

.ct-archive-container--deals {
  display: block;
}

.ct-archive-container--deals .ct-box {
  background: #fff;
}

.ct-archive-container--deals .ct-row {
  margin-bottom: 2rem;
}

.ct-archive-container--all {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  grid-gap: 1rem;
  font-weight: 600;
}

.ct-archive-container--grid {
  display: grid;
  margin-top: 6rem;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 5vw;
}

.ct-archive-container--webzibition {
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  column-gap: 3rem;
  row-gap: 6rem;
  margin-top: 4rem;
}

.ct-archive-container--webzibition + .ct-webzibition__month {
  margin-top: 12rem;
}

.ct-webzibition {
  display: flex;
  flex-direction: column;
}

.webzibition-pater {
  grid-column: 2;
  grid-row: 2;
}

.webzibition-pater-2 {
  grid-column: 1;
  grid-row: 4;
}

.ct-webzibition__month {
  font-size: var(--font-size-xs);
  font-weight: 600;
}

.ct-webzibition__month::after {
  content: '';
  width: 100%;
  display: block;
  height: 1px;
  background: linear-gradient(45deg, #bfbfbf, transparent);
  margin-top: 0.25rem;
}

.ct-latest-thumb-webzibition {
  flex: none;
  aspect-ratio: 800 / 433;
  max-width: 800px;
  position: relative;
  width: 100%;
  background-color: rgb(240, 240, 240);
  border-radius: var(--br);
  overflow: hidden;
}

.webzibition-ptr {
  position: relative;
  display: block;
}

.webzibition-ptr::after {
  content: 'Ad';
  font-size: var(--font-size-tiny);
  padding: 4px 6px 3px;
  border: 1px solid #ddd;
  border-radius: 5px;
  align-self: start;
  color: #999;
  align-self: start;
}

.ct-latest-thumb-webzibition img {
  display: block;
  position: relative;
  z-index: 10;
}

.ct-latest-thumb-webzibition.wp-img-border {
  border: 1px solid #ddd;
}

.ct-latest-thumb-webzibition.wp-img-border img {
  display: block;
  border: 0 !important;
}

.ct-meta-columns {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  align-items: start;
}

.time-archive {
  font-size: var(--font-size-tiny);
  color: var(--color-text-faded);
  padding-top: 0.35rem;
}

.ct-archive-container--grid-4 {
  display: grid;
  margin-top: 6rem;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-gap: 5rem;
  grid-column-gap: 1.5rem;
}

.ct-main-coll-archive .ct-archive-container {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  grid-gap: 2rem;
}

.ct-archive h1 {
  margin: 0 0 1rem;
  line-height: 1;
}

.ct-archive footer {
  text-align: center;
  margin: 0 0 8rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  line-height: 1.4;
  max-width: 500px;
  margin: 0 auto 6rem;
}

small {
  font-size: var(--font-size-xs);
}

.small-faded {
  color: var(--color-text-faded);
  font-size: var(--font-size-tiny);
}

.ct-archive--webzibition {
  display: grid;
  grid-template-areas: 'header-wrap header-wrap' 'first-month wotw-filter' 'grid-archive grid-archive';
}

.ct-archive__cover--webzibition {
  grid-area: header-wrap;
}

.ct-archive--webzibition .ct-header-wrap-full {
  padding: 3rem 0 10rem;
}

.wotw-filter {
  grid-area: wotw-filter;
  justify-self: end;
}

.wotw-filter + .ct-webzibition__month {
  grid-area: first-month;
  align-self: center;
}

.ct-webzibition-wrap {
  grid-area: grid-archive;
}

.ct-archive-container--webzibition:first-child {
  margin-top: 2rem;
}

.webzibition-title {
  width: 100%;
  aspect-ratio: 12 / 3;
  height: auto;
  max-width: 500px;
  margin: 0 auto;
  display: block;
}

.ct-archive-subline-centered {
  padding: 1em;
  text-align: center;
}

.ct-archive article .ct-subline {
  margin: 0.25rem 0 1rem;
}

.ct-archive-container--grid-4 article .ct-subline {
  margin: 0;
  font-size: var(--font-size-xxs);
}

.ct-archive .ct-feat-excerpt p {
  display: inline;
  line-height: 20px;
}

.ct-archive .ct-feat-excerpt span a {
  white-space: nowrap;
}

.post-type-archive-collective .ct-cat-desc p {
  margin: 1rem 0;
}

.post-type-archive-collective .nl-box {
  margin: 3rem auto 0.5rem;
}

.ct-grid-2 {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr 1fr;
}

.ct-grid-2 .ct-box--archive {
  grid-template-columns: 1fr;
  grid-gap: 1rem;
  margin-bottom: 2rem;
}

.collective-item {
  padding: 1.25rem;
  border: 1px solid rgb(18 19 23 / 56%);
  border-radius: var(--br);
}

.collective-item p {
  margin: 0;
  line-height: 1.4;
}

.ct-archive #wp_page_numbers ul {
  width: 100%;
  max-width: 650px;
}

.ct-postnav--centered {
  padding: 10rem 0 8rem;
  text-align: center;
}

.ct-postnav--centered ul {
  margin: 0 auto;
  text-align: center;
}

.ct-coll-archive article .ct-subline {
  margin: 0 0 1em;
  padding: 0;
}

.ct-coll-archive .ct-latest-thumb {
  float: none;
  margin: 0 0 1.5em 0;
}

.ct-widget-coll .ct-latest-thumb a,
.ct-search-results article.type-collective .ct-latest-thumb a {
  width: 100px;
  height: auto;
}

.ct-search-results article.type-collective .ct-latest-thumb a img {
  width: 100px;
  height: auto;
}

.ct-coll-archive .ct-box {
  text-align: center;
}

.ct-coll-archive .ct-box h3 {
  padding-bottom: 0.5em;
}

.ct-coll-archive h3 time {
  color: #999;
  font-weight: normal;
  font-size: 11px;
}

.ct-coll-archive h3 time::before,
.ct-coll-archive h3 time::after {
  content: ' \2022 ';
  color: #ddd;
  font-style: normal;
}

.ct-coll-archive .ct-latest-thumb a,
.ct-coll-archive .ct-latest-thumb a img {
  width: auto;
  height: auto;
  margin: 0 auto;
  background: none;
}

.ct-latest-any {
  border: 2px solid var(--color-bg-alt);
  background: #fff;
  margin: 0 0 2rem 0;
}

.ct-latest-any h3 {
  margin-bottom: 3rem;
}

.ct-latest-any h3 a {
  text-shadow: none;
}

.ct-latest-any .ct-subline,
.ct-widget .ct-subline {
  margin: 0.5em 0;
  padding: 0;
}

.ct-widget .ct-subline {
  margin: 0 0 0.5em;
}

.ct-latest-any article {
  margin: 1.5rem 0;
}

.ct-latest-any.ct-coll-archive article {
  display: flex;
}

.ct-latest-nothumb article {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f0f0f0;
}

.ct-latest-any.ct-latest-giveaway article {
  border-color: rgba(70, 131, 168, 0.1);
}

.ct-latest-any.ct-latest-giveaway article:last-of-type {
  margin: 0px;
  padding-bottom: 10px;
}

.ct-latest-any article:last-of-type {
  padding-bottom: 4px;
  border-bottom: none;
}

.ct-latest-any.ct-coll-archive .ct-latest-thumb {
  margin: 0 15px 25px 0;
}

.ct-latest-any.ct-coll-archive .ct-latest-thumb a,
.ct-latest-any.ct-coll-archive .ct-latest-thumb img {
  width: 97px;
  height: auto;
  transform: translate3d(0, 0, 0);
}

.ct-latest-any .ct-latest-thumb a,
.ct-latest-any .ct-latest-thumb img {
  width: 50px;
  height: 50px;
}

.ct-widget-deals .ct-latest-thumb a {
  background: none;
}

.ct-latest-any.ct-coll-archive .ct-feat-excerpt,
.ct-widget-coll .ct-feat-excerpt {
  clear: right;
  font-size: var(--font-size-xs);
  line-height: 1.4;
}

.ct-latest-any.ct-coll-archive .ct-feat-excerpt span {
  display: block;
  float: right;
  clear: both;
}

.ct-latest-any h3 a {
  position: relative;
  display: table-cell;
  margin-bottom: 0;
  height: 50px;
  vertical-align: middle;
  font-size: 1em;
}

.ct-latest-nothumb h3 a {
  display: block;
  padding: 7px 2px;
  height: auto;
  line-height: 22px;
}

.ct-latest-any.ct-coll-archive h3 a {
  height: auto;
}

.ct-latest-any.ct-hot h3 a {
  color: #3a7ea2;
}

.ct-latest-any h2,
.ct-section-heading-small {
  padding: 0 0 2rem 0;
  font-size: 1rem;
}

.ct-latest-any-wrap {
  position: relative;
  padding: 3rem;
}

.ct-latest-any-bottom {
  clear: both;
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-top: 1rem;
}

.ct-latest-any-bottom a:nth-child(2) {
  margin-left: auto;
}

.ct-latest-any-left-link {
  float: left;
  margin-top: 5px;
}

.ct-box-pagination {
  float: right;
  margin: 45px 7px 0 0;
}

.ct-box-pagination span {
  float: left;
  margin-right: 5px;
  color: #d1dfec;
  font-size: 20px;
  line-height: 36px;
}

.ct-box-pagination a {
  float: left;
  margin: 3px;
  padding: 3px 13px;
  font-size: 17px;
  line-height: 19px;
}

.ct-box-pagination a.selected,
.ct-box-pagination a.selected:hover,
.ct-box-pagination a.selected:active,
.ct-commentnav .current,
.ct-commentnav .page-numbers.current:hover {
  font-weight: bold;
  cursor: default;
}

.ct-box-pagination a:active {
  margin-top: 4px;
  background: #79bbdd;
  color: #fff;
}

.ct-author-page {
  margin: 0 0 3rem 0;
  padding: 2.5rem;
}

.ct-author-page-url {
  padding: 10px 0;
}

.ct-author-page-url strong {
  margin-right: 5px;
}

.ct-author-avatar {
  float: left;
}

.ct-author-avatar img {
  display: block;
  margin: 0 0 8px 0;
  border-radius: 50%;
  width: 80px;
}

.ct-author-page-desc {
  margin-left: 110px;
}

.ct-connect {
  margin: 0 1rem 0 0;
  padding: 0px;
  display: flex;
  align-items: center;
}

.ct-connect li {
  margin: 0.5rem;
}

.ct-connect li a {
  font-weight: 600;
}

.ct-icon-info::before {
  text-transform: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  font-size: 18px;
  font-family: 'codrops-social';
  line-height: 40px;
  line-height: 1;
  speak: none;
  -webkit-font-smoothing: antialiased;
}

.ct-search {
  position: relative;
  z-index: 100000;
  float: right;
  width: 34px;
  height: 34px;
}

.ct-search-input-wrap {
  position: absolute;
  right: 34px;
  width: 266px;
  height: 34px;
  opacity: 0;
  pointer-events: none;
}

.ct-search.ct-search-open .ct-search-input-wrap {
  pointer-events: auto;
  opacity: 1;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.ct-container .twitter-typeahead {
  width: 100% !important;
}

.ct-header .twitter-typeahead {
  border-bottom: 1px solid var(--color-sep);
}

.ct-container .tt-dropdown-menu {
  border: none;
}

.tt-dropdown-menu .tt-suggestion {
  font-size: var(--font-size-xs);
}

.ct-search .tt-suggestion.tt-is-under-cursor {
  background-color: var(--color-link);
}

.ct-icon-search,
input[type='submit'].ct-search-submit {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 34px !important;
  height: 34px;
  text-align: center;
  line-height: 42px;
  cursor: pointer;
}

.ct-icon-search {
  fill: var(--color-text);
}

.ct-icon-search {
  z-index: 90;
}

.ct-search.ct-search-open .ct-icon-search {
  z-index: 1;
  pointer-events: none;
}

input[type='submit'].ct-search-submit {
  z-index: -1;
  padding: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  color: transparent;
  border: 0 !important;
}

.ct-search.ct-search-open input[type='submit'].ct-search-submit {
  z-index: 100;
}

input[type='text'].ct-search-input,
input[type='text'].tt-hint {
  margin: 0;
  padding: 0.2rem !important;
  width: 262px;
  height: 34px;
  outline: none;
  border: none;
  background: transparent !important;
  font-family: inherit;
  opacity: 0;
  font-weight: 600;
  font-size: var(--font-size-xs);
  color: var(--color-text-input);
}

.ct-search.ct-search-open input[type='text'].ct-search-input {
  opacity: 1;
}

::-webkit-input-placeholder {
  font-weight: 600;
  opacity: 0.5;
}

:-moz-placeholder {
  font-weight: 600;
  opacity: 0.5;
}

::-moz-placeholder {
  font-weight: 600;
  opacity: 0.5;
}

:-ms-input-placeholder {
  font-weight: 600;
  opacity: 0.5;
}

/* Social profiles */

/* Social Icons Base Styling */
.ct-social-profiles {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 2rem;
  gap: 1rem;
}

.ct-social-profiles li {
  margin: 0;
}

.ct-social-profiles a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  position: relative;
  border: 0;
  opacity: 0.2;
  transition: opacitity 0.3s ease;
}

.ct-social-profiles a:hover,
.ct-social-profiles a:focus {
  opacity: 0.8;
  border: 0 !important;
}

/* Hide text but keep it accessible for screen readers */
.ct-social-profiles a span {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Base icon styling */
.ct-social-profiles a::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  /* Use mask approach instead of background-image */
  background-color: var(--icon-color);
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

/* Twitter/X Icon */
.ct-social-twitter::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.244 2.25h3.308l-7.227 8.26 8.502 11.24H16.17l-5.214-6.817L4.99 21.75H1.68l7.73-8.835L1.254 2.25H8.08l4.713 6.231zm-1.161 17.52h1.833L7.084 4.126H5.117z'%3E%3C/path%3E%3C/svg%3E");
}

/* LinkedIn Icon */
.ct-social-linkedin::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M20.5 2h-17A1.5 1.5 0 002 3.5v17A1.5 1.5 0 003.5 22h17a1.5 1.5 0 001.5-1.5v-17A1.5 1.5 0 0020.5 2zM8 19H5v-9h3zM6.5 8.25A1.75 1.75 0 118.3 6.5a1.78 1.78 0 01-1.8 1.75zM19 19h-3v-4.74c0-1.42-.6-1.93-1.38-1.93A1.74 1.74 0 0013 14.19a.66.66 0 000 .14V19h-3v-9h2.9v1.3a3.11 3.11 0 012.7-1.4c1.55 0 3.36.86 3.36 3.66z'%3E%3C/path%3E%3C/svg%3E");
}

/* Facebook Icon */
.ct-social-facebook::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.198 21.5h4v-8.01h3.604l.396-3.98h-4V7.5a1 1 0 011-1h3v-4h-3a5 5 0 00-5 5v2.01h-2l-.396 3.98h2.396v8.01z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9.198 21.5h4v-8.01h3.604l.396-3.98h-4V7.5a1 1 0 011-1h3v-4h-3a5 5 0 00-5 5v2.01h-2l-.396 3.98h2.396v8.01z'%3E%3C/path%3E%3C/svg%3E");
}

/* Instagram Icon */
.ct-social-instagram::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153a4.908 4.908 0 011.153 1.772c.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 01-1.153 1.772 4.915 4.915 0 01-1.772 1.153c-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 01-1.772-1.153 4.904 4.904 0 01-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 011.153-1.772A4.897 4.897 0 015.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2zm0 1.802c-2.67 0-2.986.01-4.04.059-.976.045-1.505.207-1.858.344-.466.182-.8.398-1.15.748-.35.35-.566.684-.748 1.15-.137.353-.3.882-.344 1.857-.048 1.055-.058 1.37-.058 4.041 0 2.67.01 2.986.058 4.04.045.977.207 1.505.344 1.858.182.466.398.8.748 1.15.35.35.684.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058 2.67 0 2.987-.01 4.04-.058.977-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.684.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041 0-2.67-.01-2.986-.058-4.04-.045-.977-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.055-.048-1.37-.058-4.041-.058zm0 3.063a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 8.468a3.333 3.333 0 100-6.666 3.333 3.333 0 000 6.666zm6.538-8.469a1.2 1.2 0 11-2.4 0 1.2 1.2 0 012.4 0z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2c2.717 0 3.056.01 4.122.06 1.065.05 1.79.217 2.428.465.66.254 1.216.598 1.772 1.153a4.908 4.908 0 011.153 1.772c.247.637.415 1.363.465 2.428.047 1.066.06 1.405.06 4.122 0 2.717-.01 3.056-.06 4.122-.05 1.065-.218 1.79-.465 2.428a4.883 4.883 0 01-1.153 1.772 4.915 4.915 0 01-1.772 1.153c-.637.247-1.363.415-2.428.465-1.066.047-1.405.06-4.122.06-2.717 0-3.056-.01-4.122-.06-1.065-.05-1.79-.218-2.428-.465a4.89 4.89 0 01-1.772-1.153 4.904 4.904 0 01-1.153-1.772c-.248-.637-.415-1.363-.465-2.428C2.013 15.056 2 14.717 2 12c0-2.717.01-3.056.06-4.122.05-1.066.217-1.79.465-2.428a4.88 4.88 0 011.153-1.772A4.897 4.897 0 015.45 2.525c.638-.248 1.362-.415 2.428-.465C8.944 2.013 9.283 2 12 2zm0 1.802c-2.67 0-2.986.01-4.04.059-.976.045-1.505.207-1.858.344-.466.182-.8.398-1.15.748-.35.35-.566.684-.748 1.15-.137.353-.3.882-.344 1.857-.048 1.055-.058 1.37-.058 4.041 0 2.67.01 2.986.058 4.04.045.977.207 1.505.344 1.858.182.466.398.8.748 1.15.35.35.684.566 1.15.748.353.137.882.3 1.857.344 1.054.048 1.37.058 4.041.058 2.67 0 2.987-.01 4.04-.058.977-.045 1.505-.207 1.858-.344.466-.182.8-.398 1.15-.748.35-.35.566-.684.748-1.15.137-.353.3-.882.344-1.857.048-1.055.058-1.37.058-4.041 0-2.67-.01-2.986-.058-4.04-.045-.977-.207-1.505-.344-1.858a3.097 3.097 0 00-.748-1.15 3.098 3.098 0 00-1.15-.748c-.353-.137-.882-.3-1.857-.344-1.055-.048-1.37-.058-4.041-.058zm0 3.063a5.135 5.135 0 110 10.27 5.135 5.135 0 010-10.27zm0 8.468a3.333 3.333 0 100-6.666 3.333 3.333 0 000 6.666zm6.538-8.469a1.2 1.2 0 11-2.4 0 1.2 1.2 0 012.4 0z'%3E%3C/path%3E%3C/svg%3E");
}

/* Dribbble Icon */
.ct-social-dribbble::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10c5.51 0 10-4.48 10-10S17.51 2 12 2zm6.605 4.61a8.502 8.502 0 011.93 5.314c-.281-.054-3.101-.629-5.943-.271-.065-.141-.12-.293-.184-.445a25.424 25.424 0 00-.564-1.236c3.145-1.28 4.577-3.124 4.761-3.362zM12 3.475c2.17 0 4.154.814 5.662 2.148-.152.216-1.443 1.941-4.48 3.08-1.399-2.57-2.95-4.675-3.189-5A8.686 8.686 0 0112 3.475zm-3.633.803a53.903 53.903 0 013.167 4.935c-3.992 1.063-7.517 1.04-7.896 1.04a8.581 8.581 0 014.729-5.975zM3.453 12.01v-.26c.37.01 4.512.065 8.775-1.215.25.477.477.965.694 1.453-.109.033-.228.065-.336.098-4.404 1.42-6.747 5.303-6.942 5.629a8.522 8.522 0 01-2.19-5.705zM12 20.547a8.482 8.482 0 01-5.239-1.8c.152-.315 1.888-3.656 6.703-5.337.022-.01.033-.01.054-.022a35.309 35.309 0 011.823 6.475 8.4 8.4 0 01-3.341.684zm4.761-1.465c-.086-.52-.542-3.015-1.66-6.084 2.68-.423 5.023.271 5.315.369a8.468 8.468 0 01-3.655 5.715z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10c5.51 0 10-4.48 10-10S17.51 2 12 2zm6.605 4.61a8.502 8.502 0 011.93 5.314c-.281-.054-3.101-.629-5.943-.271-.065-.141-.12-.293-.184-.445a25.424 25.424 0 00-.564-1.236c3.145-1.28 4.577-3.124 4.761-3.362zM12 3.475c2.17 0 4.154.814 5.662 2.148-.152.216-1.443 1.941-4.48 3.08-1.399-2.57-2.95-4.675-3.189-5A8.686 8.686 0 0112 3.475zm-3.633.803a53.903 53.903 0 013.167 4.935c-3.992 1.063-7.517 1.04-7.896 1.04a8.581 8.581 0 014.729-5.975zM3.453 12.01v-.26c.37.01 4.512.065 8.775-1.215.25.477.477.965.694 1.453-.109.033-.228.065-.336.098-4.404 1.42-6.747 5.303-6.942 5.629a8.522 8.522 0 01-2.19-5.705zM12 20.547a8.482 8.482 0 01-5.239-1.8c.152-.315 1.888-3.656 6.703-5.337.022-.01.033-.01.054-.022a35.309 35.309 0 011.823 6.475 8.4 8.4 0 01-3.341.684zm4.761-1.465c-.086-.52-.542-3.015-1.66-6.084 2.68-.423 5.023.271 5.315.369a8.468 8.468 0 01-3.655 5.715z'%3E%3C/path%3E%3C/svg%3E");
}

/* CodePen Icon */
.ct-social-codepen::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.838 8.445c0-.001-.001-.001 0 0l-.003-.004-.001-.001v-.001a.809.809 0 00-.235-.228l-9.164-6.08a.834.834 0 00-.898 0L2.371 8.214A.786.786 0 002 8.897v6.16a.789.789 0 00.131.448v.001l.002.002.01.015v.002h.001l.001.001.001.001c.063.088.14.16.226.215l9.165 6.082a.787.787 0 00.448.139.784.784 0 00.45-.139l9.165-6.082a.794.794 0 00.371-.685v-6.16a.793.793 0 00-.133-.452zm-9.057-4.172l6.953 4.613-3.183 2.112-3.771-2.536V4.273zm-1.592 0v4.189l-3.771 2.536-3.181-2.111 6.952-4.614zm-7.595 6.098l2.395 1.59-2.395 1.611v-3.201zm7.595 9.311l-6.96-4.617 3.195-2.15 3.765 2.498v4.269zm.795-5.653l-3.128-2.078 3.128-2.105 3.131 2.105-3.131 2.078zm.797 5.653v-4.27l3.766-2.498 3.193 2.15-6.959 4.618zm7.597-6.11l-2.396-1.611 2.396-1.59v3.201z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M21.838 8.445c0-.001-.001-.001 0 0l-.003-.004-.001-.001v-.001a.809.809 0 00-.235-.228l-9.164-6.08a.834.834 0 00-.898 0L2.371 8.214A.786.786 0 002 8.897v6.16a.789.789 0 00.131.448v.001l.002.002.01.015v.002h.001l.001.001.001.001c.063.088.14.16.226.215l9.165 6.082a.787.787 0 00.448.139.784.784 0 00.45-.139l9.165-6.082a.794.794 0 00.371-.685v-6.16a.793.793 0 00-.133-.452zm-9.057-4.172l6.953 4.613-3.183 2.112-3.771-2.536V4.273zm-1.592 0v4.189l-3.771 2.536-3.181-2.111 6.952-4.614zm-7.595 6.098l2.395 1.59-2.395 1.611v-3.201zm7.595 9.311l-6.96-4.617 3.195-2.15 3.765 2.498v4.269zm.795-5.653l-3.128-2.078 3.128-2.105 3.131 2.105-3.131 2.078zm.797 5.653v-4.27l3.766-2.498 3.193 2.15-6.959 4.618zm7.597-6.11l-2.396-1.611 2.396-1.59v3.201z'%3E%3C/path%3E%3C/svg%3E");
}

/* GitHub Icon */
.ct-social-github::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.477 2 2 6.484 2 12.017c0 4.425 2.865 8.18 6.839 9.504.5.092.682-.217.682-.483 0-.237-.008-.868-.013-1.703-2.782.605-3.369-1.343-3.369-1.343-.454-1.158-1.11-1.466-1.11-1.466-.908-.62.069-.608.069-.608 1.003.07 1.531 1.032 1.531 1.032.892 1.53 2.341 1.088 2.91.832.092-.647.35-1.088.636-1.338-2.22-.253-4.555-1.113-4.555-4.951 0-1.093.39-1.988 1.029-2.688-.103-.253-.446-1.272.098-2.65 0 0 .84-.27 2.75 1.026A9.564 9.564 0 0112 6.844c.85.004 1.705.115 2.504.337 1.909-1.296 2.747-1.027 2.747-1.027.546 1.379.202 2.398.1 2.651.64.7 1.028 1.595 1.028 2.688 0 3.848-2.339 4.695-4.566 4.943.359.309.678.92.678 1.855 0 1.338-.012 2.419-.012 2.747 0 .268.18.58.688.482A10.019 10.019 0 0022 12.017C22 6.484 17.522 2 12 2z'%3E%3C/path%3E%3C/svg%3E");
}

/* YouTube Icon */
.ct-social-youtube::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814zM9.545 15.568V8.432L15.818 12l-6.273 3.568z'%3E%3C/path%3E%3C/svg%3E");
}

/* Behance Icon */
.ct-social-behance::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.803 5.296c.589 0 1.119.051 1.605.155.483.103.895.273 1.243.508.343.235.611.553.804.951.195.398.291.879.291 1.438 0 .612-.142 1.121-.425 1.53-.281.409-.7.744-1.254 1.01.76.217 1.33.602 1.703 1.153.372.549.558 1.214.558 1.993 0 .633-.127 1.183-.38 1.651-.254.469-.599.853-1.036 1.152-.436.3-.941.523-1.515.669a6.948 6.948 0 01-1.752.219H1.46V5.296h6.343zm-.356 4.925c.481 0 .884-.083 1.203-.248.32-.165.479-.447.479-.847 0-.216-.049-.393-.146-.527a.986.986 0 00-.374-.302 1.546 1.546 0 00-.504-.137 4.133 4.133 0 00-.533-.039H3.817v2.1h3.63zm.209 5.239c.24 0 .464-.021.67-.062.207-.041.388-.111.543-.209a1.09 1.09 0 00.366-.388c.09-.165.135-.38.135-.646 0-.516-.145-.887-.437-1.113-.291-.225-.715-.337-1.271-.337H3.817v2.755h3.839zm10.17-1.521c.301.387.801.581 1.5.581.468 0 .869-.115 1.203-.347.336-.23.57-.474.705-.731h2.316c-.371 1.153-.936 1.975-1.695 2.467-.759.491-1.677.737-2.755.737-.748 0-1.42-.119-2.017-.356a4.37 4.37 0 01-1.524-1.01 4.639 4.639 0 01-.961-1.573c-.227-.613-.339-1.289-.339-2.026 0-.709.112-1.368.339-1.977.226-.609.55-1.135.97-1.578a4.482 4.482 0 011.523-1.046c.595-.254 1.261-.381 1.999-.381.815 0 1.521.158 2.119.475.599.316 1.091.73 1.477 1.244.386.512.661 1.089.825 1.727.164.639.217 1.291.158 1.958h-6.874c.047.706.232 1.241.532 1.629zm2.632-4.348c-.245-.391-.72-.586-1.425-.586-.4 0-.738.075-1.013.223a1.966 1.966 0 00-.646.554 2.037 2.037 0 00-.336.686 2.985 2.985 0 00-.108.632h4.126c-.12-.709-.353-1.119-.598-1.509zM15.969 6.283h5.063v1.271h-5.063z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7.803 5.296c.589 0 1.119.051 1.605.155.483.103.895.273 1.243.508.343.235.611.553.804.951.195.398.291.879.291 1.438 0 .612-.142 1.121-.425 1.53-.281.409-.7.744-1.254 1.01.76.217 1.33.602 1.703 1.153.372.549.558 1.214.558 1.993 0 .633-.127 1.183-.38 1.651-.254.469-.599.853-1.036 1.152-.436.3-.941.523-1.515.669a6.948 6.948 0 01-1.752.219H1.46V5.296h6.343zm-.356 4.925c.481 0 .884-.083 1.203-.248.32-.165.479-.447.479-.847 0-.216-.049-.393-.146-.527a.986.986 0 00-.374-.302 1.546 1.546 0 00-.504-.137 4.133 4.133 0 00-.533-.039H3.817v2.1h3.63zm.209 5.239c.24 0 .464-.021.67-.062.207-.041.388-.111.543-.209a1.09 1.09 0 00.366-.388c.09-.165.135-.38.135-.646 0-.516-.145-.887-.437-1.113-.291-.225-.715-.337-1.271-.337H3.817v2.755h3.839zm10.17-1.521c.301.387.801.581 1.5.581.468 0 .869-.115 1.203-.347.336-.23.57-.474.705-.731h2.316c-.371 1.153-.936 1.975-1.695 2.467-.759.491-1.677.737-2.755.737-.748 0-1.42-.119-2.017-.356a4.37 4.37 0 01-1.524-1.01 4.639 4.639 0 01-.961-1.573c-.227-.613-.339-1.289-.339-2.026 0-.709.112-1.368.339-1.977.226-.609.55-1.135.97-1.578a4.482 4.482 0 011.523-1.046c.595-.254 1.261-.381 1.999-.381.815 0 1.521.158 2.119.475.599.316 1.091.73 1.477 1.244.386.512.661 1.089.825 1.727.164.639.217 1.291.158 1.958h-6.874c.047.706.232 1.241.532 1.629zm2.632-4.348c-.245-.391-.72-.586-1.425-.586-.4 0-.738.075-1.013.223a1.966 1.966 0 00-.646.554 2.037 2.037 0 00-.336.686 2.985 2.985 0 00-.108.632h4.126c-.12-.709-.353-1.119-.598-1.509zM15.969 6.283h5.063v1.271h-5.063z'%3E%3C/path%3E%3C/svg%3E");
}

/* Website Icon (generic globe icon) */
.ct-social-website::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM4 12c0-.899.156-1.762.431-2.569L6 11l2 2v2l2 2 1 1v1.931C7.061 19.436 4 16.072 4 12zm14.33 4.873C17.677 16.347 16.687 16 16 16v-1a2 2 0 00-2-2h-4v-3a2 2 0 002-2V7h1a2 2 0 002-2v-.411C17.928 5.778 20 8.65 20 12a7.947 7.947 0 01-1.67 4.873z'%3E%3C/path%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2zM4 12c0-.899.156-1.762.431-2.569L6 11l2 2v2l2 2 1 1v1.931C7.061 19.436 4 16.072 4 12zm14.33 4.873C17.677 16.347 16.687 16 16 16v-1a2 2 0 00-2-2h-4v-3a2 2 0 002-2V7h1a2 2 0 002-2v-.411C17.928 5.778 20 8.65 20 12a7.947 7.947 0 01-1.67 4.873z'%3E%3C/path%3E%3C/svg%3E");
}

/* Savee Icon */
.ct-social-savee::before {
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m16.7 4.4c0.8 0.6 1.5 1.2 1.8 2.2 0.1 0.6 0.1 1.2 0.1 1.8h-3.7l-0.3-1.2c-0.5-0.7-1-0.9-1.8-1.1-1.1-0.1-2.1-0.1-3.1 0.5-0.4 0.6-0.4 1-0.5 1.6 0.2 0.6 0.7 0.8 1.2 1.1 0.6 0.2 0.6 0.2 1.2 0.3l0.3 0.1q0.3 0 0.5 0.1 0.2 0.1 0.4 0.1 0.3 0.1 0.5 0.1 0.2 0.1 0.5 0.1c2.1 0.4 3.9 1.1 5.1 3 0.6 0.9 0.5 2.1 0.3 3.2-0.5 1.4-1.4 2.5-2.7 3.3-2.5 1.1-5.4 1.2-7.9 0.3-0.7-0.3-1.3-0.7-1.9-1.2l-0.3-0.3c-1.2-1.1-1.3-2.4-1.4-3.9h3.7l0.3 1.4c0.6 0.8 1.1 1.3 2.1 1.5 1.4 0.2 2.7 0.2 3.8-0.7 0.5-0.4 0.5-0.6 0.6-1.3 0-0.6 0-0.6-0.4-1-1.4-0.8-2.9-1.2-4.5-1.5-1.8-0.4-3.3-1.1-4.5-2.4-0.6-1-0.6-1.5-0.6-2.6 0-0.3 0.1-0.9 0.2-1.2 0.3-1.1 1.3-2.1 2.3-2.7l0.7-0.3 0.3-0.2c2.4-1 5.5-0.4 7.7 0.9z'/%3E%3C/svg%3E");
  mask-image: url("data:image/svg+xml,%3Csvg version='1.2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='m16.7 4.4c0.8 0.6 1.5 1.2 1.8 2.2 0.1 0.6 0.1 1.2 0.1 1.8h-3.7l-0.3-1.2c-0.5-0.7-1-0.9-1.8-1.1-1.1-0.1-2.1-0.1-3.1 0.5-0.4 0.6-0.4 1-0.5 1.6 0.2 0.6 0.7 0.8 1.2 1.1 0.6 0.2 0.6 0.2 1.2 0.3l0.3 0.1q0.3 0 0.5 0.1 0.2 0.1 0.4 0.1 0.3 0.1 0.5 0.1 0.2 0.1 0.5 0.1c2.1 0.4 3.9 1.1 5.1 3 0.6 0.9 0.5 2.1 0.3 3.2-0.5 1.4-1.4 2.5-2.7 3.3-2.5 1.1-5.4 1.2-7.9 0.3-0.7-0.3-1.3-0.7-1.9-1.2l-0.3-0.3c-1.2-1.1-1.3-2.4-1.4-3.9h3.7l0.3 1.4c0.6 0.8 1.1 1.3 2.1 1.5 1.4 0.2 2.7 0.2 3.8-0.7 0.5-0.4 0.5-0.6 0.6-1.3 0-0.6 0-0.6-0.4-1-1.4-0.8-2.9-1.2-4.5-1.5-1.8-0.4-3.3-1.1-4.5-2.4-0.6-1-0.6-1.5-0.6-2.6 0-0.3 0.1-0.9 0.2-1.2 0.3-1.1 1.3-2.1 2.3-2.7l0.7-0.3 0.3-0.2c2.4-1 5.5-0.4 7.7 0.9z'/%3E%3C/svg%3E");
}

.ct-pat {
  margin: 0;
  padding-bottom: 0px;
  width: auto;
  background: none;
  min-height: 250px;
}

.ct-pat-info {
  padding: 5px 0;
}

.ct-pat-info h4 {
  display: inline;
  margin: 0;
  padding: 0;
  color: #bbb;
  font-style: normal;
  font-size: 11px;
}

.ct-pat-info span {
  display: none;
}

.ct-advertise-here {
  position: relative;
  padding: 0 10px;
}

.ct-icon-info::before {
  content: '\e007';
  position: absolute;
  top: 4px;
  left: 2px;
  color: #ccc;
  font-size: 14px;
}

.ad-1 {
  float: left;
}

.ct-ad-content a img {
  border: none;
}

.ct-post-nav {
  line-height: 1.4;
  clear: both;
  margin: 2rem 0;
  padding: 2rem 0;
  border: 1px solid var(--color-sep);
  border-width: 1px 0;
  font-size: var(--font-size-base);
  display: grid;
  grid-template-columns: 45% 45%;
  grid-template-areas: 'prev next';
  justify-content: space-between;
}

.ct-post-nav div {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-wrap: balance;
}

.ct-post-nav div.ct-post-prev {
  grid-area: prev;
}

.ct-post-nav div.ct-post-next {
  grid-area: next;
  justify-content: end;
  text-align: right;
}

.ct-post-nav .ct-post-prev:has(a)::before {
  content: '\2190';
  pointer-events: none;
}

.ct-post-nav .ct-post-next:has(a)::after {
  content: '\2192';
  pointer-events: none;
}

.ct-feat-subline {
  padding: 7px 0px 4px;
  border-top: 1px solid #f3f3f3;
}

.ct-border-box {
  float: left;
  padding: 7px;
  background-color: #fff;
  font-weight: normal;
}

.ct-border-box img {
  margin: 0 auto;
  border: none;
}

.ct-border-box p {
  padding: 5px 10px;
  line-height: 20px;
}

.ct-border-box h2 {
  padding: 4px;
  background: #f2f6f7;
  color: #b5cadd;
}

.ct-latest-bottom {
  padding: 10px 0 30px 0;
}

.ct-search-results h1 span {
  color: #46a4da;
}

.related_post li {
  padding: 5px 0;
}

.related_post li a {
  font-weight: 600;
}

.ct-title-under {
  margin: 1rem 0 0 0;
}

.ct-notfound {
  margin-bottom: 3rem;
}

.ct-notfound p {
  margin: 1em 0;
}

.ct-notfound h1 {
  margin: 0 0 1.5rem 0;
  font-size: 2rem;
}

.ct-notfound h2 {
  margin: 1rem 0;
}

.ct-notfound h3 {
  margin: 0px;
  padding: 20px 0px 10px;
}

.ct-page-content .fm-form li {
  display: inline-block;
  width: 100%;
  -moz-column-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  column-break-inside: avoid;
}

.ct-page-content .fm-form input[type='text'],
.ct-page-content .fm-form textarea,
.ct-page-content .fm-form select {
  padding: 15px;
  width: 100% !important;
  color: #3c4c54;
}

.ct-page-content .fm-form input[type='text']:focus,
.ct-page-content .fm-form textarea:focus {
  outline: none;
  background: #f5f8fd;
}

.ct-page-content .fm-form select,
#oiopub-container select {
  display: inline-block;
  padding: 5px 20px 5px 5px;
  border: 1px solid #d2dadd;
  background: white;
  background: #f8f8f8 url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/select.png) no-repeat 98%
    50%;
  color: #444;
  text-overflow: ellipsis;
  font-size: 13px;
  line-height: 18px;
  cursor: pointer;
  -webkit-appearance: none;
}

.ct-page-content .fm-form select:focus {
  outline: none;
}

.ct-page-content .fm-form input.submit {
  margin-right: 2%;
}

.ct-page-content .fm-form em {
  color: #c14e5c !important;
  font-weight: normal;
}

.ct-widget {
  float: none;
  margin: 3rem 0;
  width: auto;
}

.ct-widget h3 {
  font-size: 1.35em;
  margin-bottom: 0.5em;
}

.ct-widget-coll h3 {
  margin-bottom: 1rem;
}

.ct-widget p {
  line-height: 1.5;
}

#md-widget {
  padding: 10px 5px 5px 5px;
}

.ct-recent-post.ct-widget {
  margin: 0px 10px;
  padding: 0;
  border-top: none;
  box-shadow: none;
}

.ct-recent-post article {
  margin: 0;
  padding: 10px 0px 10px 0px;
}

.ct-recent-post.ct-widget-default article:last-child {
  padding: 10px 0px 10px 0px;
  border-bottom: 1px solid var(--color-bg-alt);
}

.ct-widget-default article:last-child {
  padding-bottom: 0;
  border-bottom: none;
}

.ct-widget-default h3 {
  display: table-cell;
  vertical-align: middle;
  height: 50px;
  font-size: 1.05em;
}

.ct-recent-post.ct-widget-default h3 {
  display: block;
  height: auto;
  margin: 0.15em 0;
  font-size: 1.25em;
}

.ct-widget-default .ct-latest-thumb a,
.ct-widget-default .ct-latest-thumb a img {
  width: 50px;
  height: 50px;
}

.ct-widget-default .ct-latest-thumb a {
  border-color: #b3d2ed;
}

.ct-widget-default .ct-latest-thumb a:hover {
  border-color: #98bcdc;
}

.ct-widget-default .ct-latest-thumb a img {
  border: none;
}

.ct-widget-blank article {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.ct-widget h5 {
  padding: 0 0 1.25rem 0;
  font-size: 1.15rem;
}

.ct-widget .ct-box {
  margin: 0px;
  padding: 0px;
}

.ct-widget-coll .ct-latest-thumb a {
  border-top: none;
  border-left: none;
}

.ct-widget-coll .ct-latest-thumb a img {
  border: none;
  height: auto;
}

.ct-widget-coll article:first-of-type {
  margin-bottom: 1.5em;
}

.ct-archive-link {
  padding: 20px 0px 0px 0px;
}

.ct-box.ct-author-about-page {
  box-shadow: none;
  padding: 2em;
  border: 3px solid var(--color-bg-alt);
  margin: 1em 0;
}

.ct-coll-ads div.bsap_1243201 {
  overflow: hidden;
  height: 125px;
  text-align: center;
}

.ct-coll-ads div.bsap_1243201 a {
  display: none;
  float: none;
  margin: 0 0px 0px 0px !important;
  padding: 12px;
}

.ct-coll-ads div.bsap_1243201 a {
  display: inline;
}

.ct-coll-ads .ct-small-text {
  display: block;
  margin-top: -6px;
  padding-bottom: 5px;
}

.ct-special-box {
  margin: 25px 0;
  padding: 15px 20px 15px 210px;
  background: #ffe0a5
    url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/browser_compatability.png) no-repeat 20px
    50%;
  color: #a25b1c;
}

.ct-announcement {
  margin: 25px 0;
  padding: 15px 20px 15px;
  background: #d2ebfd;
  color: #4078a0;
}

.ct-github-link {
  margin: 20px 0px;
  padding: 30px 20px 30px 100px;
  background: #f8f8f8 url(https://tympanus.net/codrops/wp-content/themes/codropstheme03/images/Github_Icon.png)
    no-repeat 20px 50%;
  font-weight: 600;
}

.ct-bsa-sidelast {
  margin: 0 0 20px 0;
}

.ct-bsa-sidelast > div {
  margin: 0 auto;
  max-width: 300px;
}

#bsap_1243201 {
  display: grid;
  grid-template-columns: repeat(2, 50%);
}

#bsap_1243201:not(:empty) {
  margin: 0 auto 3rem;
}

#bsap_1243201 img {
  display: block;
}

#bsap_1266918 a img {
  border: none;
}

html > body div.bsap_1275127 a.adhere {
  width: 300px !important;
  height: 250px !important;
}

#bsap_1266918 a.adhere {
  display: block;
  margin: 30px auto 0px auto;
  width: 580px;
  height: 80px;
  border: 1px solid #c8d0e1;
  background: #d9e3ec;
  color: #9db0c1;
  text-align: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 80px;
}

.ct-advertise-bsa ul {
  padding: 10px;
  list-style-image: none;
}

.ct-advertise-bsa ul .bawi_title {
  font-weight: bold;
  font-size: 14px;
}

.ct-main-coll .ct-post .ct-coll-item.ct-coll-item-ad article {
  padding-top: 0;
  box-shadow: none;
}

.ct-coll-item.ct-coll-item-ad div.bsap {
  margin-top: 0;
  min-height: 250px;
}

.ct-coll-item.ct-coll-item-ad .ct-small-text {
  top: auto;
  bottom: 0;
}

.ct-coll-item div.bsap {
  display: block;
  margin: 25px auto 0 auto;
  width: 100%;
}

.ct-coll-item div.bsap a {
  display: block;
  float: none;
  margin: 0 auto 0px auto;
  width: auto !important;
}

.ct-coll-item div.bsap .bsap_adhere {
  width: 100%;
  background: transparent !important;
}

.ct-coll-item div.bsap .bsap_adhere a {
  margin: 0 auto;
  width: 100%;
  border: none;
  background: transparent;
}

.ct-coll-item div.bsap a img {
  margin: 0 auto;
  max-width: 100%;
}

.ct-coll-item .ct-small-text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
  display: block;
  padding: 10px 20px;
  width: 100%;
  color: #aaa;
  text-align: center;
  line-height: 25px;
}

.ct-coll-item-dark {
  background: #f8f8f8;
}

.ct-post-content blockquote {
  display: block;
  border: 0;
  margin: 1.5rem 0;
  padding: 1.5rem 1.75rem;
  background: #dfe4e6;
  border-radius: var(--br);
  font-style: italic;
}

.ct-post-content blockquote p {
  padding: 0;
}

.ct-post-content blockquote cite {
  font-size: 1rem;
  display: block;
  margin-top: 1.5rem;
}

div.bsap_1279993 .bsap_adhere2,
div.bsap_1279993 iframe {
  display: block;
  float: none !important;
  margin: 0 auto;
  max-width: 100%;
}

.ct-info-note {
  position: relative;
  float: right;
  margin: 0 0 20px 10px;
  padding: 35px 30px 20px;
  width: 25%;
  background: #fef8b8;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0 8px 13px -7px rgba(0, 0, 0, 0.3), inset 0 22px 1px rgba(0, 0, 0, 0.03);
  -webkit-transform: rotate(4deg);
  -moz-transform: rotate(4deg);
  -ms-transform: rotate(4deg);
  -o-transform: rotate(4deg);
  transform: rotate(4deg);
}

.ct-info-note p {
  color: #46589c;
  font-weight: bold;
  font-style: italic;
}

.ct-related-post {
  margin: 3rem 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}

.ct-latest-thumb-related {
  margin-bottom: 0.5rem;
  position: relative;
}

.ct-latest-thumb-related img {
  border-radius: var(--br);
}

.ct-latest-thumb-related a {
  display: block;
}

.ct-cssref-searchinput {
  position: relative;
}

.ct-cssref-searchinput .ct-icon-search {
  right: auto;
  left: 0;
  width: 50px !important;
  height: 100%;
  background: transparent;
  cursor: default;
}

.ct-cssref-searchinput .ct-icon-search img {
  margin: 15px;
}

.ct-cssref-searchinput input[type='text'],
.ct-cssref-searchinput input[type='text'].tt-hint {
  padding: 5px 15px 5px 45px;
  width: 100%;
  height: 50px;
  border: none;
  border-radius: 1px;
  background: rgb(75, 94, 115);
  box-shadow: none;
  color: #fff;
  font-weight: 700;
  font-family: inherit;
}

.ct-cssref-searchinput--inverted input[type='text'],
.ct-cssref-searchinput--inverted input[type='text'].tt-hint {
  background: #fff;
  color: #000;
}

.ct-cssref-searchinput--border input[type='text'],
.ct-cssref-searchinput--border input[type='text'].tt-hint {
  border: 1px solid #dee3ec;
}

.ct-cssref-searchinput input[type='text']::-webkit-input-placeholder {
  color: rgb(221, 221, 221);
  font-weight: 600;
}

.ct-cssref-searchinput input[type='text']:-moz-placeholder {
  color: rgb(221, 221, 221);
  font-weight: 600;
}

.ct-cssref-searchinput input[type='text']::-moz-placeholder {
  color: rgb(221, 221, 221);
  font-weight: 600;
}

.ct-cssref-searchinput input[type='text']:-ms-input-placeholder {
  color: rgb(221, 221, 221);
  font-weight: 600;
}

.ct-cssref-searchinput input[type='text']:focus::-webkit-input-placeholder {
  color: transparent;
}

.ct-container .ct-cssref-searchinput .twitter-typeahead {
  background: rgb(75, 94, 115);
}

.ct-container .ct-cssref-searchinput--inverted .twitter-typeahead {
  background: #fff;
}

.ct-cssref-searchinput input[type='text']:focus {
  outline: none;
  background: rgb(87, 107, 129);
}

.ct-cssref-searchinput--inverted input[type='text']:focus {
  background: #fff;
}

.ct-cssref-searchinput input[type='submit'] {
  display: none;
}

.ct-container .ct-cssref-searchinput .tt-dropdown-menu {
  margin-top: 0;
  padding: 0;
  background: #37495d;
}

.ct-container .ct-cssref-searchinput--inverted .tt-dropdown-menu {
  background: #dce0e5;
}

.ct-container .ct-cssref-searchinput .tt-dropdown-menu .tt-suggestion {
  padding: 8px 10px;
}

.ct-container .ct-cssref-searchinput .tt-dropdown-menu .tt-suggestion a {
  color: #fff !important;
  font-weight: 600;
}

.ct-container .ct-cssref-searchinput--inverted .tt-dropdown-menu .tt-suggestion a {
  color: #273647 !important;
}

.ct-container .ct-cssref-searchinput .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor {
  background-color: #273647;
}

.ct-container .ct-cssref-searchinput--inverted .tt-dropdown-menu .tt-suggestion.tt-is-under-cursor a {
  color: #fff !important;
}

.ct-cssref-widget * {
}

.ct-cssref-widget {
  margin: 0 0 2rem;
  background: var(--color-bg-alt);
}

.ct-cssref-widget h2 {
  margin: 0 0 1rem;
}

.ct-cssref-widget__footer {
  margin-top: 2rem;
}

.ct-post pre[class*='language-'] {
  margin: 2rem 0;
  padding: 1.5rem;
  font-size: 0.95rem;
  border-radius: var(--br);
}

pre {
  overflow: auto;
  margin: 1.5rem 0;
  padding: 1.5rem;
  tab-size: 2;
  position: relative;
  color: #dbdbdb;
  background: #272822;
  font-weight: normal;
  font-style: normal;
  font-size: 0.85rem;
  line-height: 1.6;
  -webkit-font-smoothing: auto;
  font-family: 'Consolas', 'monaco', monospace;
  border-radius: var(--br);
}

pre code {
  background: transparent !important;
  -webkit-font-smoothing: auto;
}

.ct-page-content .fm-form label {
  margin-top: 1em;
  font-weight: 600;
}

body .bsa-cart-zone {
  border: none !important;
  border-radius: 0px !important;
}

.ct-tags-archive > a {
  display: inline-block;
  text-transform: lowercase;
  margin: 0.5em 0.5rem 0.5rem 0;
  background: var(--color-bg-alt);
  padding: 0 0.5rem;
}

.ct-coll-item-ad img {
  margin: 0;
}

.ct-coll-item-ad a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.ct-coll-item-ad .ct-small-text {
  color: #fff;
  pointer-events: none;
}

.ct-coll-item-ad .ct-small-text::after {
  position: absolute;
  content: 'Advertisement';
  color: #888;
  font-weight: bold;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 40px;
}

.syndicate-widget {
  margin: 1em 0 0;
  width: 100%;
}

.syndicate-widget tr {
  background: #fafafa;
}

.syndicate-widget td {
  padding: 1em;
  border-bottom: 5px solid #fff;
  font-weight: 600;
}

.syndicate-widget td:last-child {
  text-align: right;
}

.ct-content .caniuse {
  padding: 0px;
}

.ct-content .caniuse h1,
.ct-content .caniuse h2,
.ct-content .caniuse h3,
.ct-content .caniuse h4,
.ct-content .caniuse p {
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  text-align: inherit;
}

.ct-content .caniuse h3 {
  font-size: 1.5em;
}

.ct-content .caniuse .agents,
.ct-content .caniuse .legend {
  margin: 20px 0 10px;
}

.ct-previous-roundups-wrap {
  margin: 7rem 0 5rem;
}

.ct-post-content .ct-previous-roundups {
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  display: grid;
  list-style: none;
  grid-gap: 2rem;
  padding: 0;
  margin-top: 1.5rem;
}

.ct-post-content .ct-previous-roundups li {
  margin: 0;
  padding: 0;
}

.ct-post-content .ct-previous-roundups h4 {
  margin: 0;
  font-size: 1.15rem;
}

.ct-post-content .ct-previous-roundups img {
  margin: 0 0 1rem 0;
}

.ct-ad-article-wrapper {
  margin: 2rem auto;
  padding: 1rem;
  background: var(--color-bg-alt);
  border-radius: var(--br);
}

.coswrap {
  display: flex;
  flex-direction: column;
}

.coswrap--reverse {
  display: flex;
  flex-direction: column-reverse;
}

.cos {
  width: 100%;
  max-width: 300px;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto 2rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ct-sidebar .cos {
  border-radius: var(--br);
}

.cos--top {
  order: 1;
}

.cos__img {
  display: block;
  max-width: 100%;
  height: auto;
}

.ct-bottom-article .cos__img {
  border-radius: var(--br);
}

.ct-bottom-article .cos {
  margin-bottom: 0;
}

.cos__text {
  padding: 1.5rem;
  line-height: 1.5;
  /* text-wrap: balance; */
  /* font-size: var(--font-size-xs); */
  /* font-weight: 600; */
}

.ct-sidebar .cos__text {
  background: #e6e6e6;
  font-size: var(--font-size-xs);
  font-weight: 400;
}

.cos__text--nobg {
  padding: 1rem 0;
}

.cos:focus,
.cos:hover,
.cos a:focus,
.cos a:hover {
  color: inherit;
}

.cos:hover .cos__text--nobg {
  color: #26272e;
}

.cos--hor {
  display: grid;
  align-items: start;
  max-width: 100%;
  grid-template-areas: 'img text' 'img sponsor';
  grid-gap: 1rem;
  max-width: 470px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 1rem;
}

.cos--hor::before {
  content: 'From our partner';
  white-space: nowrap;
  font-size: 12px;
  grid-area: sponsor;
  align-self: end;
  justify-self: end;
  color: var(--color-text-faded);
}

.cos--hor .cos__img-wrap {
  grid-area: img;
}

.cos--hor .cos__img {
  border-radius: var(--br);
  max-width: 180px;
  height: auto;
}

.cos--hor .cos__text {
  font-size: 0.85rem;
  grid-area: text;
  padding: 0.5rem 0 0 0;
  text-wrap: balance;
}

.cos--ver {
  display: grid;
  align-items: start;
  max-width: 100%;
  grid-template-areas: 'img' 'text' 'sponsor';
  grid-gap: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding: 1.5rem;
}

.cos--ver::before {
  content: 'From our partner';
  white-space: nowrap;
  font-size: 12px;
  grid-area: sponsor;
  align-self: end;
  color: var(--color-text-faded);
}

.cos--ver .cos__img-wrap {
  grid-area: img;
}

.cos--ver .cos__img {
  border-radius: var(--br);
  height: auto;
}

.cos--ver .cos__text {
  font-size: var(--font-size-xs);
  grid-area: text;
  padding: 0;
  text-wrap: balance;
  background: transparent;
  color: inherit;
}

.ct-sticky {
  top: 2rem;
  margin-top: 2rem;
  position: sticky;
  opacity: 0;
  pointer-events: auto;
  transition: opacity 0.3s;
}

.ct-sticky--show {
  opacity: 1;
  pointer-events: auto;
}

.ct-sticky-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: start;
  gap: 1rem;
}

.ct-sticky__img {
  display: block;
}

.ct-sticky__text {
  line-height: 1.4;
}

.ct-sticky__text:hover,
.ct-sticky__text:focus {
  color: #000;
}

.ct-sticky__by {
  display: inline-block;
  padding: 6px 8px;
  background: #d7d7d7;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 0.512rem;
  line-height: 1;
}

#carbonads * {
  margin: initial;
  padding: initial;
}

#carbonads {
  font-family: inherit;
}

#carbonads {
  z-index: 100;
}

#carbonads a {
  color: inherit;
  text-decoration: none;
}

#carbonads a:hover {
  color: inherit;
}

#carbonads span {
  position: relative;
  display: block;
  overflow: hidden;
}

#carbonads .carbon-img {
  display: block;
  padding: 0 !important;
  background: none !important;
  margin: 0;
  line-height: 1;
}

body #carbonads .carbon-img img {
  display: block;
  width: 100% !important;
  max-width: 288px !important;
  border: 1px solid #000;
  border-radius: var(--br);
}

#carbonads .carbon-text {
  display: block;
  padding: 1rem 0 30px;
  line-height: 1.5;
  text-align: left;
  max-width: 300px;
}

#carbonads .carbon-poweredby {
  display: block;
  padding: 6px 8px;
  background: #d7d7d7;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 0.512rem;
  line-height: 1;
  border-radius: 2rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1180px) {
  .index-wrap {
    grid-template-columns: 1fr;
    grid-template-areas: 'main' 'side';
  }

  .index-wrap-right {
    padding: 0;
  }
}

@media screen and (max-width: 1075px) {
  .ct-header .ct-inner {
    display: block;
  }

  .ct-branding,
  .ct-nav-wrapper,
  .ct-nav-main,
  .ct-nav-main ul,
  .ct-header-items-right {
    float: none;
    clear: both;
    margin: 0 auto;
    text-align: center;
    justify-content: center;
  }

  .ct-nav-main ul {
    gap: 1rem;
  }

  .ct-nav-wrapper {
    padding: 1rem;
    min-width: 0px;
    text-align: center;
  }

  .cos {
    margin-bottom: 3rem;
  }

  #bsap_1298539 {
    margin: 1.5rem auto 2.5rem;
  }

  .ct-sidebar .ct-widget-wrapper {
    margin: 10px 0;
  }

  .ct-sidebar .ct-widget {
    margin: 10px auto 0 auto;
    padding: 10px 20px;
  }

  .ct-search {
    float: none;
    margin: 15px auto;
    width: 262px;
    height: 34px;
  }

  .ct-search .ct-search-input-wrap,
  .ct-search.ct-search-open .ct-search-input-wrap {
    opacity: 1;
    pointer-events: auto;
    width: 228px;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
  }

  .ct-search .ct-icon-search {
    z-index: 1;
    pointer-events: none;
  }

  .ct-search input[type='text'].ct-search-input {
    opacity: 1;
  }

  .ct-search input[type='submit'].ct-search-submit {
    z-index: 100;
  }
}

@media screen and (max-width: 970px) {
  .quote-wrapper {
    grid-template-columns: 1fr;
    grid-template-areas: 'qimg' 'qtext' 'qauthor';
  }

  .ct-content .ct-inner {
    display: block;
    max-width: 800px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .ct-main {
    padding-right: 0;
    margin: 0 auto;
  }

  .ct-main-post,
  .ct-main-page {
    max-width: none;
  }

  .ct-coll-item--banner {
    width: 300px;
  }

  .ct-coll-item img.ct-coll-item__banner-mobile {
    display: block;
  }

  .ct-coll-item img.ct-coll-item__banner {
    display: none;
  }

  .ct-sticky {
    display: none;
  }

  .ct-coll-cover__links {
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: 0;
  }

  .post-type-archive-sketches {
    background-size: 80%;
  }

  .ct-header-wrap {
    display: block;
  }

  .ct-header-wrap__side {
    margin-top: 3rem;
    justify-content: flex-start;
  }

  .ct-archive-container--grid {
    margin-top: 4rem;
    grid-row-gap: 3rem;
  }

  .ct-bottom-article {
    display: none;
  }
}

@media screen and (max-width: 800px) {
  .webzibition-pater {
    grid-column: 1;
    grid-row: 3;
  }

  .webzibition-pater-2 {
    grid-column: 1;
    grid-row: 6;
  }

  .ct-main--wotw header {
    grid-template-areas:
      'meta-heading'
      'title'
      'meta-creators';
  }

  .ct-main--wotw header .meta--creators {
    justify-self: start;
  }

  .credit-link svg,
  .credit-link img {
    margin: 0.5rem auto 0;
  }

  .ct-cssref-widget,
  .ct-latest-any,
  .ct-latest-any.ct-coll-archive {
    margin: 0;
    width: 100%;
    border: none;
    border-bottom: 3px solid var(--color-bg-alt);
  }

  .ct-cssref-widget {
    border: none;
  }

  .ct-latest-any article {
    padding-bottom: 1rem;
  }

  .ct-latest-any:last-of-type {
    border-bottom: none;
  }

  .ct-sidebar {
    margin: 2rem 0;
  }

  .ct-latest-any-wrap {
    padding: 3rem 0;
  }

  #bsap_1275127,
  #nr_campaign {
    display: block;
    margin: 0 auto;
  }

  #nr_campaign {
    padding-top: 15px;
    border-top: none;
  }

  #nr_campaign h5 {
    display: none;
  }

  .ct-ad-article-wrapper {
    padding: 0;
  }

  .ct-ad-article {
    margin: 0 -30px;
    padding: 10px 30px;
  }

  .ct-deals article {
    width: auto;
  }

  .ct-footer .ct-inner {
    text-align: center;
    display: block;
  }

  .ct-footer__column:first-of-type,
  .ct-footer__column:not(:last-of-type) ul {
    margin-right: 0;
  }

  .ct-footer {
    padding: 4rem 0 0;
  }

  .ct-footer nav {
    display: block;
    text-align: center;
  }

  .ct-footer ul {
    width: auto;
    display: inline;
  }

  .ct-footer h5 {
    margin: 2rem 0 1rem;
  }

  .ct-footer ul:last-of-type {
    text-align: center;
    margin-top: 2rem;
  }

  .ct-footer__column--credits {
    margin: 2rem auto 0;
    max-width: none;
  }

  .ct-footer__column--credits li:last-of-type {
    margin-top: 3rem;
  }

  .ct-footer__column:not(.ct-footer__column--credits) ul li {
    margin: 0.5rem;
    display: inline-block;
  }

  .ct-box--archive {
    grid-template-columns: 100%;
  }
}

@media screen and (max-width: 640px) {
  div.bsap_1259389 a,
  div.bsap_1259389 a img {
    width: 100% !important;
  }

  .ct-feat-left,
  .ct-feat-right {
    width: 100%;
    padding: 0 0 2rem 0;
  }
}

@media screen and (max-width: 600px) {
  .ct-grid-2 {
    grid-template-columns: 1fr;
  }

  .ct-comment-form #respond {
    margin-left: 0px;
  }

  .ct-latest-any {
    margin-top: 10px;
    width: 100%;
  }

  #wp_page_numbers li.page_info {
    float: none;
    padding: 0;
  }

  .ct-box--archive {
    max-width: 400px;
  }

  .ct-post-nav a {
    height: 30px;
    width: 30px;
    font-size: 0;
    color: transparent;
  }

  .ct-post-nav .ct-post-prev a {
    margin-left: -33px;
  }

  .ct-post-nav .ct-post-next a {
    margin-right: -33px;
  }
}

@media screen and (max-width: 470px) {
  .ct-wotw-badge-bg {
    top: -1rem;
    height: 270px;
  }

  .ct-row-wrapper {
    display: block;
    padding: 20px;
    width: 100%;
  }

  .ct-row-wrapper .ct-row {
    display: block;
  }

  .ct-row-wrapper .ct-row .ct-box {
    display: block;
    float: none;
    margin: 0 0 10px 0 !important;
    padding: 20px !important;
    width: auto;
    box-shadow: none !important;
  }

  .ct-bottom-article.ct-box {
    display: none !important;
  }

  .ct-author-avatar {
    float: none;
    width: 100%;
  }

  .ct-box .ct-author-avatar img {
    float: none;
    margin: 0 auto;
  }

  .ct-author-page-desc,
  .ct-author-info .ct-author-page-desc {
    margin: 15px 0px 0px 0px;
  }

  .ct-author-page-desc h4,
  .ct-author-page-desc h1 {
    text-align: center;
  }

  .ct-special-box {
    padding: 60px 20px 15px 20px;
    background-position: 50% 15px;
  }

  .ct-related-post {
    grid-template-columns: 100%;
    grid-gap: 2.5rem;
  }
}

@media screen and (max-width: 420px) {
  .ct-coll-item a.ct-coll-thumb {
    float: none;
  }

  .ct-author-bio {
    margin-left: 0px;
  }

  .ct-related-item h5 {
    padding: 0px;
  }

  a.ct-commenttime {
    float: none;
  }

  .ct-commentcontent {
    padding: 1rem;
  }

  .ct-demo-link--bmac {
    margin-left: 0;
  }
}

@media screen and (max-width: 320px) {
  .ct-header-items-right {
    width: auto;
  }

  .ct-post .ct-ss {
    height: 150px;
  }

  .ct-latest-thumb {
    display: none;
  }
}
