/*
============================================================
Theme Name   : Pressly - News Magazine HTML Template
File         : style.css
Author       : Pressly
Version      : 1.0
Description  : Main CSS File
============================================================
*/

/*
------------------------------------------------------------
CONTENTS
------------------------------------------------------------
01. FOUNDATION & TYPOGRAPHY
02. NAVIGATION CORE & DROPDOWNS
03. HEADER & TOP BAR
04. SEARCH & MOBILE MENU
05. GLOBAL PAGE COMPONENTS
06. HOME 01 — FEATURED & TRENDING
07. HOME 02 — EDITOR’S PICK
08. HOME 03 — TECHNOLOGY
09. HOME 04 — CLASSIC EDITORIAL
10. HOME 05 — LIGHT SPOTLIGHT
11. HOME 06 — EDITORIAL
12. HOME — RECENT POSTS
13. HOME — LIFESTYLE
14. HOME — TECHNOLOGY & HEALTH
15. HOME — ADVERTISEMENT
16. HOME — LATEST ARTICLES & INSTAGRAM
17. ARTICLE PAGE
18. CATEGORY PAGE
19. AUTHOR PAGE
20. ABOUT PAGE
21. CONTACT PAGE
22. REGULAR PAGE
23. ACCOUNT, PROFILE & USER DASHBOARD
24. ADVANCED ARTICLE EDITOR
25. SIDEBAR WIDGETS
26. FOOTER & BACK TO TOP
27. GLOBAL UI & ACCESSIBILITY
28. DARK MODE
29. RESPONSIVE
------------------------------------------------------------
*/

/*============================================================
# 01. FOUNDATION & TYPOGRAPHY
============================================================*/

body {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 16px;
  color: #505050;
  font-weight: 400;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", Arial, sans-serif;
  color: #11151c;
  font-weight: 500;
  margin: 0px 0px 15px;
}

h1 {
  font-size: 32.437px;
}

h2 {
  font-size: 25.629px;
}

h3 {
  font-size: 20.25px;
}

h4 {
  font-size: 16px;
}

p {
  margin: 0px 0px 20px;
}

a {
  color: #11151c;
  -webkit-transition: 0.2s color;
  transition: 0.2s color;
}

a:hover,
a:focus {
  color: #c83255;
  text-decoration: none;
  outline: none;
}

::-moz-selection {
  background-color: #c83255;
  color: #fff;
}

::selection {
  background-color: #c83255;
  color: #fff;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

blockquote.blockquote {
  padding: 30px;
  margin: 0px 0px 20px;
  border: 2px solid #e8eaed;
}

blockquote.blockquote:before {
  content: "";
  font-family: fontAwesome;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 50%;
  color: #c83255;
  font-size: 30px;
  background: #fff;
  border: 2px solid #e8eaed;
  float: left;
  margin-right: 10px;
}

figure {
  margin-bottom: 20px;
}

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

figure > img {
  width: 100%;
}

figure > figcaption {
  font-size: 14px;
  text-align: center;
  margin-top: 10px;
  font-style: italic;
  color: #97989b;
}

.section {
  padding-top: 30px;
}

.section-title {
  position: relative;
  margin-bottom: 20px;
}

.section-title .title {
  position: relative;
  display: inline-block;
  background-color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 10px;
  z-index: 20;
}

.section-title:after {
  content: "";
  display: inline-block;
  height: 2px;
  background-color: #e8eaed;
  position: absolute;
  left: 0;
  right: 0;
  top: 10px;
  z-index: 10;
}

.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  background-color: #fff;
  border-radius: 2px;
  border: 2px solid #e8eaed;
}

textarea.input {
  padding: 15px;
  height: 90px;
}

:root {
  --pressly-accent: #c83255;
  --pressly-accent-hover: #b52b49;
  --pressly-font: "Roboto", Arial, sans-serif;
}

html,
body,
input,
textarea,
select,
button {
  font-family: var(--pressly-font);
}

body {
  font-weight: 400;
  letter-spacing: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
.post-title,
.pressly-slide-title,
.pressly-wordmark,
.pressly-wordmark-main,
.pressly-footer-brand-main {
  font-family: var(--pressly-font);
}

.nav-menu > li > a {
  font-family: var(--pressly-font);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.nav-aside-menu > li > a {
  font-family: var(--pressly-font);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.dropdown .dropdown-list li a,
.nav-aside-menu li.has-dropdown > .dropdown a {
  font-family: var(--pressly-font);
  font-weight: 500;
}

p,
.input,
.pressly-slide-excerpt,
.pressly-search-field input,
.pressly-newsletter-form input,
.pressly-footer-form input {
  font-family: var(--pressly-font);
  font-weight: 400;
}

.pressly-search-submit:hover,
.pressly-search-submit:focus,
.pressly-slide-category:hover,
.pressly-slide-category:focus {
  background: var(--pressly-accent-hover);
}

body,
p,
li,
input,
textarea,
select {
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong,
b,
button,
label,
.post-title,
.post-category,
.section-title,
.nav-menu > li > a,
.nav-aside-menu > li > a,
.dropdown .dropdown-list li a,
.nav-aside-menu li.has-dropdown > .dropdown a,
[class^="pressly-"],
[class*=" pressly-"] {
  font-weight: 500;
}

.nav-menu > li > a,
.nav-aside-menu > li > a {
  font-weight: 400;
}

html,
body,
input,
textarea,
select,
button,
.nav-menu,
.nav-aside-menu,
.dropdown,
.post,
.widget,
.pressly-footer {
  font-family: var(--pressly-font) !important;
}

body {
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p,
li,
input,
textarea,
select,
.post-meta,
.pressly-slide-meta,
.pressly-footer-copy,
.pressly-newsletter-copy,
.pressly-popular-meta,
.pressly-story-meta {
  font-weight: 400 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.post-title,
.post-title a,
.section-title,
.widget-title,
.pressly-slide-title,
.pressly-slide-title a,
.pressly-popular-title,
.pressly-popular-title a,
.pressly-story-title,
.pressly-story-title a,
.pressly-deck-title,
.pressly-deck-title a,
.pressly-footer-heading {
  font-family: var(--pressly-font) !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
}

.post-category,
.post-category a,
.pressly-slide-category,
.pressly-deck-category,
.pressly-popular-category,
.pressly-story-category,
.pressly-footer-kicker,
.pressly-newsletter-kicker,
.pressly-section-kicker,
[class*="category"],
[class*="kicker"] {
  font-family: var(--pressly-font) !important;
  font-weight: 500 !important;
  letter-spacing: 0.02em;
}

.nav-menu > li > a,
.nav-aside-menu > li > a,
.dropdown .dropdown-list li a,
.nav-aside-menu li.has-dropdown > .dropdown a,
.pressly-mobile-menu a {
  font-family: var(--pressly-font) !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
}

button,
.btn,
.pressly-search-submit,
.pressly-newsletter-submit,
.pressly-footer-submit,
.pressly-load-more,
.pressly-view-all,
label {
  font-family: var(--pressly-font) !important;
  font-weight: 500 !important;
}

strong,
b {
  font-weight: 500 !important;
}

.post-title,
.pressly-popular-title,
.pressly-story-title,
.pressly-deck-title {
  line-height: 1.32;
}

.pressly-wordmark,
.pressly-wordmark-main,
.pressly-footer-brand-main {
  font-family: var(--pressly-font) !important;
  font-weight: 500 !important;
  letter-spacing: -0.025em;
}

/*============================================================
# 02. NAVIGATION CORE & DROPDOWNS
============================================================*/

#nav {
  border-bottom: 1px solid #e8eaed;
}

#nav:after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 90;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#nav.shadow-active:after {
  opacity: 1;
  visibility: visible;
}

#nav-top {
  text-align: center;
}

#nav-top > .container {
  position: relative;
}

#nav-bottom {
  border-top: 1px solid #e8eaed;
}

.nav-logo {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-logo .logo {
  display: inline-block;
  line-height: 70px;
  height: 70px;
}

.nav-logo .logo > img {
  width: 100%;
  max-height: 70px;
}

.nav-btns {
  float: right;
  padding: 10px 0px;
}

.nav-btns > button {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  background: transparent;
}

#nav-search {
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 10px);
  -ms-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  opacity: 0;
  visibility: hidden;
  max-width: 960px;
  width: 100%;
  padding: 60px 5%;
  background: #1b1c1e;
  z-index: 999;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

#nav-search.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

#nav-search form .input {
  height: 80px;
  background: transparent;
  border: 2px solid #323335;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 15px 25px;
}

.nav-menu {
  position: relative;
  text-align: center;
  float: none;
}

.nav-menu > li {
  float: none;
  display: inline-block;
}

.nav-menu > li > a {
  display: block;
  padding: 25px 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
}

.nav-menu li.has-dropdown {
  position: relative;
}

.nav-menu li.has-dropdown > a:after {
  font-family: "FontAwesome";
  content: "";
  margin-left: 5px;
}

.nav-menu li.has-dropdown > .dropdown {
  position: absolute;
  left: 0;
  width: 200px;
  text-align: left;
  z-index: 60;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.nav-menu li.has-dropdown:hover > .dropdown {
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

.nav-menu li.has-dropdown > .dropdown .dropdown-body {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-top: 2px solid #c83255;
}

.dropdown .dropdown-list li {
  border-bottom: 1px solid #e8eaed;
}

.dropdown .dropdown-list li a {
  display: block;
  padding: 10px;
  line-height: 20px;
}

#nav-aside {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #1b1c1e;
  max-width: 360px;
  width: 100%;
  padding: 80px 20px;
  overflow-y: scroll;
  z-index: 99;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.4s all cubic-bezier(0.77, 0, 0.18, 1);
  transition: 0.4s all cubic-bezier(0.77, 0, 0.18, 1);
}

#nav-aside.active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.nav-aside-menu li a {
  display: block;
  padding: 15px 0px;
  color: #fff;
  border-bottom: 1px solid #323335;
}

.nav-aside-menu li a:hover,
.nav-aside-menu li a:focus {
  color: #c83255;
}

.nav-aside-menu li.has-dropdown > a {
  cursor: pointer;
}

.nav-aside-menu li.has-dropdown > a:after {
  font-family: "FontAwesome";
  content: "";
  float: right;
}

.nav-aside-menu li.has-dropdown > .dropdown {
  display: none;
  margin-left: 30px;
  border-left: 1px solid #323335;
}

.nav-aside-menu li.has-dropdown.active > .dropdown {
  display: block;
}

.nav-aside-menu li.has-dropdown > .dropdown a {
  padding: 15px;
}

.nav-close {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: transparent;
  border: none;
}

.nav-close span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.nav-close span:before,
.nav-close span:after {
  content: "";
  display: block;
  width: 30px;
  background-color: #fff;
  height: 2px;
}

.nav-close span:before {
  -webkit-transform: translateY(0px) rotate(-135deg);
  -ms-transform: translateY(0px) rotate(-135deg);
  transform: translateY(0px) rotate(-135deg);
}

.nav-close span:after {
  -webkit-transform: translateY(-2px) rotate(135deg);
  -ms-transform: translateY(-2px) rotate(135deg);
  transform: translateY(-2px) rotate(135deg);
}

.dropdown .dropdown-list li a.is-current-link,
.dropdown .dropdown-list li a[aria-current="page"] {
  color: var(--pressly-accent);
  background: rgba(200, 50, 85, 0.075);
}

.dropdown .dropdown-list li a.is-current-link:before,
.dropdown .dropdown-list li a[aria-current="page"]:before {
  background: var(--pressly-accent);
  transform: scale(1.25);
}

.nav-aside-menu a.is-current-link,
.nav-aside-menu a[aria-current="page"] {
  color: var(--pressly-accent);
}

.nav-aside-menu li.has-dropdown > .dropdown a.is-current-link,
.nav-aside-menu li.has-dropdown > .dropdown a[aria-current="page"] {
  color: var(--pressly-accent);
  background: rgba(200, 50, 85, 0.075);
}

.theme-toggle-btn:focus:not(:focus-visible),
.nav-btns > button:focus:not(:focus-visible) {
  outline: none;
}

/*============================================================
# 03. HEADER & TOP BAR
============================================================*/

:root {
  --pressly-accent: #c83255;
  --pressly-ink: #1b1c1e;
  --pressly-muted: #72757a;
  --pressly-line: #eceef1;
  --pressly-soft: #f6f7f8;
}

#nav {
  background: #fff;
  border-bottom: 0;
}

/* Top Bar */

#nav-top {
  background: #fff;
  border-bottom: 1px solid var(--pressly-line);
}

#nav-top > .container {
  min-height: 92px;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  column-gap: 24px;
}

.nav-social,
.nav-btns {
  float: none;
  padding: 0;
  margin: 0;
}

.nav-logo {
  position: static;
  left: auto;
  transform: none;
  justify-self: center;
  line-height: 1;
}

.nav-logo .logo {
  height: auto;
  min-height: 54px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nav-logo .logo > img {
  width: auto;
  max-width: 150px;
  max-height: 54px;
  display: block;
}

.nav-btns {
  display: flex;
  align-items: center;
  justify-self: end;
  gap: 6px;
}

.nav-btns > button {
  width: 42px;
  height: 42px;
  line-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--pressly-ink);
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.nav-btns > button:hover,
.nav-btns > button:focus-visible {
  color: var(--pressly-accent);
  background: var(--pressly-soft);
  transform: translateY(-1px);
  outline: none;
}

#nav-bottom {
  background: rgba(255, 255, 255, 0.98);
  border-top: 0;
  border-bottom: 1px solid var(--pressly-line);
}

#nav-bottom > .container {
  display: flex;
  justify-content: center;
}

.nav-menu {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}

.nav-menu > li {
  position: relative;
  display: block;
}

.nav-menu > li > a {
  position: relative;
  padding: 21px 16px 20px;
  line-height: 20px;
  font-size: 14px;
  letter-spacing: 0.25px;
  color: var(--pressly-ink);
  transition: color 0.2s ease;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: -1px;
  height: 3px;
  border-radius: 3px 3px 0 0;
  background: var(--pressly-accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.2s ease;
}

.nav-menu > li:hover > a,
.nav-menu > li > a:focus {
  color: var(--pressly-accent);
}

.nav-menu > li:hover > a:before,
.nav-menu > li > a:focus:before {
  transform: scaleX(1);
}

.nav-menu li.has-dropdown > .dropdown {
  top: calc(100% + 1px);
  border: 1px solid var(--pressly-line);
  border-top: 3px solid var(--pressly-accent);
  border-radius: 0 0 8px 8px;
  box-shadow: 0 16px 40px rgba(23, 28, 35, 0.1);
  overflow: hidden;
}

.nav-menu li.has-dropdown > .dropdown .dropdown-body {
  background: #fff;
}

.dropdown .dropdown-list li a {
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    padding-left 0.2s ease;
}

.dropdown .dropdown-list li a:hover,
.dropdown .dropdown-list li a:focus {
  color: var(--pressly-accent);
  background: #fafafa;
  padding-left: 22px;
}

#nav-search {
  border-radius: 10px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
}

#nav-top > .container::before,
#nav-top > .container::after,
#nav-bottom > .container::before,
#nav-bottom > .container::after {
  display: none;
  content: none;
}

#nav-top {
  position: relative;
  border-bottom-color: #eceef1;
}

#nav-top:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, var(--pressly-accent) 38%, var(--pressly-accent) 62%, transparent 100%);
  opacity: 0.9;
}

#nav-top > .container {
  min-height: 104px;
}

.nav-logo .pressly-wordmark {
  min-height: 64px;
  height: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  text-decoration: none;
  color: var(--pressly-ink);
  line-height: 1;
}

.pressly-wordmark-main {
  position: relative;
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 38px;
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -2.2px;
  color: var(--pressly-ink);
  white-space: nowrap;
}

.pressly-wordmark-main > span {
  color: var(--pressly-accent);
}

.pressly-wordmark-main:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-left: 4px;
  margin-bottom: 2px;
  border-radius: 50%;
  background: var(--pressly-accent);
}

.pressly-wordmark small {
  display: block;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 8px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 3px;
  color: #8b8e93;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav-social,
.nav-btns {
  min-height: 46px;
}

.nav-btns {
  position: relative;
  gap: 8px;
}

.nav-btns:before {
  content: "";
  width: 1px;
  height: 24px;
  margin-right: 5px;
  background: #e7e9ec;
}

.nav-btns > button {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #eceef1;
  background: #fff;
  box-shadow: 0 3px 12px rgba(23, 28, 35, 0.035);
}

.nav-btns > button:hover,
.nav-btns > button:focus-visible {
  color: #fff;
  background: var(--pressly-accent);
  border-color: var(--pressly-accent);
  box-shadow: 0 8px 20px rgba(200, 50, 85, 0.22);
  transform: translateY(-2px);
}

#nav-top > .container {
  direction: ltr;
}

.nav-left-controls {
  grid-column: 1;
  justify-self: start;
  display: flex;
  align-items: center;
  gap: 7px;
  min-width: 0;
}

.nav-logo {
  grid-column: 2;
}

.nav-btns {
  grid-column: 3;
}

.nav-left-controls .pressly-language-switcher {
  direction: ltr;
}

html[dir="rtl"] .nav-left-controls .pressly-language-switcher {
  direction: rtl;
}

.nav-left-controls .pressly-language-menu {
  left: 0 !important;
  right: auto !important;
}

.nav-left-controls .pressly-language-menu:before {
  left: 18px !important;
  right: auto !important;
}

.theme-toggle-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #eceef1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--pressly-ink);
  box-shadow: 0 3px 12px rgba(23, 28, 35, 0.035);
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.theme-toggle-btn:hover,
.theme-toggle-btn:focus-visible,
.theme-toggle-btn.is-active {
  color: #fff;
  background: var(--pressly-accent);
  border-color: var(--pressly-accent);
  box-shadow: 0 8px 20px rgba(200, 50, 85, 0.2);
  transform: translateY(-1px);
  outline: none;
}

.theme-toggle-btn i {
  font-size: 15px;
}

.nav-left-controls > .aside-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #eceef1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: var(--pressly-ink);
  box-shadow: 0 3px 12px rgba(23, 28, 35, 0.035);
  cursor: pointer;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.nav-left-controls > .aside-btn:hover,
.nav-left-controls > .aside-btn:focus {
  color: #fff;
  background: var(--pressly-accent);
  border-color: var(--pressly-accent);
  box-shadow: 0 8px 20px rgba(200, 50, 85, 0.2);
  transform: translateY(-1px);
  outline: none;
}

html[dir="rtl"] .nav-btns .pressly-language-switcher {
  direction: rtl;
}

/* Compact Header */
#nav-top > .container {
  min-height: 82px !important;
}

.nav-logo .pressly-wordmark {
  min-height: 50px !important;
}

.pressly-wordmark-main {
  font-size: 34px !important;
}

.pressly-wordmark small {
  font-size: 7px !important;
  letter-spacing: 2.7px !important;
}

.nav-left-controls,
.nav-btns {
  min-height: 38px !important;
}

.nav-left-controls > .aside-btn,
.theme-toggle-btn,
.nav-btns > button,
.pressly-language-switcher > .language-btn {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  line-height: 36px !important;
}

.nav-menu > li > a {
  padding: 16px 14px 15px !important;
  font-size: 13px !important;
}

.nav-menu > li > a:before {
  left: 14px !important;
  right: 14px !important;
}

.pressly-live-btn {
  height: 36px;
  min-height: 36px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px solid #eceef1;
  border-radius: 999px;
  background: #fff;
  color: #20242a;
  box-shadow: 0 3px 12px rgba(23, 28, 35, 0.035);
  font-size: 11px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.pressly-live-btn:hover,
.pressly-live-btn:focus-visible {
  color: var(--pressly-accent);
  background: #fff8fa;
  border-color: rgba(200, 50, 85, 0.28);
  box-shadow: 0 8px 20px rgba(200, 50, 85, 0.12);
  transform: translateY(-1px);
  outline: none;
}

.pressly-live-dot {
  position: relative;
  width: 8px;
  height: 8px;
  flex: 0 0 8px;
  border-radius: 50%;
  background: var(--pressly-accent);
  box-shadow: 0 0 0 0 rgba(200, 50, 85, 0.46);
  animation: pressly-live-pulse 1.35s ease-in-out infinite;
}

@keyframes pressly-live-pulse {
  0%,
  100% {
    opacity: 1;
    box-shadow:
      0 0 0 0 rgba(200, 50, 85, 0.42),
      0 0 8px rgba(200, 50, 85, 0.34);
  }

  50% {
    opacity: 0.38;
    box-shadow:
      0 0 0 5px rgba(200, 50, 85, 0),
      0 0 2px rgba(200, 50, 85, 0.08);
  }
}

.nav-btns > .theme-toggle-btn {
  flex: 0 0 auto;
}

/*============================================================
# 04. SEARCH & MOBILE MENU
============================================================*/

/* Search */

#nav-search {
  position: fixed;
  inset: 0;
  left: 0;
  width: 100%;
  max-width: none;
  padding: 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(14, 15, 17, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  z-index: 1200;
  opacity: 0;
  visibility: hidden;
  transform: none;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

#nav-search.active {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.pressly-search-shell {
  width: min(920px, 100%);
  margin-top: clamp(90px, 14vh, 150px);
  padding: 42px 44px 38px;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 28px 90px rgba(0, 0, 0, 0.3);
  transform: translateY(-12px) scale(0.985);
  transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.2, 1);
}

#nav-search.active .pressly-search-shell {
  transform: translateY(0) scale(1);
}

.pressly-search-kicker {
  margin-bottom: 8px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: var(--pressly-accent);
}

.pressly-search-title {
  margin: 0 0 24px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(24px, 3vw, 34px);
  line-height: 1.15;
  font-weight: 500;
  color: var(--pressly-ink);
}

.pressly-search-field {
  min-height: 68px;
  display: grid;
  grid-template-columns: 24px 1fr auto;
  align-items: center;
  gap: 14px;
  padding: 8px 8px 8px 22px;
  border: 1px solid #e4e6e9;
  border-radius: 12px;
  background: #f7f8f9;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease;
}

.pressly-search-field:focus-within {
  border-color: rgba(200, 50, 85, 0.55);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(200, 50, 85, 0.08);
}

.pressly-search-field > i {
  color: #93979d;
  font-size: 17px;
}

#nav-search form .input {
  width: 100%;
  height: 48px;
  min-width: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--pressly-ink);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 17px;
  line-height: 48px;
  font-weight: 400;
  box-shadow: none;
}

#nav-search form .input::placeholder {
  color: #9a9da2;
}

.pressly-search-submit {
  height: 50px;
  padding: 0 24px;
  border: 0;
  border-radius: 9px;
  background: var(--pressly-accent);
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.pressly-search-submit:hover,
.pressly-search-submit:focus {
  background: #b52b49;
  box-shadow: 0 10px 24px rgba(200, 50, 85, 0.24);
  transform: translateY(-1px);
  outline: none;
}

.pressly-search-suggestions {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
  color: #8a8d92;
  font-size: 12px;
}

.pressly-search-suggestions > span {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 500;
  color: #5c6066;
}

.pressly-search-suggestions a {
  color: #777b80;
  text-decoration: none;
}

.pressly-search-suggestions a:hover,
.pressly-search-suggestions a:focus {
  color: var(--pressly-accent);
}

#nav-search .search-close {
  position: fixed;
  top: 28px;
  right: 32px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.12);
  transition:
    background-color 0.18s ease,
    transform 0.18s ease;
}

#nav-search .search-close:hover,
#nav-search .search-close:focus {
  background: var(--pressly-accent);
  transform: rotate(4deg);
  outline: none;
}

/* Mobile Menu */

#nav-aside {
  max-width: 410px;
  width: min(410px, 92vw);
  padding: 0;
  overflow-y: auto;
  background: #17181a;
  z-index: 1250;
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.2);
  transition: transform 0.38s cubic-bezier(0.77, 0, 0.18, 1);
}

.nav-aside-head {
  min-height: 126px;
  padding: 31px 72px 24px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-bottom: 1px solid #2d2f32;
}

.aside-brand {
  width: fit-content;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  color: #fff;
  text-decoration: none;
}

.aside-brand-main {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 29px;
  line-height: 0.95;
  font-weight: 500;
  letter-spacing: -1.7px;
  color: #fff;
}

.aside-brand-main > span {
  color: var(--pressly-accent);
}

.aside-brand-main > b {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-left: 3px;
  margin-bottom: 2px;
  border-radius: 50%;
  background: var(--pressly-accent);
}

.aside-brand small {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 6px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 2.3px;
  color: #7e8288;
}

.aside-menu-label {
  margin-top: 16px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.8px;
  text-transform: uppercase;
  color: #62666c;
}

.nav-aside-navigation {
  padding: 18px 30px 8px;
}

.nav-aside-menu {
  margin: 0;
  padding: 0;
}

.nav-aside-menu > li {
  border-bottom: 1px solid #2a2c2f;
}

.nav-aside-menu > li > a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  padding: 0 34px 0 0;
  border: 0;
  color: #f3f3f4;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.1px;
  transition:
    color 0.18s ease,
    padding-left 0.18s ease;
}

.nav-aside-menu > li > a:hover,
.nav-aside-menu > li > a:focus {
  color: var(--pressly-accent);
  padding-left: 4px;
}

.nav-aside-menu li.has-dropdown > a:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  float: none;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  font-size: 14px;
  color: #777b81;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.nav-aside-menu li.has-dropdown.active > a:after {
  color: var(--pressly-accent);
  transform: translateY(-50%) rotate(180deg);
}

.nav-aside-menu li.has-dropdown > .dropdown {
  display: none;
  margin: -1px 0 12px;
  padding: 7px 0 9px 15px;
  border: 0;
  border-left: 2px solid #34363a;
}

.nav-aside-menu li.has-dropdown.active > .dropdown {
  display: block;
}

.nav-aside-menu li.has-dropdown > .dropdown li {
  border: 0;
}

.nav-aside-menu li.has-dropdown > .dropdown a {
  display: block;
  padding: 9px 12px;
  border: 0;
  color: #9b9fa5;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 400;
  transition:
    color 0.18s ease,
    transform 0.18s ease;
}

.nav-aside-menu li.has-dropdown > .dropdown a:hover,
.nav-aside-menu li.has-dropdown > .dropdown a:focus {
  color: #fff;
  transform: translateX(3px);
}

.nav-aside-footer {
  margin-top: 16px;
  padding: 24px 30px 34px;
  border-top: 1px solid #2d2f32;
}

.nav-aside-footer > span {
  display: block;
  margin-bottom: 14px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #686c72;
}

.nav-aside-social {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.nav-aside-social li a {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #33363a;
  border-radius: 50%;
  color: #bbbfc4;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.nav-aside-social li a:hover,
.nav-aside-social li a:focus {
  color: #fff;
  background: var(--pressly-accent);
  border-color: var(--pressly-accent);
  transform: translateY(-2px);
}

#nav-aside .nav-aside-close {
  top: 22px;
  right: 22px;
  width: 42px;
  height: 42px;
  border: 1px solid #303236;
  border-radius: 50%;
  transition:
    border-color 0.18s ease,
    background-color 0.18s ease,
    transform 0.18s ease;
}

#nav-aside .nav-aside-close:hover,
#nav-aside .nav-aside-close:focus {
  border-color: var(--pressly-accent);
  background: var(--pressly-accent);
  transform: rotate(4deg);
  outline: none;
}

#nav-aside .nav-close span:before,
#nav-aside .nav-close span:after,
#nav-search .nav-close span:before,
#nav-search .nav-close span:after {
  width: 22px;
}

body.pressly-overlay-open {
  overflow: hidden;
}

#nav.shadow-active:after {
  z-index: 1240;
  background-color: rgba(10, 11, 12, 0.58);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(2px);
}

/*============================================================
# 05. GLOBAL PAGE COMPONENTS
============================================================*/

#post-header {
  padding-top: 240px;
  padding-bottom: 80px;
}

.post {
  position: relative;
  margin-bottom: 30px;
}

.post .post-body {
  position: relative;
  margin: -50px 0px 0px 3%;
  padding: 5%;
  background: #fff;
  z-index: 10;
}

.post .post-img {
  display: block;
  overflow: hidden;
}

.post-img > img {
  width: 100%;
  -webkit-transition: 1.6s -webkit-transform;
  transition: 1.6s -webkit-transform;
  transition: 1.6s transform;
  transition:
    1.6s transform,
    1.6s -webkit-transform;
}

.post-img:hover > img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.post .post-title {
  font-size: 18px;
}

.post .post-title.title-sm {
  font-size: 16px;
}

.post .post-category {
  margin-bottom: 10px;
}

.post-category a {
  color: #c83255;
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase;
}

.post-category a:after {
  content: ",";
  display: inline-block;
}

.post-category a:last-child:after {
  display: none;
}

.post .post-meta {
  margin-bottom: 10px;
}

.post-meta li {
  display: inline-block;
  color: #97989b;
  font-size: 12px;
  text-transform: uppercase;
}

.post-meta li a {
  color: #97989b;
  font-weight: 500;
}

.post-meta li a:hover,
.post-meta li a:focus {
  color: #c83255;
}

.post-meta li:after {
  content: "•";
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

.post-meta li:last-child:after {
  display: none;
}

.post.post-sm .post-body {
  margin: 15px 0px 0px;
  background: transparent;
  padding: 0;
}

/*============================================================
# 06. HOME 01 — FEATURED & TRENDING
============================================================*/

/* Featured Slider */

.pressly-featured-section {
  padding: 34px 0 18px;
  background: #fff;
}

.pressly-featured-slider {
  position: relative;
  overflow: hidden;
  height: 520px;
  border: 1px solid rgba(27, 28, 30, 0.07);
  border-radius: 18px;
  background: #17191c;
  box-shadow: 0 18px 48px rgba(24, 28, 32, 0.12);
  isolation: isolate;
}

.pressly-featured-stage,
.pressly-feature-slide,
.pressly-slide-media {
  position: absolute;
  inset: 0;
}

.pressly-feature-slide {
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transform: scale(1.015);
  transition:
    opacity 680ms ease,
    transform 850ms cubic-bezier(0.2, 0.65, 0.3, 1),
    visibility 680ms step-end;
}

.pressly-feature-slide.is-active {
  z-index: 2;
  visibility: visible;
  opacity: 1;
  transform: scale(1);
  transition:
    opacity 680ms ease,
    transform 850ms cubic-bezier(0.2, 0.65, 0.3, 1),
    visibility 0s step-start;
}

.pressly-slide-media {
  display: block;
  z-index: 1;
}

.pressly-slide-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.055);
  transition: transform 7s cubic-bezier(0.1, 0.55, 0.2, 1);
}

.pressly-feature-slide.is-active .pressly-slide-media img {
  transform: scale(1.01);
}

.pressly-slide-shade {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(15, 17, 20, 0.92) 0%, rgba(15, 17, 20, 0.76) 32%, rgba(15, 17, 20, 0.28) 61%, rgba(15, 17, 20, 0.1) 100%),
    linear-gradient(0deg, rgba(15, 17, 20, 0.38) 0%, transparent 42%);
}

.pressly-slide-content {
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 3;
  width: min(650px, 58%);
  padding: 0 0 0 82px;
  transform: translateY(-46%);
  color: #fff;
}

.pressly-slide-category {
  display: inline-flex;
  align-items: center;
  min-height: 29px;
  margin-bottom: 17px;
  padding: 7px 13px;
  border-radius: 999px;
  background: #c83255;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pressly-slide-category:hover,
.pressly-slide-category:focus {
  color: #fff;
  background: #b52b49;
}

.pressly-slide-title {
  margin: 0 0 17px;
  font-family: "Roboto", Arial, sans-serif;
  font-size: clamp(39px, 4.2vw, 61px);
  font-weight: 500;
  line-height: 1.03;
  letter-spacing: -0.035em;
}

.pressly-slide-title a {
  color: #fff;
}

.pressly-slide-title a:hover,
.pressly-slide-title a:focus {
  color: #fff;
  opacity: 0.88;
}

.pressly-slide-excerpt {
  max-width: 565px;
  margin: 0 0 22px;
  color: rgba(255, 255, 255, 0.8);
  font-family: "Roboto", Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
}

.pressly-slide-meta,
.pressly-slide-author {
  display: flex;
  align-items: center;
}

.pressly-slide-meta {
  gap: 12px;
  color: rgba(255, 255, 255, 0.76);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.045em;
}

.pressly-slide-author {
  gap: 10px;
  color: #fff;
}

.pressly-slide-author:hover,
.pressly-slide-author:focus {
  color: #fff;
  opacity: 0.82;
}

.pressly-slide-author img {
  width: 38px;
  height: 38px;
  border: 2px solid rgba(255, 255, 255, 0.88);
  border-radius: 50%;
  object-fit: cover;
}

.pressly-slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: grid;
  width: 46px;
  height: 46px;
  margin-top: -23px;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  background: rgba(12, 14, 17, 0.55);
  color: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

.pressly-slider-prev {
  left: 18px;
}

.pressly-slider-next {
  right: 18px;
}

.pressly-slider-arrow:hover,
.pressly-slider-arrow:focus {
  background: #c83255;
  border-color: #c83255;
  transform: scale(1.06);
  outline: none;
}

.pressly-slider-footer {
  position: absolute;
  left: 82px;
  right: 82px;
  bottom: 23px;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.pressly-slider-count {
  display: flex;
  gap: 5px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.09em;
}

.pressly-slider-count .pressly-current-slide {
  color: #fff;
}

.pressly-slider-dots {
  display: flex;
  align-items: center;
  gap: 7px;
}

.pressly-slider-dots button {
  position: relative;
  width: 35px;
  height: 12px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.pressly-slider-dots button:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 5px;
  height: 3px;
  content: "";
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.52);
  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.pressly-slider-dots button.is-active:before {
  background: #c83255;
  transform: scaleY(1.35);
}

.pressly-slider-dots button:focus {
  outline: none;
}

.pressly-slider-dots button:focus-visible:before {
  box-shadow: 0 0 0 2px #fff;
}

.pressly-story-deck {
  display: grid;
  grid-template-columns: minmax(300px, 0.86fr) minmax(0, 2fr);
  gap: 30px;
  margin-top: 30px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eceef0;
}

/* Trending Now */

.pressly-trending-panel {
  padding-right: 30px;
  border-right: 1px solid #eceef0;
}

.pressly-deck-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}

.pressly-deck-heading h2 {
  margin: 0;
  color: #17191c;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.pressly-deck-heading h2 i {
  margin-right: 8px;
  color: #c83255;
  font-size: 16px;
}

.pressly-deck-heading > a {
  color: #c83255;
  font-size: 11px;
  font-weight: 500;
}

.pressly-deck-heading > a i {
  margin-left: 5px;
}

.pressly-trending-list {
  display: grid;
  gap: 13px;
}

.pressly-trending-item {
  display: grid;
  grid-template-columns: 82px 28px minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  padding-bottom: 13px;
  border-bottom: 1px solid #f0f1f2;
}

.pressly-trending-item:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pressly-trending-img {
  display: block;
  overflow: hidden;
  height: 63px;
  border-radius: 9px;
}

.pressly-trending-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.pressly-trending-item:hover .pressly-trending-img img {
  transform: scale(1.06);
}

.pressly-trending-number {
  display: grid;
  width: 28px;
  height: 28px;
  place-items: center;
  border-radius: 7px;
  background: #c83255;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
}

.pressly-trending-item h3 {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.35;
}

.pressly-trending-item h3 a {
  color: #17191c;
}

.pressly-trending-item h3 a:hover {
  color: #c83255;
}

.pressly-trending-item p,
.pressly-mini-story p {
  margin: 0;
  color: #8d9299;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
}

.pressly-trending-item p span,
.pressly-mini-story p span {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 7px 2px;
  border-radius: 50%;
  background: #c83255;
}

.pressly-latest-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.pressly-mini-story {
  min-width: 0;
}

.pressly-mini-img {
  position: relative;
  display: block;
  overflow: hidden;
  height: 118px;
  margin-bottom: 11px;
  border-radius: 10px;
  background: #f2f3f4;
}

.pressly-mini-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.pressly-mini-story:hover .pressly-mini-img img {
  transform: scale(1.055);
}

.pressly-mini-img span {
  position: absolute;
  left: 10px;
  bottom: 9px;
  padding: 5px 8px;
  border-radius: 999px;
  background: #c83255;
  color: #fff;
  font-size: 8px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.pressly-mini-story h3 {
  margin: 0 0 7px;
  font-size: 13px;
  line-height: 1.34;
}

.pressly-mini-story h3 a {
  color: #17191c;
}

.pressly-mini-story h3 a:hover {
  color: #c83255;
}

/* Home 1 Featured Hero */
body.home1-centered #pressly-featured-slider .pressly-slide-content {
  left: 50%;
  right: auto;
  width: min(780px, 78%);
  padding: 0 28px;
  transform: translate(-50%, -46%);
  text-align: center;
}

body.home1-centered #pressly-featured-slider .pressly-slide-excerpt {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

body.home1-centered #pressly-featured-slider .pressly-slide-meta {
  justify-content: center;
}

