
/* Dynamic preset: sunset_signal */
:root {
  --color-one: #ff6b35;
  --color-two: #f7b267;
  --color-three: #f4845f;
  --color-four: #f25c54;
  --color-five: #ffca3a;
  --color-six: #ff8659;
  --color-seven: #6a4c93;
  --color-eight: #ff006e;
  --color-nine: #db5c2e;
  --color-title: #2f1b2f;
  --color-title-two: #4a2f4a;
  --color-text: #503b50;
  --color-light: #7c657c;
  --color-white: #ffffff;
  --color-black: #1a0f1a;
  --color-dark-one: #b34b25;
  --color-dark-two: #2a1728;
  --color-dark-three: #150b14;

  --surface-one: #fff4f0;
  --surface-two: #ffffff;
  --surface-three: #ffe8df;
  --line-soft: #f0d6cb;
  --radius-card: 20px;
  --radius-pill: 999px;
  --shadow-soft: 0 10px 26px rgba(83, 36, 60, 0.10);
  --shadow-hover: 0 20px 45px rgba(83, 36, 60, 0.18);
  --headline-font: "Source Sans Pro", sans-serif;
  --body-font: "Roboto", sans-serif;
  --news-gradient: linear-gradient(135deg, var(--surface-three), var(--surface-two));
}

body {
  background-color: var(--surface-one);
  color: var(--color-text);
  font-family: var(--body-font);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--headline-font);
  color: var(--color-title);
  letter-spacing: -0.015em;
}

a,
button,
.btn,
.theme-input-style input,
.theme-input-style select,
.theme-input-style textarea {
  transition: color 0.25s ease, background-color 0.25s ease, border-color 0.25s ease,
    transform 0.25s ease, box-shadow 0.25s ease;
}

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

a:focus-visible,
button:focus-visible,
.btn:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--color-one) !important;
  outline-offset: 2px;
}

.section-title h2,
.section-title h3,
.widget .widget-title,
.widget .widget-title h4,
.widget .widget-title h5 {
  color: var(--color-title);
  font-weight: 800;
}

.section-title.has-left-shape h5:after,
.section-title.has-bg-shape h5:after {
  border-radius: var(--radius-pill);
}

.horizontal-menu > .nav > li > a {
  font-weight: 700;
  letter-spacing: 0.015em;
}

.horizontal-menu > .nav li .submenu,
.horizontal-menu > .nav li .megamenu {
  background-color: var(--surface-two);
  border: 1px solid var(--line-soft);
  border-radius: 0 0 14px 14px;
  box-shadow: var(--shadow-soft);
}

.horizontal-menu > .nav > li.current-menu-item > a,
.horizontal-menu > .nav > li.current-menu-parent > a,
.horizontal-menu > .nav > li:hover > a {
  color: var(--color-one);
}

.post--item,
.widget,
.auth-card,
.comment-respond,
.comments-area .comment-body,
.vote-content .form-check,
.theme-input-style,
.pagination .page-link,
.vertical-menu .nav > li > a {
  border-color: var(--line-soft);
}

.widget,
.auth-card,
.comment-respond,
.post--item.top-img-overlay .post--content,
.vote-content .form-check {
  border-radius: var(--radius-card);
  background-color: var(--surface-two);
  box-shadow: var(--shadow-soft);
}

.post--item:hover,
.widget:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-hover);
}

.post--item .post--img img,
.feature-img img,
.post-style-two .post--img img,
.post-style-five .post--img img,
.post-details-image img,
.breadcrumb--section,
.banner-grid > ul > li .post--item,
.post--item.bg-img-style,
.post--item.image-overlay,
.post--item.content-overlay {
  border-radius: var(--radius-card);
}

.post--title a,
.post--item .post--title a {
  color: var(--color-title);
}

.post--title a:hover,
.post--item .post--title a:hover,
.post--meta li a:hover {
  color: var(--color-one);
}

.post--meta li a,
.post--meta li span,
.post--excerpt,
p,
.breadcrumb--item,
.breadcrumb--item a {
  color: var(--color-light);
}

.theme-input-style input,
.theme-input-style select,
.theme-input-style textarea,
.form-control {
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  background-color: var(--surface-two);
}

.theme-input-style input:focus,
.theme-input-style select:focus,
.theme-input-style textarea:focus,
.form-control:focus {
  border-color: var(--color-one);
  box-shadow: 0 0 0 0.2rem rgba(36, 123, 160, 0.16);
}

.btn,
button,
input[type="submit"],
input[type="button"],
.theme-btn {
  border-radius: 12px;
  font-weight: 700;
}

.pagination .page-link {
  border-radius: 10px;
  background-color: var(--surface-two);
  color: var(--color-title-two);
}

.pagination .page-item.active .page-link,
.pagination .page-link:hover,
.pagination .page-link:focus {
  background-color: var(--color-one);
  border-color: var(--color-one);
  color: var(--color-white);
}

.post--item .gradient-overlay:after,
.post--item .gradient-overlay2:after,
.post--item .gradient-overlay3:after,
.post--item.bg-img-style .post--img:after {
  background: linear-gradient(180deg, rgba(8, 12, 22, 0.04) 18%, rgba(8, 12, 22, 0.82) 100%);
}