/*============================================================
# 07. HOME 02 — EDITOR’S PICK
============================================================*/

.pressly-home2-section {
  padding-top: 54px;
}

.pressly-editor-slider {
  position: relative;
  min-height: 530px;
  margin-bottom: 62px;
}

.pressly-editor-stage {
  position: relative;
  min-height: 490px;
}

.pressly-editor-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.45s ease,
    visibility 0.45s ease;
}

.pressly-editor-slide.is-active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 2;
}

.pressly-editor-media {
  position: absolute;
  top: 0;
  right: 0;
  width: 69%;
  height: 490px;
  overflow: hidden;
  border-radius: 26px;
  background: #eef1f4;
}

.pressly-editor-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.025);
  transition: transform 1.1s ease;
}

.pressly-editor-slide.is-active .pressly-editor-media img {
  transform: scale(1);
}

.pressly-editor-media-icon {
  position: absolute;
  top: 22px;
  right: 22px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  background: rgba(17, 21, 28, 0.57);
  border: 1px solid rgba(255, 255, 255, 0.48);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  font-size: 17px;
}

.pressly-editor-card {
  position: absolute;
  left: 0;
  top: 50%;
  width: 43%;
  min-height: 330px;
  padding: 44px 42px 31px;
  transform: translateY(-50%);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.97);
  border: 1px solid #edf0f2;
  box-shadow: 0 16px 38px rgba(16, 24, 40, 0.12);
  z-index: 3;
}

.pressly-editor-category {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin-bottom: 22px;
  padding: 4px 13px;
  border-radius: 999px;
  background: #f5f6f7;
  color: #5f6570;
  font-size: 12px;
  font-weight: 500;
}

.pressly-editor-card h1,
.pressly-editor-card h2 {
  max-width: 390px;
  margin-bottom: 24px;
  font-size: 30px;
  line-height: 1.18;
  letter-spacing: -0.38px;
  font-weight: 500;
}

.pressly-editor-card h1 a,
.pressly-editor-card h2 a {
  color: #11151c;
}

.pressly-editor-card h1 a:hover,
.pressly-editor-card h1 a:focus,
.pressly-editor-card h2 a:hover,
.pressly-editor-card h2 a:focus {
  color: #c83255;
}

.pressly-editor-author {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 29px;
}

.pressly-editor-author img {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
}

.pressly-editor-author div {
  display: grid;
  gap: 2px;
}

.pressly-editor-author a {
  color: #1a1d22;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 500;
}

.pressly-editor-author time {
  color: #8b9099;
  font-size: 12px;
}

.pressly-editor-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 22px;
  border-top: 1px solid #eceff2;
}

.pressly-editor-stats,
.pressly-editor-reading {
  display: flex;
  align-items: center;
  gap: 14px;
  color: #5f6570;
  font-size: 12px;
}

.pressly-editor-stats span,
.pressly-editor-reading span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pressly-editor-reading i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #e1e5e9;
  color: #11151c;
}

.pressly-editor-controls {
  position: absolute;
  left: 42px;
  bottom: -10px;
  display: flex;
  align-items: center;
  gap: 10px;
  z-index: 5;
}

.pressly-editor-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  padding: 0;
  border-radius: 50%;
  border: 1px solid #dfe3e7;
  background: #fff;
  color: #69707a;
  font-size: 14px;
  transition: 0.2s ease;
}

.pressly-editor-controls button:hover,
.pressly-editor-controls button:focus {
  border-color: #c83255;
  background: #c83255;
  color: #fff;
}

.pressly-editor-count {
  margin-left: 6px;
  color: #a1a5ac;
  font-size: 12px;
  letter-spacing: 0.4px;
}

.pressly-editor-count b {
  color: #c83255;
  font-weight: 500;
}

.pressly-editor-slide .pressly-editor-card {
  opacity: 0;
  transform: translate(-14px, -50%);
  transition:
    opacity 0.45s ease 0.08s,
    transform 0.52s ease 0.08s;
}

.pressly-editor-slide.is-active .pressly-editor-card {
  opacity: 1;
  transform: translate(0, -50%);
}

.pressly-home2-section.pressly-home2-no-heading {
  padding-top: 24px;
}

/*============================================================
# 08. HOME 03 — TECHNOLOGY
============================================================*/

.tech-home-intro {
  padding: 20px 0 34px;
}

.tech-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, 0.8fr) minmax(0, 0.8fr);
  grid-template-rows: 260px 260px;
  gap: 12px;
}

.tech-story {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 10px;
  background: #14151a;
}

.tech-story-main {
  grid-row: 1 / span 2;
}

.tech-story-media,
.tech-story-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.tech-story-media img {
  object-fit: cover;
  transition: transform 0.45s ease;
}

.tech-story:hover .tech-story-media img {
  transform: scale(1.035);
}

.tech-story-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(10, 12, 17, 0.02) 20%, rgba(10, 12, 17, 0.9) 100%);
}

.tech-story-main .tech-story-overlay {
  background: linear-gradient(180deg, rgba(8, 11, 18, 0.04) 15%, rgba(8, 11, 18, 0.92) 100%);
}

.tech-story-content {
  position: absolute;
  z-index: 2;
  inset: auto 0 0;
  padding: 20px;
  color: #fff;
}

.tech-story-main .tech-story-content {
  padding: 34px 34px 30px;
}

.tech-story-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 9px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
}

.tech-story-meta a {
  color: #76a9ff;
  font-weight: 500;
}

.tech-story-meta span:before {
  content: "•";
  margin-inline-end: 10px;
  color: rgba(255, 255, 255, 0.45);
}

.tech-story h1,
.tech-story h2,
.tech-story h3 {
  margin: 0;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.tech-story h1,
.tech-story h2 {
  max-width: 720px;
  font-size: 31px;
  line-height: 1.12;
}

.tech-story h3 {
  font-size: 18px;
  line-height: 1.2;
}

.tech-story h1 a,
.tech-story h2 a,
.tech-story h3 a {
  color: #fff;
}

.tech-story-main p {
  max-width: 650px;
  margin: 12px 0 16px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.6;
}

.tech-story-author {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
  color: #fff;
}

.tech-story-author img {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

/*============================================================
# 09. HOME 04 — CLASSIC EDITORIAL
============================================================*/

.classic-home-hero {
  background: #fff;
  padding: 34px 0 48px;
  overflow: hidden;
}

.classic-home-shell {
  position: relative;
  max-width: 1220px;
  padding-left: 34px;
  padding-right: 34px;
}

.classic-home-carousel {
  overflow: hidden;
  direction: ltr;
  padding: 2px;
}

.classic-home-track {
  display: flex;
  gap: 24px;
  transition: transform 0.58s cubic-bezier(0.22, 0.61, 0.36, 1);
  will-change: transform;
}

.classic-home-card {
  position: relative;
  flex: 0 0 calc((100% - 48px) / 3);
  min-width: 0;
  overflow: hidden;
  text-align: center;
  direction: ltr;
  background: #fff;
  border: 1px solid #e7e7ea;
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(25, 25, 31, 0.035);
  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.classic-home-card:hover {
  transform: translateY(-4px);
  border-color: rgba(200, 50, 85, 0.46);
  box-shadow: 0 16px 34px rgba(25, 25, 31, 0.09);
}

.classic-home-image {
  display: block;
  width: 100%;
  height: 318px;
  overflow: hidden;
  background: #f2f2f2;
  border-bottom: 1px solid #ececef;
}

.classic-home-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.2, 0.7, 0.25, 1);
}

.classic-home-card:hover .classic-home-image img {
  transform: scale(1.035);
}

.classic-home-body {
  min-height: 178px;
  padding: 20px 18px 22px;
}

.classic-home-category {
  display: inline-block;
  margin-bottom: 8px;
  color: var(--pressly-accent, #c83255);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1.35px;
  line-height: 1.2;
  text-transform: uppercase;
}

.classic-home-body h1,
.classic-home-body h2 {
  max-width: 315px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.16;
  letter-spacing: -0.32px;
}

.classic-home-body h1 a,
.classic-home-body h2 a {
  color: #17171a;
}

.classic-home-body h1 a:hover,
.classic-home-body h2 a:hover {
  color: var(--pressly-accent, #c83255);
}

.classic-home-read {
  display: inline-block;
  position: relative;
  margin-top: 14px;
  padding-bottom: 8px;
  color: var(--pressly-accent, #c83255);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.classic-home-read:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 54px;
  height: 1px;
  background: rgba(200, 50, 85, 0.36);
  transform: translateX(-50%);
  transition:
    width 0.22s ease,
    background-color 0.22s ease;
}

.classic-home-read:hover:after {
  width: 72px;
  background: var(--pressly-accent, #c83255);
}

.classic-home-arrow {
  position: absolute;
  top: 32%;
  z-index: 5;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  background: var(--pressly-accent, #c83255);
  color: #fff;
  box-shadow:
    0 0 0 1px rgba(200, 50, 85, 0.34),
    0 9px 24px rgba(200, 50, 85, 0.24);
  font-size: 23px;
  cursor: pointer;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    background-color 0.22s ease;
}

.classic-home-arrow:hover,
.classic-home-arrow:focus {
  background: #a92748;
  color: #fff;
  transform: translateY(-2px) scale(1.04);
  box-shadow:
    0 0 0 1px rgba(200, 50, 85, 0.45),
    0 13px 30px rgba(200, 50, 85, 0.3);
  outline: none;
}

.classic-home-prev {
  left: 8px;
}

.classic-home-next {
  right: 8px;
}

html[dir="rtl"] .classic-home-card {
  direction: rtl;
}

html[dir="rtl"] .classic-home-category,
html[dir="rtl"] .classic-home-read {
  letter-spacing: 0;
}

html[dir="rtl"] .classic-home-body h1,
html[dir="rtl"] .classic-home-body h2 {
  font-family: "Cairo", Tahoma, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.55;
  letter-spacing: 0;
}

/*============================================================
# 10. HOME 05 — LIGHT SPOTLIGHT
============================================================*/

.home5-spotlight {
  padding: 58px 0 64px;
  background: #fff;
  border-bottom: 1px solid #f0edf0;
}

.home5-shell {
  display: grid;
  grid-template-columns: minmax(0, 2.15fr) minmax(310px, 0.75fr);
  gap: 20px;
  align-items: stretch;
}

.home5-main-card {
  position: relative;
  min-height: 565px;
  overflow: hidden;
  border-radius: 20px;
  background: #111;
  box-shadow: 0 18px 48px rgba(25, 20, 30, 0.1);
}

.home5-main-media,
.home5-main-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.home5-main-media img {
  object-fit: cover;
  transition:
    opacity 0.2s ease,
    transform 0.8s ease;
}

.home5-main-media img.is-changing {
  opacity: 0.25;
  transform: scale(1.02);
}

.home5-main-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(15, 12, 18, 0.03) 20%, rgba(12, 9, 14, 0.22) 50%, rgba(10, 8, 12, 0.9) 100%);
}

.home5-main-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 48px 54px 44px;
  color: #fff;
  z-index: 2;
  max-width: 860px;
}

.home5-main-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.78);
}

.home5-main-meta a {
  color: #fff;
  background: #c83255;
  border-radius: 999px;
  padding: 6px 11px;
  text-decoration: none;
}

.home5-main-meta > span {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.6);
}

.home5-main-content h1 {
  font-size: 39px;
  line-height: 1.12;
  margin: 0 0 15px;
  font-weight: 800;
  letter-spacing: -0.7px;
  max-width: 760px;
}

.home5-main-content h1 a {
  color: #fff;
  text-decoration: none;
}

.home5-main-content p {
  font-size: 15px;
  line-height: 1.75;
  color: rgba(255, 255, 255, 0.82);
  max-width: 700px;
  margin: 0 0 20px;
}

.home5-main-author {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
}

.home5-main-author img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  object-fit: cover;
  border: 2px solid rgba(255, 255, 255, 0.75);
}

.home5-main-dots {
  position: absolute;
  right: 26px;
  bottom: 25px;
  z-index: 3;
  display: flex;
  gap: 8px;
}

.home5-main-dots button {
  width: 8px;
  height: 8px;
  border: 0;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  transition: 0.2s ease;
}

.home5-main-dots button.is-active {
  width: 24px;
  border-radius: 8px;
  background: #c83255;
}

.home5-sidebar {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid #eee8ec;
  border-radius: 20px;
  padding: 18px;
  box-shadow: 0 16px 44px rgba(25, 20, 30, 0.06);
}

.home5-side-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 2px 14px;
  border-bottom: 1px solid #f0eaed;
  margin-bottom: 8px;
}

.home5-side-heading span {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.4px;
  color: #c83255;
  font-weight: 800;
}

.home5-side-heading strong {
  font-size: 15px;
  color: #17131a;
}

.home5-side-list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  flex: 1;
}

.home5-side-item {
  display: grid;
  grid-template-columns: 84px 1fr;
  gap: 12px;
  align-items: center;
  width: 100%;
  border: 1px solid transparent;
  background: #fff;
  border-radius: 14px;
  padding: 8px;
  text-align: left;
  cursor: pointer;
  transition: 0.22s ease;
  color: #151219;
}

.home5-side-item:hover,
.home5-side-item.is-active {
  background: #fff7f9;
  border-color: #f0c7d2;
  transform: translateX(-2px);
}

.home5-side-item img {
  width: 84px;
  height: 72px;
  border-radius: 10px;
  object-fit: cover;
}

.home5-side-item span {
  min-width: 0;
}

.home5-side-item small {
  display: block;
  color: #c83255;
  font-size: 11px;
  font-weight: 700;
  margin-bottom: 4px;
}

.home5-side-item b {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 13px;
  line-height: 1.36;
  font-weight: 700;
}

.home5-nav-controls {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 10px;
  padding-top: 14px;
  margin-top: 8px;
  border-top: 1px solid #f0eaed;
}

.home5-nav-btn {
  height: 38px;
  border: 1px solid #c83255;
  background: #fff;
  color: #c83255;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  transition: 0.2s ease;
}

.home5-nav-btn:hover {
  background: #c83255;
  color: #fff;
}

.home5-counter {
  font-size: 11px;
  color: #938b92;
  white-space: nowrap;
}

.home5-counter strong {
  font-size: 13px;
  color: #17131a;
  margin-right: 3px;
}

[dir="rtl"] .home5-side-item {
  text-align: right;
}

[dir="rtl"] .home5-side-item:hover,
[dir="rtl"] .home5-side-item.is-active {
  transform: translateX(2px);
}

[dir="rtl"] .home5-main-dots {
  right: auto;
  left: 26px;
}

[dir="rtl"] .home5-counter strong {
  margin-right: 0;
  margin-left: 3px;
}

/*============================================================
# 11. HOME 06 — EDITORIAL
============================================================*/

.home6-editorial {
  padding: 48px 0 54px;
  background: #fcfbfc;
  border-bottom: 1px solid #eee9ec;
}

.home6-stage {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(360px, 0.75fr);
  background: #fff;
  border: 1px solid #eee7eb;
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 20px 55px rgba(24, 18, 23, 0.07);
}

.home6-visual {
  position: relative;
  min-height: 540px;
  background: #e9e5e8;
  overflow: hidden;
}

.home6-image-link,
.home6-image-link img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.home6-image-link img {
  object-fit: cover;
  transition:
    opacity 0.2s ease,
    transform 0.8s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.home6-image-link img.is-changing {
  opacity: 0.35;
  transform: scale(1.025);
}

.home6-image-badge {
  position: absolute;
  left: 22px;
  top: 22px;
  background: #fff;
  color: #1d181c;
  border-radius: 999px;
  padding: 9px 13px;
  font-size: 11px;
  font-weight: 800;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.home6-image-badge i {
  color: #c83255;
  margin-right: 5px;
}

.home6-image-index {
  position: absolute;
  right: 22px;
  bottom: 18px;
  display: flex;
  align-items: baseline;
  gap: 4px;
  color: #fff;
  text-shadow: 0 2px 14px rgba(0, 0, 0, 0.3);
}

.home6-image-index strong {
  font-size: 34px;
  line-height: 1;
  font-weight: 800;
}

.home6-image-index span {
  font-size: 12px;
  font-weight: 700;
  opacity: 0.8;
}

.home6-copy {
  padding: 48px 44px 34px;
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}

.home6-copy:before {
  content: "";
  position: absolute;
  left: 0;
  top: 46px;
  width: 4px;
  height: 74px;
  background: #c83255;
  border-radius: 0 6px 6px 0;
}

.home6-meta {
  display: flex;
  gap: 9px;
  align-items: center;
  font-size: 12px;
  color: #8c858a;
  margin-bottom: 16px;
}

.home6-meta a {
  font-weight: 800;
  color: #c83255;
  text-transform: uppercase;
  letter-spacing: 0.6px;
}

.home6-meta span {
  color: #c9c1c6;
}

.home6-copy h1 {
  font-size: 35px;
  line-height: 1.12;
  letter-spacing: -0.75px;
  margin: 0 0 17px;
  font-weight: 800;
}

.home6-copy h1 a {
  color: #151216;
  text-decoration: none;
}

.home6-copy h1 a:hover {
  color: #c83255;
}

.home6-copy > p {
  font-size: 14px;
  line-height: 1.78;
  color: #716a70;
  margin: 0 0 19px;
}

.home6-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
}

.home6-author img {
  width: 36px;
  height: 36px;
  object-fit: cover;
  border-radius: 50%;
}

.home6-author div {
  display: flex;
  flex-direction: column;
}

.home6-author strong {
  font-size: 12px;
  color: #211d20;
}

.home6-author span {
  font-size: 10px;
  color: #999096;
  margin-top: 2px;
}

.home6-selector {
  margin-top: auto;
  border-top: 1px solid #eee8ec;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.home6-story {
  border: 0;
  border-bottom: 1px solid #eee8ec;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 12px 8px;
  text-align: left;
  cursor: pointer;
  color: #262126;
  transition: 0.2s ease;
}

.home6-story:nth-child(odd) {
  border-right: 1px solid #eee8ec;
}

.home6-story span {
  font-size: 10px;
  font-weight: 800;
  color: #b5abb1;
}

.home6-story b {
  font-size: 11px;
  line-height: 1.3;
  font-weight: 700;
}

.home6-story:hover,
.home6-story.is-active {
  color: #c83255;
  background: #fff8fa;
}

.home6-story.is-active span {
  color: #c83255;
}

.home6-progress {
  height: 3px;
  background: #f0ebee;
  margin-top: 14px;
  border-radius: 3px;
  overflow: hidden;
}

.home6-progress span {
  display: block;
  height: 100%;
  width: 0;
  background: #c83255;
  border-radius: 3px;
}

.home6-briefing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 18px;
}

.home6-brief-card {
  display: grid;
  grid-template-columns: 108px 1fr;
  gap: 14px;
  background: #fff;
  border: 1px solid #eee7eb;
  border-radius: 15px;
  padding: 10px;
  text-decoration: none;
  transition: 0.22s ease;
}

.home6-brief-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(30, 22, 28, 0.07);
  border-color: #e4c1cb;
}

.home6-brief-card img {
  width: 108px;
  height: 94px;
  object-fit: cover;
  border-radius: 10px;
}

.home6-brief-card div {
  min-width: 0;
  display: flex;
  flex-direction: column;
}

.home6-brief-card small {
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
  color: #c83255;
  font-weight: 800;
  margin: 2px 0 5px;
}

.home6-brief-card h3 {
  font-size: 13px;
  line-height: 1.34;
  margin: 0;
  color: #201b1f;
  font-weight: 700;
}

.home6-brief-card span {
  font-size: 10px;
  color: #958b91;
  margin-top: auto;
}

.home6-brief-card span i {
  margin-left: 4px;
  color: #c83255;
}

.home6-ticker {
  display: grid;
  grid-template-columns: auto 7px 1fr auto;
  align-items: center;
  gap: 12px;
  margin-top: 17px;
  background: #1b171a;
  color: #fff;
  border-radius: 12px;
  padding: 12px 16px;
}

.home6-ticker strong {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  color: #fff;
}

.home6-ticker > span {
  width: 7px;
  height: 7px;
  background: #c83255;
  border-radius: 50%;
  box-shadow: 0 0 0 5px rgba(200, 50, 85, 0.15);
}

.home6-ticker p {
  margin: 0;
  font-size: 11px;
  color: #cfc8cc;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.home6-ticker a {
  font-size: 11px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.home6-ticker a:hover {
  color: #e85c7b;
}

[dir="rtl"] .home6-image-badge {
  left: auto;
  right: 22px;
}

[dir="rtl"] .home6-image-badge i {
  margin-right: 0;
  margin-left: 5px;
}

[dir="rtl"] .home6-image-index {
  right: auto;
  left: 22px;
}

[dir="rtl"] .home6-copy:before {
  left: auto;
  right: 0;
  border-radius: 6px 0 0 6px;
}

[dir="rtl"] .home6-story {
  text-align: right;
}

[dir="rtl"] .home6-story:nth-child(odd) {
  border-right: 0;
  border-left: 1px solid #eee8ec;
}

[dir="rtl"] .home6-brief-card span i {
  margin-left: 0;
  margin-right: 4px;
}

.home6-editorial.home6-no-heading {
  padding-top: 28px;
}

/*============================================================
# 12. HOME — RECENT POSTS
============================================================*/

/* Recent Posts */

.pressly-content-section {
  padding-top: 42px;
  padding-bottom: 12px;
}

.pressly-content-section .section-title {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 24px;
}

.pressly-content-section .section-title .title {
  flex: 0 0 auto;
  padding: 0;
  background: #fff;
  font-size: 17px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
}

.pressly-content-section .section-title .title:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 17px;
  margin-right: 9px;
  border-radius: 10px;
  background: #c83255;
  vertical-align: -2px;
}

.pressly-content-section .section-title:after {
  position: static;
  flex: 1 1 auto;
  height: 1px;
  background: #e9ebef;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post {
  margin-bottom: 38px;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-img {
  aspect-ratio: 16 / 9;
  border-radius: 10px;
  background: #f5f6f7;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-img > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.55s cubic-bezier(0.2, 0.7, 0.2, 1);
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-img:hover > img {
  transform: scale(1.035);
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-body {
  margin: -34px 14px 0;
  padding: 20px 20px 17px;
  border: 1px solid #edf0f2;
  border-radius: 9px;
  box-shadow: 0 10px 26px rgba(20, 22, 26, 0.055);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post:hover .post-body {
  transform: translateY(-2px);
  border-color: #e5e8eb;
  box-shadow: 0 14px 32px rgba(20, 22, 26, 0.075);
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-category {
  margin-bottom: 9px;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-category a {
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(200, 50, 85, 0.09);
  font-size: 10.5px;
  line-height: 1;
  letter-spacing: 0.035em;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-category a:after {
  display: none;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-title {
  margin-bottom: 13px;
  font-size: 19px;
  line-height: 1.32;
  letter-spacing: -0.012em;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-title a {
  transition: color 0.2s ease;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-meta {
  margin-bottom: 0;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-meta li {
  font-size: 11px;
  letter-spacing: 0.035em;
}

.pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-meta li:after {
  color: #c83255;
  padding-left: 7px;
  padding-right: 7px;
}

.pressly-content-section > .container > .row > .col-lg-4 .aside-widget {
  margin-bottom: 34px;
}

/*============================================================
# 13. HOME — LIFESTYLE
============================================================*/

/* Lifestyle */

.pressly-content-section .pressly-lifestyle-row {
  margin-top: 12px;
  margin-bottom: 4px;
}

.pressly-content-section .pressly-lifestyle-row > .col-lg-12 {
  margin-bottom: 2px;
}

.pressly-content-section .pressly-lifestyle-row .pressly-section-heading {
  display: flex;
  align-items: center;
  min-height: 43px;
  margin-bottom: 21px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e9ebee;
}

.pressly-content-section .pressly-lifestyle-row .pressly-section-heading:after {
  display: none;
}

.pressly-content-section .pressly-lifestyle-row .pressly-section-heading .title {
  flex: 0 0 auto;
  padding: 0;
  margin-right: 13px;
  background: transparent;
  font-size: 17px;
  letter-spacing: 0.015em;
}

.pressly-content-section .pressly-lifestyle-row .pressly-section-heading .title:before {
  width: 4px;
  height: 17px;
  margin-right: 9px;
  border-radius: 999px;
}

.pressly-content-section .pressly-lifestyle-row .pressly-section-kicker {
  color: #9a9da2;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.pressly-content-section .pressly-lifestyle-row .pressly-view-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
  color: #22252a;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.055em;
  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

.pressly-content-section .pressly-lifestyle-row .pressly-view-all:hover,
.pressly-content-section .pressly-lifestyle-row .pressly-view-all:focus {
  color: #c83255;
  gap: 10px;
}

.pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-card {
  height: calc(100% - 26px);
  margin-bottom: 26px;
  overflow: hidden;
  border: 1px solid #e9ebee;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 6px 19px rgba(20, 22, 26, 0.035);
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-card:hover {
  transform: translateY(-4px);
  border-color: #dfe2e6;
  box-shadow: 0 15px 34px rgba(20, 22, 26, 0.075);
}

.pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-img {
  position: relative;
  aspect-ratio: 16 / 10;
  border-radius: 0;
  background: #f3f4f5;
}

.pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-img:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(10, 12, 14, 0) 68%, rgba(10, 12, 14, 0.1) 100%);
}

.pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-img > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.2, 0.65, 0.3, 1);
}

.pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-card:hover .pressly-lifestyle-img > img {
  transform: scale(1.045);
}

.pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-body {
  margin: 0;
  padding: 17px 18px 18px;
  background: #fff;
}

.pressly-content-section .pressly-lifestyle-row .post-category {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 9px;
}

.pressly-content-section .pressly-lifestyle-row .post-category a {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 4px 8px;
  border-radius: 999px;
  background: rgba(200, 50, 85, 0.085);
  font-size: 9.5px;
  line-height: 1;
  letter-spacing: 0.045em;
}

.pressly-content-section .pressly-lifestyle-row .post-category a:after {
  display: none;
}

.pressly-content-section .pressly-lifestyle-row .post-title.title-sm {
  min-height: 44px;
  margin: 0 0 12px;
  font-size: 16px;
  line-height: 1.38;
  letter-spacing: -0.008em;
}

.pressly-content-section .pressly-lifestyle-row .post-title a {
  transition: color 0.2s ease;
}

.pressly-content-section .pressly-lifestyle-row .post-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0;
  padding-top: 12px;
  border-top: 1px solid #f0f1f3;
}

.pressly-content-section .pressly-lifestyle-row .post-meta li {
  font-size: 10.5px;
  letter-spacing: 0.035em;
}

.pressly-content-section .pressly-lifestyle-row .post-meta li:after {
  color: #c83255;
  padding-left: 7px;
  padding-right: 7px;
}

/*============================================================
# 14. HOME — TECHNOLOGY & HEALTH
============================================================*/

/* Technology & Health Slider */

.pressly-content-section .pressly-tech-health-row {
  margin-top: 20px;
  margin-bottom: 10px;
}

.pressly-content-section .pressly-tech-health-heading {
  display: flex;
  align-items: center;
  min-height: 43px;
  margin-bottom: 21px;
  padding-bottom: 13px;
  border-bottom: 1px solid #e9ebee;
}

.pressly-content-section .pressly-tech-health-heading:after {
  display: none;
}

.pressly-content-section .pressly-tech-health-heading .title {
  flex: 0 0 auto;
  margin-right: 13px;
  padding: 0;
  background: transparent;
  font-size: 17px;
  letter-spacing: 0.015em;
}

.pressly-content-section .pressly-tech-health-heading .title:before {
  width: 4px;
  height: 17px;
  margin-right: 9px;
  border-radius: 999px;
}

.pressly-content-section .pressly-tech-health-heading .pressly-section-kicker {
  color: #9a9da2;
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.02em;
}

.pressly-content-section .pressly-tech-health-controls {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin-left: auto;
}

.pressly-content-section .pressly-tech-health-controls button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #e1e4e8;
  border-radius: 50%;
  background: #fff;
  color: #22252a;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.pressly-content-section .pressly-tech-health-controls button:hover,
.pressly-content-section .pressly-tech-health-controls button:focus-visible {
  border-color: rgba(200, 50, 85, 0.42);
  background: #c83255;
  color: #fff;
  outline: none;
  transform: translateY(-1px);
}

.pressly-content-section .pressly-tech-health-slider {
  position: relative;
  min-width: 0;
}

.pressly-content-section .pressly-th-viewport {
  overflow: hidden;
  margin: 0 -1px;
  padding: 1px;
}

.pressly-content-section .pressly-th-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  will-change: transform;
  transition: transform 0.6s cubic-bezier(0.22, 0.72, 0.2, 1);
}

.pressly-content-section .pressly-th-slide {
  flex: 0 0 calc((100% - 20px) / 2);
  min-width: 0;
  overflow: hidden;
  margin: 0;
  border: 1px solid #eceef1;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(18, 22, 30, 0.045);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.pressly-content-section .pressly-th-slide:hover {
  transform: translateY(-3px);
  border-color: #e4e6ea;
  box-shadow: 0 14px 34px rgba(18, 22, 30, 0.075);
}

.pressly-content-section .pressly-th-image {
  position: relative;
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  background: #f2f3f5;
}

.pressly-content-section .pressly-th-image:after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(12, 14, 18, 0) 58%, rgba(12, 14, 18, 0.18) 100%);
}

.pressly-content-section .pressly-th-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.65s cubic-bezier(0.2, 0.65, 0.3, 1),
    filter 0.35s ease;
}

.pressly-content-section .pressly-th-slide:hover .pressly-th-image img {
  transform: scale(1.04);
  filter: saturate(1.035);
}

.pressly-content-section .pressly-th-category {
  position: absolute;
  z-index: 2;
  left: 14px;
  bottom: 13px;
  display: inline-flex;
  align-items: center;
  min-height: 25px;
  padding: 0 10px;
  border-radius: 999px;
  background: #c83255;
  box-shadow: 0 4px 12px rgba(200, 50, 85, 0.22);
  color: #fff;
  font-size: 9px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pressly-content-section .pressly-th-body {
  padding: 17px 18px 18px;
}

.pressly-content-section .pressly-th-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 9px;
  color: #999da3;
  font-size: 9.5px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.pressly-content-section .pressly-th-meta > span:nth-child(2) {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c83255;
}

.pressly-content-section .pressly-th-body h3 {
  margin: 0 0 9px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.38;
  letter-spacing: -0.012em;
}

.pressly-content-section .pressly-th-body h3 a {
  color: #15171b;
  transition: color 0.2s ease;
}

.pressly-content-section .pressly-th-body h3 a:hover {
  color: #c83255;
}

.pressly-content-section .pressly-th-body > p {
  display: -webkit-box;
  overflow: hidden;
  min-height: 38px;
  margin: 0 0 14px;
  color: #7f8389;
  font-size: 11.5px;
  line-height: 1.58;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.pressly-content-section .pressly-th-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 12px;
  border-top: 1px solid #f0f1f3;
}

.pressly-content-section .pressly-th-author a {
  color: #5f646b;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.pressly-content-section .pressly-th-author i {
  color: #c4c7cc;
  font-size: 11px;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.pressly-content-section .pressly-th-slide:hover .pressly-th-author i {
  color: #c83255;
  transform: translateX(3px);
}

.pressly-content-section .pressly-th-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 16px;
}

.pressly-content-section .pressly-th-dots {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.pressly-content-section .pressly-th-dots button {
  width: 7px;
  height: 7px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: #d8dbe0;
  cursor: pointer;
  transition:
    width 0.25s ease,
    background-color 0.25s ease;
}

.pressly-content-section .pressly-th-dots button.is-active {
  width: 25px;
  background: #c83255;
}

.pressly-content-section .pressly-th-dots button:focus-visible {
  outline: 2px solid rgba(200, 50, 85, 0.3);
  outline-offset: 3px;
}

.pressly-content-section .pressly-th-view-all {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #22252a;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition:
    color 0.2s ease,
    gap 0.2s ease;
}

.pressly-content-section .pressly-th-view-all:hover,
.pressly-content-section .pressly-th-view-all:focus {
  gap: 10px;
  color: #c83255;
}

/*============================================================
# 15. HOME — ADVERTISEMENT
============================================================*/

/* Advertisement */

.pressly-ad-section {
  padding-top: 18px;
  padding-bottom: 48px;
}

.pressly-ad-banner-wrap {
  max-width: 960px;
  margin: 0 auto;
}

.pressly-ad {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  color: #111 !important;
  background: radial-gradient(circle at 12% 18%, rgba(200, 50, 85, 0.07), transparent 30%), linear-gradient(135deg, #fbfbfc 0%, #ffffff 58%, #fafafa 100%);
  border: 1px solid #e8e9ec;
  box-shadow: 0 14px 36px rgba(16, 20, 28, 0.06);
  overflow: hidden;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.pressly-ad:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 3px;
  background: #c83255;
}

.pressly-ad:after {
  content: "";
  position: absolute;
  right: -45px;
  bottom: -55px;
  width: 150px;
  height: 150px;
  border: 1px solid rgba(200, 50, 85, 0.1);
  border-radius: 50%;
  box-shadow:
    0 0 0 28px rgba(200, 50, 85, 0.025),
    0 0 0 58px rgba(200, 50, 85, 0.02);
  pointer-events: none;
}

.pressly-ad:hover {
  transform: translateY(-2px);
  border-color: #dedfe3;
  box-shadow: 0 18px 42px rgba(16, 20, 28, 0.09);
}

.pressly-ad-label {
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 9px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.7px;
  text-transform: uppercase;
  color: #9a9da4;
}

.pressly-ad-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(200, 50, 85, 0.09);
  color: #c83255;
  font-size: 13px;
  flex: 0 0 auto;
}

.pressly-ad-banner {
  min-height: 116px;
  padding: 24px 30px;
  border-radius: 14px;
  justify-content: space-between;
}

.pressly-ad-banner-copy {
  display: flex;
  align-items: center;
  gap: 14px;
}

.pressly-ad-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.pressly-ad-text strong,
.pressly-ad-square strong {
  font-family: "Roboto", Arial, sans-serif;
  font-size: 24px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.6px;
}

.pressly-ad-text small,
.pressly-ad-square small {
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.4px;
  color: #989ba2;
}

.pressly-ad-cta {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  color: #c83255;
}

.pressly-ad-widget {
  margin-bottom: 36px;
}

.pressly-ad-square {
  width: 100%;
  max-width: 300px;
  min-height: 250px;
  margin: 0 auto;
  border-radius: 14px;
  flex-direction: column;
  gap: 10px;
}

.pressly-ad-square .pressly-ad-icon {
  width: 42px;
  height: 42px;
  font-size: 15px;
  margin-bottom: 2px;
}

.pressly-ad-square strong {
  font-size: 27px;
}

.pressly-ad-square-compact {
  min-height: 230px;
}

/*============================================================
# 16. HOME — LATEST ARTICLES & INSTAGRAM
============================================================*/

/* Latest Articles */

.pressly-feed-section {
  padding: 68px 0 82px;
  background: #fff;
}

.pressly-feed-layout {
  align-items: flex-start;
}

.pressly-feed-heading,
.pressly-instagram-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 26px;
}

.pressly-feed-kicker {
  display: block;
  margin-bottom: 7px;
  color: #c83255;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.pressly-feed-heading h2,
.pressly-instagram-heading h2 {
  margin: 0;
  color: #1b1c1e;
  font-size: 27px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.4px;
  text-transform: none;
}

.pressly-feed-viewall {
  flex: 0 0 auto;
  padding-bottom: 4px;
  color: #1b1c1e;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.pressly-feed-viewall i {
  margin-left: 6px;
  transition: transform 0.2s ease;
}

.pressly-feed-viewall:hover {
  color: #c83255;
}

.pressly-feed-viewall:hover i {
  transform: translateX(3px);
}

.pressly-feed-list {
  display: grid;
  gap: 20px;
}

.pressly-feed-card {
  position: relative;
  display: grid;
  grid-template-columns: minmax(230px, 34%) minmax(0, 1fr);
  min-height: 220px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #eceef1;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(24, 28, 35, 0.045);
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.pressly-feed-card:hover {
  transform: translateY(-3px);
  border-color: #e4e6ea;
  box-shadow: 0 17px 40px rgba(24, 28, 35, 0.085);
}

.pressly-feed-image {
  position: relative;
  display: block;
  min-height: 220px;
  overflow: hidden;
  background: #f4f5f6;
}

.pressly-feed-image:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 55%, rgba(15, 16, 18, 0.22));
  pointer-events: none;
}

.pressly-feed-image img {
  width: 100%;
  height: 100%;
  min-height: 220px;
  object-fit: cover;
  transition: transform 0.65s cubic-bezier(0.2, 0.65, 0.2, 1);
}

.pressly-feed-card:hover .pressly-feed-image img {
  transform: scale(1.045);
}

.pressly-feed-number {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: rgba(27, 28, 30, 0.82);
  border: 2px solid rgba(255, 255, 255, 0.85);
  font-size: 11px;
  font-weight: 500;
  backdrop-filter: blur(7px);
}

.pressly-feed-number:before {
  content: "";
  position: absolute;
  inset: -3px;
  border-radius: inherit;
  border-top: 3px solid #c83255;
  transform: rotate(26deg);
}

.pressly-feed-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 25px 28px;
}

.pressly-feed-topline {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  min-height: 16px;
}

.pressly-feed-topline a {
  color: #c83255;
  font-size: 11px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.pressly-feed-topline span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c6c9ce;
}

.pressly-feed-body h3 {
  margin: 0 0 10px;
  font-size: 21px;
  line-height: 1.22;
  font-weight: 500;
  letter-spacing: -0.25px;
}

.pressly-feed-body h3 a {
  color: #1b1c1e;
}

.pressly-feed-card:hover .pressly-feed-body h3 a {
  color: #c83255;
}

.pressly-feed-body > p {
  margin: 0 0 18px;
  color: #6f7379;
  font-size: 14px;
  line-height: 1.65;
}

.pressly-feed-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: auto;
  color: #969ba2;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.2px;
}

.pressly-feed-author {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #62666c;
}

.pressly-feed-author img {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  object-fit: cover;
}

.pressly-meta-dot {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #c83255;
}

.pressly-feed-read {
  margin-left: auto;
  color: #1b1c1e;
  font-size: 10px;
  font-weight: 500;
}

.pressly-feed-read i {
  margin-left: 5px;
  transition: transform 0.2s ease;
}

.pressly-feed-read:hover {
  color: #c83255;
}

.pressly-feed-read:hover i {
  transform: translateX(3px);
}

.pressly-feed-extra {
  display: none;
}

.pressly-feed-extra.is-revealed {
  display: grid;
  animation: presslyFeedReveal 0.45s ease both;
}

@keyframes presslyFeedReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.pressly-loadmore-wrap {
  display: flex;
  justify-content: center;
  padding-top: 34px;
}

.pressly-loadmore {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 11px;
  min-width: 172px;
  min-height: 48px;
  padding: 0 25px;
  border: 1px solid #e3e5e8;
  border-radius: 999px;
  color: #1b1c1e;
  background: #fff;
  box-shadow: 0 8px 22px rgba(25, 28, 33, 0.05);
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.pressly-loadmore:hover,
.pressly-loadmore:focus {
  color: #fff;
  background: #c83255;
  border-color: #c83255;
  transform: translateY(-2px);
}

.pressly-loadmore.is-complete {
  color: #8d9197;
  background: #f7f7f8;
  border-color: #eceef0;
  pointer-events: none;
  box-shadow: none;
}

.pressly-loadmore.is-complete i {
  display: none;
}

.pressly-feed-sidebar {
  position: relative;
}

.pressly-instagram-widget {
  padding: 24px;
  margin-bottom: 28px;
  background: #fff;
  border: 1px solid #eceef1;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(24, 28, 35, 0.045);
}

.pressly-instagram-heading {
  align-items: center;
  margin-bottom: 18px;
}

.pressly-instagram-heading h2 {
  font-size: 24px;
}

.pressly-instagram-heading > a {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #c83255;
  background: #fff3f6;
  font-size: 17px;
}

.pressly-instagram-heading > a:hover {
  color: #fff;
  background: #c83255;
}

/* Instagram Gallery */

.pressly-instagram-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.pressly-instagram-item {
  position: relative;
  aspect-ratio: 1 / 1;
  padding: 0;
  overflow: hidden;
  border: 0;
  border-radius: 10px;
  background: #eef0f2;
  cursor: zoom-in;
}

.pressly-instagram-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition:
    transform 0.45s ease,
    filter 0.35s ease;
}

.pressly-instagram-item > span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(200, 50, 85, 0.72);
  font-size: 22px;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.pressly-instagram-item:hover img {
  transform: scale(1.08);
  filter: saturate(0.8);
}

.pressly-instagram-item:hover > span,
.pressly-instagram-item:focus-visible > span {
  opacity: 1;
}

.pressly-instagram-note {
  margin: 14px 0 0;
  color: #969ba2;
  font-size: 11px;
  line-height: 1.5;
}

.pressly-instagram-note i {
  margin-right: 6px;
  color: #c83255;
}

body.pressly-lightbox-open {
  overflow: hidden;
}

/* Instagram Lightbox */

.pressly-lightbox {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 28px;
  visibility: hidden;
  opacity: 0;
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease;
}

.pressly-lightbox.is-open {
  visibility: visible;
  opacity: 1;
}

.pressly-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(12, 13, 15, 0.91);
  backdrop-filter: blur(8px);
}

.pressly-lightbox-dialog {
  position: relative;
  z-index: 2;
  width: min(980px, calc(100vw - 56px));
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) 56px;
  align-items: center;
  gap: 18px;
}

.pressly-lightbox-figure {
  margin: 0;
  min-width: 0;
}

.pressly-lightbox-media {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: min(68vh, 680px);
  overflow: hidden;
  border-radius: 18px;
  background: #101113;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.42);
}

.pressly-lightbox-media img {
  display: block;
  max-width: 100%;
  max-height: 72vh;
  width: auto;
  height: auto;
  object-fit: contain;
  animation: presslyLightboxImage 0.25s ease both;
}

@keyframes presslyLightboxImage {
  from {
    opacity: 0.35;
    transform: scale(0.985);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

.pressly-lightbox-figure figcaption {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 13px 4px 0;
  color: #d9dade;
  font-size: 12px;
  letter-spacing: 0.2px;
}

.pressly-lightbox-counter {
  color: #9da0a6;
}

.pressly-lightbox-counter strong {
  color: #c83255;
}

.pressly-lightbox-nav,
.pressly-lightbox-close {
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  cursor: pointer;
  transition:
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.pressly-lightbox-nav {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  font-size: 26px;
}

.pressly-lightbox-nav:hover {
  background: #c83255;
  border-color: #c83255;
  transform: scale(1.05);
}

.pressly-lightbox-close {
  position: absolute;
  top: -58px;
  right: 0;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 16px;
}

.pressly-lightbox-close:hover {
  background: #c83255;
  border-color: #c83255;
  transform: rotate(90deg);
}

/*============================================================
# 17. ARTICLE PAGE
============================================================*/

.pressly-article-page {
  --article-ink: #17191c;
  --article-muted: #767b82;
  --article-line: #e9ebee;
  --article-soft: #f7f8f9;
  --article-accent-soft: #fbf0f3;
}

/* Article Header */

.pressly-article-hero {
  padding: 52px 0 0;
  background: #fff;
}

.pressly-article-hero-copy {
  max-width: 930px;
  margin: 0 auto 38px;
  text-align: center;
}

.pressly-article-eyebrow {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-bottom: 18px;
}

.pressly-article-eyebrow a {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 0 12px;
  border-radius: 999px;
  color: #fff;
  background: var(--pressly-accent);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.pressly-article-eyebrow span {
  color: #8d9298;
  font-size: 11px;
}

.pressly-article-eyebrow span i {
  margin-right: 5px;
  color: var(--pressly-accent);
}

.pressly-article-hero h1 {
  max-width: 900px;
  margin: 0 auto;
  color: var(--article-ink);
  font-size: clamp(40px, 4.25vw, 64px);
  line-height: 1.08;
  font-weight: 500 !important;
  letter-spacing: -0.035em !important;
}

.pressly-article-byline {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  margin-top: 28px;
}

.pressly-article-author {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-align: left;
}

.pressly-article-author img {
  width: 42px;
  height: 42px;
  object-fit: cover;
  border-radius: 50%;
}

.pressly-article-author span {
  display: grid;
  gap: 1px;
}

.pressly-article-author small {
  color: #a0a4aa;
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.pressly-article-author strong {
  color: #25272a;
  font-size: 12px;
  font-weight: 500 !important;
}

.pressly-article-cover {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 22px;
  background: #e8eaec;
  box-shadow: 0 24px 60px rgba(24, 28, 35, 0.09);
}

.pressly-article-cover > img {
  display: block;
  width: 100%;
  height: 610px;
  object-fit: cover;
  object-position: center 40%;
}

.pressly-article-cover:after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 24%;
  background: linear-gradient(to top, rgba(8, 10, 12, 0.45), transparent);
  pointer-events: none;
}

.pressly-article-cover figcaption {
  position: absolute;
  z-index: 2;
  left: 24px;
  bottom: 20px;
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 10px;
}

.pressly-article-cover figcaption span {
  margin-right: 8px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Article Content */

.pressly-article-section {
  padding: 78px 0 90px;
  background: #fff;
}

.pressly-article-grid {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 30px;
}

.pressly-article-content {
  max-width: 750px;
  color: #4e5359;
}

.pressly-article-content > p {
  margin: 0 0 24px;
  color: #50555b;
  font-size: 16px;
  line-height: 1.92;
}

.pressly-article-content > .pressly-article-lead {
  margin-bottom: 30px;
  color: #292c30;
  font-size: 20px;
  line-height: 1.7;
}

.pressly-article-content > .pressly-article-lead:first-letter {
  float: left;
  margin: 8px 10px 0 0;
  color: var(--pressly-accent);
  font-size: 58px;
  line-height: 0.72;
  font-weight: 500;
}

.pressly-article-content h2 {
  margin: 46px 0 18px;
  color: var(--article-ink);
  font-size: 29px;
  line-height: 1.25;
  font-weight: 500 !important;
}

.pressly-article-media {
  margin: 36px 0;
  overflow: hidden;
  border-radius: 16px;
  background: #eef1f4;
}

.pressly-article-media img {
  display: block;
  width: 100%;
  height: clamp(280px, 34vw, 520px);
  object-fit: cover;
  object-position: center;
  border-radius: 16px;
}

.pressly-article-media figcaption {
  margin-top: 10px;
  color: #9a9fa5;
  font-size: 10px;
  line-height: 1.5;
}

.pressly-article-media-split {
  width: 48%;
  margin: 9px 0 26px 30px;
  float: right;
}

.pressly-article-media-wide {
  clear: both;
}

.pressly-article-media-split img {
  height: clamp(240px, 28vw, 420px);
}

.pressly-article-media-wide img {
  height: clamp(300px, 38vw, 560px);
}

.pressly-article-note {
  display: grid;
  grid-template-columns: 44px minmax(0, 1fr);
  gap: 15px;
  margin: 34px 0;
  padding: 20px 22px;
  border: 1px solid #f0dce2;
  border-radius: 14px;
  background: #fff8fa;
}

.pressly-article-note-icon {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  color: var(--pressly-accent);
  background: #ffe7ed;
  font-size: 15px;
}

.pressly-article-note small {
  display: block;
  margin-bottom: 5px;
  color: var(--pressly-accent);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.pressly-article-note p {
  margin: 0;
  color: #4d5157;
  font-size: 14px;
  line-height: 1.65;
}

.pressly-article-quote {
  position: relative;
  margin: 42px 0;
  padding: 34px 34px 30px 42px;
  border: 0;
  border-left: 3px solid var(--pressly-accent);
  border-radius: 0 16px 16px 0;
  background: #f8f9fa;
}

.pressly-article-quote:before {
  content: "“";
  position: absolute;
  top: 6px;
  right: 28px;
  color: #eceef0;
  font-family: Georgia, serif;
  font-size: 92px;
  line-height: 1;
}

.pressly-article-quote p {
  position: relative;
  z-index: 1;
  margin: 0 0 15px;
  color: #23262a;
  font-size: 22px;
  line-height: 1.55;
}

.pressly-article-quote footer {
  color: #73787e;
  font-size: 11px;
  font-weight: 500;
}

.pressly-article-quote footer span {
  color: #a1a5aa;
  font-weight: 400;
}

.pressly-article-end {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid var(--article-line);
  clear: both;
}

.pressly-article-tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}

.pressly-article-tags > span,
.pressly-article-end-share > span {
  margin-right: 4px;
  color: #9a9fa5;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.55px;
  text-transform: uppercase;
}

.pressly-article-tags a {
  padding: 7px 11px;
  color: #676c72;
  background: #f6f7f8;
  border: 1px solid #eceef0;
  border-radius: 999px;
  font-size: 10px;
}

.pressly-article-tags a:hover {
  color: var(--pressly-accent);
  border-color: #f0cbd4;
  background: #fff8fa;
}

.pressly-article-end-share {
  display: flex;
  align-items: center;
  gap: 7px;
  white-space: nowrap;
}

.pressly-article-end-share a {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #70757b;
  background: #f6f7f8;
  font-size: 11px;
}

.pressly-article-end-share a:hover {
  color: #fff;
  background: var(--pressly-accent);
}

/* Article Sidebar */

.pressly-article-sidebar {
  padding-left: 38px;
}

.pressly-article-sidebar-inner {
  position: sticky;
  top: 88px;
}

.pressly-article-page .pressly-content-section .pressly-ad-widget {
  margin-bottom: 30px;
}

.pressly-post-pagination {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 66px 0 30px 84px;
}

.pressly-post-pagination-item {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  align-items: center;
  gap: 15px;
  min-height: 112px;
  padding: 12px;
  border: 1px solid #e9ebee;
  border-radius: 16px;
  color: #202327;
  background: #fff;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.pressly-post-pagination-next {
  grid-template-columns: minmax(0, 1fr) 86px;
  text-align: right;
}

.pressly-post-pagination-item:hover {
  color: #202327;
  border-color: #e1e3e7;
  box-shadow: 0 12px 28px rgba(24, 28, 35, 0.06);
  transform: translateY(-2px);
}

.pressly-post-pagination-item img {
  width: 86px;
  height: 86px;
  object-fit: cover;
  border-radius: 11px;
}

.pressly-post-pagination-item span {
  display: grid;
  gap: 6px;
  min-width: 0;
}

.pressly-post-pagination-item small {
  color: #a0a4aa;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.pressly-post-pagination-item small i {
  color: var(--pressly-accent);
}

.pressly-post-pagination-item strong {
  color: #24272b;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 500 !important;
}

.pressly-author-avatar img {
  width: 110px;
  height: 110px;
  object-fit: cover;
  border-radius: 50%;
}

.pressly-author-copy h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.pressly-author-copy h2 a {
  color: #1d2024;
}

.pressly-author-copy > p {
  margin: 0;
  color: #74797f;
  font-size: 13px;
  line-height: 1.7;
}

.pressly-author-social {
  display: flex;
  gap: 6px;
}

.pressly-author-social a {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #74797f;
  background: #f0f2f3;
  font-size: 10px;
}

.pressly-author-social a:hover {
  color: #fff;
  background: var(--pressly-accent);
}

.pressly-related,
.pressly-comments,
.pressly-reply {
  margin-left: 84px;
}

/* Related Stories */

.pressly-related {
  margin-bottom: 72px;
}

.pressly-article-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 24px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9ebee;
}

.pressly-article-section-head h2 {
  margin: 0;
  color: #1d2024;
  font-size: 25px;
}

.pressly-article-section-head > a {
  color: #8e9399;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.pressly-article-section-head > a:hover {
  color: var(--pressly-accent);
}

.pressly-related-card {
  height: 100%;
}

.pressly-related-img {
  display: block;
  height: 160px;
  margin-bottom: 15px;
  overflow: hidden;
  border-radius: 13px;
  background: #eceef0;
}

.pressly-related-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.pressly-related-card:hover .pressly-related-img img {
  transform: scale(1.045);
}

.pressly-related-category {
  color: var(--pressly-accent);
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.pressly-related-card h3 {
  margin: 7px 0 9px;
  font-size: 15px;
  line-height: 1.4;
}

.pressly-related-card h3 a {
  color: #222529;
}

.pressly-related-card h3 a:hover {
  color: var(--pressly-accent);
}

.pressly-related-card time {
  color: #a0a4aa;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.25px;
}

/* Comments */

.pressly-comments {
  margin-bottom: 68px;
}

.pressly-comment {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 16px;
  padding: 22px 0;
  border-bottom: 1px solid #eceef0;
}

.pressly-comment > img {
  width: 54px;
  height: 54px;
  object-fit: cover;
  border-radius: 50%;
}

.pressly-comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 8px;
}

.pressly-comment-head h3 {
  margin: 0;
  color: #272a2e;
  font-size: 13px;
}

.pressly-comment-head h3 span {
  display: inline-flex;
  margin-left: 6px;
  padding: 3px 6px;
  border-radius: 999px;
  color: var(--pressly-accent);
  background: #fff0f4;
  font-size: 7px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  vertical-align: 2px;
}

.pressly-comment-head time {
  color: #a1a5aa;
  font-size: 9px;
}

.pressly-comment-body > p {
  margin: 0 0 9px;
  color: #686d73;
  font-size: 13px;
  line-height: 1.7;
}

.pressly-comment-body > button {
  padding: 0;
  border: 0;
  color: var(--pressly-accent);
  background: transparent;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}

.pressly-comment-reply {
  margin: 18px 0 0;
  padding: 18px 0 0;
  border-top: 1px solid #eef0f2;
  border-bottom: 0;
}

.pressly-reply {
  margin-bottom: 20px;
}

.pressly-reply-form {
  padding: 26px;
  border: 1px solid #e8eaed;
  border-radius: 18px;
  background: #fafbfb;
}

.pressly-reply-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.pressly-reply-message {
  grid-column: 1 / -1;
}

.pressly-reply-field label {
  display: block;
  margin-bottom: 8px;
  color: #73787f;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.4px;
  text-transform: uppercase;
}

.pressly-reply-field input,
.pressly-reply-field textarea {
  width: 100%;
  border: 1px solid #e1e4e7;
  border-radius: 11px;
  outline: none;
  color: #32363b;
  background: #fff;
  font-size: 12px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.pressly-reply-field input {
  height: 46px;
  padding: 0 14px;
}

.pressly-reply-field textarea {
  min-height: 145px;
  padding: 14px;
  resize: vertical;
}

.pressly-reply-field input:focus,
.pressly-reply-field textarea:focus {
  border-color: rgba(200, 50, 85, 0.55);
  box-shadow: 0 0 0 3px rgba(200, 50, 85, 0.07);
}

.pressly-reply-check {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 16px 0 18px;
  color: #91969c;
  font-size: 10px;
  font-weight: 400 !important;
}

.pressly-reply-check input {
  margin-top: 2px;
  accent-color: var(--pressly-accent);
}

.pressly-reply-submit {
  min-height: 44px;
  padding: 0 19px;
  border: 0;
  border-radius: 10px;
  color: #fff;
  background: #1d2024;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.45px;
  text-transform: uppercase;
}

.pressly-reply-submit:hover {
  background: var(--pressly-accent);
}

.pressly-reply-submit i {
  margin-left: 7px;
}

.pressly-article-page #post-header.pressly-article-hero {
  padding: 30px 0 0;
}

.pressly-article-page .pressly-article-grid {
  display: block;
}

.pressly-article-page .pressly-article-content {
  max-width: 100%;
}

.pressly-article-page .pressly-post-pagination,
.pressly-article-page .pressly-related,
.pressly-article-page .pressly-comments,
.pressly-article-page .pressly-reply {
  margin-left: 0;
}

/* Article Header — Layout 02 */

.pressly-article-v2 .pressly-article-hero {
  padding: 54px 0 0;
  background: #fff;
}

.pressly-article-v2 .pressly-article-hero-copy {
  max-width: 940px;
  margin: 0 auto 36px;
  text-align: left;
}

.pressly-article-v2 .pressly-article-eyebrow {
  justify-content: flex-start;
  gap: 8px;
  margin: 0 0 22px;
}

.pressly-article-v2 .pressly-article-eyebrow a {
  min-height: 27px;
  padding: 0 12px;
  color: var(--pressly-accent);
  background: rgba(200, 50, 85, 0.08);
  border: 1px solid rgba(200, 50, 85, 0.06);
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.pressly-article-v2 .pressly-article-eyebrow a:hover {
  color: #fff;
  background: var(--pressly-accent);
  border-color: var(--pressly-accent);
}

.pressly-article-v2 .pressly-article-hero h1 {
  max-width: 900px;
  margin: 0;
  color: #14171c;
  font-size: clamp(38px, 3.55vw, 56px);
  line-height: 1.1;
  font-weight: 500 !important;
  letter-spacing: -0.025em !important;
}

.pressly-article-v2 .pressly-article-byline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 30px;
  padding-top: 18px;
  border-top: 1px solid #eceef1;
}

.pressly-article-v2 .pressly-article-byline-left {
  min-width: 0;
}

.pressly-article-v2 .pressly-article-author {
  gap: 11px;
}

.pressly-article-v2 .pressly-article-author img {
  width: 44px;
  height: 44px;
}

.pressly-article-v2 .pressly-article-author span {
  gap: 4px;
}

.pressly-article-v2 .pressly-article-author strong {
  color: #171a1f;
  font-size: 13px;
  font-weight: 500 !important;
}

.pressly-article-v2 .pressly-article-author small {
  color: #8a9098;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.pressly-article-toolbar {
  display: flex;
  align-items: center;
  gap: 8px;
}

.pressly-article-toolbar-like,
.pressly-article-toolbar-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 38px;
  height: 38px;
  padding: 0 11px;
  border: 1px solid #eceef1;
  border-radius: 999px;
  color: #2c3137;
  background: #f8f9fa;
  font: inherit;
  font-size: 11px;
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.pressly-article-toolbar-action {
  width: 38px;
  padding: 0;
  text-decoration: none;
}

.pressly-article-toolbar-action span {
  font-size: 10px;
}

.pressly-article-toolbar-like b {
  color: inherit;
  font-weight: 400;
}

.pressly-article-toolbar-like:hover,
.pressly-article-toolbar-action:hover,
.pressly-article-toolbar-action:focus-visible,
.pressly-article-toolbar-like:focus-visible {
  color: var(--pressly-accent);
  border-color: rgba(200, 50, 85, 0.18);
  background: #fff7f9;
  outline: none;
  transform: translateY(-1px);
}

.pressly-article-toolbar-like.is-liked {
  color: #fff;
  border-color: var(--pressly-accent);
  background: var(--pressly-accent);
}

.pressly-article-v2 .pressly-article-cover {
  max-width: 1320px;
  margin: 0 auto;
  border-radius: 18px;
  box-shadow: 0 16px 42px rgba(24, 28, 35, 0.08);
}

.pressly-article-v2 .pressly-article-cover > img {
  height: 560px;
  object-position: center 37%;
}

.pressly-article-v2 .pressly-article-cover:after,
.pressly-article-v2 .pressly-article-cover figcaption {
  display: none;
}

.pressly-article-v2 .pressly-article-section {
  padding-top: 64px;
}

/* Article Actions */

.pressly-article-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 14px;
  margin-left: auto;
}

.pressly-article-like {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #eceef0;
  border-radius: 999px;
  color: #6f747a;
  background: #f7f8f9;
  font: inherit;
  font-size: 10px;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.pressly-article-like i {
  color: var(--pressly-accent);
  font-size: 12px;
}

.pressly-article-like b {
  color: #31353a;
  font-weight: 500;
}

.pressly-article-like:hover,
.pressly-article-like:focus-visible {
  color: var(--pressly-accent);
  border-color: rgba(200, 50, 85, 0.28);
  background: #fff7f9;
  outline: none;
  transform: translateY(-1px);
}

.pressly-article-like.is-liked {
  color: #fff;
  border-color: var(--pressly-accent);
  background: var(--pressly-accent);
}

.pressly-article-like.is-liked i,
.pressly-article-like.is-liked b {
  color: #fff;
}

.pressly-article-bottom-ad {
  padding-top: 12px;
  padding-bottom: 58px;
  background: #fff;
}

.pressly-article-bottom-ad .pressly-ad-banner-wrap {
  max-width: 900px;
}

.pressly-wide-ad-wrap {
  width: 100%;
}

.pressly-wide-ad {
  position: relative;
  min-height: 116px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  overflow: hidden;
  border: 1px solid #e8e9ec;
  border-radius: 14px;
  background: #fff;
  color: #17191c;
}

.pressly-wide-ad:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #c83255;
}

.pressly-wide-ad .pressly-ad-label {
  top: 14px;
  left: 18px;
}

.pressly-wide-ad-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
  padding-top: 12px;
}

.pressly-wide-ad-copy strong {
  color: #17191c;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 500;
}

.pressly-wide-ad-copy small {
  color: #8d9299;
  font-size: 10px;
}

.pressly-wide-ad-brand {
  color: #c83255;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

/* ============================================================
   ARTICLE PAGE — ACTION ICONS & PILLS
   ============================================================ */

/* ============================================================
   ARTICLE PAGE — TOPICS & REPLY FORM
   ============================================================ */

/*============================================================
# 18. CATEGORY PAGE
============================================================*/

.pressly-category-page {
  background: #fff;
}

/* Category Header */

.pressly-category-page .pressly-category-hero {
  padding: 54px 0 48px;
  background: linear-gradient(180deg, #fbfbfc 0%, #fff 100%);
  border-bottom: 1px solid #eef0f2;
}

.pressly-category-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
  font-size: 13px;
  color: #989ca2;
}

.pressly-category-breadcrumb a {
  color: #6f747b;
}

.pressly-category-breadcrumb a:hover {
  color: #c83255;
}

.pressly-category-breadcrumb i {
  color: #c5c8cd;
}

.pressly-category-hero-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
}

.pressly-category-hero-copy {
  max-width: 690px;
}

.pressly-category-hero h1 {
  margin: 0 0 12px;
  font-size: 58px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: -0.035em;
  color: #17191d;
}

.pressly-category-hero p {
  max-width: 650px;
  margin: 0;
  color: #737880;
  font-size: 17px;
  line-height: 1.7;
}

/* Category Posts */

.pressly-category-content {
  padding-top: 54px;
  padding-bottom: 58px;
}

.pressly-category-layout {
  align-items: flex-start;
}

.pressly-category-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px 24px;
}

.pressly-category-card {
  overflow: hidden;
  border: 1px solid #e9eaec;
  border-radius: 14px;
  background: #fff;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.pressly-category-card:hover {
  transform: translateY(-3px);
  border-color: #e2e3e6;
  box-shadow: 0 16px 34px rgba(20, 24, 30, 0.07);
}

.pressly-category-card-img {
  position: relative;
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
  background: #f4f5f6;
}

.pressly-category-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pressly-category-card:hover .pressly-category-card-img img {
  transform: scale(1.025);
}

.pressly-category-card-img > span {
  position: absolute;
  left: 16px;
  bottom: 14px;
  padding: 6px 10px;
  border-radius: 999px;
  color: #fff;
  background: #c83255;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pressly-category-card-body {
  padding: 22px 22px 20px;
}

.pressly-category-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 11px;
  color: #969aa0;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pressly-category-card-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c83255;
}

.pressly-category-card h3 {
  margin: 0 0 11px;
  font-size: 21px;
  line-height: 1.33;
  font-weight: 500;
  letter-spacing: -0.01em;
}

.pressly-category-card h3 a {
  color: #1b1d21;
}

.pressly-category-card h3 a:hover {
  color: #c83255;
}

.pressly-category-card p {
  min-height: 72px;
  margin: 0 0 18px;
  color: #747980;
  font-size: 14px;
  line-height: 1.65;
}

.pressly-category-card-author {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  border-top: 1px solid #eef0f2;
}

.pressly-category-card-author a {
  color: #555a61;
  font-size: 12px;
  font-weight: 500;
}

.pressly-category-card-author i {
  color: #a5a9ae;
  transition: 0.2s ease;
}

.pressly-category-card:hover .pressly-category-card-author i {
  color: #c83255;
  transform: translateX(3px);
}

.pressly-category-extra.is-revealed {
  animation: presslyCategoryReveal 0.45s ease both;
}

@keyframes presslyCategoryReveal {
  from {
    opacity: 0;
    transform: translateY(16px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.pressly-category-load-wrap {
  display: flex;
  justify-content: center;
  padding-top: 34px;
}

.pressly-category-load {
  min-width: 190px;
  height: 48px;
  padding: 0 20px;
  border: 1px solid #dedfe2;
  border-radius: 999px;
  background: #fff;
  color: #292c31;
  font:
    500 12px/1 Roboto,
    sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.pressly-category-load:hover {
  color: #fff;
  background: #c83255;
  border-color: #c83255;
}

.pressly-category-load i {
  margin-left: 7px;
}

.pressly-category-load.is-complete {
  color: #8b9096;
  background: #f5f6f7;
  border-color: #eceef0;
  cursor: default;
}

/* Category Sidebar */

.pressly-category-sidebar {
  position: sticky;
  top: 82px;
}

.pressly-category-page .pressly-side-card,
.pressly-category-page .pressly-newsletter-panel {
  margin-bottom: 28px;
}

.pressly-category-page .pressly-ad-widget {
  margin-bottom: 30px;
}

.pressly-category-ad-section {
  padding: 12px 0 58px;
}

.pressly-category-page .pressly-category-hero {
  padding: 42px 0 36px;
  background: #fff;
  border-bottom: 1px solid #eef0f2;
}

.pressly-category-page .pressly-category-breadcrumb {
  margin-bottom: 24px;
}

.pressly-category-page .pressly-category-hero-row {
  display: block;
}

.pressly-category-page .pressly-category-hero-copy {
  max-width: none;
}

.pressly-category-page .pressly-category-hero h1 {
  margin: 0;
  font-size: 36px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.pressly-category-page .pressly-category-content {
  padding-top: 42px;
}

.pressly-category-page .pressly-category-layout {
  margin-top: 0;
}

.pressly-category-page .pressly-category-hero {
  padding: 0 0 58px !important;
}

.pressly-category-page .pressly-category-hero > .container {
  padding-top: 44px !important;
}

.pressly-category-page .pressly-category-breadcrumb {
  margin-top: 0 !important;
  margin-bottom: 46px !important;
}

/*============================================================
# 19. AUTHOR PAGE
============================================================*/

/* Author Header */

.pressly-author-hero {
  padding: 38px 0 36px;
  background: #fff;
  border-bottom: 1px solid #eef0f2;
}

.pressly-author-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
  color: #989ca2;
  font-size: 13px;
}

.pressly-author-breadcrumb a {
  color: #6f747b;
}

.pressly-author-breadcrumb a:hover {
  color: #c83255;
}

.pressly-author-breadcrumb i {
  color: #c8cbd0;
}

.pressly-author-profile {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr) auto;
  gap: 28px;
  align-items: center;
  padding: 28px 30px;
  border: 1px solid #e8eaed;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 40px rgba(20, 24, 30, 0.045);
}

.pressly-author-avatar {
  width: 126px;
  height: 126px;
  object-fit: cover;
  border-radius: 50%;
}

.pressly-author-kicker {
  display: block;
  margin-bottom: 5px;
  color: #c83255;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pressly-author-copy h1 {
  margin: 0;
  color: #17191d;
  font-size: 38px;
  line-height: 1.12;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.pressly-author-role {
  margin: 6px 0 8px;
  color: #4d5259;
  font-size: 14px;
  font-weight: 400;
}

.pressly-author-bio {
  max-width: 650px;
  margin: 0;
  color: #777c83;
  font-size: 14px;
  line-height: 1.65;
}

.pressly-author-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-top: 13px;
  color: #969aa0;
  font-size: 11px;
}

.pressly-author-meta strong {
  color: #3c4148;
  font-weight: 500;
}

.pressly-author-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c83255;
}

.pressly-author-social {
  display: flex;
  gap: 8px;
  align-self: start;
  padding-top: 4px;
}

.pressly-author-social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border: 1px solid #e6e8eb;
  border-radius: 50%;
  background: #fff;
  color: #5d6269;
  transition: 0.2s ease;
}

.pressly-author-social a:hover {
  color: #fff;
  background: #c83255;
  border-color: #c83255;
  transform: translateY(-2px);
}

/* Author Stories */

.pressly-author-content {
  padding-top: 48px;
  padding-bottom: 58px;
}

.pressly-author-layout {
  align-items: flex-start;
}

.pressly-author-section-head {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 20px;
  margin-bottom: 22px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e8eaed;
}

.pressly-author-section-head span {
  display: block;
  margin-bottom: 6px;
  color: #c83255;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pressly-author-section-head h2 {
  margin: 0;
  color: #191b1f;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 400;
}

.pressly-author-section-head small {
  padding: 7px 11px;
  border-radius: 999px;
  background: #f5f6f7;
  color: #8d9298;
  font-size: 11px;
}

.pressly-author-list {
  display: grid;
  gap: 18px;
}

.pressly-author-story {
  display: grid;
  grid-template-columns: 235px minmax(0, 1fr);
  min-height: 180px;
  overflow: hidden;
  border: 1px solid #e9eaec;
  border-radius: 14px;
  background: #fff;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease;
}

.pressly-author-story:hover {
  transform: translateY(-2px);
  border-color: #e1e3e6;
  box-shadow: 0 14px 32px rgba(20, 24, 30, 0.06);
}

.pressly-author-story-img {
  display: block;
  min-height: 100%;
  overflow: hidden;
  background: #f3f4f5;
}

.pressly-author-story-img img {
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pressly-author-story:hover .pressly-author-story-img img {
  transform: scale(1.025);
}

.pressly-author-story-body {
  padding: 22px 24px 20px;
}

.pressly-author-story-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  color: #999da3;
  font-size: 10px;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

.pressly-author-story-meta a {
  color: #c83255;
  font-weight: 500;
}

.pressly-author-story-meta i {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #c83255;
}

.pressly-author-story h3 {
  margin: 0 0 9px;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.01em;
}

.pressly-author-story h3 a {
  color: #1a1c20;
}

.pressly-author-story h3 a:hover {
  color: #c83255;
}

.pressly-author-story p {
  margin: 0 0 12px;
  color: #767b82;
  font-size: 13px;
  line-height: 1.62;
}

.pressly-author-read {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #585d64;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pressly-author-read:hover {
  color: #c83255;
}

.pressly-author-read i {
  transition: 0.2s ease;
}

.pressly-author-read:hover i {
  transform: translateX(3px);
}

.pressly-author-extra.is-revealed {
  animation: presslyAuthorReveal 0.45s ease both;
}

@keyframes presslyAuthorReveal {
  from {
    opacity: 0;
    transform: translateY(14px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.pressly-author-load-wrap {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.pressly-author-load {
  min-width: 190px;
  height: 47px;
  padding: 0 20px;
  border: 1px solid #dedfe2;
  border-radius: 999px;
  background: #fff;
  color: #2c3035;
  font:
    500 11px/1 Roboto,
    sans-serif;
  letter-spacing: 0.045em;
  text-transform: uppercase;
  transition: 0.2s ease;
}

.pressly-author-load:hover {
  color: #fff;
  background: #c83255;
  border-color: #c83255;
}

.pressly-author-load i {
  margin-left: 6px;
}

.pressly-author-load.is-complete {
  color: #8b9096;
  background: #f5f6f7;
  border-color: #eceef0;
  cursor: default;
}

/* Author Sidebar */

.pressly-author-sidebar {
  position: sticky;
  top: 82px;
}

.pressly-author-ad-section {
  padding: 12px 0 58px;
  background: #fff;
}

/*============================================================
# 20. ABOUT PAGE
============================================================*/

/* About Header */

.pressly-about-hero {
  padding: 40px 0 70px;
  background: #fff;
  border-bottom: 1px solid #eef0f2;
}

.pressly-about-breadcrumb {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 34px;
  color: #979ca2;
  font-size: 13px;
}

.pressly-about-breadcrumb a {
  color: #6d7279;
}

.pressly-about-breadcrumb a:hover {
  color: #c83255;
}

.pressly-about-breadcrumb i {
  color: #c7cbd0;
}

.pressly-about-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  gap: 64px;
  align-items: center;
}

.pressly-about-kicker {
  display: block;
  margin-bottom: 9px;
  color: #c83255;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.pressly-about-hero-copy h1 {
  max-width: 650px;
  margin: 0 0 18px;
  color: #17191d;
  font-size: 50px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.pressly-about-hero-copy > p {
  max-width: 610px;
  margin: 0;
  color: #70757c;
  font-size: 17px;
  line-height: 1.72;
}

.pressly-about-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: 28px;
}

.pressly-about-primary,
.pressly-about-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 45px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 500;
  transition: 0.2s ease;
}

.pressly-about-primary {
  color: #fff;
  background: #c83255;
  border: 1px solid #c83255;
}

.pressly-about-primary:hover {
  color: #fff;
  background: #ae2948;
  border-color: #ae2948;
  transform: translateY(-1px);
}

.pressly-about-primary i {
  font-size: 10px;
}

.pressly-about-secondary {
  color: #444950;
  background: #fff;
  border: 1px solid #e2e4e7;
}

.pressly-about-secondary:hover {
  color: #c83255;
  border-color: #e2a6b4;
  background: #fff8fa;
}

.pressly-about-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  max-width: 560px;
  margin-top: 38px;
  padding-top: 22px;
  border-top: 1px solid #eceef0;
}

.pressly-about-stats div {
  padding-right: 22px;
}

.pressly-about-stats div + div {
  padding-left: 22px;
  border-left: 1px solid #eceef0;
}

.pressly-about-stats strong {
  display: block;
  margin-bottom: 3px;
  color: #1c1e22;
  font-size: 25px;
  line-height: 1.1;
  font-weight: 500;
}

.pressly-about-stats span {
  color: #92969c;
  font-size: 11px;
}

.pressly-about-visual {
  position: relative;
  min-height: 520px;
}

.pressly-about-visual figure {
  margin: 0;
  overflow: hidden;
  background: #f2f3f4;
}

.pressly-about-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pressly-about-visual-main {
  position: absolute;
  inset: 0 80px 55px 0;
  border-radius: 18px;
}

.pressly-about-visual-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 44%;
  height: 44%;
  border: 7px solid #fff;
  border-radius: 16px;
  box-shadow: 0 18px 42px rgba(20, 24, 30, 0.12);
}

.pressly-about-visual-note {
  position: absolute;
  left: 28px;
  bottom: 25px;
  z-index: 2;
  width: 185px;
  padding: 16px 18px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(20, 24, 30, 0.1);
}

.pressly-about-visual-note span {
  display: block;
  margin-bottom: 4px;
  color: #c83255;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.pressly-about-visual-note p {
  margin: 0;
  color: #464b52;
  font-size: 12px;
  line-height: 1.45;
}

/* Our Story */

.pressly-about-story {
  padding: 82px 0;
  background: #fff;
}

.pressly-about-story-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(0, 1.18fr);
  gap: 90px;
}

.pressly-about-story-title h2 {
  max-width: 520px;
  margin: 0;
  color: #1a1c20;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.pressly-about-story-copy p {
  margin: 0 0 18px;
  color: #696e75;
  font-size: 15px;
  line-height: 1.82;
}

.pressly-about-story-copy blockquote {
  position: relative;
  margin: 28px 0 0;
  padding: 20px 0 2px 24px;
  border-left: 3px solid #c83255;
  color: #292d32;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 400;
}

/* Editorial Principles */

.pressly-about-values {
  padding: 74px 0 82px;
  background: #f8f9fa;
  border-top: 1px solid #eef0f2;
  border-bottom: 1px solid #eef0f2;
}

.pressly-about-section-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 30px;
}

.pressly-about-section-head h2 {
  margin: 0;
  color: #191b1f;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.pressly-about-section-head > p {
  max-width: 380px;
  margin: 0;
  color: #858a90;
  font-size: 13px;
  line-height: 1.6;
}

.pressly-about-section-head > a {
  flex: 0 0 auto;
  color: #60656c;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.pressly-about-section-head > a:hover {
  color: #c83255;
}

.pressly-about-section-head > a i {
  margin-left: 6px;
}

.pressly-about-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.pressly-about-value-card {
  position: relative;
  min-height: 240px;
  padding: 28px;
  border: 1px solid #e7e9ec;
  border-radius: 15px;
  background: #fff;
  transition: 0.22s ease;
}

.pressly-about-value-card:hover {
  transform: translateY(-3px);
  border-color: #e0e2e5;
  box-shadow: 0 16px 34px rgba(20, 24, 30, 0.055);
}

.pressly-about-value-no {
  position: absolute;
  right: 24px;
  top: 24px;
  color: #d0d3d7;
  font-size: 11px;
}

.pressly-about-value-card > i {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  margin-bottom: 30px;
  border-radius: 50%;
  color: #c83255;
  background: #fff0f3;
  font-size: 17px;
}

.pressly-about-value-card h3 {
  margin: 0 0 10px;
  color: #22252a;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 400;
}

.pressly-about-value-card p {
  margin: 0;
  color: #777c83;
  font-size: 13px;
  line-height: 1.7;
}

/* Writers */

.pressly-about-team {
  padding: 82px 0 74px;
  background: #fff;
}

.pressly-about-team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.pressly-about-person {
  overflow: hidden;
  border: 1px solid #e8eaed;
  border-radius: 15px;
  background: #fff;
  transition: 0.22s ease;
}

.pressly-about-person:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 36px rgba(20, 24, 30, 0.06);
}