.aside .widget_newsletter,
.widget.widget_newsletter {
  border-radius: calc(var(--radius-card) + 2px);
  overflow: hidden;
}

.footer {
  background-color: var(--color-dark-two);
}

.footer,
.footer p,
.footer li,
.footer span,
.footer a,
.footer .widget-title,
.footer h1,
.footer h2,
.footer h3,
.footer h4,
.footer h5,
.footer h6 {
  color: #e5edf8;
}

.footer a:hover,
.footer .widget_menu ul li a:hover {
  color: var(--color-five);
}

.footer .widget {
  background: transparent;
  box-shadow: none;
  border-color: rgba(229, 237, 248, 0.14);
}

.gdpr-box {
  background: var(--color-dark-two);
  border: 1px solid rgba(255, 255, 255, 0.14);
  box-shadow: var(--shadow-hover);
  border-radius: 12px;
}

/* Editorial rhythm and clean newspaper hierarchy */
.main-content--section,
.main-content--wrap,
.post-single,
.post--content {
  color: var(--color-text);
}

.post-title,
.post-title--wrap .post-title {
  line-height: 1.15;
  letter-spacing: -0.02em;
}

.post-single {
  font-size: 18px;
  line-height: 1.82;
}

.post-single p {
  color: var(--color-text);
  margin-bottom: 1.12rem;
}

.post-single h2,
.post-single h3,
.post-single h4,
.post-single h5 {
  margin-top: 1.75rem;
  margin-bottom: 0.85rem;
}

.post-single ul,
.post-single ol {
  margin-bottom: 1.15rem;
  padding-left: 1.35rem;
}

.post-single blockquote {
  border-left: 4px solid var(--color-one);
  background: var(--surface-three);
  color: var(--color-title-two);
  padding: 1rem 1.2rem;
  border-radius: 10px;
}

.post--meta {
  row-gap: 6px;
}

.post--category.cat-btn {
  border-radius: var(--radius-pill);
  letter-spacing: 0.045em;
}

.page-title-wrap {
  background: var(--news-gradient);
  border-top: 1px solid var(--line-soft);
  border-bottom: 1px solid var(--line-soft);
  padding-top: 22px !important;
  padding-bottom: 22px;
}

.breaking--news,
.breaking--news .container {
  border-radius: var(--radius-card);
}

.news-updates--list {
  border-left: 1px solid rgba(255, 255, 255, 0.22);
  border-right: 1px solid rgba(255, 255, 255, 0.22);
}

.post--item.media.post-has-excerpt {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  background: var(--surface-two);
  padding: 14px;
  box-shadow: var(--shadow-soft);
}

.post--item.media.post-has-excerpt .post--img {
  border-radius: 12px;
  overflow: hidden;
}

.post--item.media.post-has-excerpt .post--excerpt {
  margin-top: 10px;
  color: var(--color-text);
}

.post--items.post-details-most-recent .post--item,
.post--items.post-details-most-popular .post--item {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  overflow: hidden;
}

.post-author {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  background: var(--surface-two);
  box-shadow: var(--shadow-soft);
  padding: 16px;
}

.post-navigation .nav-link {
  border: 1px solid var(--line-soft);
  border-radius: var(--radius-card);
  background: var(--surface-two);
  min-height: 118px;
  padding: 14px;
  width: 100%;
}

.theme-input-group .search-text,
.theme-input-group .search-btn,
.btn,
button,
input[type="submit"],
input[type="button"] {
  min-height: 44px;
}

.aside-sticky {
  position: sticky;
  top: 122px;
}

.widget.widget_post_tab .post--item {
  padding: 8px;
  border-radius: 12px;
}

.widget.widget_post_tab .post--item + .post--item {
  margin-top: 8px;
}

@media (max-width: 991.98px) {
  body {
    font-size: 15px;
    line-height: 1.7;
  }

  .horizontal-menu > .nav > li {
    padding: 0 12px;
  }

  .widget,
  .auth-card,
  .comment-respond,
  .post--item.top-img-overlay .post--content {
    border-radius: 14px;
  }

  .post--item:hover,
  .widget:hover {
    transform: none;
  }

  .post-single {
    font-size: 16px;
    line-height: 1.75;
  }

  .post-navigation .nav-link {
    min-height: 0;
  }

  .aside-sticky {
    position: static;
    top: auto;
  }

  .post--item.media.post-has-excerpt {
    padding: 10px;
  }
}

/* Preset-specific frontend redesign systems */
body {
  background:
    linear-gradient(180deg, rgba(255, 246, 241, 0.95), rgba(255, 255, 255, 0.98));
}

.header,
.header .header-bottom,
.header .header-top {
  background: linear-gradient(135deg, rgba(255, 107, 53, .08), rgba(239, 68, 68, .08));
}

.section-title h2,
.section-title h3 {
  font-size: clamp(1.35rem, 1.15rem + .95vw, 2.1rem);
  text-transform: uppercase;
  letter-spacing: .04em;
}

.post--item,
.widget,
.post-author,
.post-navigation .nav-link {
  border-radius: 22px;
  border: 1px solid #f3c6b8;
  box-shadow: 0 16px 34px rgba(163, 43, 43, 0.12);
}

.post--category,
.post--category.cat-btn,
.btn,
.theme-btn {
  border-radius: 999px;
}

.pagination .page-link {
  border-radius: 999px;
}