.pressly-about-person-img {
  display: block;
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f2f3f4;
}

.pressly-about-person-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pressly-about-person:hover .pressly-about-person-img img {
  transform: scale(1.025);
}

.pressly-about-person > div {
  padding: 22px 22px 24px;
}

.pressly-about-person span {
  display: block;
  margin-bottom: 6px;
  color: #c83255;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pressly-about-person h3 {
  margin: 0 0 8px;
  font-size: 21px;
  line-height: 1.25;
  font-weight: 400;
}

.pressly-about-person h3 a {
  color: #1d2024;
}

.pressly-about-person h3 a:hover {
  color: #c83255;
}

.pressly-about-person p {
  margin: 0;
  color: #777c83;
  font-size: 13px;
  line-height: 1.65;
}

/* CTA */

.pressly-about-cta-section {
  padding: 8px 0 72px;
  background: #fff;
}

.pressly-about-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  padding: 34px 38px;
  border-radius: 16px;
  background: #17191d;
}

.pressly-about-cta .pressly-about-kicker {
  color: #e58ba0;
}

.pressly-about-cta h2 {
  max-width: 720px;
  margin: 0;
  color: #fff;
  font-size: 27px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.pressly-about-cta > a {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 13px 18px;
  border-radius: 999px;
  background: #c83255;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
}

.pressly-about-cta > a:hover {
  color: #fff;
  background: #ae2948;
}

/*============================================================
# 21. CONTACT PAGE
============================================================*/

/* Contact Header */

.pressly-contact-hero {
  padding: 44px 0 58px;
  background: linear-gradient(180deg, #fbfbfc 0%, #fff 100%);
  border-bottom: 1px solid #eef0f2;
}

.pressly-contact-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 46px;
  color: #9a9ea4;
  font-size: 12px;
}

.pressly-contact-breadcrumb a {
  color: #62676e;
}

.pressly-contact-breadcrumb a:hover {
  color: #c83255;
}

.pressly-contact-breadcrumb i {
  color: #c8cbd0;
  font-size: 10px;
}

.pressly-contact-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
  gap: 70px;
  align-items: end;
}

.pressly-contact-hero-copy {
  max-width: 760px;
}

.pressly-contact-hero-copy h1 {
  margin: 0 0 18px;
  color: #181a1e;
  font-size: 54px;
  line-height: 1.06;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.pressly-contact-hero-copy p {
  max-width: 690px;
  margin: 0;
  color: #6f747b;
  font-size: 16px;
  line-height: 1.75;
}

/* Contact Form */

.pressly-contact-main {
  padding: 76px 0 82px;
  background: #fff;
}

.pressly-contact-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(330px, 0.72fr);
  gap: 32px;
  align-items: start;
}

.pressly-contact-form-card {
  padding: 36px;
  border: 1px solid #e6e8eb;
  border-radius: 18px;
  background: #fff;
}

.pressly-contact-card-head {
  max-width: 650px;
  margin-bottom: 30px;
}

.pressly-contact-card-head h2 {
  margin: 0 0 10px;
  color: #1b1d21;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.pressly-contact-card-head p {
  margin: 0;
  color: #858a91;
  font-size: 13px;
  line-height: 1.7;
}

.pressly-contact-form {
  display: grid;
  gap: 18px;
}

.pressly-contact-fields {
  display: grid;
  gap: 18px;
}

.pressly-contact-fields.two-cols {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pressly-contact-form label {
  display: block;
  margin: 0;
  color: #444950;
  font-size: 12px;
  font-weight: 400;
}

.pressly-contact-form label > span {
  display: block;
  margin-bottom: 8px;
}

.pressly-contact-form input,
.pressly-contact-form select,
.pressly-contact-form textarea {
  width: 100%;
  border: 1px solid #e1e4e8;
  border-radius: 10px;
  background: #fbfbfc;
  color: #292d32;
  font: inherit;
  font-size: 13px;
  outline: 0;
  transition: 0.2s ease;
}

.pressly-contact-form input,
.pressly-contact-form select {
  height: 48px;
  padding: 0 14px;
}

.pressly-contact-form textarea {
  min-height: 156px;
  padding: 13px 14px;
  line-height: 1.65;
  resize: vertical;
}

.pressly-contact-form input::placeholder,
.pressly-contact-form textarea::placeholder {
  color: #adb1b7;
}

.pressly-contact-form input:focus,
.pressly-contact-form select:focus,
.pressly-contact-form textarea:focus {
  border-color: #d88a9c;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(200, 50, 85, 0.07);
}

.pressly-contact-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 4px;
}

.pressly-contact-form-bottom p {
  margin: 0;
  color: #9a9ea4;
  font-size: 10px;
  line-height: 1.5;
}

.pressly-contact-form-bottom p i {
  margin-right: 5px;
  color: #c83255;
}

.pressly-contact-form-bottom button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-width: 142px;
  min-height: 46px;
  padding: 0 18px;
  border: 0;
  border-radius: 999px;
  background: #c83255;
  color: #fff;
  font-size: 11px;
  font-weight: 500;
  transition: 0.2s ease;
}

.pressly-contact-form-bottom button:hover {
  background: #ae2948;
  transform: translateY(-1px);
}

.pressly-contact-form-bottom button i {
  font-size: 9px;
}

.pressly-contact-side {
  display: grid;
  gap: 18px;
}

.pressly-contact-side-card {
  padding: 27px;
  border: 1px solid #e6e8eb;
  border-radius: 16px;
  background: #fff;
}

.pressly-contact-side-card h3 {
  margin: 0 0 11px;
  color: #202328;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: -0.02em;
}

.pressly-contact-side-card > p {
  margin: 0;
  color: #858a91;
  font-size: 13px;
  line-height: 1.7;
}

.pressly-contact-info-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pressly-contact-info-list li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 17px 0;
  border-bottom: 1px solid #eceef0;
}

.pressly-contact-info-list li:first-child {
  padding-top: 5px;
}

.pressly-contact-info-list li:last-child {
  padding-bottom: 2px;
  border-bottom: 0;
}

.pressly-contact-info-list > li > i {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border-radius: 50%;
  color: #c83255;
  background: #fff0f3;
  font-size: 13px;
}

.pressly-contact-info-list small,
.pressly-contact-info-list strong,
.pressly-contact-info-list span {
  display: block;
}

.pressly-contact-info-list small {
  margin-bottom: 3px;
  color: #a0a4aa;
  font-size: 9px;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pressly-contact-info-list strong {
  color: #2c3035;
  font-size: 12px;
  font-weight: 500;
}

.pressly-contact-info-list strong a {
  color: inherit;
}

.pressly-contact-info-list strong a:hover {
  color: #c83255;
}

.pressly-contact-info-list span {
  margin-top: 2px;
  color: #8a8f96;
  font-size: 11px;
}

/* FAQ */

.pressly-contact-faq-section {
  padding: 72px 0 80px;
  background: #f8f9fa;
  border-top: 1px solid #eef0f2;
}

.pressly-contact-faq-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 28px;
}

.pressly-contact-faq-head h2 {
  margin: 0;
  color: #1b1d21;
  font-size: 31px;
  line-height: 1.2;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.pressly-contact-faq-head > p {
  max-width: 390px;
  margin: 0;
  color: #8b9097;
  font-size: 12px;
  line-height: 1.65;
}

.pressly-contact-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.pressly-contact-faq-grid article {
  position: relative;
  min-height: 230px;
  padding: 28px;
  border: 1px solid #e5e7ea;
  border-radius: 15px;
  background: #fff;
}

.pressly-contact-faq-grid article > span {
  position: absolute;
  right: 24px;
  top: 23px;
  color: #d1d4d8;
  font-size: 10px;
}

.pressly-contact-faq-grid h3 {
  max-width: 240px;
  margin: 29px 0 11px;
  color: #25282d;
  font-size: 19px;
  line-height: 1.35;
  font-weight: 400;
}

.pressly-contact-faq-grid p {
  margin: 0;
  color: #7d8289;
  font-size: 12px;
  line-height: 1.72;
}

.pressly-contact-hero {
  padding: 34px 0 42px;
  background: #fff;
  border-bottom: 1px solid #eceef0;
}

.pressly-contact-breadcrumb {
  margin-bottom: 26px;
  font-size: 11px;
}

.pressly-contact-hero-grid-simple {
  display: block;
  max-width: 760px;
}

.pressly-contact-hero-copy h1 {
  margin: 0 0 12px;
  color: #191c20;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.pressly-contact-hero-copy p {
  max-width: 680px;
  margin: 0;
  color: #7c8289;
  font-size: 14px;
  line-height: 1.75;
}

.pressly-contact-main {
  padding: 64px 0 72px;
  background: #f6f7f8;
}

.pressly-contact-layout {
  grid-template-columns: minmax(0, 1.45fr) minmax(300px, 0.55fr);
  gap: 26px;
}

.pressly-contact-form-card {
  padding: 36px;
  border: 1px solid #e5e7ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(20, 24, 30, 0.045);
}

.pressly-contact-card-head {
  max-width: 590px;
  margin-bottom: 28px;
}

.pressly-contact-card-head h2 {
  margin: 0 0 8px;
  font-size: 29px;
  font-weight: 400;
  letter-spacing: -0.025em;
}

.pressly-contact-card-head p {
  color: #858b92;
  font-size: 12px;
}

.pressly-contact-form {
  gap: 16px;
}

.pressly-contact-fields {
  gap: 16px;
}

.pressly-contact-form label {
  color: #4a5057;
  font-size: 11px;
  font-weight: 400;
}

.pressly-contact-form label > span {
  margin-bottom: 7px;
}

.pressly-contact-form input,
.pressly-contact-form select,
.pressly-contact-form textarea {
  border-color: #e2e5e8;
  border-radius: 8px;
  background: #fff;
  color: #24282d;
  font-size: 12px;
}

.pressly-contact-form input,
.pressly-contact-form select {
  height: 46px;
  padding: 0 13px;
}

.pressly-contact-form textarea {
  min-height: 145px;
  padding: 12px 13px;
}

.pressly-contact-form input:focus,
.pressly-contact-form select:focus,
.pressly-contact-form textarea:focus {
  border-color: #c83255;
  background: #fff;
  box-shadow: 0 0 0 3px rgba(200, 50, 85, 0.055);
}

.pressly-contact-form-bottom {
  padding-top: 8px;
  border-top: 1px solid #f0f1f2;
}

.pressly-contact-form-bottom button {
  min-width: 132px;
  min-height: 44px;
  padding: 0 17px;
  border-radius: 8px;
  font-weight: 400;
}

.pressly-contact-side {
  display: grid;
  gap: 16px;
}

.pressly-contact-side-card,
.pressly-contact-side-details,
.pressly-contact-side-note {
  padding: 25px;
  border: 1px solid #e5e7ea;
  border-radius: 14px;
  background: #fff;
  box-shadow: none;
}

.pressly-contact-side-card h3 {
  margin: 0 0 12px;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}

.pressly-contact-side-note p {
  margin: 0;
  color: #858b92;
  font-size: 12px;
  line-height: 1.7;
}

.pressly-contact-info-list li {
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 11px;
  padding: 15px 0;
}

.pressly-contact-info-list > li > i {
  width: 32px;
  height: 32px;
  background: #f8eef1;
}

.pressly-contact-info-list strong {
  font-size: 11px;
  font-weight: 400;
}

.pressly-contact-info-list span {
  color: #91969d;
  font-size: 10px;
}

.pressly-contact-mini-social {
  display: flex;
  gap: 7px;
  margin-top: 19px;
}

.pressly-contact-mini-social a {
  display: grid;
  width: 33px;
  height: 33px;
  place-items: center;
  border: 1px solid #e5e7ea;
  border-radius: 50%;
  color: #6d737a;
  background: #fff;
  font-size: 11px;
  transition: 0.2s ease;
}

.pressly-contact-mini-social a:hover {
  color: #fff;
  border-color: #c83255;
  background: #c83255;
}

.pressly-contact-faq-section {
  padding: 62px 0 70px;
  background: #fff;
  border-top: 1px solid #eceef0;
}

.pressly-contact-faq-head {
  margin-bottom: 24px;
}

.pressly-contact-faq-head h2 {
  font-size: 28px;
  font-weight: 400;
}

.pressly-contact-faq-grid {
  gap: 14px;
}

.pressly-contact-faq-grid article {
  min-height: 0;
  padding: 24px;
  border-radius: 12px;
  background: #fafafa;
}

.pressly-contact-faq-grid h3 {
  margin: 24px 0 9px;
  font-size: 17px;
  font-weight: 400;
}

.pressly-contact-faq-grid p {
  color: #838991;
  font-size: 11px;
  line-height: 1.7;
}

/*============================================================
# 22. REGULAR PAGE
============================================================*/

.pressly-regular-page {
  background: #f6f6f7;
}

/* Page Header */

.pressly-regular-page .regular-page-head {
  background: #ffffff;
  border-top: 1px solid #eeeeef;
  border-bottom: 1px solid #e9e9eb;
  padding: 34px 0 42px;
}

.pressly-regular-page .regular-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  color: #9a9aa1;
  font-size: 12px;
  line-height: 1;
}

.pressly-regular-page .regular-breadcrumb a {
  color: #717178;
}

.pressly-regular-page .regular-breadcrumb a:hover {
  color: #c83255;
}

.pressly-regular-page .regular-breadcrumb i {
  font-size: 10px;
  color: #c4c4c8;
}

.pressly-regular-page .regular-page-head-inner {
  max-width: 760px;
}

.pressly-regular-page .regular-page-kicker,
.pressly-regular-page .regular-content-eyebrow,
.pressly-regular-page .regular-sidebar-kicker {
  display: inline-block;
  color: #c83255;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pressly-regular-page .regular-page-head h1 {
  margin: 8px 0 12px;
  color: #17171a;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.1;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.pressly-regular-page .regular-page-head p {
  max-width: 650px;
  margin: 0;
  color: #74747b;
  font-size: 16px;
  line-height: 1.75;
  font-weight: 300;
}

/* Page Content */

.pressly-regular-page .regular-page-main {
  padding: 64px 0 72px;
}

.pressly-regular-page .regular-page-layout {
  --bs-gutter-x: 34px;
}

/* Content Card */

.pressly-regular-page .regular-content-card {
  background: #ffffff;
  border: 1px solid #e7e7e9;
  border-radius: 16px;
  padding: 46px 48px;
  box-shadow: 0 12px 38px rgba(25, 25, 30, 0.035);
}

.pressly-regular-page .regular-content-intro {
  margin-bottom: 34px;
}

.pressly-regular-page .regular-content-intro h2 {
  max-width: 700px;
  margin: 9px 0 15px;
  color: #19191c;
  font-size: 34px;
  line-height: 1.25;
  letter-spacing: -0.025em;
  font-weight: 400;
}

.pressly-regular-page .regular-lead {
  margin: 0;
  color: #696970;
  font-size: 17px;
  line-height: 1.8;
  font-weight: 300;
}

.pressly-regular-page .regular-feature-image {
  margin: 0 0 42px;
}

.pressly-regular-page .regular-feature-image img {
  display: block;
  width: 100%;
  height: 390px;
  object-fit: cover;
  border-radius: 12px;
}

.pressly-regular-page .regular-feature-image figcaption {
  margin-top: 10px;
  color: #9a9aa1;
  font-size: 11px;
  line-height: 1.55;
}

.pressly-regular-page .regular-copy-section {
  scroll-margin-top: 96px;
  margin-top: 42px;
  padding-top: 42px;
  border-top: 1px solid #ededee;
}

.pressly-regular-page .regular-copy-section h3 {
  margin: 0 0 16px;
  color: #202024;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: -0.015em;
}

.pressly-regular-page .regular-copy-section > p {
  color: #66666d;
  font-size: 15px;
  line-height: 1.9;
  font-weight: 300;
}

.pressly-regular-page .regular-principles-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 25px;
}

.pressly-regular-page .regular-principle {
  min-height: 190px;
  padding: 22px 20px;
  background: #f8f8f9;
  border: 1px solid #ededee;
  border-radius: 12px;
}

.pressly-regular-page .regular-principle > span {
  color: #c83255;
  font-size: 11px;
  font-weight: 500;
}

.pressly-regular-page .regular-principle h4 {
  margin: 20px 0 9px;
  color: #252529;
  font-size: 16px;
  font-weight: 400;
}

.pressly-regular-page .regular-principle p {
  margin: 0;
  color: #797980;
  font-size: 13px;
  line-height: 1.75;
  font-weight: 300;
}

.pressly-regular-page .regular-quote {
  margin: 42px 0 0;
  padding: 30px 32px;
  border: 0;
  border-left: 3px solid #c83255;
  border-radius: 0 12px 12px 0;
  background: #fbf7f8;
}

.pressly-regular-page .regular-quote p {
  margin: 0 0 14px;
  color: #2d2d31;
  font-size: 22px;
  line-height: 1.55;
  font-weight: 300;
}

.pressly-regular-page .regular-quote cite {
  color: #8c8c92;
  font-size: 12px;
  font-style: normal;
}

.pressly-regular-page .regular-check-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px 20px;
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
}

.pressly-regular-page .regular-check-list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #626269;
  font-size: 13px;
  line-height: 1.65;
}

.pressly-regular-page .regular-check-list i {
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
  margin-top: 1px;
  border-radius: 50%;
  background: rgba(200, 50, 85, 0.09);
  color: #c83255;
  text-align: center;
  line-height: 23px;
  font-size: 10px;
}

.pressly-regular-page .regular-closing-box {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 30px;
  margin-top: 46px;
  padding: 34px;
  border: 0;
  border-radius: 12px;
  background: #202024;
}

.pressly-regular-page .regular-closing-box h3 {
  max-width: 520px;
  margin-top: 8px;
  color: #ffffff;
  font-size: 21px;
}

.pressly-regular-page .regular-closing-box p {
  max-width: 520px;
  margin-bottom: 0;
  color: #b9b9bf;
  font-size: 13px;
  line-height: 1.75;
}

.pressly-regular-page .regular-inline-link {
  flex: 0 0 auto;
  color: #ffffff;
  font-size: 12px;
  white-space: nowrap;
}

.pressly-regular-page .regular-inline-link i {
  margin-left: 6px;
  color: #c83255;
}

.pressly-regular-page .regular-sidebar-stack {
  position: sticky;
  top: 84px;
  display: grid;
  gap: 20px;
}

.pressly-regular-page .regular-sidebar-card {
  background: #ffffff;
  border: 1px solid #e7e7e9;
  border-radius: 14px;
  padding: 26px;
  box-shadow: 0 10px 30px rgba(25, 25, 30, 0.025);
}

.pressly-regular-page .regular-toc-card nav {
  display: grid;
  margin-top: 15px;
}

.pressly-regular-page .regular-toc-card nav a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid #efeff0;
  color: #57575d;
  font-size: 13px;
}

.pressly-regular-page .regular-toc-card nav a:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.pressly-regular-page .regular-toc-card nav a span {
  color: #b0b0b6;
  font-size: 10px;
}

.pressly-regular-page .regular-toc-card nav a:hover {
  color: #c83255;
  padding-left: 4px;
}

.pressly-regular-page .regular-newsletter-card {
  background: #ffffff;
}

.pressly-regular-page .regular-newsletter-icon {
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 18px;
  border-radius: 50%;
  background: #f9eef1;
  color: #c83255;
  font-size: 15px;
}

.pressly-regular-page .regular-newsletter-card h3 {
  margin: 9px 0 8px;
  color: #232327;
  font-size: 20px;
  line-height: 1.35;
  font-weight: 400;
}

.pressly-regular-page .regular-newsletter-card p {
  margin-bottom: 18px;
  color: #85858b;
  font-size: 12px;
  line-height: 1.7;
  font-weight: 300;
}

.pressly-regular-page .regular-newsletter-card form {
  display: grid;
  gap: 9px;
}

.pressly-regular-page .regular-newsletter-card input {
  width: 100%;
  height: 44px;
  border: 1px solid #dedee1;
  border-radius: 8px;
  background: #ffffff;
  padding: 0 13px;
  color: #333338;
  outline: 0;
  font-size: 12px;
}

.pressly-regular-page .regular-newsletter-card input:focus {
  border-color: #c83255;
  box-shadow: 0 0 0 3px rgba(200, 50, 85, 0.08);
}

.pressly-regular-page .regular-newsletter-card button {
  height: 43px;
  border: 0;
  border-radius: 8px;
  background: #c83255;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.pressly-regular-page .regular-newsletter-card button:hover {
  background: #b52b49;
  transform: translateY(-1px);
}

.pressly-regular-page .regular-ad-card {
  min-height: 250px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  border: 1px dashed #d9d9dc;
  border-radius: 14px;
  background: #f1f1f2;
  color: #a1a1a7;
  text-align: center;
}

.pressly-regular-page .regular-ad-card span {
  font-size: 9px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.pressly-regular-page .regular-ad-card strong {
  color: #6e6e75;
  font-size: 19px;
  font-weight: 400;
}

.pressly-regular-page .regular-ad-card small {
  font-size: 10px;
}

.pressly-regular-page .regular-bottom-ad {
  padding: 0 0 70px;
  background: #f6f6f7;
}

/*============================================================
# 23. ACCOUNT, PROFILE & USER DASHBOARD
============================================================*/

.pressly-dropdown-divider {
  height: 1px;
  min-height: 1px !important;
  margin: 7px 6px !important;
  background: #eceef1;
  pointer-events: none;
}

.nav-aside-menu .pressly-dropdown-divider {
  margin: 8px 0 !important;
  background: rgba(20, 24, 30, 0.09);
}

.pressly-dropdown-label {
  padding: 7px 12px 5px;
  color: #a0a4aa;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  pointer-events: none;
}

.nav-aside-menu .pressly-dropdown-label {
  padding: 9px 14px 5px;
}

.pressly-account-page {
  background: #f7f8fa;
}

.pressly-account-head.regular-page-head {
  padding-bottom: 46px;
}

.pressly-account-head .regular-page-head-inner {
  max-width: 760px;
}

.pressly-auth-main,
.pressly-profile-main,
.pressly-dashboard-main {
  padding: 64px 0 88px;
  background: #f7f8fa;
}

.pressly-auth-shell {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(420px, 0.78fr);
  max-width: 1080px;
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid #e8eaee;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(23, 28, 36, 0.07);
}

.pressly-auth-visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: #161a20;
}

.pressly-auth-visual > img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pressly-auth-visual:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(12, 15, 20, 0.18), rgba(12, 15, 20, 0.78));
}

.pressly-auth-visual-copy {
  position: absolute;
  z-index: 2;
  right: 42px;
  bottom: 42px;
  left: 42px;
  color: #fff;
}

.pressly-auth-visual-copy > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 15px;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pressly-auth-visual-copy > span:before {
  content: "";
  width: 24px;
  height: 2px;
  border-radius: 999px;
  background: var(--pressly-accent);
}

.pressly-auth-visual-copy h2 {
  max-width: 430px;
  margin: 0 0 14px;
  color: #fff;
  font-size: 34px;
  line-height: 1.14;
  font-weight: 500;
}

.pressly-auth-visual-copy p {
  max-width: 430px;
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 13px;
  line-height: 1.75;
}

.pressly-auth-card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 46px 48px;
}

.pressly-auth-card-header {
  margin-bottom: 26px;
}

.pressly-auth-card-header > span {
  display: block;
  margin-bottom: 8px;
  color: var(--pressly-accent);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.pressly-auth-card-header h1,
.pressly-auth-card-header h2 {
  margin: 0 0 10px;
  color: #171a1f;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500;
}

.pressly-auth-card-header p {
  margin: 0;
  color: #7e838a;
  font-size: 12px;
  line-height: 1.7;
}

.pressly-auth-social {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 24px;
}

.pressly-auth-social button,
.pressly-auth-social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #e1e4e8;
  border-radius: 10px;
  background: #fff;
  color: #2a2e34;
  font-size: 11px;
  font-weight: 500;
  cursor: pointer;
  transition:
    border-color 0.2s ease,
    background-color 0.2s ease,
    transform 0.2s ease;
}

.pressly-auth-social button:hover,
.pressly-auth-social a:hover,
.pressly-auth-social button:focus-visible,
.pressly-auth-social a:focus-visible {
  border-color: rgba(200, 50, 85, 0.28);
  background: #fff8fa;
  transform: translateY(-1px);
  outline: none;
}

.pressly-auth-social .is-google i {
  color: #db4437;
}

.pressly-auth-social .is-facebook i {
  color: #1877f2;
}

.pressly-auth-divider {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: #aaaeb4;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.pressly-auth-divider:before,
.pressly-auth-divider:after {
  content: "";
  flex: 1;
  height: 1px;
  background: #eceef1;
}

.pressly-account-form {
  display: grid;
  gap: 17px;
}

.pressly-form-row-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pressly-field {
  display: grid;
  gap: 7px;
}

.pressly-field label {
  color: #34383f;
  font-size: 10px;
  font-weight: 500;
}

.pressly-field input,
.pressly-field select,
.pressly-field textarea {
  width: 100%;
  min-height: 45px;
  padding: 11px 13px;
  border: 1px solid #dfe2e6;
  border-radius: 10px;
  background: #fff;
  color: #24282e;
  font-size: 12px;
  line-height: 1.45;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.pressly-field textarea {
  min-height: 132px;
  resize: vertical;
}

.pressly-field-spaced {
  margin-top: 16px;
}

.pressly-field-spaced-sm {
  margin-top: 14px;
}

.pressly-comment-actions {
  margin-top: 9px;
}

.pressly-field input:focus,
.pressly-field select:focus,
.pressly-field textarea:focus {
  border-color: rgba(200, 50, 85, 0.55);
  box-shadow: 0 0 0 3px rgba(200, 50, 85, 0.08);
  outline: none;
}

.pressly-form-inline-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  color: #777c83;
  font-size: 10px;
}

.pressly-check {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}

.pressly-check input {
  width: 14px;
  height: 14px;
  accent-color: var(--pressly-accent);
}

.pressly-form-inline-meta a,
.pressly-auth-footer a {
  color: var(--pressly-accent);
  font-weight: 500;
}

.pressly-account-submit,
.pressly-dashboard-primary,
.pressly-dashboard-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  min-height: 46px;
  padding: 11px 18px;
  border: 0;
  border-radius: 10px;
  background: #171a1f;
  color: #fff;
  font-size: 11px;
  font-weight: 600;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    box-shadow 0.2s ease;
}

.pressly-account-submit:hover,
.pressly-dashboard-primary:hover {
  background: var(--pressly-accent);
  color: #fff;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(200, 50, 85, 0.18);
}

.pressly-auth-footer {
  margin: 20px 0 0;
  color: #888d94;
  font-size: 10px;
  text-align: center;
}

/* Profile */
.pressly-profile-shell {
  max-width: 1080px;
  margin: 0 auto;
}

.pressly-profile-card {
  overflow: hidden;
  border: 1px solid #e6e8ec;
  border-radius: 22px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(25, 30, 38, 0.055);
}

.pressly-profile-cover {
  position: relative;
  height: 220px;
  overflow: hidden;
  background: #1d232b;
}

.pressly-profile-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pressly-profile-cover:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 21, 27, 0.62), rgba(17, 21, 27, 0.16));
}

.pressly-profile-summary {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 22px;
  padding: 0 34px 30px;
}

.pressly-profile-avatar {
  position: relative;
  z-index: 2;
  width: 112px;
  height: 112px;
  margin-top: -56px;
  flex: 0 0 112px;
  padding: 4px;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 20, 28, 0.12);
}

.pressly-profile-avatar img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.pressly-profile-identity {
  flex: 1;
  min-width: 0;
  padding-top: 20px;
}

.pressly-profile-identity h2 {
  margin: 0 0 4px;
  color: #1c2026;
  font-size: 24px;
  font-weight: 500;
}

.pressly-profile-identity p {
  margin: 0;
  color: #8a8f96;
  font-size: 11px;
}

.pressly-profile-edit {
  margin-bottom: 2px;
}

.pressly-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(300px, 0.7fr);
  gap: 22px;
  margin-top: 22px;
}

.pressly-profile-panel,
.pressly-dashboard-panel {
  border: 1px solid #e7e9ed;
  border-radius: 16px;
  background: #fff;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(25, 30, 38, 0.035);
}

.pressly-panel-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-bottom: 20px;
}

.pressly-panel-heading h2,
.pressly-panel-heading h3 {
  margin: 0;
  color: #1d2127;
  font-size: 17px;
  font-weight: 500;
}

.pressly-panel-heading > span,
.pressly-panel-heading > a {
  color: #9a9fa6;
  font-size: 9px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.pressly-profile-bio {
  margin: 0 0 22px;
  color: #686e76;
  font-size: 12px;
  line-height: 1.8;
}

.pressly-profile-details {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.pressly-profile-detail {
  padding: 15px;
  border-radius: 12px;
  background: #f7f8fa;
}

.pressly-profile-detail span {
  display: block;
  margin-bottom: 5px;
  color: #a1a5ab;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.pressly-profile-detail strong {
  color: #34383f;
  font-size: 11px;
  font-weight: 500;
}

.pressly-profile-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.pressly-profile-stat {
  padding: 18px 10px;
  border-radius: 12px;
  background: #f7f8fa;
  text-align: center;
}

.pressly-profile-stat strong {
  display: block;
  margin-bottom: 5px;
  color: #20242a;
  font-size: 19px;
  font-weight: 500;
}

.pressly-profile-stat span {
  color: #999ea5;
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pressly-profile-story-list {
  display: grid;
  gap: 13px;
}

.pressly-profile-story {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  padding-bottom: 13px;
  border-bottom: 1px solid #eef0f2;
}

.pressly-profile-story:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pressly-profile-story img {
  width: 76px;
  height: 62px;
  border-radius: 9px;
  object-fit: cover;
}

.pressly-profile-story h3 {
  margin: 0 0 5px;
  font-size: 11px;
  line-height: 1.45;
  font-weight: 500;
}

.pressly-profile-story h3 a {
  color: #272b31;
}

.pressly-profile-story span {
  color: #a0a4aa;
  font-size: 9px;
}

/* Dashboard */
.pressly-dashboard-shell {
  display: grid;
  grid-template-columns: 238px minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.pressly-dashboard-sidebar {
  position: sticky;
  top: 74px;
  overflow: hidden;
  border: 1px solid #e5e8ec;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 36px rgba(25, 30, 38, 0.04);
}

.pressly-dashboard-user {
  padding: 24px 20px 20px;
  border-bottom: 1px solid #eceef1;
  text-align: center;
}

.pressly-dashboard-user img {
  width: 68px;
  height: 68px;
  margin-bottom: 12px;
  border-radius: 50%;
  object-fit: cover;
}

.pressly-dashboard-user strong {
  display: block;
  margin-bottom: 3px;
  color: #20242a;
  font-size: 13px;
  font-weight: 500;
}

.pressly-dashboard-user span {
  color: #9a9fa6;
  font-size: 9.5px;
}

.pressly-dashboard-nav {
  display: grid;
  gap: 4px;
  padding: 12px;
}

.pressly-dashboard-nav a {
  display: flex;
  align-items: center;
  gap: 11px;
  min-height: 42px;
  padding: 10px 12px;
  border-radius: 9px;
  color: #555b63;
  font-size: 11px;
  font-weight: 500;
  transition:
    color 0.18s ease,
    background-color 0.18s ease;
}

.pressly-dashboard-nav a i {
  width: 16px;
  color: #a5aab1;
  font-size: 13px;
  text-align: center;
}

.pressly-dashboard-nav a:hover,
.pressly-dashboard-nav a:focus-visible,
.pressly-dashboard-nav a[aria-current="page"] {
  background: rgba(200, 50, 85, 0.075);
  color: var(--pressly-accent);
  outline: none;
}

.pressly-dashboard-nav a[aria-current="page"] i {
  color: var(--pressly-accent);
}

.pressly-dashboard-nav .is-logout {
  margin-top: 4px;
  border-top: 1px solid #eceef1;
  border-radius: 0;
  padding-top: 14px;
}

.pressly-dashboard-content {
  min-width: 0;
}

.pressly-dashboard-topline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 22px;
}

.pressly-dashboard-topline h1,
.pressly-dashboard-topline h2 {
  margin: 0 0 6px;
  color: #1d2127;
  font-size: 25px;
  line-height: 1.2;
  font-weight: 500;
}

.pressly-dashboard-topline p {
  margin: 0;
  color: #888d94;
  font-size: 11px;
  line-height: 1.65;
}

.pressly-dashboard-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.pressly-dashboard-stat {
  display: flex;
  align-items: center;
  gap: 13px;
  min-width: 0;
  padding: 18px;
  border: 1px solid #e6e8ec;
  border-radius: 14px;
  background: #fff;
}

.pressly-dashboard-stat i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  border-radius: 10px;
  background: rgba(200, 50, 85, 0.085);
  color: var(--pressly-accent);
  font-size: 15px;
}

.pressly-dashboard-stat strong {
  display: block;
  margin-bottom: 2px;
  color: #20242a;
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
}

.pressly-dashboard-stat span {
  color: #9ba0a6;
  font-size: 9px;
  white-space: nowrap;
}

.pressly-dashboard-grid-2 {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: 18px;
}

.pressly-dashboard-table-wrap {
  overflow-x: auto;
}

.pressly-dashboard-table {
  width: 100%;
  border-collapse: collapse;
}

.pressly-dashboard-table th {
  padding: 0 12px 11px;
  border-bottom: 1px solid #e9ebee;
  color: #a0a4aa;
  font-size: 8.5px;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0.065em;
}

.pressly-dashboard-table td {
  padding: 14px 12px;
  border-bottom: 1px solid #eff1f3;
  color: #656b73;
  font-size: 10px;
  vertical-align: middle;
}

.pressly-dashboard-table tr:last-child td {
  border-bottom: 0;
}

.pressly-dashboard-table td strong {
  color: #2a2e34;
  font-weight: 500;
}

.pressly-status {
  display: inline-flex;
  align-items: center;
  min-height: 23px;
  padding: 5px 9px;
  border-radius: 999px;
  background: #edf7f0;
  color: #368353;
  font-size: 8.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pressly-status.is-draft {
  background: #f2f3f5;
  color: #7d838a;
}

.pressly-status.is-pending {
  background: #fff5e8;
  color: #a06b25;
}

.pressly-dashboard-actions {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.pressly-dashboard-actions a,
.pressly-dashboard-actions button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 29px;
  height: 29px;
  padding: 0;
  border: 1px solid #e2e5e9;
  border-radius: 8px;
  background: #fff;
  color: #777c83;
  cursor: pointer;
}

.pressly-dashboard-actions a:hover,
.pressly-dashboard-actions button:hover {
  border-color: rgba(200, 50, 85, 0.3);
  color: var(--pressly-accent);
}

.pressly-comment-feed {
  display: grid;
  gap: 14px;
}

.pressly-comment-row {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  gap: 11px;
  padding-bottom: 14px;
  border-bottom: 1px solid #edf0f2;
}

.pressly-comment-row:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.pressly-comment-row img {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  object-fit: cover;
}

.pressly-comment-row strong {
  color: #2c3036;
  font-size: 10px;
  font-weight: 500;
}

.pressly-comment-row span {
  color: #a0a5ab;
  font-size: 8.5px;
}

.pressly-comment-row p {
  margin: 5px 0 0;
  color: #6d737b;
  font-size: 10px;
  line-height: 1.55;
}

.pressly-dashboard-form-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  gap: 18px;
}

.pressly-dashboard-form-stack {
  display: grid;
  gap: 18px;
}

.pressly-upload-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 150px;
  padding: 20px;
  border: 1px dashed #cfd4da;
  border-radius: 12px;
  background: #fafbfc;
  color: #888e95;
  text-align: center;
}

.pressly-upload-box i {
  margin-bottom: 9px;
  color: var(--pressly-accent);
  font-size: 22px;
}

.pressly-upload-box strong {
  margin-bottom: 5px;
  color: #3b4047;
  font-size: 10px;
  font-weight: 500;
}

.pressly-upload-box span {
  font-size: 8.5px;
  line-height: 1.5;
}

.pressly-upload-box input {
  margin-top: 12px;
  max-width: 100%;
  font-size: 9px;
}

.pressly-dashboard-button-row {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.pressly-dashboard-secondary {
  border: 1px solid #dfe2e6;
  background: #fff;
  color: #4f555d;
}

.pressly-dashboard-secondary:hover {
  color: var(--pressly-accent);
  border-color: rgba(200, 50, 85, 0.3);
}

.pressly-account-page .pressly-account-head.regular-page-head {
  padding: 34px 0 42px;
  background: #fff;
  border-top: 1px solid #eeeeef;
  border-bottom: 1px solid #eceef0;
}

.pressly-account-page .pressly-account-head .regular-breadcrumb {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 26px;
  color: #9a9ea4;
  font-size: 11px;
  line-height: 1;
}

.pressly-account-page .pressly-account-head .regular-breadcrumb a {
  color: #62676e;
}

.pressly-account-page .pressly-account-head .regular-breadcrumb a:hover,
.pressly-account-page .pressly-account-head .regular-breadcrumb a:focus-visible {
  color: var(--pressly-accent);
}

.pressly-account-page .pressly-account-head .regular-breadcrumb i {
  color: #c8cbd0;
  font-size: 10px;
}

.pressly-account-page .pressly-account-head .regular-page-head-inner {
  max-width: 760px;
}

.pressly-account-page .pressly-account-head .regular-page-kicker {
  display: inline-block;
  color: var(--pressly-accent);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.pressly-account-page .pressly-account-head h1 {
  margin: 8px 0 12px;
  color: #191c20;
  font-size: 46px;
  line-height: 1.08;
  font-weight: 400;
  letter-spacing: -0.035em;
}

.pressly-account-page .pressly-account-head p {
  max-width: 680px;
  margin: 0;
  color: #7c8289;
  font-size: 14px;
  line-height: 1.75;
  font-weight: 300;
}

/*============================================================
# 24. ADVANCED ARTICLE EDITOR
============================================================*/

.pressly-editor-field > label {
  display: block;
  margin-bottom: 8px;
}

.pressly-advanced-editor {
  position: relative;
  overflow: hidden;
  border: 1px solid #dfe3e8;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 5px 18px rgba(25, 30, 38, 0.025);
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.pressly-advanced-editor:focus-within {
  border-color: rgba(200, 50, 85, 0.48);
  box-shadow:
    0 0 0 3px rgba(200, 50, 85, 0.08),
    0 10px 30px rgba(25, 30, 38, 0.045);
}

.pressly-advanced-toolbar {
  position: relative;
  z-index: 4;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  padding: 10px;
  border-bottom: 1px solid #e7eaee;
  background: #f8f9fb;
}

.pressly-editor-group {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  padding-inline-end: 6px;
  margin-inline-end: 2px;
  border-inline-end: 1px solid #dde1e6;
}

.pressly-editor-group:last-child {
  padding-inline-end: 0;
  margin-inline-end: 0;
  border-inline-end: 0;
}

.pressly-editor-select-group {
  gap: 6px;
}

.pressly-editor-select {
  height: 32px;
  min-width: 108px;
  padding: 0 28px 0 9px;
  border: 1px solid #dfe3e8;
  border-radius: 7px;
  background: #fff;
  color: #3f454c;
  font-family: inherit;
  font-size: 10px;
  font-weight: 500;
  outline: none;
  cursor: pointer;
}

.pressly-editor-size {
  min-width: 82px;
}

.pressly-advanced-toolbar button,
.pressly-editor-color {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  padding: 0;
  border: 1px solid transparent;
  border-radius: 7px;
  background: transparent;
  color: #4e555d;
  font-size: 12px;
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease,
    transform 0.18s ease;
}

.pressly-advanced-toolbar button:hover,
.pressly-advanced-toolbar button:focus-visible,
.pressly-editor-color:hover,
.pressly-editor-color:focus-within {
  border-color: #dfe3e8;
  background: #fff;
  color: var(--pressly-accent);
  outline: none;
}

.pressly-advanced-toolbar button:active {
  transform: translateY(1px);
}

.pressly-advanced-toolbar button.is-active {
  border-color: rgba(200, 50, 85, 0.22);
  background: rgba(200, 50, 85, 0.09);
  color: var(--pressly-accent);
}

.pressly-editor-color input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.pressly-editor-color:after {
  content: "";
  position: absolute;
  right: 5px;
  bottom: 4px;
  left: 5px;
  height: 2px;
  border-radius: 2px;
  background: var(--pressly-accent);
  opacity: 0.8;
}

.pressly-advanced-editor-surface,
.pressly-advanced-editor-source {
  width: 100%;
  min-height: 430px;
  padding: 28px 28px 34px;
  border: 0;
  background: #fff;
  color: #30353b;
  font-family: inherit;
  font-size: 14px;
  line-height: 1.85;
  outline: none;
  overflow-wrap: break-word;
}

.pressly-advanced-editor-surface {
  font-weight: 400 !important;
}

.pressly-advanced-editor-surface b,
.pressly-advanced-editor-surface strong {
  font-weight: 700 !important;
}

.pressly-advanced-editor-surface i,
.pressly-advanced-editor-surface em {
  font-style: italic !important;
}

.pressly-advanced-editor-surface u {
  text-decoration: underline !important;
}

.pressly-advanced-editor-surface s,
.pressly-advanced-editor-surface strike {
  text-decoration: line-through !important;
}

.pressly-advanced-editor-surface:empty:before {
  content: attr(data-placeholder);
  color: #a0a6ad;
  pointer-events: none;
}

.pressly-advanced-editor-source {
  display: none;
  resize: vertical;
  color: #32373d;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.7;
  tab-size: 2;
}

.pressly-advanced-editor.is-source-mode .pressly-advanced-editor-surface {
  display: none;
}

.pressly-advanced-editor.is-source-mode .pressly-advanced-editor-source {
  display: block;
}

.pressly-advanced-editor.is-source-mode .pressly-advanced-toolbar button:not([data-editor-action="source"]):not([data-editor-action="fullscreen"]),
.pressly-advanced-editor.is-source-mode .pressly-editor-select,
.pressly-advanced-editor.is-source-mode .pressly-editor-color {
  opacity: 0.38;
  pointer-events: none;
}

.pressly-advanced-editor-surface h2,
.pressly-advanced-editor-surface h3,
.pressly-advanced-editor-surface h4 {
  color: #1e2329;
  font-weight: 600;
}

.pressly-advanced-editor-surface h2 {
  margin: 30px 0 13px;
  font-size: 27px;
  line-height: 1.28;
}

.pressly-advanced-editor-surface h3 {
  margin: 25px 0 11px;
  font-size: 21px;
  line-height: 1.35;
}

.pressly-advanced-editor-surface h4 {
  margin: 22px 0 10px;
  font-size: 17px;
  line-height: 1.4;
}

.pressly-advanced-editor-surface p {
  margin: 0 0 15px;
}

.pressly-advanced-editor-surface ul,
.pressly-advanced-editor-surface ol {
  margin: 0 0 18px;
  padding-inline-start: 26px;
}

.pressly-advanced-editor-surface li {
  margin-bottom: 6px;
}

.pressly-advanced-editor-surface a {
  color: var(--pressly-accent);
  text-decoration: underline;
}

.pressly-advanced-editor-surface blockquote {
  margin: 24px 0;
  padding: 16px 19px;
  border-inline-start: 4px solid var(--pressly-accent);
  border-radius: 0 10px 10px 0;
  background: #fff6f8;
  color: #555b63;
  font-size: 15px;
  line-height: 1.75;
}

html[dir="rtl"] .pressly-advanced-editor-surface blockquote {
  border-radius: 10px 0 0 10px;
}

.pressly-advanced-editor-surface pre {
  overflow-x: auto;
  margin: 22px 0;
  padding: 16px 18px;
  border-radius: 10px;
  background: #1b2027;
  color: #eef1f5;
  font-family: Consolas, Monaco, "Courier New", monospace;
  font-size: 12px;
  line-height: 1.65;
  white-space: pre-wrap;
}

.pressly-advanced-editor-surface hr {
  height: 1px;
  margin: 28px 0;
  border: 0;
  background: #e3e6ea;
}

.pressly-editor-inline-image {
  margin: 26px 0;
  text-align: center;
}

.pressly-editor-inline-image img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 12px;
}

.pressly-editor-inline-image figcaption {
  margin-top: 8px;
  color: #999fa6;
  font-size: 10px;
}

.pressly-editor-table-wrap {
  max-width: 100%;
  overflow-x: auto;
  margin: 24px 0;
  border: 1px solid #e1e5e9;
  border-radius: 10px;
}

.pressly-editor-table-wrap table {
  width: 100%;
  min-width: 420px;
  border-collapse: collapse;
}

.pressly-editor-table-wrap td,
.pressly-editor-table-wrap th {
  min-width: 90px;
  padding: 10px 12px;
  border: 1px solid #e5e8eb;
  vertical-align: top;
}

.pressly-editor-image-input {
  display: none !important;
}

.pressly-editor-statusbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 36px;
  padding: 7px 12px;
  border-top: 1px solid #e7eaee;
  background: #fafbfc;
  color: #9298a0;
  font-size: 9px;
  font-weight: 500;
}

.pressly-editor-statusbar b {
  color: #5f666e;
  font-weight: 600;
}

.pressly-editor-error {
  margin: 0;
  padding: 9px 12px;
  border-top: 1px solid rgba(200, 50, 85, 0.16);
  background: #fff5f7;
  color: #bd294b;
  font-size: 10px;
}

.pressly-advanced-editor.has-error {
  border-color: #c83255;
}

html.pressly-editor-fullscreen-open {
  overflow: hidden;
}

.pressly-advanced-editor.is-fullscreen {
  position: fixed;
  z-index: 99999;
  inset: 14px;
  display: flex;
  flex-direction: column;
  border-radius: 14px;
  box-shadow: 0 18px 70px rgba(0, 0, 0, 0.2);
}

.pressly-advanced-editor.is-fullscreen .pressly-advanced-editor-surface,
.pressly-advanced-editor.is-fullscreen .pressly-advanced-editor-source {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
}

/*============================================================
# 25. SIDEBAR WIDGETS
============================================================*/

.aside-widget {
  margin-bottom: 30px;
}

.pressly-content-section .pressly-side-card {
  position: relative;
  overflow: hidden;
  padding: 24px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #eceef1;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(24, 28, 35, 0.045);
}

.pressly-side-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 20px;
}

.pressly-side-kicker {
  display: block;
  margin-bottom: 6px;
  color: #c83255;
  font-size: 10px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.pressly-side-head h2,
.pressly-newsletter-panel h2 {
  margin: 0;
  color: #1b1c1e;
  font-size: 22px;
  line-height: 1.15;
  font-weight: 500;
  letter-spacing: -0.3px;
  text-transform: none;
}

.pressly-side-dot {
  width: 9px;
  height: 9px;
  margin-bottom: 5px;
  border-radius: 50%;
  background: #c83255;
  box-shadow: 0 0 0 6px #fff0f4;
}

.pressly-side-viewall {
  flex: 0 0 auto;
  padding-bottom: 2px;
  color: #8c9198;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.35px;
  text-transform: uppercase;
}

.pressly-side-viewall:hover {
  color: #c83255;
}

.pressly-side-viewall i {
  margin-left: 4px;
}

.pressly-social-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.pressly-social-item {
  position: relative;
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 14px;
  align-items: center;
  gap: 10px;
  min-height: 72px;
  padding: 12px;
  overflow: hidden;
  color: #1b1c1e;
  background: #f8f9fa;
  border: 1px solid #eef0f2;
  border-radius: 14px;
  transition:
    transform 0.22s ease,
    box-shadow 0.22s ease,
    border-color 0.22s ease,
    background 0.22s ease;
}

.pressly-social-item:before {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 3px;
  background: #c83255;
  opacity: 0.85;
}

.pressly-social-item:hover {
  color: #1b1c1e;
  background: #fff;
  border-color: #e4e6e9;
  box-shadow: 0 10px 24px rgba(24, 28, 35, 0.07);
  transform: translateY(-2px);
}

.pressly-social-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 11px;
  color: #fff;
  background: #1b1c1e;
  font-size: 15px;
}

.pressly-social-copy {
  min-width: 0;
}

.pressly-social-copy strong,
.pressly-social-copy small {
  display: block;
}

.pressly-social-copy strong {
  margin-bottom: 2px;
  color: #1b1c1e;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
}

.pressly-social-copy small {
  overflow: hidden;
  color: #90959c;
  font-size: 9px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pressly-social-arrow {
  color: #c2c5ca;
  font-size: 14px;
  transition:
    transform 0.2s ease,
    color 0.2s ease;
}

.pressly-social-item:hover .pressly-social-arrow {
  color: #c83255;
  transform: translateX(2px);
}

.pressly-social-facebook .pressly-social-icon {
  background: #315ea8;
}

.pressly-social-twitter .pressly-social-icon {
  background: #1b1c1e;
}

.pressly-social-instagram .pressly-social-icon {
  background: linear-gradient(135deg, #833ab4, #fd1d1d, #fcb045);
}

.pressly-social-youtube .pressly-social-icon {
  background: #ff0033;
}

/* Newsletter */

.pressly-newsletter-panel {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 29px 26px 25px;
  margin-bottom: 30px;
  background: linear-gradient(145deg, #fff8fa 0%, #fff 68%);
  border: 1px solid #f4dfe5;
  border-top: 3px solid #c83255;
  border-radius: 18px;
  box-shadow: 0 12px 32px rgba(200, 50, 85, 0.065);
}

.pressly-newsletter-panel:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: -72px;
  bottom: -78px;
  width: 190px;
  height: 190px;
  border: 1px solid rgba(200, 50, 85, 0.09);
  border-radius: 50%;
  box-shadow:
    0 0 0 30px rgba(200, 50, 85, 0.028),
    0 0 0 62px rgba(200, 50, 85, 0.018);
}

.pressly-newsletter-orb {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  margin-bottom: 20px;
  border-radius: 50%;
  color: #c83255;
  background: #ffe7ed;
  font-size: 15px;
}

.pressly-newsletter-panel h2 {
  max-width: 250px;
  font-size: 25px;
}

.pressly-newsletter-panel > p {
  max-width: 310px;
  margin: 12px 0 20px;
  color: #747980;
  font-size: 13px;
  line-height: 1.65;
}

.pressly-newsletter-form {
  position: relative;
  z-index: 2;
}

.pressly-newsletter-field {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 47px;
  margin-bottom: 10px;
  padding: 0 14px;
  background: #fff;
  border: 1px solid #e9e9ec;
  border-radius: 12px;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}

.pressly-newsletter-field:focus-within {
  border-color: rgba(200, 50, 85, 0.55);
  box-shadow: 0 0 0 3px rgba(200, 50, 85, 0.08);
}

.pressly-newsletter-field > i {
  margin-right: 10px;
  color: #b3b6bb;
}

.pressly-newsletter-field input {
  width: 100%;
  padding: 0;
  border: 0;
  outline: 0;
  color: #1b1c1e;
  background: transparent;
  font-size: 13px;
}

.pressly-newsletter-field input::placeholder {
  color: #a8acb2;
}

.pressly-newsletter-form button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  width: 100%;
  min-height: 47px;
  padding: 0 18px;
  border: 0;
  border-radius: 12px;
  color: #fff;
  background: #1b1c1e;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.65px;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    background 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.pressly-newsletter-form button:hover,
.pressly-newsletter-form button:focus {
  background: #c83255;
  transform: translateY(-1px);
  box-shadow: 0 9px 22px rgba(200, 50, 85, 0.18);
}

.pressly-newsletter-form button i {
  transition: transform 0.2s ease;
}

.pressly-newsletter-form button:hover i {
  transform: translateX(3px);
}

.pressly-newsletter-note {
  display: block;
  margin-top: 12px;
  color: #a0a4aa;
  font-size: 9px;
  line-height: 1.4;
}

.pressly-newsletter-note i {
  margin-right: 5px;
  color: #c83255;
}

.pressly-popular-head {
  align-items: center;
}

.pressly-popular-list {
  display: grid;
}

.pressly-popular-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 14px;
  padding: 15px 0;
  border-top: 1px solid #eef0f2;
}

.pressly-popular-item:first-child {
  padding-top: 0;
  border-top: 0;
}

.pressly-popular-item:last-child {
  padding-bottom: 0;
}

.pressly-popular-img {
  position: relative;
  display: block;
  height: 78px;
  overflow: hidden;
  border-radius: 11px;
  background: #eef0f2;
}

.pressly-popular-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.pressly-popular-item:hover .pressly-popular-img img {
  transform: scale(1.06);
}

.pressly-popular-img > span {
  position: absolute;
  left: 7px;
  bottom: 7px;
  display: grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  color: #fff;
  background: #c83255;
  border: 2px solid rgba(255, 255, 255, 0.9);
  font-size: 8px;
  font-weight: 500;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
}

.pressly-popular-copy {
  align-self: center;
  min-width: 0;
}

.pressly-popular-meta {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 5px;
  font-size: 9px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.pressly-popular-meta a {
  color: #c83255;
}

.pressly-popular-meta time {
  color: #a2a6ac;
}

.pressly-popular-meta time:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  margin: 0 7px 2px 0;
  border-radius: 50%;
  background: #c5c8cc;
}

.pressly-popular-copy h3 {
  margin: 0;
  font-size: 14px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: -0.1px;
}

.pressly-popular-copy h3 a {
  color: #1b1c1e;
}

.pressly-popular-item:hover .pressly-popular-copy h3 a {
  color: #c83255;
}

.pressly-side-card {
  position: relative;
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 24px;
  margin-bottom: 30px;
  background: #fff;
  border: 1px solid #eceef1;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(24, 28, 35, 0.045);
}

.pressly-social-panel {
  width: 100%;
}

.pressly-social-panel .pressly-social-grid {
  width: 100%;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.pressly-social-panel .pressly-social-item,
.pressly-social-panel .pressly-social-copy {
  min-width: 0;
}

/*============================================================
# 26. FOOTER & BACK TO TOP
============================================================*/

#footer {
  margin-top: 40px;
  padding-top: 80px;
  padding-bottom: 40px;
  background-color: #1b1c1e;
  color: #97989b;
}

#footer a {
  color: #97989b;
}

#footer a:hover,
#footer a:focus {
  color: #c83255;
}

.contact li {
  position: relative;
  margin-bottom: 20px;
  padding-left: 55px;
  padding-top: 5px;
  min-height: 40px;
}

.contact li i {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  text-align: center;
  height: 40px;
  background: #fff;
  color: #c83255;
  border: 1px solid #e8eaed;
  line-height: 40px;
  border-radius: 50%;
}

/* Footer */

.pressly-footer {
  position: relative;
  margin-top: 76px !important;
  padding: 0 !important;
  overflow: hidden;
  color: #9da0a7 !important;
  background: radial-gradient(circle at 88% 8%, rgba(200, 50, 85, 0.12), transparent 28%), #151619 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.pressly-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, transparent 0%, #c83255 30%, #c83255 70%, transparent 100%);
  opacity: 0.9;
}

.pressly-footer .container {
  position: relative;
  z-index: 1;
}

.pressly-footer-top {
  display: grid;
  grid-template-columns: minmax(210px, 0.75fr) minmax(520px, 1.7fr);
  align-items: center;
  gap: 72px;
  padding: 54px 0 45px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

.pressly-footer-brand {
  display: inline-flex;
  width: max-content;
  flex-direction: column;
  color: #fff !important;
  text-decoration: none !important;
}

.pressly-footer-brand-main {
  display: block;
  color: #fff;
  font-size: 46px;
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -2.8px;
}

.pressly-footer-brand-main span,
.pressly-footer-brand-main b {
  color: #c83255;
}

.pressly-footer-brand-main b {
  font-style: normal;
}

.pressly-footer-brand small {
  margin-top: 10px;
  color: #757982;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 4px;
}

.pressly-footer-newsletter {
  display: grid;
  grid-template-columns: 110px minmax(220px, 1fr) minmax(300px, 0.95fr);
  align-items: center;
  gap: 25px;
}

.pressly-footer-kicker {
  color: #c83255;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.7px;
}

.pressly-footer-newsletter-copy h3 {
  margin: 0 0 5px;
  color: #fff;
  font-size: 19px;
  line-height: 1.3;
}

.pressly-footer-newsletter-copy p {
  margin: 0;
  color: #80838a;
  font-size: 12px;
  line-height: 1.65;
}

.pressly-footer-form {
  display: flex;
  min-width: 0;
  height: 50px;
  padding: 5px;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

.pressly-footer-form:focus-within {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(200, 50, 85, 0.65);
}

.pressly-footer-form input {
  min-width: 0;
  flex: 1;
  padding: 0 13px;
  color: #fff;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 13px;
}

.pressly-footer-form input::placeholder {
  color: #6f7278;
}

.pressly-footer-form button {
  padding: 0 17px;
  color: #fff;
  background: #c83255;
  border: 0;
  border-radius: 8px;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.45px;
  transition:
    transform 0.2s ease,
    background 0.2s ease;
}

.pressly-footer-form button:hover {
  background: #f25374;
  transform: translateY(-1px);
}

.pressly-footer-form button i {
  margin-left: 7px;
}

.pressly-footer-grid {
  display: grid;
  grid-template-columns: 1.45fr 0.7fr 0.7fr 1.15fr;
  gap: 58px;
  padding: 49px 0 45px;
}

.pressly-footer-grid h4 {
  margin: 0 0 21px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1.25px;
}

.pressly-footer-about > h4 {
  max-width: 280px;
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.3;
  text-transform: none;
  letter-spacing: -0.25px;
}

.pressly-footer-about > p {
  max-width: 380px;
  margin: 0 0 23px;
  color: #858890;
  font-size: 13px;
  line-height: 1.8;
}

.pressly-footer-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pressly-footer-social li {
  display: inline-block;
  margin-right: 7px;
}

.pressly-footer-social a {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  color: #d4d5d8 !important;
  background: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 50%;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    border-color 0.2s ease,
    transform 0.2s ease;
}

.pressly-footer-social a:hover {
  color: #fff !important;
  background: #c83255;
  border-color: #c83255;
  transform: translateY(-3px);
}

.pressly-footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.pressly-footer-column a {
  position: relative;
  margin-bottom: 11px;
  color: #8f9299 !important;
  font-size: 13px;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.pressly-footer-column a:hover {
  color: #fff !important;
  transform: translateX(4px);
}

.pressly-footer-column a:before {
  content: "";
  position: absolute;
  left: -12px;
  top: 50%;
  width: 4px;
  height: 4px;
  opacity: 0;
  background: #c83255;
  border-radius: 50%;
  transform: translateY(-50%);
  transition: opacity 0.2s ease;
}

.pressly-footer-column a:hover:before {
  opacity: 1;
}

.pressly-footer-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.pressly-footer-tags a {
  padding: 8px 11px;
  color: #a2a5ab !important;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.075);
  border-radius: 999px;
  font-size: 11px;
  font-weight: 500;
  text-decoration: none !important;
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.pressly-footer-tags a:hover {
  color: #fff !important;
  background: rgba(200, 50, 85, 0.12);
  border-color: rgba(200, 50, 85, 0.45);
}

.pressly-footer-note {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.pressly-footer-note > i {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  color: #c83255;
  background: rgba(200, 50, 85, 0.09);
  border-radius: 50%;
}

.pressly-footer-note div {
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.pressly-footer-note span {
  color: #74777e;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.pressly-footer-note a {
  color: #d3d4d7 !important;
  font-size: 12px;
  text-decoration: none !important;
}

.pressly-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
  padding: 22px 0 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.085);
}

.pressly-footer-bottom p {
  margin: 0;
  color: #686b72;
  font-size: 10px;
  line-height: 1.6;
}

.pressly-footer-bottom p a {
  color: #83868d !important;
}

.pressly-footer-bottom p a:hover {
  color: #c83255 !important;
}

.pressly-footer-legal {
  display: flex;
  gap: 20px;
  white-space: nowrap;
}

.pressly-footer-legal a {
  color: #777a81 !important;
  font-size: 10px;
  text-decoration: none !important;
}

.pressly-footer-legal a:hover {
  color: #fff !important;
}

/* Back To Top */

.pressly-back-to-top {
  --scroll-progress: 0deg;
  position: fixed;
  right: 26px;
  bottom: 26px;
  z-index: 1035;
  width: 50px;
  height: 50px;
  padding: 2px;
  opacity: 0;
  visibility: hidden;
  border: 0;
  border-radius: 50%;
  background: conic-gradient(#c83255 var(--scroll-progress), rgba(20, 21, 24, 0.14) 0deg);
  box-shadow: 0 12px 30px rgba(16, 17, 20, 0.18);
  transform: translateY(12px);
  transition:
    opacity 0.25s ease,
    visibility 0.25s ease,
    transform 0.25s ease;
}

.pressly-back-to-top span {
  display: grid;
  width: 100%;
  height: 100%;
  place-items: center;
  color: #fff;
  background: #17181b;
  border-radius: 50%;
  font-size: 18px;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.pressly-back-to-top:hover span {
  background: #c83255;
  transform: scale(0.94);
}

.pressly-back-to-top.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.pressly-back-to-top:focus-visible {
  outline: 3px solid rgba(200, 50, 85, 0.3);
  outline-offset: 3px;
}

/*============================================================
# 27. GLOBAL UI & ACCESSIBILITY
============================================================*/

#nav-aside {
  box-shadow: none !important;
}

#nav-aside.active {
  box-shadow: -24px 0 70px rgba(0, 0, 0, 0.2) !important;
}

/* Language Switcher */

.pressly-language-switcher {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-btns > button,
.pressly-language-switcher > .language-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #eceef1;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  background: #fff;
  color: var(--pressly-ink);
  box-shadow: 0 3px 12px rgba(23, 28, 35, 0.035);
  line-height: 1;
  transition:
    color 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.pressly-language-switcher > .language-btn {
  width: 48px;
  border-radius: 22px;
  font-family: "Roboto", Arial, sans-serif;
}

.pressly-language-switcher > .language-btn i {
  font-size: 13px;
}

.pressly-language-switcher .language-code {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.25px;
}

.nav-btns > button:hover,
.nav-btns > button:focus-visible,
.pressly-language-switcher > .language-btn:hover,
.pressly-language-switcher > .language-btn:focus-visible,
.pressly-language-switcher.is-open > .language-btn {
  color: #fff;
  background: var(--pressly-accent);
  border-color: var(--pressly-accent);
  box-shadow: 0 8px 20px rgba(200, 50, 85, 0.2);
  transform: translateY(-1px);
  outline: none;
}

.pressly-language-menu {
  position: absolute;
  top: calc(100% + 12px);
  right: 0;
  width: 164px;
  padding: 7px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 18px 45px rgba(20, 24, 30, 0.13);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-6px);
  pointer-events: none;
  z-index: 1320;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease,
    transform 0.18s ease;
}

.pressly-language-menu:before {
  content: "";
  position: absolute;
  top: -5px;
  right: 18px;
  width: 9px;
  height: 9px;
  border-left: 1px solid #e8eaed;
  border-top: 1px solid #e8eaed;
  background: #fff;
  transform: rotate(45deg);
}

.pressly-language-switcher.is-open .pressly-language-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.pressly-language-option {
  width: 100%;
  min-height: 42px;
  padding: 0 10px;
  border: 0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  color: #4f5359;
  font-family: "Roboto", Arial, sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: left;
  transition:
    color 0.16s ease,
    background-color 0.16s ease;
}

.pressly-language-option + .pressly-language-option {
  margin-top: 2px;
}

.pressly-language-option small {
  color: #a0a4aa;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.7px;
}

.pressly-language-option:hover,
.pressly-language-option:focus,
.pressly-language-option.is-active {
  color: var(--pressly-accent);
  background: rgba(200, 50, 85, 0.06);
  outline: none;
}

.pressly-language-option.is-active small {
  color: var(--pressly-accent);
}

/* Page Loader */

.pressly-page-loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  z-index: 3000;
  overflow: hidden;
  opacity: 1;
  pointer-events: none;
  transition: opacity 0.24s ease;
}

.pressly-page-loader span {
  display: block;
  width: 8%;
  height: 100%;
  background: var(--pressly-accent);
  box-shadow: 0 0 12px rgba(200, 50, 85, 0.34);
  transform-origin: left center;
  transition: width 0.34s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.pressly-page-loader.is-complete {
  opacity: 0;
}

.pressly-page-loader.is-idle {
  display: none;
}

.pressly-language-switcher > .language-btn {
  width: 44px;
  min-width: 44px;
  height: 40px;
  padding: 0 9px;
  border-radius: 20px;
  gap: 0;
  white-space: nowrap;
}

.pressly-language-switcher .language-code {
  display: inline-block;
  font-size: 11px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.04em;
}

.pressly-language-menu {
  right: 0;
  width: 156px;
  max-width: calc(100vw - 24px);
}

.pressly-language-menu:before {
  right: 17px;
}

/* Standard Dropdown Alignment */

.pressly-skip-link {
  position: fixed;
  top: 12px;
  left: 16px;
  z-index: 100000;
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 8px;
  background: #17181b;
  color: #fff !important;
  box-shadow: 0 8px 24px rgba(17, 20, 24, 0.22);
  font-size: 12px;
  font-weight: 600;
  text-decoration: none !important;
  transform: translateY(-160%);
  transition: transform 0.18s ease;
}

.pressly-skip-link:focus,
.pressly-skip-link:focus-visible {
  transform: translateY(0);
  outline: 3px solid rgba(200, 50, 85, 0.42);
  outline-offset: 3px;
}

html[dir="rtl"] .pressly-skip-link {
  right: 16px;
  left: auto;
}

#main-content:focus {
  outline: none;
}

:where(a, button, input, textarea, select, [tabindex]):focus-visible {
  outline: 3px solid rgba(200, 50, 85, 0.38);
  outline-offset: 3px;
}

/*============================================================
# 28. DARK MODE
============================================================*/

/* Core theme & header */

html[data-theme="dark"] {
  color-scheme: dark;
  --pressly-ink: #f4f6f8;
  --pressly-muted: #a8adb5;
  --pressly-line: #2a2f37;
  --pressly-soft: #1b1f26;
}

html[data-theme="dark"] body {
  background: #101318;
  color: #c7cbd1;
}

html[data-theme="dark"] h1,
html[data-theme="dark"] h2,
html[data-theme="dark"] h3,
html[data-theme="dark"] h4,
html[data-theme="dark"] h5,
html[data-theme="dark"] h6,
html[data-theme="dark"] .post-title a,
html[data-theme="dark"] .nav-menu > li > a,
html[data-theme="dark"] .dropdown .dropdown-list li a {
  color: #f2f4f7;
}

html[data-theme="dark"] #nav,
html[data-theme="dark"] #nav-top,
html[data-theme="dark"] #nav-bottom {
  background: #14181e;
  border-color: #292e36;
}

html[data-theme="dark"] #nav-bottom {
  background: rgba(20, 24, 30, 0.98);
}

html[data-theme="dark"] .pressly-wordmark-main,
html[data-theme="dark"] .pressly-wordmark small {
  color: #f5f6f8;
}

html[data-theme="dark"] .nav-btns > button,
html[data-theme="dark"] .pressly-language-switcher > .language-btn,
html[data-theme="dark"] .theme-toggle-btn {
  background: #191d24;
  border-color: #303640;
  color: #f2f4f7;
  box-shadow: none;
}

html[data-theme="dark"] .theme-toggle-btn.is-active,
html[data-theme="dark"] .theme-toggle-btn:hover,
html[data-theme="dark"] .theme-toggle-btn:focus-visible,
html[data-theme="dark"] .nav-btns > button:hover,
html[data-theme="dark"] .nav-btns > button:focus-visible,
html[data-theme="dark"] .pressly-language-switcher > .language-btn:hover,
html[data-theme="dark"] .pressly-language-switcher > .language-btn:focus-visible,
html[data-theme="dark"] .pressly-language-switcher.is-open > .language-btn {
  background: var(--pressly-accent);
  border-color: var(--pressly-accent);
  color: #fff;
}

html[data-theme="dark"] .pressly-language-menu,
html[data-theme="dark"] .pressly-language-menu:before,
html[data-theme="dark"] .dropdown,
html[data-theme="dark"] .dropdown-body {
  background: #191d24;
  border-color: #303640;
}

html[data-theme="dark"] .pressly-language-option {
  color: #d3d7dd;
}

html[data-theme="dark"] .pressly-language-option:hover,
html[data-theme="dark"] .pressly-language-option:focus,
html[data-theme="dark"] .pressly-language-option.is-active,
html[data-theme="dark"] .dropdown .dropdown-list li a:hover,
html[data-theme="dark"] .dropdown .dropdown-list li a:focus {
  background: #222731;
}

html[data-theme="dark"] .section,
html[data-theme="dark"] .home5-spotlight,
html[data-theme="dark"] .home6-editorial,
html[data-theme="dark"] .pressly-editor-section {
  background: #101318;
  border-color: #292e36;
}

html[data-theme="dark"] .post,
html[data-theme="dark"] .post-body,
html[data-theme="dark"] .aside-widget,
html[data-theme="dark"] .widget,
html[data-theme="dark"] .home5-sidebar,
html[data-theme="dark"] .home5-side-item,
html[data-theme="dark"] .home6-stage,
html[data-theme="dark"] .home6-copy,
html[data-theme="dark"] .home6-brief-card,
html[data-theme="dark"] .home6-story,
html[data-theme="dark"] .pressly-editor-card {
  background: #171b21;
  border-color: #2d333c;
}

html[data-theme="dark"] .home5-side-item:hover,
html[data-theme="dark"] .home5-side-item.is-active,
html[data-theme="dark"] .home6-story:hover,
html[data-theme="dark"] .home6-story.is-active {
  background: #20252d;
}

html[data-theme="dark"] .home5-side-heading strong,
html[data-theme="dark"] .home5-side-item,
html[data-theme="dark"] .home5-counter strong,
html[data-theme="dark"] .home6-kicker,
html[data-theme="dark"] .home6-copy h1 a,
html[data-theme="dark"] .home6-author strong,
html[data-theme="dark"] .home6-brief-card h3,
html[data-theme="dark"] .home6-story {
  color: #f2f4f7;
}

html[data-theme="dark"] .home6-copy > p,
html[data-theme="dark"] .home6-head-note,
html[data-theme="dark"] .home6-author span,
html[data-theme="dark"] .home5-counter {
  color: #a8adb5;
}

html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select {
  background: #171b21;
  color: #f2f4f7;
  border-color: #343a44;
}

/* Header utility controls */

html[data-theme="dark"] .nav-left-controls > .aside-btn {
  background: #191d24;
  border-color: #303640;
  color: #f2f4f7;
  box-shadow: none;
}

html[data-theme="dark"] .nav-left-controls > .aside-btn:hover,
html[data-theme="dark"] .nav-left-controls > .aside-btn:focus {
  background: var(--pressly-accent);
  border-color: var(--pressly-accent);
  color: #fff;
}

/* Global surfaces & palette */

html[data-theme="dark"] body,
html[data-theme="dark"] main,
html[data-theme="dark"] #main,
html[data-theme="dark"] .pressly-featured-section,
html[data-theme="dark"] .pressly-content-section,
html[data-theme="dark"] .pressly-feed-section,
html[data-theme="dark"] .pressly-ad-section,
html[data-theme="dark"] .pressly-tech-home,
html[data-theme="dark"] .classic-home-hero,
html[data-theme="dark"] .home5-spotlight,
html[data-theme="dark"] .home6-editorial,
html[data-theme="dark"] .pressly-editor-section,
html[data-theme="dark"] .pressly-article-hero,
html[data-theme="dark"] .pressly-article-section,
html[data-theme="dark"] .pressly-category-page,
html[data-theme="dark"] .pressly-category-hero,
html[data-theme="dark"] .pressly-author-page,
html[data-theme="dark"] .pressly-author-hero,
html[data-theme="dark"] .pressly-author-ad-section,
html[data-theme="dark"] .pressly-about-page,
html[data-theme="dark"] .pressly-about-hero,
html[data-theme="dark"] .pressly-about-story,
html[data-theme="dark"] .pressly-about-team,
html[data-theme="dark"] .pressly-about-cta-section,
html[data-theme="dark"] .pressly-contact-page,
html[data-theme="dark"] .pressly-contact-hero,
html[data-theme="dark"] .pressly-contact-main,
html[data-theme="dark"] .pressly-contact-faq-section,
html[data-theme="dark"] .pressly-regular-page,
html[data-theme="dark"] .regular-page-head {
  background: var(--pressly-dark-bg) !important;
  color: #cdd1d7 !important;
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"]
  :is(
    .section-title .title,
    .post .post-body,
    .pressly-lifestyle-card,
    .pressly-lifestyle-body,
    .pressly-th-slide,
    .pressly-th-body,
    .pressly-feed-card,
    .pressly-feed-body,
    .pressly-side-card,
    .pressly-social-panel,
    .pressly-newsletter-panel,
    .pressly-popular-panel,
    .pressly-instagram-widget,
    .pressly-ad-widget,
    .pressly-ad-square,
    .pressly-ad,
    .aside-widget.text-center,
    .newsletter-widget,
    .tech-news-card,
    .tech-deep-list,
    .tech-topic-strip,
    .tech-topic-links a,
    .classic-home-card,
    .classic-home-body,
    .home5-sidebar,
    .home5-side-item,
    .home5-nav-btn,
    .home6-stage,
    .home6-copy,
    .home6-brief-card,
    .home6-story,
    .home6-image-badge,
    .pressly-category-card,
    .pressly-category-topics a,
    .pressly-category-load,
    .pressly-author-profile,
    .pressly-author-social a,
    .pressly-author-story,
    .pressly-author-load,
    .pressly-about-secondary,
    .pressly-about-visual-note,
    .pressly-about-value-card,
    .pressly-about-person,
    .pressly-contact-hero-note,
    .pressly-contact-channel,
    .pressly-contact-form-card,
    .pressly-contact-side-card,
    .pressly-contact-side-details,
    .pressly-contact-side-note,
    .pressly-contact-social-card,
    .pressly-contact-social-card a,
    .pressly-contact-mini-social a,
    .pressly-contact-faq-grid article,
    .regular-content-card,
    .regular-sidebar-card,
    .regular-newsletter-card,
    .pressly-post-pagination-item,
    .pressly-article-note,
    .pressly-article-bottom-ad
  ) {
  background: var(--pressly-dark-surface) !important;
  color: #cfd3d9 !important;
  border-color: var(--pressly-dark-border) !important;
  box-shadow: none !important;
}

html[data-theme="dark"]
  :is(
    .pressly-trending-panel,
    .pressly-latest-panel,
    .tech-home-soft,
    .classic-home-image,
    .pressly-lifestyle-img,
    .pressly-th-image,
    .post-img,
    .pressly-newsletter-field,
    .pressly-reply-field input,
    .pressly-reply-field textarea,
    .pressly-contact-form input,
    .pressly-contact-form select,
    .pressly-contact-form textarea,
    .regular-newsletter-card input
  ) {
  background: var(--pressly-dark-surface-2) !important;
  color: var(--pressly-dark-text) !important;
  border-color: #343b46 !important;
}

html[data-theme="dark"]
  :is(
    .pressly-content-section,
    .pressly-feed-section,
    .pressly-side-card,
    .pressly-popular-panel,
    .pressly-instagram-widget,
    .tech-news-card,
    .tech-deep-list,
    .tech-topic-strip,
    .classic-home-card,
    .home5-sidebar,
    .home6-copy,
    .home6-brief-card,
    .pressly-category-card,
    .pressly-author-profile,
    .pressly-author-story,
    .pressly-about-value-card,
    .pressly-about-person,
    .pressly-contact-channel,
    .pressly-contact-form-card,
    .pressly-contact-side-card,
    .pressly-contact-faq-grid article,
    .regular-content-card,
    .regular-sidebar-card,
    .regular-newsletter-card
  )
  :is(h1, h2, h3, h4, h5, h6, strong) {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"]
  :is(
    .pressly-content-section .post-title a,
    .pressly-lifestyle-body .post-title a,
    .pressly-th-body h3 a,
    .pressly-feed-body h3 a,
    .pressly-popular-copy a,
    .tech-news-body h3 a,
    .tech-deep-list h3 a,
    .tech-topic-links a,
    .classic-home-body h1 a,
    .classic-home-body h2 a,
    .home5-side-item,
    .home6-copy h1 a,
    .home6-brief-card h3,
    .pressly-category-card h3 a,
    .pressly-author-story h3 a
  ) {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"]
  :is(
    p,
    .post-meta,
    .pressly-section-kicker,
    .pressly-th-meta,
    .pressly-th-body > p,
    .pressly-feed-meta,
    .pressly-popular-meta,
    .tech-news-meta,
    .tech-news-body p,
    .tech-home-heading > p,
    .home5-counter,
    .home6-copy > p,
    .home6-author span
  ) {
  color: var(--pressly-dark-muted);
}

html[data-theme="dark"]
  :is(
    .pressly-section-heading,
    .pressly-tech-health-heading,
    .post-meta,
    .pressly-th-author,
    .home5-side-heading,
    .home5-nav-controls,
    .home6-selector,
    .pressly-popular-head,
    .pressly-feed-heading,
    .pressly-instagram-heading
  ) {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-content-section .pressly-tech-health-controls button,
html[data-theme="dark"] .pressly-loadmore,
html[data-theme="dark"] .pressly-category-load,
html[data-theme="dark"] .pressly-author-load {
  background: var(--pressly-dark-surface) !important;
  color: var(--pressly-dark-text) !important;
  border-color: #343b46 !important;
}

html[data-theme="dark"] .pressly-content-section .pressly-tech-health-controls button:hover,
html[data-theme="dark"] .pressly-loadmore:hover,
html[data-theme="dark"] .pressly-category-load:hover,
html[data-theme="dark"] .pressly-author-load:hover {
  background: var(--pressly-accent) !important;
  color: #fff !important;
  border-color: var(--pressly-accent) !important;
}

html[data-theme="dark"] #nav-search,
html[data-theme="dark"] .pressly-search-shell,
html[data-theme="dark"] #nav-aside,
html[data-theme="dark"] .nav-aside-navigation,
html[data-theme="dark"] .nav-aside-footer {
  background: #14181e !important;
  color: var(--pressly-dark-text) !important;
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-search-field,
html[data-theme="dark"] .pressly-search-field input {
  background: var(--pressly-dark-surface) !important;
  color: var(--pressly-dark-text) !important;
  border-color: #343b46 !important;
}

html[data-theme="dark"] #nav-aside a,
html[data-theme="dark"] .pressly-search-title,
html[data-theme="dark"] .aside-brand-main,
html[data-theme="dark"] .aside-menu-label {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-footer {
  border-top-color: #2a3039 !important;
}

/* Component overrides & contrast */

html[data-theme="dark"] {
  --pressly-dark-bg: #0f1217;
  --pressly-dark-surface: #171b21;
  --pressly-dark-surface-2: #1d222a;
  --pressly-dark-border: #2c323b;
  --pressly-dark-text: #f2f4f7;
  --pressly-dark-muted: #a8adb5;
}

html[data-theme="dark"] body,
html[data-theme="dark"] #main,
html[data-theme="dark"] main {
  background: var(--pressly-dark-bg) !important;
  color: #cdd2d8 !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown,
html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-body,
html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-body .dropdown-list {
  background: var(--pressly-dark-surface) !important;
  border-color: var(--pressly-dark-border) !important;
  box-shadow: 0 20px 55px rgba(0, 0, 0, 0.34) !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-body {
  box-shadow: none !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li,
html[data-theme="dark"] .dropdown .dropdown-list li {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a,
html[data-theme="dark"] .dropdown .dropdown-list li a,
html[data-theme="dark"] .dropdown .dropdown-heading {
  color: #e9edf2 !important;
  background: transparent !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a:before,
html[data-theme="dark"] .dropdown .dropdown-list li a:before {
  background: #555d68 !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a:hover,
html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a:focus,
html[data-theme="dark"] .dropdown .dropdown-list li a:hover,
html[data-theme="dark"] .dropdown .dropdown-list li a:focus {
  color: #ff6b8d !important;
  background: #222731 !important;
}

html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a:hover:before,
html[data-theme="dark"] .nav-menu li.has-dropdown > .dropdown .dropdown-list li a:focus:before {
  background: var(--pressly-accent) !important;
}

html[data-theme="dark"] .pressly-editor-card {
  background: rgba(23, 27, 33, 0.98) !important;
  border-color: #343b45 !important;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.3) !important;
}

html[data-theme="dark"] .pressly-editor-card h1,
html[data-theme="dark"] .pressly-editor-card h1 a,
html[data-theme="dark"] .pressly-editor-card h2,
html[data-theme="dark"] .pressly-editor-card h2 a,
html[data-theme="dark"] .pressly-editor-author a,
html[data-theme="dark"] .pressly-editor-reading i {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-editor-category {
  background: #252b34 !important;
  color: #d7dce2 !important;
}

html[data-theme="dark"] .pressly-editor-author time,
html[data-theme="dark"] .pressly-editor-stats,
html[data-theme="dark"] .pressly-editor-reading,
html[data-theme="dark"] .pressly-editor-stats span,
html[data-theme="dark"] .pressly-editor-reading span {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-editor-card-footer,
html[data-theme="dark"] .pressly-editor-reading i {
  border-color: #363d47 !important;
}

html[data-theme="dark"] .pressly-editor-controls button {
  background: var(--pressly-dark-surface) !important;
  color: var(--pressly-dark-text) !important;
  border-color: #343b45 !important;
}

html[data-theme="dark"] .pressly-editor-controls button:hover,
html[data-theme="dark"] .pressly-editor-controls button:focus {
  background: var(--pressly-accent) !important;
  border-color: var(--pressly-accent) !important;
  color: #fff !important;
}

html[data-theme="dark"] .pressly-content-section .post .post-body,
html[data-theme="dark"] .pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-card,
html[data-theme="dark"] .pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-body,
html[data-theme="dark"] .pressly-content-section .pressly-th-slide,
html[data-theme="dark"] .pressly-content-section .pressly-th-body,
html[data-theme="dark"] .pressly-feed-card,
html[data-theme="dark"] .pressly-feed-body,
html[data-theme="dark"] .pressly-side-card,
html[data-theme="dark"] .pressly-social-panel,
html[data-theme="dark"] .pressly-newsletter-panel,
html[data-theme="dark"] .pressly-popular-panel,
html[data-theme="dark"] .pressly-instagram-widget,
html[data-theme="dark"] .pressly-ad-widget,
html[data-theme="dark"] .aside-widget,
html[data-theme="dark"] .newsletter-widget {
  background: var(--pressly-dark-surface) !important;
  border-color: var(--pressly-dark-border) !important;
  color: #d1d5db !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-content-section .section-title .title,
html[data-theme="dark"] .section-title .title {
  background: var(--pressly-dark-bg) !important;
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-content-section .post-title a,
html[data-theme="dark"] .pressly-content-section .pressly-lifestyle-body .post-title a,
html[data-theme="dark"] .pressly-content-section .pressly-th-body h3 a,
html[data-theme="dark"] .pressly-feed-body h3 a,
html[data-theme="dark"] .pressly-side-card h3 a,
html[data-theme="dark"] .pressly-popular-copy a,
html[data-theme="dark"] .pressly-instagram-widget h3,
html[data-theme="dark"] .pressly-newsletter-panel h3,
html[data-theme="dark"] .pressly-social-panel h3 {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-content-section .post-meta,
html[data-theme="dark"] .pressly-content-section .post-meta a,
html[data-theme="dark"] .pressly-content-section .pressly-section-kicker,
html[data-theme="dark"] .pressly-feed-meta,
html[data-theme="dark"] .pressly-popular-meta,
html[data-theme="dark"] .pressly-newsletter-panel p,
html[data-theme="dark"] .pressly-side-card p {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .classic-home-card,
html[data-theme="dark"] .classic-home-body,
html[data-theme="dark"] .home5-sidebar,
html[data-theme="dark"] .home5-side-item,
html[data-theme="dark"] .home5-nav-btn,
html[data-theme="dark"] .home6-stage,
html[data-theme="dark"] .home6-copy,
html[data-theme="dark"] .home6-brief-card,
html[data-theme="dark"] .home6-story {
  background: var(--pressly-dark-surface) !important;
  border-color: var(--pressly-dark-border) !important;
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .classic-home-body :is(h1, h2, h3, a),
html[data-theme="dark"] .home5-side-item,
html[data-theme="dark"] .home6-copy h1 a,
html[data-theme="dark"] .home6-brief-card h3,
html[data-theme="dark"] .home6-story b {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .home6-image-badge {
  background: #222832 !important;
  color: #fff !important;
}

html[data-theme="dark"] .home5-side-item:hover,
html[data-theme="dark"] .home5-side-item.is-active,
html[data-theme="dark"] .home6-story:hover,
html[data-theme="dark"] .home6-story.is-active {
  background: #222832 !important;
}

html[data-theme="dark"]
  :is(
    .pressly-article-hero,
    .pressly-article-section,
    .pressly-article-bottom-ad,
    .pressly-category-page,
    .pressly-category-hero,
    .pressly-author-page,
    .pressly-author-hero,
    .pressly-author-ad-section,
    .pressly-about-page,
    .pressly-about-hero,
    .pressly-about-story,
    .pressly-about-team,
    .pressly-about-cta-section,
    .pressly-contact-page,
    .pressly-contact-hero,
    .pressly-contact-main,
    .pressly-contact-faq-section,
    .pressly-regular-page,
    .regular-page-head
  ) {
  background: var(--pressly-dark-bg) !important;
  border-color: var(--pressly-dark-border) !important;
  color: #cdd2d8 !important;
}

html[data-theme="dark"]
  :is(
    .pressly-post-pagination-item,
    .pressly-article-note,
    .pressly-category-card,
    .pressly-category-topics a,
    .pressly-category-load,
    .pressly-author-profile,
    .pressly-author-social a,
    .pressly-author-story,
    .pressly-author-load,
    .pressly-about-secondary,
    .pressly-about-visual-note,
    .pressly-about-value-card,
    .pressly-about-person,
    .pressly-contact-hero-note,
    .pressly-contact-channel,
    .pressly-contact-form-card,
    .pressly-contact-side-card,
    .pressly-contact-side-details,
    .pressly-contact-side-note,
    .pressly-contact-social-card,
    .pressly-contact-social-card a,
    .pressly-contact-mini-social a,
    .pressly-contact-faq-grid article,
    .regular-content-card,
    .regular-sidebar-card,
    .regular-newsletter-card
  ) {
  background: var(--pressly-dark-surface) !important;
  border-color: var(--pressly-dark-border) !important;
  color: #cfd4da !important;
  box-shadow: none !important;
}

html[data-theme="dark"]
  :is(
    .pressly-category-card,
    .pressly-author-profile,
    .pressly-author-story,
    .pressly-about-secondary,
    .pressly-about-visual-note,
    .pressly-about-value-card,
    .pressly-about-person,
    .pressly-contact-hero-note,
    .pressly-contact-channel,
    .pressly-contact-form-card,
    .pressly-contact-side-card,
    .pressly-contact-social-card,
    .pressly-contact-faq-grid article,
    .regular-content-card,
    .regular-sidebar-card,
    .regular-newsletter-card
  )
  :is(h1, h2, h3, h4, h5, h6, strong, a:not(.btn):not(.post-category a)) {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] input,
html[data-theme="dark"] textarea,
html[data-theme="dark"] select,
html[data-theme="dark"] .pressly-contact-form input,
html[data-theme="dark"] .pressly-contact-form select,
html[data-theme="dark"] .pressly-contact-form textarea,
html[data-theme="dark"] .pressly-reply-field input,
html[data-theme="dark"] .pressly-reply-field textarea,
html[data-theme="dark"] .regular-newsletter-card input,
html[data-theme="dark"] .pressly-newsletter-field {
  background: var(--pressly-dark-surface-2) !important;
  color: var(--pressly-dark-text) !important;
  border-color: #343b46 !important;
}

html[data-theme="dark"] input:focus,
html[data-theme="dark"] textarea:focus,
html[data-theme="dark"] select:focus,
html[data-theme="dark"] .pressly-contact-form input:focus,
html[data-theme="dark"] .pressly-contact-form select:focus,
html[data-theme="dark"] .pressly-contact-form textarea:focus {
  background: #20262f !important;
  color: var(--pressly-dark-text) !important;
  border-color: #c83255 !important;
  box-shadow: 0 0 0 3px rgba(200, 50, 85, 0.13) !important;
}

html[data-theme="dark"] input::placeholder,
html[data-theme="dark"] textarea::placeholder {
  color: #7f8792 !important;
}

html[data-theme="dark"]
  :is(hr, .pressly-section-heading, .pressly-feed-heading, .pressly-popular-head, .pressly-instagram-heading, .pressly-editor-card-footer) {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] :is(.text-muted, .post-meta, .pressly-section-kicker, .pressly-th-meta, .pressly-feed-meta, .pressly-popular-meta) {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-story-deck {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-trending-panel,
html[data-theme="dark"] .pressly-latest-panel {
  background: transparent !important;
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-trending-panel {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-deck-heading h2,
html[data-theme="dark"] .pressly-deck-heading h2 a {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-trending-item {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-trending-item h3,
html[data-theme="dark"] .pressly-trending-item h3 a,
html[data-theme="dark"] .pressly-mini-story h3,
html[data-theme="dark"] .pressly-mini-story h3 a {
  color: #eef1f5 !important;
}

html[data-theme="dark"] .pressly-trending-item h3 a:hover,
html[data-theme="dark"] .pressly-mini-story h3 a:hover {
  color: #ff6b8d !important;
}

html[data-theme="dark"] .pressly-trending-item p,
html[data-theme="dark"] .pressly-mini-story p {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-mini-img {
  background: var(--pressly-dark-surface-2) !important;
}

html[data-theme="dark"] .pressly-side-head h2,
html[data-theme="dark"] .pressly-social-panel h2,
html[data-theme="dark"] .pressly-newsletter-panel h2,
html[data-theme="dark"] .pressly-popular-panel h2,
html[data-theme="dark"] .pressly-instagram-widget h2,
html[data-theme="dark"] .pressly-instagram-widget h3 {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-side-kicker,
html[data-theme="dark"] .pressly-side-viewall,
html[data-theme="dark"] .pressly-social-copy small,
html[data-theme="dark"] .pressly-popular-meta,
html[data-theme="dark"] .pressly-newsletter-panel > p {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-social-item {
  background: var(--pressly-dark-surface-2) !important;
  border-color: #343b46 !important;
  color: var(--pressly-dark-text) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-social-item:hover {
  background: #242a33 !important;
  border-color: #46505c !important;
  color: #fff !important;
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18) !important;
}

html[data-theme="dark"] .pressly-social-copy strong {
  color: #f4f6f8 !important;
}

html[data-theme="dark"] .pressly-social-copy small {
  color: #a9b0b9 !important;
}

html[data-theme="dark"] .pressly-social-arrow {
  color: #7f8791 !important;
}

html[data-theme="dark"] .pressly-social-item:hover .pressly-social-arrow {
  color: #ff6b8d !important;
}

html[data-theme="dark"] .pressly-ad,
html[data-theme="dark"] .pressly-ad strong,
html[data-theme="dark"] .pressly-ad small,
html[data-theme="dark"] .pressly-ad-label {
  color: #edf1f5 !important;
}

html[data-theme="dark"] .pressly-newsletter-field,
html[data-theme="dark"] .pressly-newsletter-field input {
  background: #11161c !important;
  border-color: #303844 !important;
  color: #eef1f5 !important;
}

html[data-theme="dark"] .pressly-popular-item,
html[data-theme="dark"] .pressly-popular-list li {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-popular-copy a,
html[data-theme="dark"] .pressly-popular-item a {
  color: #eef1f5 !important;
}

html[data-theme="dark"] .pressly-popular-copy a:hover,
html[data-theme="dark"] .pressly-popular-item a:hover {
  color: #ff6b8d !important;
}

html[data-theme="dark"] .pressly-content-section :is(h2, h3, h4) a:not(.post-category a),
html[data-theme="dark"] .pressly-feed-section :is(h2, h3, h4) a:not(.post-category a) {
  color: #eef1f5 !important;
}

html[data-theme="dark"] .pressly-content-section :is(h2, h3, h4) a:not(.post-category a):hover,
html[data-theme="dark"] .pressly-feed-section :is(h2, h3, h4) a:not(.post-category a):hover {
  color: #ff6b8d !important;
}

html[data-theme="dark"] .pressly-content-section .post-body,
html[data-theme="dark"] .pressly-feed-body,
html[data-theme="dark"] .pressly-th-body,
html[data-theme="dark"] .pressly-lifestyle-body {
  color: #d6dbe1 !important;
}

html[data-theme="dark"] .pressly-side-card,
html[data-theme="dark"] .pressly-social-panel,
html[data-theme="dark"] .pressly-newsletter-panel,
html[data-theme="dark"] .pressly-popular-panel,
html[data-theme="dark"] .pressly-ad-widget {
  background: #171c23 !important;
  border-color: #2b323c !important;
}

html[data-theme="dark"] .pressly-story-deck,
html[data-theme="dark"] .pressly-trending-panel,
html[data-theme="dark"] .pressly-latest-panel,
html[data-theme="dark"] .pressly-latest-grid,
html[data-theme="dark"] .pressly-mini-story {
  background: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-trending-panel,
html[data-theme="dark"] .pressly-story-deck,
html[data-theme="dark"] .pressly-trending-item {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-ad-widget,
html[data-theme="dark"] .pressly-ad,
html[data-theme="dark"] .pressly-ad-square,
html[data-theme="dark"] .pressly-ad-banner,
html[data-theme="dark"] .pressly-wide-ad,
html[data-theme="dark"] .regular-ad-card {
  background: transparent !important;
  box-shadow: none !important;
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-ad:after,
html[data-theme="dark"] .pressly-wide-ad:after,
html[data-theme="dark"] .regular-ad-card:after {
  display: none !important;
}

html[data-theme="dark"] .pressly-ad,
html[data-theme="dark"] .pressly-ad strong,
html[data-theme="dark"] .pressly-ad small,
html[data-theme="dark"] .pressly-ad-label,
html[data-theme="dark"] .pressly-wide-ad strong,
html[data-theme="dark"] .pressly-wide-ad small,
html[data-theme="dark"] .pressly-wide-ad-brand,
html[data-theme="dark"] .regular-ad-card strong,
html[data-theme="dark"] .regular-ad-card small,
html[data-theme="dark"] .regular-ad-card span {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-about-stats {
  background: transparent !important;
  border-top-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-about-stats div,
html[data-theme="dark"] .pressly-about-stats div + div {
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-about-stats strong {
  color: var(--pressly-dark-text) !important;
  opacity: 1 !important;
}

html[data-theme="dark"] .pressly-about-stats span {
  color: var(--pressly-dark-muted) !important;
  opacity: 1 !important;
}

html[data-theme="dark"] .pressly-about-values {
  background: var(--pressly-dark-bg) !important;
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-about-section-head h2,
html[data-theme="dark"] .pressly-about-section-head > p {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-about-section-head > p {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-regular-page .regular-principle,
html[data-theme="dark"] .pressly-regular-page .regular-quote,
html[data-theme="dark"] .pressly-regular-page .regular-ad-card,
html[data-theme="dark"] .pressly-regular-page .pressly-wide-ad {
  background: var(--pressly-dark-surface) !important;
  color: var(--pressly-dark-text) !important;
  border-color: var(--pressly-dark-border) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-regular-page .regular-principle h4,
html[data-theme="dark"] .pressly-regular-page .regular-quote p,
html[data-theme="dark"] .pressly-regular-page .regular-content-card h3,
html[data-theme="dark"] .pressly-regular-page .regular-sidebar-card h3 {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-regular-page .regular-principle p,
html[data-theme="dark"] .pressly-regular-page .regular-quote cite,
html[data-theme="dark"] .pressly-regular-page .regular-content-card p,
html[data-theme="dark"] .pressly-regular-page .regular-sidebar-card p,
html[data-theme="dark"] .pressly-regular-page .regular-sidebar-card a,
html[data-theme="dark"] .pressly-regular-page .regular-sidebar-kicker {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-article-hero h1,
html[data-theme="dark"] .pressly-article-meta,
html[data-theme="dark"] .pressly-article-meta a,
html[data-theme="dark"] .pressly-article-toolbar,
html[data-theme="dark"] .pressly-article-toolbar button,
html[data-theme="dark"] .pressly-related-card h3 a,
html[data-theme="dark"] .pressly-comments h2,
html[data-theme="dark"] .pressly-reply h2 {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-article-quote {
  background: var(--pressly-dark-surface) !important;
  color: var(--pressly-dark-text) !important;
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-article-quote p,
html[data-theme="dark"] .pressly-article-quote footer {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-story-deck,
html[data-theme="dark"] .pressly-trending-panel,
html[data-theme="dark"] .pressly-latest-panel,
html[data-theme="dark"] .pressly-trending-list,
html[data-theme="dark"] .pressly-latest-grid,
html[data-theme="dark"] .pressly-mini-story,
html[data-theme="dark"] .pressly-mini-img {
  background: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-trending-panel {
  padding-right: 0 !important;
  border-right: 0 !important;
}

html[data-theme="dark"] .pressly-story-deck {
  gap: 24px !important;
}

html[data-theme="dark"] .pressly-trending-item,
html[data-theme="dark"] .pressly-mini-story {
  border-radius: 0 !important;
}

html[data-theme="dark"] .aside-widget.pressly-ad-widget,
html[data-theme="dark"] .pressly-ad-widget,
html[data-theme="dark"] .pressly-ad-square,
html[data-theme="dark"] .pressly-ad-square-compact,
html[data-theme="dark"] .pressly-ad,
html[data-theme="dark"] .pressly-wide-ad,
html[data-theme="dark"] .pressly-regular-page .regular-ad-card {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-ad-widget,
html[data-theme="dark"] .pressly-ad-square,
html[data-theme="dark"] .pressly-wide-ad,
html[data-theme="dark"] .pressly-regular-page .regular-ad-card {
  border-color: #2b323c !important;
}

html[data-theme="dark"] .pressly-about-stats strong,
html[data-theme="dark"] .pressly-about-story-title h2,
html[data-theme="dark"] .pressly-about-section-head h2 {
  color: #f4f6f8 !important;
  opacity: 1 !important;
}

html[data-theme="dark"] .pressly-about-stats span,
html[data-theme="dark"] .pressly-about-story-copy p,
html[data-theme="dark"] .pressly-about-section-head > p {
  color: #b8c0ca !important;
  opacity: 1 !important;
}

html[data-theme="dark"] .pressly-about-story-copy blockquote {
  color: #8e98a4 !important;
  opacity: 1 !important;
}

html[data-theme="dark"] .pressly-regular-page .regular-breadcrumb,
html[data-theme="dark"] .pressly-regular-page .regular-breadcrumb a,
html[data-theme="dark"] .pressly-regular-page .regular-page-kicker,
html[data-theme="dark"] .pressly-regular-page .regular-content-eyebrow,
html[data-theme="dark"] .pressly-regular-page .regular-sidebar-kicker {
  color: #ff5f86 !important;
}

html[data-theme="dark"] .pressly-regular-page .regular-page-head h1,
html[data-theme="dark"] .pressly-regular-page .regular-content-intro h2,
html[data-theme="dark"] .pressly-regular-page .regular-copy-section h3,
html[data-theme="dark"] .pressly-regular-page .regular-sidebar-card h3,
html[data-theme="dark"] .pressly-regular-page .regular-newsletter-card h3,
html[data-theme="dark"] .pressly-regular-page .regular-closing-box h3 {
  color: #f4f6f8 !important;
  opacity: 1 !important;
}

html[data-theme="dark"] .pressly-regular-page .regular-page-head p,
html[data-theme="dark"] .pressly-regular-page .regular-lead,
html[data-theme="dark"] .pressly-regular-page .regular-copy-section > p,
html[data-theme="dark"] .pressly-regular-page .regular-check-list li,
html[data-theme="dark"] .pressly-regular-page .regular-closing-box p,
html[data-theme="dark"] .pressly-regular-page .regular-feature-image figcaption,
html[data-theme="dark"] .pressly-regular-page .regular-sidebar-card p,
html[data-theme="dark"] .pressly-regular-page .regular-sidebar-card a,
html[data-theme="dark"] .pressly-regular-page .regular-newsletter-card p,
html[data-theme="dark"] .pressly-regular-page .regular-ad-card strong,
html[data-theme="dark"] .pressly-regular-page .regular-ad-card small,
html[data-theme="dark"] .pressly-regular-page .regular-ad-card span {
  color: #b8c0ca !important;
  opacity: 1 !important;
}

html[data-theme="dark"] .pressly-article-hero h1,
html[data-theme="dark"] .pressly-article-hero .pressly-article-meta a,
html[data-theme="dark"] .pressly-article-hero .pressly-article-meta,
html[data-theme="dark"] .pressly-article-section h2,
html[data-theme="dark"] .pressly-comments h2,
html[data-theme="dark"] .pressly-reply h2 {
  color: #f4f6f8 !important;
}

html[data-theme="dark"] .pressly-article-section p,
html[data-theme="dark"] .pressly-article-section li,
html[data-theme="dark"] .pressly-article-section .pressly-related-meta,
html[data-theme="dark"] .pressly-article-section .pressly-comments small,
html[data-theme="dark"] .pressly-article-section .pressly-comments p,
html[data-theme="dark"] .pressly-article-section .pressly-reply label {
  color: #b8c0ca !important;
}

html[data-theme="dark"] .pressly-story-deck,
html[data-theme="dark"] .pressly-story-deck > section,
html[data-theme="dark"] .pressly-story-deck article,
html[data-theme="dark"] .pressly-story-deck article > div,
html[data-theme="dark"] .pressly-story-deck .pressly-trending-list,
html[data-theme="dark"] .pressly-story-deck .pressly-latest-grid,
html[data-theme="dark"] .pressly-story-deck .pressly-trending-item,
html[data-theme="dark"] .pressly-story-deck .pressly-mini-story,
html[data-theme="dark"] .pressly-story-deck .pressly-deck-heading {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}

html[data-theme="dark"] .pressly-story-deck > section {
  padding: 0 !important;
  margin: 0 !important;
}

html[data-theme="dark"] .pressly-story-deck .pressly-trending-panel {
  border-right: 1px solid var(--pressly-dark-border) !important;
  padding-right: 24px !important;
}

html[data-theme="dark"] .pressly-story-deck .pressly-trending-item {
  padding-top: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

html[data-theme="dark"] .pressly-story-deck .pressly-mini-story {
  padding: 0 !important;
}

html[data-theme="dark"] .pressly-deck-heading > a,
html[data-theme="dark"] .pressly-content-section .pressly-lifestyle-row .pressly-view-all,
html[data-theme="dark"] .pressly-content-section .pressly-th-view-all,
html[data-theme="dark"] .pressly-feed-viewall,
html[data-theme="dark"] .pressly-side-viewall,
html[data-theme="dark"] .pressly-article-section-head > a,
html[data-theme="dark"] .pressly-about-section-head > a,
html[data-theme="dark"] .home6-ticker a {
  color: #e4476b !important;
  opacity: 1 !important;
  visibility: visible !important;
}

html[data-theme="dark"] .pressly-deck-heading > a i,
html[data-theme="dark"] .pressly-content-section .pressly-lifestyle-row .pressly-view-all i,
html[data-theme="dark"] .pressly-content-section .pressly-th-view-all i,
html[data-theme="dark"] .pressly-feed-viewall i,
html[data-theme="dark"] .pressly-side-viewall i,
html[data-theme="dark"] .pressly-article-section-head > a i,
html[data-theme="dark"] .pressly-about-section-head > a i,
html[data-theme="dark"] .home6-ticker a i {
  color: inherit !important;
  opacity: 1 !important;
}

html[data-theme="dark"] .pressly-deck-heading > a:hover,
html[data-theme="dark"] .pressly-deck-heading > a:focus,
html[data-theme="dark"] .pressly-content-section .pressly-lifestyle-row .pressly-view-all:hover,
html[data-theme="dark"] .pressly-content-section .pressly-lifestyle-row .pressly-view-all:focus,
html[data-theme="dark"] .pressly-content-section .pressly-th-view-all:hover,
html[data-theme="dark"] .pressly-content-section .pressly-th-view-all:focus,
html[data-theme="dark"] .pressly-feed-viewall:hover,
html[data-theme="dark"] .pressly-feed-viewall:focus,
html[data-theme="dark"] .pressly-side-viewall:hover,
html[data-theme="dark"] .pressly-side-viewall:focus,
html[data-theme="dark"] .pressly-article-section-head > a:hover,
html[data-theme="dark"] .pressly-about-section-head > a:hover,
html[data-theme="dark"] .home6-ticker a:hover {
  color: #ff6b8d !important;
}

/* Article & page utilities */

html[data-theme="dark"] .pressly-regular-page .regular-bottom-ad {
  background: var(--pressly-dark-bg) !important;
}

html[data-theme="dark"] .pressly-regular-page .pressly-wide-ad {
  background: transparent !important;
  color: var(--pressly-dark-text) !important;
  border-color: var(--pressly-dark-border) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-regular-page .pressly-wide-ad-copy strong,
html[data-theme="dark"] .pressly-regular-page .pressly-wide-ad-brand {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-regular-page .pressly-wide-ad-copy small {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-article-toolbar-like,
html[data-theme="dark"] .pressly-article-toolbar-action,
html[data-theme="dark"] .pressly-article-like,
html[data-theme="dark"] .pressly-article-end-share a {
  background: var(--pressly-dark-surface) !important;
  color: var(--pressly-dark-text) !important;
  border-color: var(--pressly-dark-border) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-article-toolbar-like i,
html[data-theme="dark"] .pressly-article-toolbar-action i,
html[data-theme="dark"] .pressly-article-toolbar-like span,
html[data-theme="dark"] .pressly-article-toolbar-action span,
html[data-theme="dark"] .pressly-article-like span,
html[data-theme="dark"] .pressly-article-like b,
html[data-theme="dark"] .pressly-article-end-share i {
  color: inherit !important;
  opacity: 1 !important;
}

html[data-theme="dark"] .pressly-article-toolbar-like:hover,
html[data-theme="dark"] .pressly-article-toolbar-action:hover,
html[data-theme="dark"] .pressly-article-toolbar-like:focus-visible,
html[data-theme="dark"] .pressly-article-toolbar-action:focus-visible,
html[data-theme="dark"] .pressly-article-like:hover,
html[data-theme="dark"] .pressly-article-like:focus-visible,
html[data-theme="dark"] .pressly-article-end-share a:hover,
html[data-theme="dark"] .pressly-article-end-share a:focus-visible {
  background: #222731 !important;
  color: #ff6b8d !important;
  border-color: rgba(200, 50, 85, 0.45) !important;
}

html[data-theme="dark"] .pressly-article-toolbar-like.is-liked,
html[data-theme="dark"] .pressly-article-like.is-liked {
  background: var(--pressly-accent) !important;
  border-color: var(--pressly-accent) !important;
  color: #fff !important;
}

html[data-theme="dark"] .pressly-article-toolbar-like.is-liked i,
html[data-theme="dark"] .pressly-article-toolbar-like.is-liked span,
html[data-theme="dark"] .pressly-article-toolbar-like.is-liked b,
html[data-theme="dark"] .pressly-article-like.is-liked i,
html[data-theme="dark"] .pressly-article-like.is-liked span,
html[data-theme="dark"] .pressly-article-like.is-liked b {
  color: #fff !important;
}

html[data-theme="dark"] .pressly-article-tags > span,
html[data-theme="dark"] .pressly-article-end-share > span {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-article-tags a {
  color: var(--pressly-dark-text) !important;
  background: var(--pressly-dark-surface) !important;
  border-color: var(--pressly-dark-border) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-article-tags a:hover,
html[data-theme="dark"] .pressly-article-tags a:focus-visible {
  color: #ff6b8d !important;
  background: #222731 !important;
  border-color: rgba(200, 50, 85, 0.45) !important;
}

html[data-theme="dark"] .pressly-reply-form {
  background: var(--pressly-dark-surface) !important;
  border-color: var(--pressly-dark-border) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-reply-field label,
html[data-theme="dark"] .pressly-reply-check,
html[data-theme="dark"] .pressly-reply-check span {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-reply-field input,
html[data-theme="dark"] .pressly-reply-field textarea {
  color: var(--pressly-dark-text) !important;
  background: #1a1f29 !important;
  border-color: var(--pressly-dark-border) !important;
  box-shadow: none !important;
}

html[data-theme="dark"] .pressly-reply-field input::placeholder,
html[data-theme="dark"] .pressly-reply-field textarea::placeholder {
  color: #8d96a3 !important;
  opacity: 1 !important;
}

html[data-theme="dark"] .pressly-reply-field input:focus,
html[data-theme="dark"] .pressly-reply-field textarea:focus {
  border-color: rgba(200, 50, 85, 0.55) !important;
  box-shadow: 0 0 0 3px rgba(200, 50, 85, 0.08) !important;
}

html[data-theme="dark"] .pressly-reply-submit {
  background: #202530 !important;
  color: #ffffff !important;
}

html[data-theme="dark"] .pressly-reply-submit:hover,
html[data-theme="dark"] .pressly-reply-submit:focus-visible {
  background: var(--pressly-accent) !important;
  color: #ffffff !important;
}

/* Live indicator */

html[data-theme="dark"] .pressly-live-btn {
  background: #191d24;
  border-color: #303640;
  color: #f2f4f7;
  box-shadow: none;
}

html[data-theme="dark"] .pressly-live-btn:hover,
html[data-theme="dark"] .pressly-live-btn:focus-visible {
  color: #fff;
  background: #222731;
  border-color: rgba(200, 50, 85, 0.45);
}

/* Sidebar cards */

html[data-theme="dark"] .pressly-side-card,
html[data-theme="dark"] .pressly-social-panel {
  background: #171c23 !important;
  border-color: #2b323c !important;
  box-shadow: none !important;
}

/* Navigation current states */

html[data-theme="dark"] .dropdown .dropdown-list li a.is-current-link,
html[data-theme="dark"] .dropdown .dropdown-list li a[aria-current="page"],
html[data-theme="dark"] .nav-aside-menu li.has-dropdown > .dropdown a.is-current-link,
html[data-theme="dark"] .nav-aside-menu li.has-dropdown > .dropdown a[aria-current="page"] {
  color: #ff6b8d !important;
  background: #222731 !important;
}

html[data-theme="dark"] .dropdown .dropdown-list li a.is-current-link:before,
html[data-theme="dark"] .dropdown .dropdown-list li a[aria-current="page"]:before {
  background: var(--pressly-accent) !important;
}

/* Account & dashboard */

html[data-theme="dark"] .pressly-account-page,
html[data-theme="dark"] .pressly-auth-main,
html[data-theme="dark"] .pressly-profile-main,
html[data-theme="dark"] .pressly-dashboard-main {
  background: var(--pressly-dark-bg);
}

html[data-theme="dark"] .pressly-dropdown-divider,
html[data-theme="dark"] .nav-aside-menu .pressly-dropdown-divider {
  background: #303640;
}

html[data-theme="dark"] .pressly-auth-shell,
html[data-theme="dark"] .pressly-auth-card,
html[data-theme="dark"] .pressly-profile-card,
html[data-theme="dark"] .pressly-profile-panel,
html[data-theme="dark"] .pressly-dashboard-panel,
html[data-theme="dark"] .pressly-dashboard-sidebar,
html[data-theme="dark"] .pressly-dashboard-stat {
  background: var(--pressly-dark-surface);
  border-color: var(--pressly-dark-border);
  box-shadow: none;
}

html[data-theme="dark"] .pressly-auth-card-header h1,
html[data-theme="dark"] .pressly-auth-card-header h2,
html[data-theme="dark"] .pressly-field label,
html[data-theme="dark"] .pressly-profile-identity h2,
html[data-theme="dark"] .pressly-panel-heading h2,
html[data-theme="dark"] .pressly-panel-heading h3,
html[data-theme="dark"] .pressly-profile-detail strong,
html[data-theme="dark"] .pressly-profile-stat strong,
html[data-theme="dark"] .pressly-profile-story h3 a,
html[data-theme="dark"] .pressly-dashboard-user strong,
html[data-theme="dark"] .pressly-dashboard-topline h1,
html[data-theme="dark"] .pressly-dashboard-topline h2,
html[data-theme="dark"] .pressly-dashboard-stat strong,
html[data-theme="dark"] .pressly-dashboard-table td strong,
html[data-theme="dark"] .pressly-comment-row strong,
html[data-theme="dark"] .pressly-upload-box strong {
  color: var(--pressly-dark-text);
}

html[data-theme="dark"] .pressly-auth-card-header p,
html[data-theme="dark"] .pressly-profile-bio,
html[data-theme="dark"] .pressly-dashboard-topline p,
html[data-theme="dark"] .pressly-comment-row p {
  color: var(--pressly-dark-muted);
}

html[data-theme="dark"] .pressly-auth-social button,
html[data-theme="dark"] .pressly-auth-social a,
html[data-theme="dark"] .pressly-field input,
html[data-theme="dark"] .pressly-field select,
html[data-theme="dark"] .pressly-field textarea,
html[data-theme="dark"] .pressly-dashboard-actions a,
html[data-theme="dark"] .pressly-dashboard-actions button,
html[data-theme="dark"] .pressly-dashboard-secondary {
  background: var(--pressly-dark-surface-2);
  border-color: var(--pressly-dark-border);
  color: var(--pressly-dark-text);
}

html[data-theme="dark"] .pressly-auth-divider:before,
html[data-theme="dark"] .pressly-auth-divider:after,
html[data-theme="dark"] .pressly-dashboard-user,
html[data-theme="dark"] .pressly-dashboard-nav .is-logout,
html[data-theme="dark"] .pressly-dashboard-table th,
html[data-theme="dark"] .pressly-dashboard-table td,
html[data-theme="dark"] .pressly-comment-row,
html[data-theme="dark"] .pressly-profile-story {
  border-color: var(--pressly-dark-border);
}

html[data-theme="dark"] .pressly-profile-avatar {
  background: var(--pressly-dark-surface);
}

html[data-theme="dark"] .pressly-profile-detail,
html[data-theme="dark"] .pressly-profile-stat,
html[data-theme="dark"] .pressly-upload-box {
  background: #1c2128;
}

html[data-theme="dark"] .pressly-dashboard-nav a {
  color: #c5c9cf;
}

html[data-theme="dark"] .pressly-dashboard-table td {
  color: #b2b7be;
}

/* Account page header */

html[data-theme="dark"] .pressly-account-page .pressly-account-head.regular-page-head {
  background: var(--pressly-dark-bg) !important;
  border-color: var(--pressly-dark-border) !important;
}

html[data-theme="dark"] .pressly-account-page .pressly-account-head h1 {
  color: var(--pressly-dark-text) !important;
}

html[data-theme="dark"] .pressly-account-page .pressly-account-head p,
html[data-theme="dark"] .pressly-account-page .pressly-account-head .regular-breadcrumb {
  color: var(--pressly-dark-muted) !important;
}

html[data-theme="dark"] .pressly-account-page .pressly-account-head .regular-breadcrumb a {
  color: #d8dce2 !important;
}

/* Advanced article editor */

html[data-theme="dark"] .pressly-advanced-editor {
  border-color: #343b45;
  background: #171c23;
}

html[data-theme="dark"] .pressly-advanced-toolbar {
  border-bottom-color: #343b45;
  background: #1c222a;
}

html[data-theme="dark"] .pressly-editor-group {
  border-inline-end-color: #39414b;
}

html[data-theme="dark"] .pressly-editor-select {
  border-color: #3b434e;
  background: #20262e;
  color: #d2d6dc;
}

html[data-theme="dark"] .pressly-advanced-toolbar button,
html[data-theme="dark"] .pressly-editor-color {
  color: #c8cdd4;
}

html[data-theme="dark"] .pressly-advanced-toolbar button:hover,
html[data-theme="dark"] .pressly-advanced-toolbar button:focus-visible,
html[data-theme="dark"] .pressly-editor-color:hover,
html[data-theme="dark"] .pressly-editor-color:focus-within {
  border-color: #3b434e;
  background: #252c35;
  color: #fff;
}

html[data-theme="dark"] .pressly-advanced-toolbar button.is-active {
  border-color: rgba(228, 71, 107, 0.3);
  background: rgba(228, 71, 107, 0.12);
  color: #ff6b8d;
}

html[data-theme="dark"] .pressly-advanced-editor-surface,
html[data-theme="dark"] .pressly-advanced-editor-source {
  background: #171c23;
  color: #d5dae0;
}

html[data-theme="dark"] .pressly-advanced-editor-surface h2,
html[data-theme="dark"] .pressly-advanced-editor-surface h3,
html[data-theme="dark"] .pressly-advanced-editor-surface h4 {
  color: #f1f3f6;
}

html[data-theme="dark"] .pressly-advanced-editor-surface blockquote {
  background: #211a20;
  color: #cbd0d6;
}

html[data-theme="dark"] .pressly-advanced-editor-surface hr {
  background: #343b45;
}

html[data-theme="dark"] .pressly-editor-table-wrap {
  border-color: #39414b;
}

html[data-theme="dark"] .pressly-editor-table-wrap td,
html[data-theme="dark"] .pressly-editor-table-wrap th {
  border-color: #39414b;
}

html[data-theme="dark"] .pressly-editor-statusbar {
  border-top-color: #343b45;
  background: #1c222a;
  color: #89909a;
}

html[data-theme="dark"] .pressly-editor-statusbar b {
  color: #cbd0d6;
}

html[data-theme="dark"] .pressly-editor-error {
  border-top-color: rgba(228, 71, 107, 0.2);
  background: #24181d;
  color: #ff7897;
}

/*============================================================
# 29. RESPONSIVE
============================================================*/

/* 01. FOUNDATION & TYPOGRAPHY */

@media only screen and (min-width: 992px) {
  #nav-bottom,
  #nav-bottom > .container,
  .nav-menu,
  .nav-menu > li > a {
    min-height: 60px;
  }

  .nav-menu > li > a {
    padding-left: 16px;
    padding-right: 16px;
    font-weight: 400;
    letter-spacing: 0.4px;
  }

  .nav-menu > li > a:before {
    left: 16px;
    right: 16px;
  }

  #nav-bottom.is-sticky,
  #nav-bottom.is-sticky > .container,
  #nav-bottom.is-sticky .nav-menu,
  #nav-bottom.is-sticky .nav-menu > li > a {
    min-height: 56px;
  }
}

@media only screen and (max-width: 991px) {
  #nav-bottom {
    display: none;
  }

  .nav-logo {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    left: 0;
    display: inline-block;
    float: left;
  }
}

/* 02. NAVIGATION CORE & DROPDOWNS */

@media only screen and (min-width: 992px) {
  /* Main Navigation */

  #nav-bottom {
    position: relative;
    min-height: 68px;
    background: rgba(255, 255, 255, 0.98);
    border-bottom: 1px solid #eceef1;
    box-shadow: 0 1px 0 rgba(17, 21, 28, 0.015);
    z-index: 80;
  }

  #nav-bottom > .container {
    min-height: 68px;
    align-items: stretch;
    overflow: visible;
  }

  .nav-menu {
    min-height: 68px;
    gap: 2px;
  }

  .nav-menu > li {
    display: flex;
    align-items: stretch;
  }

  .nav-menu > li > a {
    min-height: 68px;
    padding: 0 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border-radius: 0;
    color: #1b1c1e;
    font-family: "Roboto", Arial, sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.55px;
    text-transform: uppercase;
    transition:
      color 0.22s ease,
      background-color 0.22s ease;
  }

  .nav-menu > li > a:before {
    left: 17px;
    right: 17px;
    bottom: 0;
    height: 3px;
    border-radius: 3px 3px 0 0;
    transform: scaleX(0);
    opacity: 0;
    transition:
      transform 0.22s ease,
      opacity 0.22s ease;
  }

  .nav-menu > li:hover > a,
  .nav-menu > li:focus-within > a,
  .nav-menu > li.is-current > a {
    color: var(--pressly-accent);
    background: linear-gradient(to bottom, rgba(200, 50, 85, 0), rgba(200, 50, 85, 0.045));
  }

  .nav-menu > li:hover > a:before,
  .nav-menu > li:focus-within > a:before,
  .nav-menu > li.is-current > a:before {
    transform: scaleX(1);
    opacity: 1;
  }

  .nav-menu li.has-dropdown > a:after {
    margin-left: 2px;
    font-size: 11px;
    transform-origin: center;
    transition:
      transform 0.22s ease,
      color 0.22s ease;
  }

  .nav-menu li.has-dropdown:hover > a:after,
  .nav-menu li.has-dropdown:focus-within > a:after {
    transform: rotate(180deg);
  }

  .nav-menu a:focus-visible {
    outline: 2px solid rgba(200, 50, 85, 0.36);
    outline-offset: -4px;
  }

  .nav-menu li.has-dropdown > .dropdown {
    top: calc(100% + 10px);
    width: 240px;
    padding-top: 0;
    background: #fff;
    border: 1px solid #eceef1;
    border-radius: 12px;
    box-shadow: 0 20px 55px rgba(17, 21, 28, 0.13);
    overflow: visible;
    transform: translateY(9px) scale(0.985);
    transform-origin: top center;
    transition:
      opacity 0.18s ease,
      visibility 0.18s ease,
      transform 0.22s ease;
  }

  .nav-menu li.has-dropdown:hover > .dropdown,
  .nav-menu li.has-dropdown:focus-within > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
  }

  .nav-menu li.has-dropdown > .dropdown .dropdown-body {
    padding: 10px;
    border: 0;
    border-radius: 12px;
    box-shadow: none;
  }

  .dropdown .dropdown-list {
    margin: 0;
  }

  .dropdown .dropdown-list li {
    border: 0;
  }

  .dropdown .dropdown-list li + li {
    margin-top: 2px;
  }

  .dropdown .dropdown-list li a {
    position: relative;
    display: flex;
    align-items: center;
    min-height: 42px;
    padding: 10px 12px;
    border-radius: 8px;
    color: #3f4348;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.35;
    transition:
      color 0.18s ease,
      background-color 0.18s ease,
      transform 0.18s ease;
  }

  .dropdown .dropdown-list li a:before {
    content: "";
    width: 5px;
    height: 5px;
    margin-right: 10px;
    border-radius: 50%;
    background: #d9dce0;
    transition:
      background-color 0.18s ease,
      transform 0.18s ease;
  }

  .dropdown .dropdown-list li a:hover,
  .dropdown .dropdown-list li a:focus {
    padding-left: 12px;
    color: var(--pressly-accent);
    background: rgba(200, 50, 85, 0.055);
    transform: translateX(2px);
  }

  .dropdown .dropdown-list li a:hover:before,
  .dropdown .dropdown-list li a:focus:before {
    background: var(--pressly-accent);
    transform: scale(1.25);
  }

  @media (max-width: 1199px) {
    .nav-menu > li > a {
      padding-left: 13px;
      padding-right: 13px;
      font-size: 12px;
    }

    .nav-menu > li > a:before {
      left: 13px;
      right: 13px;
    }
  }
}

@media only screen and (min-width: 992px) {
  #nav-bottom {
    transition:
      box-shadow 0.22s ease,
      background-color 0.22s ease,
      min-height 0.22s ease;
  }

  #nav-bottom.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 98;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 10px 30px rgba(17, 21, 28, 0.09);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
  }

  #nav-bottom.is-sticky,
  #nav-bottom.is-sticky > .container,
  #nav-bottom.is-sticky .nav-menu,
  #nav-bottom.is-sticky .nav-menu > li > a {
    min-height: 62px;
  }

  .nav-menu li.has-dropdown > .dropdown {
    top: 100%;
  }
}

@media only screen and (min-width: 992px) {
  #nav-bottom,
  #nav-bottom > .container,
  #nav-bottom .nav-menu,
  #nav-bottom .nav-menu > li,
  #nav-bottom .nav-menu > li > a,
  #nav-bottom.is-sticky,
  #nav-bottom.is-sticky > .container,
  #nav-bottom.is-sticky .nav-menu,
  #nav-bottom.is-sticky .nav-menu > li,
  #nav-bottom.is-sticky .nav-menu > li > a {
    min-height: 44px !important;
    height: 44px;
  }

  #nav-bottom .nav-menu > li > a,
  #nav-bottom.is-sticky .nav-menu > li > a {
    display: flex;
    align-items: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

/* 03. HEADER & TOP BAR */

@media only screen and (max-width: 991px) {
  #nav-top > .container {
    min-height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .nav-logo {
    float: none;
    display: block;
    margin-right: auto;
  }

  .nav-logo .logo {
    min-height: 48px;
  }

  .nav-logo .logo > img {
    max-height: 48px;
    max-width: 135px;
  }

  .nav-btns {
    margin-left: auto;
  }
}

@media only screen and (max-width: 575px) {
  #nav-top > .container {
    min-height: 70px;
  }

  .nav-logo .logo > img {
    max-width: 125px;
    max-height: 44px;
  }

  .nav-btns > button {
    width: 40px;
    height: 40px;
  }
}

@media only screen and (min-width: 992px) {
  #nav-top > .container {
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr);
  }
}

@media only screen and (max-width: 991px) {
  #nav-top > .container {
    min-height: 82px;
    position: relative;
  }

  .nav-logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
  }

  .nav-logo .pressly-wordmark {
    min-height: 54px;
  }

  .pressly-wordmark-main {
    font-size: 32px;
    letter-spacing: -1.8px;
  }

  .pressly-wordmark small {
    font-size: 7px;
    letter-spacing: 2.4px;
  }

  .nav-btns:before {
    display: none;
  }
}

@media only screen and (max-width: 575px) {
  #nav-top > .container {
    min-height: 76px;
  }

  .pressly-wordmark-main {
    font-size: 29px;
  }

  .pressly-wordmark small {
    font-size: 6px;
    letter-spacing: 2px;
  }

  .nav-btns {
    gap: 4px;
  }

  .nav-btns > button {
    width: 38px;
    height: 38px;
  }
}

@media only screen and (max-width: 991px) {
  .nav-left-controls {
    flex: 0 0 auto;
    gap: 5px;
    z-index: 4;
  }

  .nav-btns {
    margin-left: auto;
    z-index: 4;
  }
}

@media only screen and (max-width: 575px) {
  .nav-left-controls {
    gap: 4px;
  }

  .pressly-language-switcher > .language-btn,
  .theme-toggle-btn {
    width: 38px;
    height: 38px;
  }

  .pressly-language-switcher > .language-btn {
    border-radius: 50%;
  }

  .pressly-language-switcher .language-code {
    font-size: 9px;
  }
}

@media only screen and (max-width: 575px) {
  .nav-left-controls > .aside-btn {
    width: 38px;
    height: 38px;
  }
}

@media only screen and (max-width: 991px) {
  #nav-top > .container {
    min-height: 70px !important;
  }

  .nav-logo .pressly-wordmark {
    min-height: 44px !important;
  }

  .pressly-wordmark-main {
    font-size: 30px !important;
  }
}

@media only screen and (max-width: 575px) {
  #nav-top > .container {
    min-height: 64px !important;
  }

  .nav-left-controls > .aside-btn,
  .theme-toggle-btn,
  .nav-btns > button,
  .pressly-language-switcher > .language-btn {
    width: 34px !important;
    height: 34px !important;
    min-width: 34px !important;
    line-height: 34px !important;
  }
}

@media (max-width: 575px) {
  .pressly-live-btn {
    height: 34px;
    min-height: 34px;
    padding: 0 11px;
    gap: 6px;
    font-size: 10px;
  }

  .pressly-live-dot {
    width: 7px;
    height: 7px;
    flex-basis: 7px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pressly-live-dot {
    animation: none;
  }
}

/* 04. SEARCH & MOBILE MENU */

@media only screen and (max-width: 575px) {
  #nav-search {
    padding: 16px;
  }

  .pressly-search-shell {
    margin-top: 88px;
    padding: 28px 20px 24px;
    border-radius: 14px;
  }

  .pressly-search-title {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .pressly-search-field {
    grid-template-columns: 20px 1fr;
    min-height: 60px;
    padding: 8px 16px;
  }

  #nav-search form .input {
    height: 42px;
    font-size: 15px;
    line-height: 42px;
  }

  .pressly-search-submit {
    grid-column: 1 / -1;
    width: 100%;
    height: 46px;
    margin-top: 4px;
  }

  .pressly-search-suggestions {
    gap: 8px 12px;
  }

  #nav-search .search-close {
    top: 18px;
    right: 18px;
    width: 42px;
    height: 42px;
  }

  #nav-aside {
    width: min(360px, 94vw);
  }

  .nav-aside-head {
    min-height: 112px;
    padding: 25px 66px 20px 24px;
  }

  .nav-aside-navigation {
    padding: 12px 24px 6px;
  }

  .nav-aside-footer {
    padding-left: 24px;
    padding-right: 24px;
  }

  #nav-aside .nav-aside-close {
    top: 18px;
    right: 18px;
  }
}

/* 06. HOME 01 — FEATURED & TRENDING */

@media (max-width: 1199.98px) {
  .pressly-featured-slider {
    height: 480px;
  }

  .pressly-slide-content {
    width: 62%;
    padding-left: 72px;
  }

  .pressly-slider-footer {
    left: 72px;
    right: 72px;
  }

  .pressly-slide-title {
    font-size: clamp(36px, 4.3vw, 52px);
  }

  .pressly-story-deck {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .pressly-trending-panel {
    padding-right: 0;
    padding-bottom: 22px;
    border-right: 0;
    border-bottom: 1px solid #eceef0;
  }

  .pressly-trending-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }

  .pressly-trending-item {
    border-bottom: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 991.98px) {
  .pressly-featured-section {
    padding-top: 24px;
  }

  .pressly-featured-slider {
    height: 470px;
    border-radius: 15px;
  }

  .pressly-slide-content {
    width: 72%;
    padding-left: 62px;
  }

  .pressly-slide-shade {
    background: linear-gradient(90deg, rgba(15, 17, 20, 0.9) 0%, rgba(15, 17, 20, 0.6) 55%, rgba(15, 17, 20, 0.18) 100%);
  }

  .pressly-slider-footer {
    left: 62px;
    right: 62px;
  }

  .pressly-slide-excerpt {
    font-size: 14px;
  }

  .pressly-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    row-gap: 22px;
  }

  .pressly-mini-img {
    height: 165px;
  }
}

@media (max-width: 767.98px) {
  .pressly-featured-section {
    padding-top: 18px;
  }

  .pressly-featured-slider {
    height: 520px;
    border-radius: 14px;
  }

  .pressly-slide-media img {
    object-position: 62% center;
  }

  .pressly-slide-shade {
    background: linear-gradient(0deg, rgba(15, 17, 20, 0.95) 0%, rgba(15, 17, 20, 0.64) 58%, rgba(15, 17, 20, 0.18) 100%);
  }

  .pressly-slide-content {
    top: auto;
    left: 0;
    bottom: 58px;
    width: 100%;
    padding: 0 25px;
    transform: none;
  }

  .pressly-slide-title {
    margin-bottom: 12px;
    font-size: clamp(30px, 8vw, 40px);
    line-height: 1.06;
  }

  .pressly-slide-title br {
    display: none;
  }

  .pressly-slide-excerpt {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 16px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  .pressly-slide-meta {
    font-size: 9px;
  }

  .pressly-slide-author img {
    width: 32px;
    height: 32px;
  }

  .pressly-slider-arrow {
    top: 26px;
    width: 38px;
    height: 38px;
    margin: 0;
    font-size: 23px;
  }

  .pressly-slider-prev {
    left: auto;
    right: 66px;
  }

  .pressly-slider-next {
    right: 20px;
  }

  .pressly-slider-footer {
    left: 25px;
    right: 25px;
    bottom: 20px;
  }

  .pressly-trending-list {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .pressly-trending-item {
    grid-template-columns: 86px 30px minmax(0, 1fr);
  }

  .pressly-latest-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px 12px;
  }

  .pressly-mini-img {
    height: 120px;
  }
}

@media (max-width: 479.98px) {
  .pressly-featured-slider {
    height: 500px;
  }

  .pressly-slide-category {
    margin-bottom: 12px;
  }

  .pressly-slide-title {
    font-size: 29px;
  }

  .pressly-slide-excerpt {
    font-size: 13px;
  }

  .pressly-slider-count {
    display: none;
  }

  .pressly-slider-footer {
    justify-content: flex-end;
  }

  .pressly-latest-grid {
    grid-template-columns: 1fr;
  }

  .pressly-mini-img {
    height: 180px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pressly-feature-slide,
  .pressly-slide-media img,
  .pressly-trending-img img,
  .pressly-mini-img img {
    transition: none !important;
  }
}

@media (max-width: 767.98px) {
  body.home1-centered #pressly-featured-slider .pressly-slide-content {
    left: 0;
    right: 0;
    bottom: 58px;
    width: 100%;
    padding: 0 25px;
    transform: none;
    text-align: center;
  }
}

/* 07. HOME 02 — EDITOR’S PICK */

@media (max-width: 1199.98px) {
  .pressly-editor-media {
    width: 67%;
  }

  .pressly-editor-card {
    width: 46%;
    padding: 38px 34px 28px;
  }

  .pressly-editor-card h1,
  .pressly-editor-card h2 {
    font-size: 27px;
  }
}

@media (max-width: 991.98px) {
  .pressly-home2-section {
    padding-top: 42px;
  }

  .pressly-editor-slider,
  .pressly-editor-stage {
    min-height: 610px;
  }

  .pressly-editor-media {
    position: relative;
    width: 100%;
    height: 400px;
  }

  .pressly-editor-card {
    top: auto;
    left: 28px;
    bottom: 0;
    width: calc(100% - 56px);
    min-height: 0;
    padding: 30px 32px 24px;
    transform: none;
  }

  .pressly-editor-slide .pressly-editor-card,
  .pressly-editor-slide.is-active .pressly-editor-card {
    transform: translateY(18px);
  }

  .pressly-editor-slide.is-active .pressly-editor-card {
    transform: translateY(0);
  }

  .pressly-editor-card h1,
  .pressly-editor-card h2 {
    max-width: none;
    font-size: 26px;
  }

  .pressly-editor-author {
    margin-bottom: 20px;
  }

  .pressly-editor-controls {
    left: 28px;
    bottom: -4px;
  }
}

@media (max-width: 767.98px) {
  .pressly-home2-section {
    padding-top: 32px;
  }

  .pressly-editor-slider {
    min-height: 635px;
    margin-bottom: 44px;
  }

  .pressly-editor-stage {
    min-height: 590px;
  }

  .pressly-editor-media {
    height: 350px;
    border-radius: 20px;
  }

  .pressly-editor-card {
    left: 18px;
    width: calc(100% - 36px);
    padding: 26px 24px 22px;
    border-radius: 20px;
  }

  .pressly-editor-category {
    margin-bottom: 15px;
  }

  .pressly-editor-card h1,
  .pressly-editor-card h2 {
    margin-bottom: 18px;
    font-size: 24px;
  }

  .pressly-editor-card-footer {
    padding-top: 17px;
  }

  .pressly-editor-controls {
    left: 18px;
  }
}

@media (max-width: 575.98px) {
  .pressly-editor-slider {
    min-height: 650px;
  }

  .pressly-editor-stage {
    min-height: 610px;
  }

  .pressly-editor-media {
    height: 310px;
  }

  .pressly-editor-media-icon {
    top: 14px;
    right: 14px;
    width: 40px;
    height: 40px;
  }

  .pressly-editor-card {
    left: 12px;
    width: calc(100% - 24px);
    padding: 24px 20px 20px;
  }

  .pressly-editor-card h1,
  .pressly-editor-card h2 {
    font-size: 22px;
  }

  .pressly-editor-author {
    margin-bottom: 16px;
  }

  .pressly-editor-card-footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 12px;
  }

  .pressly-editor-reading {
    width: 100%;
    justify-content: space-between;
  }

  .pressly-editor-controls {
    left: 12px;
    bottom: -4px;
  }

  .pressly-editor-controls button {
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 991.98px) {
  .pressly-home2-section.pressly-home2-no-heading {
    padding-top: 20px;
  }
}

/* 08. HOME 03 — TECHNOLOGY */

@media (max-width: 991px) {
  .tech-hero-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 420px 230px 230px;
  }

  .tech-story-main {
    grid-column: 1/-1;
    grid-row: auto;
  }
}

@media (max-width: 767px) {
  .tech-home-intro {
    padding-top: 16px;
  }

  .tech-hero-grid {
    display: block;
  }

  .tech-story {
    height: 260px;
    margin-bottom: 12px;
  }

  .tech-story-main {
    height: 420px;
  }

  .tech-story-main .tech-story-content {
    padding: 24px;
  }

  .tech-story h1,
  .tech-story h2 {
    font-size: 26px;
  }

  .tech-story-main p {
    display: none;
  }
}

@media (max-width: 479px) {
  .tech-story-main {
    height: 370px;
  }

  .tech-story h1,
  .tech-story h2 {
    font-size: 23px;
  }

  .tech-story h3 {
    font-size: 17px;
  }
}

/* 09. HOME 04 — CLASSIC EDITORIAL */

@media (max-width: 1199px) {
  .classic-home-shell {
    max-width: 1080px;
    padding-left: 42px;
    padding-right: 42px;
  }

  .classic-home-image {
    height: 292px;
  }

  .classic-home-body {
    min-height: 172px;
    padding: 18px 16px 20px;
  }

  .classic-home-body h1,
  .classic-home-body h2 {
    font-size: 20px;
  }

  .classic-home-prev {
    left: 14px;
  }

  .classic-home-next {
    right: 14px;
  }
}

@media (max-width: 991px) {
  .classic-home-shell {
    max-width: 790px;
  }

  .classic-home-card {
    flex-basis: calc((100% - 22px) / 2);
  }

  .classic-home-track {
    gap: 22px;
  }

  .classic-home-image {
    height: 310px;
  }
}

@media (max-width: 640px) {
  .classic-home-hero {
    padding: 24px 0 36px;
  }

  .classic-home-shell {
    padding-left: 24px;
    padding-right: 24px;
  }

  .classic-home-card {
    flex-basis: 100%;
  }

  .classic-home-track {
    gap: 18px;
  }

  .classic-home-image {
    height: 300px;
  }

  .classic-home-body {
    min-height: 0;
    padding: 18px 15px 20px;
  }

  .classic-home-body h1,
  .classic-home-body h2 {
    font-size: 21px;
  }

  html[dir="rtl"] .classic-home-body h1,
  html[dir="rtl"] .classic-home-body h2 {
    font-size: 19px;
  }

  .classic-home-arrow {
    width: 44px;
    height: 44px;
    top: 31%;
    font-size: 20px;
  }

  .classic-home-prev {
    left: 4px;
  }

  .classic-home-next {
    right: 4px;
  }
}

/* 10. HOME 05 — LIGHT SPOTLIGHT */

@media (max-width: 1199px) {
  .home5-shell {
    grid-template-columns: minmax(0, 1.7fr) minmax(300px, 0.8fr);
  }

  .home5-main-card {
    min-height: 520px;
  }

  .home5-main-content {
    padding: 38px;
  }

  .home5-main-content h1 {
    font-size: 34px;
  }

  .home5-side-item {
    grid-template-columns: 72px 1fr;
  }

  .home5-side-item img {
    width: 72px;
    height: 64px;
  }
}

@media (max-width: 991px) {
  .home5-spotlight {
    padding: 38px 0 48px;
  }

  .home5-shell {
    grid-template-columns: 1fr;
  }

  .home5-main-card {
    min-height: 500px;
  }

  .home5-sidebar {
    padding: 14px;
  }

  .home5-side-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }

  .home5-side-item {
    grid-template-columns: 78px 1fr;
  }

  .home5-side-item img {
    width: 78px;
    height: 68px;
  }
}

@media (max-width: 767px) {
  .home5-main-card {
    min-height: 455px;
    border-radius: 16px;
  }

  .home5-main-content {
    padding: 30px 26px 34px;
  }

  .home5-main-content h1 {
    font-size: 29px;
  }

  .home5-main-content p {
    display: none;
  }

  .home5-side-list {
    grid-template-columns: 1fr;
  }

  .home5-main-dots {
    right: 18px;
    bottom: 18px;
  }

  .home5-side-item {
    grid-template-columns: 86px 1fr;
  }

  .home5-side-item img {
    width: 86px;
    height: 70px;
  }
}

@media (max-width: 480px) {
  .home5-spotlight {
    padding: 28px 0 38px;
  }

  .home5-main-card {
    min-height: 420px;
  }

  .home5-main-content {
    padding: 26px 22px 30px;
  }

  .home5-main-content h1 {
    font-size: 25px;
    line-height: 1.18;
  }

  .home5-main-meta {
    font-size: 11px;
  }

  .home5-sidebar {
    border-radius: 16px;
  }

  .home5-nav-btn span {
    display: none;
  }
}

/* 11. HOME 06 — EDITORIAL */

@media (max-width: 1199px) {
  .home6-stage {
    grid-template-columns: minmax(0, 1.1fr) minmax(340px, 0.9fr);
  }

  .home6-visual {
    min-height: 510px;
  }

  .home6-copy {
    padding: 38px 34px 28px;
  }

  .home6-copy h1 {
    font-size: 31px;
  }

  .home6-brief-card {
    grid-template-columns: 90px 1fr;
  }

  .home6-brief-card img {
    width: 90px;
    height: 88px;
  }

  .home6-brief-card h3 {
    font-size: 12px;
  }
}

@media (max-width: 991px) {
  .home6-editorial {
    padding: 36px 0 44px;
  }

  .home6-stage {
    grid-template-columns: 1fr;
  }

  .home6-visual {
    min-height: 470px;
  }

  .home6-copy {
    padding: 34px;
  }

  .home6-copy:before {
    top: 33px;
  }

  .home6-copy h1 {
    font-size: 32px;
  }

  .home6-briefing {
    grid-template-columns: 1fr 1fr;
  }

  .home6-brief-card:last-child {
    grid-column: 1/-1;
  }

  .home6-ticker {
    grid-template-columns: auto 7px 1fr;
  }

  .home6-ticker a {
    display: none;
  }
}

@media (max-width: 767px) {
  .home6-editorial {
    padding: 28px 0 36px;
  }

  .home6-stage {
    border-radius: 16px;
  }

  .home6-visual {
    min-height: 380px;
  }

  .home6-copy {
    padding: 29px 25px 24px;
  }

  .home6-copy h1 {
    font-size: 27px;
  }

  .home6-copy > p {
    font-size: 13px;
  }

  .home6-briefing {
    grid-template-columns: 1fr;
  }

  .home6-brief-card:last-child {
    grid-column: auto;
  }

  .home6-ticker p {
    font-size: 10px;
  }
}

@media (max-width: 480px) {
  .home6-visual {
    min-height: 320px;
  }

  .home6-image-badge {
    top: 15px;
    left: 15px;
  }

  .home6-image-index {
    right: 15px;
    bottom: 14px;
  }

  .home6-copy {
    padding: 27px 21px 21px;
  }

  .home6-copy h1 {
    font-size: 24px;
  }

  .home6-selector {
    grid-template-columns: 1fr;
  }

  .home6-story:nth-child(odd) {
    border-right: 0;
  }

  .home6-story {
    padding: 11px 5px;
  }

  .home6-ticker {
    grid-template-columns: auto 7px 1fr;
    padding: 11px 13px;
  }
}

@media (max-width: 991px) {
  .home6-editorial.home6-no-heading {
    padding-top: 24px;
  }
}

@media (max-width: 767px) {
  .home6-editorial.home6-no-heading {
    padding-top: 20px;
  }
}

/* 12. HOME — RECENT POSTS */

@media (max-width: 991px) {
  .pressly-content-section {
    padding-top: 32px;
  }

  .pressly-content-section > .container > .row > .col-lg-4 {
    margin-top: 12px;
  }
}

@media (max-width: 575px) {
  .pressly-content-section .section-title .title {
    font-size: 15px;
  }

  .pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-body {
    margin: -24px 9px 0;
    padding: 17px 16px 15px;
  }

  .pressly-content-section .col-lg-8 > .row:first-child > .col-lg-6 .post-title {
    font-size: 17px;
  }
}

/* 13. HOME — LIFESTYLE */

@media (max-width: 991px) {
  .pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-card {
    height: auto;
  }

  .pressly-content-section .pressly-lifestyle-row .post-title.title-sm {
    min-height: 0;
  }
}

@media (max-width: 575px) {
  .pressly-content-section .pressly-lifestyle-row .pressly-section-heading {
    flex-wrap: wrap;
    row-gap: 8px;
  }

  .pressly-content-section .pressly-lifestyle-row .pressly-section-kicker {
    order: 3;
    flex-basis: 100%;
    padding-left: 13px;
  }

  .pressly-content-section .pressly-lifestyle-row .pressly-view-all {
    font-size: 10px;
  }

  .pressly-content-section .pressly-lifestyle-row .pressly-lifestyle-body {
    padding: 15px 15px 16px;
  }
}

/* 14. HOME — TECHNOLOGY & HEALTH */

@media (max-width: 767px) {
  .pressly-content-section .pressly-tech-health-heading {
    flex-wrap: wrap;
    row-gap: 9px;
  }

  .pressly-content-section .pressly-tech-health-heading .pressly-section-kicker {
    order: 3;
    flex-basis: calc(100% - 86px);
    padding-left: 13px;
  }

  .pressly-content-section .pressly-tech-health-controls {
    margin-left: auto;
  }

  .pressly-content-section .pressly-th-slide {
    flex-basis: 100%;
  }

  .pressly-content-section .pressly-th-body h3 {
    font-size: 15.5px;
  }
}

@media (max-width: 575px) {
  .pressly-content-section .pressly-tech-health-heading .title {
    font-size: 16px;
  }

  .pressly-content-section .pressly-tech-health-controls button {
    width: 31px;
    height: 31px;
  }

  .pressly-content-section .pressly-th-track {
    gap: 14px;
  }

  .pressly-content-section .pressly-th-body {
    padding: 15px 15px 16px;
  }

  .pressly-content-section .pressly-th-bottom {
    margin-top: 13px;
  }
}

/* 15. HOME — ADVERTISEMENT */

@media only screen and (max-width: 991px) {
  .pressly-ad-section {
    padding: 8px 0 38px;
  }

  .pressly-ad-banner {
    min-height: 108px;
  }
}

@media only screen and (max-width: 575px) {
  .pressly-ad-banner {
    min-height: 150px;
    padding: 36px 22px 22px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }

  .pressly-ad-banner-copy {
    flex-direction: column;
    gap: 9px;
  }

  .pressly-ad-label {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }

  .pressly-ad-text strong {
    font-size: 22px;
  }
}

/* 16. HOME — LATEST ARTICLES & INSTAGRAM */

@media (min-width: 1200px) {
  .pressly-feed-sidebar {
    position: sticky;
    top: 96px;
    align-self: flex-start;
    height: fit-content;
    z-index: 1;
  }

  .pressly-instagram-widget {
    position: static;
    top: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .pressly-feed-sidebar,
  .pressly-instagram-widget {
    position: static;
    top: auto;
  }
}

@media (max-width: 1199px) {
  .pressly-feed-card {
    grid-template-columns: minmax(210px, 36%) minmax(0, 1fr);
  }

  .pressly-feed-body {
    padding: 22px;
  }

  .pressly-feed-body h3 {
    font-size: 19px;
  }

  .pressly-feed-read {
    display: none;
  }
}

@media (max-width: 991px) {
  .pressly-feed-section {
    padding: 54px 0 68px;
  }

  .pressly-feed-sidebar {
    margin-top: 46px;
  }

  .pressly-instagram-widget {
    position: static;
  }

  .pressly-instagram-grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .pressly-feed-section {
    padding: 42px 0 56px;
  }

  .pressly-feed-heading {
    align-items: flex-start;
  }

  .pressly-feed-heading h2 {
    font-size: 24px;
  }

  .pressly-feed-viewall {
    display: none;
  }

  .pressly-feed-card,
  .pressly-feed-extra.is-revealed {
    grid-template-columns: 1fr;
  }

  .pressly-feed-image,
  .pressly-feed-image img {
    min-height: 220px;
    height: 220px;
  }

  .pressly-feed-body {
    padding: 20px;
  }

  .pressly-feed-body h3 {
    font-size: 19px;
  }

  .pressly-feed-body > p {
    font-size: 13px;
  }

  .pressly-feed-meta {
    flex-wrap: wrap;
  }

  .pressly-feed-read {
    display: none;
  }

  .pressly-instagram-widget {
    padding: 18px;
  }

  .pressly-instagram-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .pressly-lightbox {
    padding: 16px;
  }

  .pressly-lightbox-dialog {
    width: calc(100vw - 32px);
    grid-template-columns: 1fr;
    gap: 0;
  }

  .pressly-lightbox-media {
    min-height: 55vh;
    border-radius: 14px;
  }

  .pressly-lightbox-nav {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    background: rgba(12, 13, 15, 0.65);
  }

  .pressly-lightbox-nav:hover {
    transform: translateY(-50%) scale(1.04);
  }

  .pressly-lightbox-prev {
    left: 10px;
  }

  .pressly-lightbox-next {
    right: 10px;
  }

  .pressly-lightbox-close {
    top: -52px;
    right: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pressly-feed-card,
  .pressly-feed-image img,
  .pressly-lightbox,
  .pressly-lightbox-media img {
    transition: none !important;
    animation: none !important;
  }
}

/* 17. ARTICLE PAGE */

@media (max-width: 1199px) {
  .pressly-article-cover > img {
    height: 520px;
  }

  .pressly-article-sidebar {
    padding-left: 24px;
  }

  .pressly-post-pagination,
  .pressly-author-card,
  .pressly-related,
  .pressly-comments,
  .pressly-reply {
    margin-left: 60px;
  }
}

@media (max-width: 991px) {
  .pressly-article-hero {
    padding-top: 42px;
  }

  .pressly-article-hero-copy {
    max-width: 800px;
  }

  .pressly-article-hero h1 {
    font-size: 46px;
  }

  .pressly-article-cover {
    border-radius: 18px;
  }

  .pressly-article-cover > img {
    height: 470px;
  }

  .pressly-article-section {
    padding-top: 60px;
  }

  .pressly-article-sidebar {
    padding-left: 15px;
    margin-top: 60px;
  }

  .pressly-article-sidebar-inner {
    position: static;
  }

  .pressly-post-pagination,
  .pressly-author-card,
  .pressly-related,
  .pressly-comments,
  .pressly-reply {
    margin-left: 84px;
  }
}

@media (max-width: 767px) {
  .pressly-article-hero {
    padding-top: 30px;
  }

  .pressly-article-hero-copy {
    text-align: left;
  }

  .pressly-article-eyebrow {
    justify-content: flex-start;
  }

  .pressly-article-hero h1 {
    font-size: 36px;
    line-height: 1.12;
  }

  .pressly-article-byline {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .pressly-article-cover {
    margin-left: -2px;
    margin-right: -2px;
    border-radius: 15px;
  }

  .pressly-article-cover > img {
    height: 360px;
  }

  .pressly-article-cover figcaption {
    left: 15px;
    bottom: 13px;
  }

  .pressly-article-section {
    padding: 46px 0 66px;
  }

  .pressly-article-grid {
    display: block;
  }

  .pressly-article-content > p {
    font-size: 15px;
    line-height: 1.85;
  }

  .pressly-article-content > .pressly-article-lead {
    font-size: 18px;
  }

  .pressly-article-content h2 {
    margin-top: 38px;
    font-size: 25px;
  }

  .pressly-article-media-split {
    float: none;
    width: 100%;
    margin: 30px 0;
  }

  .pressly-article-quote {
    padding: 28px 24px 25px 28px;
  }

  .pressly-article-quote p {
    font-size: 19px;
  }

  .pressly-article-end {
    align-items: flex-start;
    flex-direction: column;
  }

  .pressly-post-pagination,
  .pressly-author-card,
  .pressly-related,
  .pressly-comments,
  .pressly-reply {
    margin-left: 0;
  }

  .pressly-post-pagination {
    grid-template-columns: 1fr;
    margin-top: 52px;
  }

  .pressly-author-avatar img {
    width: 82px;
    height: 82px;
  }

  .pressly-related-img {
    height: 210px;
    margin-top: 20px;
  }

  .pressly-related .col-md-4:first-child .pressly-related-img {
    margin-top: 0;
  }

  .pressly-reply-grid {
    grid-template-columns: 1fr;
  }

  .pressly-reply-message {
    grid-column: auto;
  }
}

@media (max-width: 480px) {
  .pressly-article-hero h1 {
    font-size: 31px;
  }

  .pressly-article-eyebrow {
    flex-wrap: wrap;
  }

  .pressly-article-cover > img {
    height: 300px;
  }

  .pressly-article-cover figcaption {
    display: none;
  }

  .pressly-article-content > .pressly-article-lead:first-letter {
    font-size: 50px;
  }

  .pressly-author-avatar img {
    width: 76px;
    height: 76px;
  }

  .pressly-post-pagination-item,
  .pressly-post-pagination-next {
    grid-template-columns: 72px minmax(0, 1fr);
    text-align: left;
  }

  .pressly-post-pagination-next span {
    order: 2;
  }

  .pressly-post-pagination-next img {
    order: 1;
  }

  .pressly-post-pagination-item img {
    width: 72px;
    height: 72px;
  }

  .pressly-comment {
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
  }

  .pressly-comment > img {
    width: 42px;
    height: 42px;
  }

  .pressly-comment-reply {
    margin-left: -54px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pressly-reading-progress span,
  .pressly-article-share-rail a,
  .pressly-article-share-rail button,
  .pressly-related-img img,
  .pressly-post-pagination-item {
    transition: none !important;
  }
}

@media (max-width: 991px) {
  .pressly-article-v2 .pressly-article-hero {
    padding-top: 40px;
  }

  .pressly-article-v2 .pressly-article-hero-copy {
    max-width: 820px;
    margin-bottom: 30px;
  }

  .pressly-article-v2 .pressly-article-hero h1 {
    font-size: clamp(36px, 5.1vw, 50px);
  }

  .pressly-article-v2 .pressly-article-cover > img {
    height: 460px;
  }
}

@media (max-width: 767px) {
  .pressly-article-v2 .pressly-article-hero {
    padding-top: 30px;
  }

  .pressly-article-v2 .pressly-article-hero-copy {
    margin-bottom: 24px;
  }

  .pressly-article-v2 .pressly-article-eyebrow {
    margin-bottom: 16px;
  }

  .pressly-article-v2 .pressly-article-hero h1 {
    font-size: clamp(31px, 9vw, 42px);
    line-height: 1.08;
  }

  .pressly-article-v2 .pressly-article-byline {
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
    margin-top: 24px;
    padding-top: 16px;
  }

  .pressly-article-toolbar {
    width: 100%;
    flex-wrap: wrap;
  }

  .pressly-article-v2 .pressly-article-cover {
    border-radius: 14px;
  }

  .pressly-article-v2 .pressly-article-cover > img {
    height: 340px;
  }

  .pressly-article-v2 .pressly-article-section {
    padding-top: 46px;
  }
}

@media (max-width: 480px) {
  .pressly-article-v2 .pressly-article-hero {
    padding-top: 24px;
  }

  .pressly-article-v2 .pressly-article-hero h1 {
    font-size: 32px;
  }

  .pressly-article-v2 .pressly-article-author img {
    width: 40px;
    height: 40px;
  }

  .pressly-article-toolbar-like,
  .pressly-article-toolbar-action {
    height: 36px;
  }

  .pressly-article-v2 .pressly-article-cover > img {
    height: 260px;
  }
}

@media (max-width: 991px) {
  .pressly-article-page #post-header.pressly-article-hero {
    padding-top: 26px;
  }

  .pressly-article-page .pressly-post-pagination,
  .pressly-article-page .pressly-related,
  .pressly-article-page .pressly-comments,
  .pressly-article-page .pressly-reply {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .pressly-article-page #post-header.pressly-article-hero {
    padding-top: 22px;
  }

  .pressly-article-actions {
    width: 100%;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-left: 0;
  }

  .pressly-article-bottom-ad {
    padding-bottom: 44px;
  }
}

@media (max-width: 480px) {
  .pressly-article-actions {
    flex-direction: column;
  }

  .pressly-article-end-share {
    white-space: normal;
  }
}

@media (max-width: 767.98px) {
  .pressly-wide-ad {
    min-height: 130px;
    padding: 32px 20px 20px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    gap: 8px;
  }
}

/* 18. CATEGORY PAGE */

@media (max-width: 991px) {
  .pressly-category-page .pressly-category-hero {
    padding: 40px 0 36px;
  }

  .pressly-category-hero h1 {
    font-size: 48px;
  }

  .pressly-category-hero-row {
    align-items: flex-start;
    flex-direction: column;
    gap: 24px;
  }

  .pressly-category-sidebar {
    position: static;
    margin-top: 46px;
  }

  .pressly-category-page .pressly-ad-widget {
    max-width: 390px;
  }
}

@media (max-width: 767px) {
  .pressly-category-content {
    padding-top: 38px;
  }

  .pressly-category-hero h1 {
    font-size: 42px;
  }

  .pressly-category-hero p {
    font-size: 15px;
  }

  .pressly-category-grid {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .pressly-category-card p {
    min-height: 0;
  }
}

@media (max-width: 479px) {
  .pressly-category-page .pressly-category-hero {
    padding: 32px 0 30px;
  }

  .pressly-category-breadcrumb {
    margin-bottom: 22px;
  }

  .pressly-category-hero h1 {
    font-size: 38px;
  }

  .pressly-category-card-body {
    padding: 19px 18px;
  }

  .pressly-category-card h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .pressly-category-page .pressly-category-hero {
    padding: 30px 0 28px;
  }

  .pressly-category-page .pressly-category-breadcrumb {
    margin-bottom: 18px;
  }

  .pressly-category-page .pressly-category-hero h1 {
    font-size: 31px;
  }

  .pressly-category-page .pressly-category-content {
    padding-top: 30px;
  }
}

@media (max-width: 767px) {
  .pressly-category-page .pressly-category-hero {
    padding-bottom: 34px !important;
  }

  .pressly-category-page .pressly-category-hero > .container {
    padding-top: 32px !important;
  }

  .pressly-category-page .pressly-category-breadcrumb {
    margin-bottom: 26px !important;
  }
}

/* 19. AUTHOR PAGE */

@media (max-width: 991px) {
  .pressly-author-profile {
    grid-template-columns: 110px minmax(0, 1fr);
  }

  .pressly-author-avatar {
    width: 110px;
    height: 110px;
  }

  .pressly-author-social {
    grid-column: 2;
    align-self: auto;
  }

  .pressly-author-sidebar {
    position: static;
    margin-top: 44px;
  }
}

@media (max-width: 767px) {
  .pressly-author-hero {
    padding: 30px 0 28px;
  }

  .pressly-author-profile {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 18px;
    padding: 22px;
    border-radius: 13px;
  }

  .pressly-author-avatar {
    width: 78px;
    height: 78px;
  }

  .pressly-author-copy h1 {
    font-size: 31px;
  }

  .pressly-author-bio {
    grid-column: 1/-1;
  }

  .pressly-author-social {
    grid-column: 1/-1;
  }

  .pressly-author-content {
    padding-top: 36px;
  }

  .pressly-author-story {
    grid-template-columns: 1fr;
  }

  .pressly-author-story-img {
    aspect-ratio: 16/9;
  }

  .pressly-author-story-img img {
    min-height: 0;
  }

  .pressly-author-section-head h2 {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .pressly-author-profile {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .pressly-author-avatar {
    margin: auto;
    width: 92px;
    height: 92px;
  }

  .pressly-author-social {
    justify-content: center;
  }

  .pressly-author-meta {
    justify-content: center;
  }

  .pressly-author-section-head small {
    display: none;
  }

  .pressly-author-story-body {
    padding: 19px 18px;
  }

  .pressly-author-story h3 {
    font-size: 20px;
  }
}

/* 20. ABOUT PAGE */

@media (max-width: 1199px) {
  .pressly-about-hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(420px, 1.05fr);
    gap: 44px;
  }

  .pressly-about-hero-copy h1 {
    font-size: 45px;
  }

  .pressly-about-visual {
    min-height: 470px;
  }
}

@media (max-width: 991px) {
  .pressly-about-hero {
    padding-bottom: 58px;
  }

  .pressly-about-hero-grid {
    grid-template-columns: 1fr;
    gap: 46px;
  }

  .pressly-about-hero-copy {
    max-width: 760px;
  }

  .pressly-about-visual {
    min-height: 500px;
  }

  .pressly-about-story-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .pressly-about-values-grid,
  .pressly-about-team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .pressly-about-team-grid .pressly-about-person:last-child {
    grid-column: 1/-1;
    max-width: calc(50% - 11px);
  }

  .pressly-about-cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .pressly-about-hero {
    padding: 30px 0 46px;
  }

  .pressly-about-breadcrumb {
    margin-bottom: 25px;
  }

  .pressly-about-hero-copy h1 {
    font-size: 38px;
  }

  .pressly-about-hero-copy > p {
    font-size: 15px;
  }

  .pressly-about-stats {
    max-width: none;
  }

  .pressly-about-visual {
    min-height: 420px;
  }

  .pressly-about-visual-main {
    right: 48px;
    bottom: 42px;
    border-radius: 14px;
  }

  .pressly-about-visual-small {
    width: 43%;
    height: 42%;
    border-width: 5px;
    border-radius: 13px;
  }

  .pressly-about-visual-note {
    left: 16px;
    bottom: 15px;
  }

  .pressly-about-story,
  .pressly-about-team {
    padding: 58px 0;
  }

  .pressly-about-values {
    padding: 56px 0 62px;
  }

  .pressly-about-story-title h2 {
    font-size: 29px;
  }

  .pressly-about-section-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  .pressly-about-section-head h2 {
    font-size: 27px;
  }

  .pressly-about-values-grid,
  .pressly-about-team-grid {
    grid-template-columns: 1fr;
  }

  .pressly-about-team-grid .pressly-about-person:last-child {
    grid-column: auto;
    max-width: none;
  }

  .pressly-about-person {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
  }

  .pressly-about-person-img {
    aspect-ratio: auto;
    min-height: 100%;
  }

  .pressly-about-cta {
    padding: 28px 25px;
    border-radius: 14px;
  }

  .pressly-about-cta h2 {
    font-size: 23px;
  }
}

@media (max-width: 479px) {
  .pressly-about-hero-copy h1 {
    font-size: 33px;
  }

  .pressly-about-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .pressly-about-primary,
  .pressly-about-secondary {
    width: 100%;
  }

  .pressly-about-stats {
    grid-template-columns: 1fr;
    gap: 13px;
  }

  .pressly-about-stats div,
  .pressly-about-stats div + div {
    padding: 0;
    border: 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
  }

  .pressly-about-stats strong {
    min-width: 64px;
    font-size: 22px;
  }

  .pressly-about-visual {
    min-height: 350px;
  }

  .pressly-about-visual-main {
    right: 28px;
    bottom: 34px;
  }

  .pressly-about-visual-small {
    width: 46%;
  }

  .pressly-about-visual-note {
    display: none;
  }

  .pressly-about-person {
    grid-template-columns: 1fr;
  }

  .pressly-about-person-img {
    aspect-ratio: 16/10;
  }

  .pressly-about-story-copy blockquote {
    font-size: 18px;
  }
}

/* 21. CONTACT PAGE */

@media (max-width: 1199px) {
  .pressly-contact-hero-grid {
    gap: 42px;
  }

  .pressly-contact-hero-copy h1 {
    font-size: 47px;
  }

  .pressly-contact-layout {
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
  }
}

@media (max-width: 991px) {
  .pressly-contact-hero {
    padding: 34px 0 48px;
  }

  .pressly-contact-breadcrumb {
    margin-bottom: 34px;
  }

  .pressly-contact-hero-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }

  .pressly-contact-hero-copy h1 {
    font-size: 42px;
  }

  .pressly-contact-main {
    padding: 58px 0 64px;
  }

  .pressly-contact-layout {
    grid-template-columns: 1fr;
  }

  .pressly-contact-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pressly-contact-faq-section {
    padding: 56px 0 62px;
  }

  .pressly-contact-faq-grid {
    grid-template-columns: 1fr;
  }

  .pressly-contact-faq-grid article {
    min-height: 0;
  }

  .pressly-contact-faq-grid h3 {
    margin-top: 12px;
  }
}

@media (max-width: 767px) {
  .pressly-contact-hero-copy h1 {
    font-size: 36px;
  }

  .pressly-contact-hero-copy p {
    font-size: 14px;
  }

  .pressly-contact-form-card {
    padding: 26px 22px;
    border-radius: 14px;
  }

  .pressly-contact-card-head h2,
  .pressly-contact-faq-head h2 {
    font-size: 27px;
  }

  .pressly-contact-fields.two-cols {
    grid-template-columns: 1fr;
  }

  .pressly-contact-form-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .pressly-contact-form-bottom button {
    width: 100%;
  }

  .pressly-contact-side {
    grid-template-columns: 1fr;
  }

  .pressly-contact-faq-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 9px;
  }
}

@media (max-width: 480px) {
  .pressly-contact-hero {
    padding-top: 27px;
  }

  .pressly-contact-breadcrumb {
    margin-bottom: 28px;
  }

  .pressly-contact-hero-copy h1 {
    font-size: 32px;
  }

  .pressly-contact-side-dark,
  .pressly-contact-side-card {
    padding: 24px 21px;
  }
}

@media (max-width: 991px) {
  .pressly-contact-layout {
    grid-template-columns: 1fr;
  }

  .pressly-contact-side {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pressly-contact-hero-copy h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .pressly-contact-hero {
    padding: 28px 0 34px;
  }

  .pressly-contact-hero-copy h1 {
    font-size: 34px;
  }

  .pressly-contact-main {
    padding: 48px 0 54px;
  }

  .pressly-contact-form-card {
    padding: 25px 21px;
  }

  .pressly-contact-fields.two-cols {
    grid-template-columns: 1fr;
  }

  .pressly-contact-side {
    grid-template-columns: 1fr;
  }

  .pressly-contact-faq-section {
    padding: 48px 0 54px;
  }
}

@media (max-width: 479px) {
  .pressly-contact-hero-copy h1 {
    font-size: 31px;
  }

  .pressly-contact-form-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .pressly-contact-form-bottom button {
    width: 100%;
  }
}

/* 22. REGULAR PAGE */

@media (max-width: 991.98px) {
  .pressly-regular-page .regular-page-main {
    padding: 48px 0 58px;
  }

  .pressly-regular-page .regular-content-card {
    padding: 38px;
  }

  .pressly-regular-page .regular-sidebar-stack {
    position: static;
    margin-top: 28px;
    grid-template-columns: 1fr 1fr;
  }

  .pressly-regular-page .regular-ad-card {
    grid-column: 1 / -1;
    min-height: 170px;
  }
}

@media (max-width: 767.98px) {
  .pressly-regular-page .regular-page-head {
    padding: 26px 0 32px;
  }

  .pressly-regular-page .regular-breadcrumb {
    margin-bottom: 20px;
  }

  .pressly-regular-page .regular-page-head p {
    font-size: 14px;
  }

  .pressly-regular-page .regular-content-card {
    padding: 28px 22px;
    border-radius: 12px;
  }

  .pressly-regular-page .regular-content-intro h2 {
    font-size: 27px;
  }

  .pressly-regular-page .regular-lead {
    font-size: 15px;
  }

  .pressly-regular-page .regular-feature-image img {
    height: 280px;
  }

  .pressly-regular-page .regular-principles-grid {
    grid-template-columns: 1fr;
  }

  .pressly-regular-page .regular-principle {
    min-height: 0;
  }

  .pressly-regular-page .regular-check-list {
    grid-template-columns: 1fr;
  }

  .pressly-regular-page .regular-closing-box {
    display: block;
    padding: 26px 22px;
  }

  .pressly-regular-page .regular-inline-link {
    display: inline-block;
    margin-top: 18px;
  }

  .pressly-regular-page .regular-sidebar-stack {
    grid-template-columns: 1fr;
  }

  .pressly-regular-page .regular-ad-card {
    grid-column: auto;
  }
}

/* 23. ACCOUNT, PROFILE & USER DASHBOARD */

@media (max-width: 991.98px) {
  .pressly-auth-shell {
    grid-template-columns: 1fr;
    max-width: 680px;
  }

  .pressly-auth-visual {
    min-height: 330px;
  }

  .pressly-profile-grid {
    grid-template-columns: 1fr;
  }

  .pressly-dashboard-shell {
    grid-template-columns: 1fr;
  }

  .pressly-dashboard-sidebar {
    position: static;
  }

  .pressly-dashboard-nav {
    grid-template-columns: repeat(4, 1fr);
  }

  .pressly-dashboard-nav a {
    justify-content: center;
    text-align: center;
  }

  .pressly-dashboard-nav .is-logout {
    margin-top: 0;
    border-top: 0;
  }

  .pressly-dashboard-stats {
    grid-template-columns: repeat(2, 1fr);
  }

  .pressly-dashboard-grid-2,
  .pressly-dashboard-form-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .pressly-auth-main,
  .pressly-profile-main,
  .pressly-dashboard-main {
    padding: 42px 0 64px;
  }

  .pressly-auth-card {
    padding: 34px 26px;
  }

  .pressly-auth-visual {
    min-height: 280px;
  }

  .pressly-auth-visual-copy {
    right: 28px;
    bottom: 28px;
    left: 28px;
  }

  .pressly-auth-visual-copy h2 {
    font-size: 27px;
  }

  .pressly-profile-summary {
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 0 22px 24px;
  }

  .pressly-profile-edit {
    width: 100%;
  }

  .pressly-profile-edit .pressly-dashboard-secondary {
    width: 100%;
  }

  .pressly-profile-details {
    grid-template-columns: 1fr;
  }

  .pressly-dashboard-nav {
    grid-template-columns: 1fr 1fr;
  }

  .pressly-dashboard-topline {
    flex-direction: column;
  }

  .pressly-dashboard-topline .pressly-dashboard-primary {
    width: 100%;
  }

  .pressly-dashboard-panel {
    padding: 19px;
  }
}

@media (max-width: 575.98px) {
  .pressly-auth-social,
  .pressly-form-row-2,
  .pressly-dashboard-stats {
    grid-template-columns: 1fr;
  }

  .pressly-form-inline-meta {
    align-items: flex-start;
    flex-direction: column;
  }

  .pressly-profile-stats {
    grid-template-columns: 1fr;
  }

  .pressly-dashboard-nav {
    grid-template-columns: 1fr;
  }

  .pressly-dashboard-nav a {
    justify-content: flex-start;
    text-align: left;
  }

  .pressly-dashboard-button-row {
    flex-direction: column;
  }

  .pressly-dashboard-button-row > * {
    width: 100%;
  }
}

@media (max-width: 991px) {
  .pressly-account-page .pressly-account-head h1 {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .pressly-account-page .pressly-account-head.regular-page-head {
    padding: 28px 0 34px;
  }

  .pressly-account-page .pressly-account-head .regular-breadcrumb {
    margin-bottom: 22px;
  }

  .pressly-account-page .pressly-account-head h1 {
    font-size: 34px;
  }

  .pressly-account-page .pressly-account-head p {
    font-size: 13.5px;
  }
}

/* 24. ADVANCED ARTICLE EDITOR */

@media (max-width: 1199px) {
  .pressly-advanced-toolbar {
    gap: 5px;
  }

  .pressly-editor-group {
    padding-inline-end: 4px;
  }

  .pressly-editor-select {
    min-width: 96px;
  }
}

@media (max-width: 767px) {
  .pressly-advanced-toolbar {
    align-items: flex-start;
    padding: 8px;
    gap: 5px;
  }

  .pressly-editor-group {
    max-width: 100%;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .pressly-editor-group::-webkit-scrollbar {
    display: none;
  }

  .pressly-editor-select-group {
    width: 100%;
    border-inline-end: 0;
    padding-inline-end: 0;
    margin-inline-end: 0;
  }

  .pressly-editor-select {
    flex: 1;
    min-width: 0;
  }

  .pressly-advanced-toolbar button,
  .pressly-editor-color {
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
  }

  .pressly-advanced-editor-surface,
  .pressly-advanced-editor-source {
    min-height: 340px;
    padding: 20px 17px 26px;
    font-size: 13px;
  }

  .pressly-editor-statusbar {
    flex-wrap: wrap;
  }

  .pressly-advanced-editor.is-fullscreen {
    inset: 6px;
  }
}

/* 25. SIDEBAR WIDGETS */

@media (max-width: 1199px) {
  .pressly-content-section .pressly-side-card {
    padding: 20px;
  }

  .pressly-social-grid {
    grid-template-columns: 1fr;
  }

  .pressly-social-item {
    min-height: 64px;
  }

  .pressly-popular-item {
    grid-template-columns: 80px minmax(0, 1fr);
  }

  .pressly-popular-img {
    height: 70px;
  }
}

@media (max-width: 991px) {
  .pressly-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pressly-newsletter-panel {
    padding: 26px;
  }
}

@media (max-width: 575px) {
  .pressly-social-grid {
    grid-template-columns: 1fr;
  }

  .pressly-side-head {
    align-items: center;
  }

  .pressly-content-section .pressly-side-card,
  .pressly-newsletter-panel {
    border-radius: 15px;
  }
}

@media (max-width: 1199px) {
  .pressly-side-card {
    padding: 20px;
  }

  .pressly-social-panel .pressly-social-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 991px) {
  .pressly-social-panel .pressly-social-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 575px) {
  .pressly-side-card {
    border-radius: 15px;
  }

  .pressly-social-panel .pressly-social-grid {
    grid-template-columns: 1fr;
  }
}

/* 26. FOOTER & BACK TO TOP */

@media (max-width: 1199px) {
  .pressly-footer-top {
    grid-template-columns: 0.65fr 1.6fr;
    gap: 42px;
  }

  .pressly-footer-newsletter {
    grid-template-columns: 1fr 1.2fr;
  }

  .pressly-footer-kicker {
    display: none;
  }

  .pressly-footer-grid {
    gap: 35px;
  }
}

@media (max-width: 991px) {
  .pressly-footer {
    margin-top: 60px !important;
  }

  .pressly-footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
    padding: 45px 0 38px;
  }

  .pressly-footer-newsletter {
    grid-template-columns: 1fr 1.1fr;
  }

  .pressly-footer-grid {
    grid-template-columns: 1.3fr 0.8fr 0.8fr;
  }

  .pressly-footer-topics {
    grid-column: 1 / -1;
  }

  .pressly-footer-tags {
    max-width: 620px;
  }
}

@media (max-width: 767px) {
  .pressly-footer-top {
    padding-top: 38px;
  }

  .pressly-footer-brand-main {
    font-size: 40px;
  }

  .pressly-footer-newsletter {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .pressly-footer-form {
    max-width: 520px;
  }

  .pressly-footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 36px 28px;
    padding: 38px 0;
  }

  .pressly-footer-about {
    grid-column: 1 / -1;
  }

  .pressly-footer-topics {
    grid-column: 1 / -1;
  }

  .pressly-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .pressly-footer-legal {
    gap: 15px;
  }

  .pressly-back-to-top {
    right: 17px;
    bottom: 17px;
    width: 46px;
    height: 46px;
  }
}

@media (max-width: 479px) {
  .pressly-footer-grid {
    grid-template-columns: 1fr;
  }

  .pressly-footer-about,
  .pressly-footer-topics {
    grid-column: auto;
  }

  .pressly-footer-form {
    height: auto;
    flex-direction: column;
    padding: 6px;
  }

  .pressly-footer-form input {
    height: 44px;
  }

  .pressly-footer-form button {
    height: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pressly-back-to-top,
  .pressly-back-to-top span,
  .pressly-footer-social a,
  .pressly-footer-column a {
    transition: none !important;
  }
}

/* 27. GLOBAL UI & ACCESSIBILITY */

@media only screen and (max-width: 575px) {
  .pressly-language-switcher > .language-btn {
    width: 38px;
    height: 38px;
    border-radius: 50%;
  }

  .pressly-language-switcher .language-code {
    display: none;
  }

  .pressly-language-menu {
    right: -46px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .pressly-page-loader span,
  .pressly-page-loader,
  .pressly-language-menu,
  .pressly-language-switcher > .language-btn {
    transition: none !important;
  }
}

@media only screen and (max-width: 575px) {
  #nav-top > .container {
    min-height: 72px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-btns {
    gap: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-btns > button {
    width: 34px;
    min-width: 34px;
    height: 34px;
    line-height: 34px;
  }

  .pressly-language-switcher > .language-btn {
    width: 38px;
    min-width: 38px;
    height: 34px;
    padding: 0 6px;
    border-radius: 17px;
  }

  .pressly-language-switcher .language-code {
    display: inline-block;
    font-size: 10px;
  }

  .pressly-language-menu {
    top: calc(100% + 9px);
    right: 0;
    width: 150px;
  }

  .pressly-wordmark-main {
    font-size: 26px;
    letter-spacing: -1.4px;
  }

  .pressly-wordmark-main:after {
    width: 5px;
    height: 5px;
    margin-left: 3px;
  }

  .pressly-wordmark small {
    font-size: 5.5px;
    letter-spacing: 1.7px;
  }
}

@media only screen and (max-width: 380px) {
  #nav-top > .container {
    min-height: 68px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav-btns {
    gap: 2px;
  }

  .nav-btns > button {
    width: 31px;
    min-width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 12px;
  }

  .pressly-language-switcher > .language-btn {
    width: 35px;
    min-width: 35px;
    height: 31px;
    border-radius: 16px;
    padding: 0 5px;
  }

  .pressly-wordmark-main {
    font-size: 24px;
  }

  .pressly-wordmark small {
    font-size: 5px;
    letter-spacing: 1.45px;
  }
}

@media (min-width: 992px) {
  .nav-menu > li:last-child > .dropdown {
    left: auto;
    right: 0;
    transform-origin: top right;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
