:root {
  --page-width: 980px;
  --sidebar-width: 200px;
  --text-color: #545454;
  --link-color: #387021;
  --link-hover: #971c1d;
  --heading-color: #af0032;
  --sidebar-title: #355f2a;
  --footer-color: #89af61;
}

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

html,
body {
  min-width: 320px;
  min-height: 100%;
  margin: 0;
  padding: 0;
}

body {
  color: var(--text-color);
  background: #fff url("../img/bk-header.a50e915687c8.png") repeat-x left top;
  font: 12px/1.3 Tahoma, Arial, sans-serif;
}

button,
input {
  font: inherit;
}

button:focus-visible,
a:focus-visible,
input:focus-visible {
  outline: 2px solid #00649e;
  outline-offset: 2px;
}

a {
  color: var(--link-color);
  text-decoration: none;
  border-bottom: 1px dotted #99ba77;
}

a:hover {
  color: var(--link-hover);
  border-bottom-color: var(--link-hover);
}

.page-shell {
  min-height: 100vh;
  padding-bottom: 120px;
}

.site-header,
.site-layout,
.site-footer__inner {
  width: var(--page-width);
  margin: 0 auto;
}

.site-header {
  min-height: 126px;
}

.site-header__top {
  display: flex;
  min-height: 88px;
  align-items: flex-end;
}

.logo-autumn {
  width: 295px;
  height: 105px;
  margin: 3px auto -16px -55px;
  background: url("../img/logo-autumn.970158c3e792.png") no-repeat left top;
  border: 0;
}

.user-summary {
  width: 150px;
  margin: 0 0 8px 16px;
  color: #135b11;
  font-size: 11px;
}

.user-summary__title {
  display: block;
  padding-bottom: 5px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #467542;
}

.avatar-placeholder {
  display: grid;
  width: 72px;
  height: 72px;
  margin: 5px 0 0 8px;
  padding: 2px 9px 9px 2px;
  place-items: center;
  color: #fff;
  background: #5b9f00 url("../img/avbg.a57e0da7ab9e.png") no-repeat right bottom;
  font-size: 24px;
  font-weight: 700;
}

.site-header__bottom {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.main-menu {
  display: flex;
  min-height: 39px;
  align-items: flex-start;
}

.main-menu__link {
  display: block;
  min-width: 87px;
  height: 24px;
  margin: 15px 20px 0 0;
  padding-top: 4px;
  color: #5e803a;
  border: 0;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #d5e6c3;
}

.main-menu__link:hover {
  color: #af0032;
  border: 0;
}

.main-menu__link.is-active,
.main-menu__link.is-active:hover {
  color: #fff;
  background: url("../img/btn-mnu.adaf1113a197.png") no-repeat left top;
  text-shadow: 1px 1px 1px #304f12;
}

.logout-form {
  margin-top: 12px;
}

.logout-button {
  border: 0;
  color: #387021;
  background: transparent;
  cursor: pointer;
}

.site-layout {
  display: grid;
  grid-template-columns: var(--sidebar-width) minmax(0, 580px) var(--sidebar-width);
  align-items: start;
}

.sidebar {
  width: var(--sidebar-width);
}

.content-main {
  min-width: 0;
  padding: 0 16px 10px;
  line-height: 1.3;
}

.content-main h1 {
  margin: 0 0 10px;
  padding: 0;
  color: var(--heading-color);
  font: 16px Tahoma, Arial, sans-serif;
  text-shadow: 1px 1px 1px #fff;
}

.content-main h4 {
  margin: 10px 0 5px;
  color: #5b9f00;
  font: italic 700 12px Arial, Verdana, sans-serif;
  text-align: left;
}

.content-main p {
  margin: 0;
}

.sidebar-section,
.auth-actions,
.account-panel {
  margin-bottom: 10px;
}

.sidebar-title {
  display: block;
  margin: 0 0 5px;
  padding: 4px 0 5px;
  color: var(--sidebar-title);
  background: url("../img/bk-mnu-title.49ad583cc66b.png") repeat-y center;
  border-top: 1px solid #e8efe0;
  border-bottom: 1px solid #c3d6af;
  font: 12px Tahoma, Arial, sans-serif;
  text-align: center;
  text-shadow: 1px 1px 1px #fff;
}

.stats-list {
  width: 198px;
}

.stat-board {
  display: flex;
  width: 198px;
  height: 35px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
  color: #114c5b;
  background: url("../img/skobkifull.c7426b073abe.png") no-repeat left top;
  text-align: center;
  white-space: nowrap;
}

.stat-board__value {
  font-size: 16px;
  line-height: 16px;
}

.stat-board__value small {
  font-size: 12px;
}

.stat-board__label {
  color: #387021;
  font-size: 11px;
  line-height: 13px;
}

.stop-ads {
  display: block;
  width: 160px;
  height: 54px;
  margin: 20px auto;
  background: url("../img/stopadsm.42f7a82a5bd5.png") no-repeat left top;
}

.sprite-button {
  display: block;
  width: 198px;
  height: 41px;
  margin: 0 0 5px;
  padding: 0;
  color: #fff;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: left top;
  cursor: pointer;
  font-size: 16px;
  line-height: 41px;
  text-align: left;
  text-shadow: 1px 1px 1px #304f12;
}

.sprite-button span {
  margin-left: 69px;
}

.sprite-button:hover {
  color: #fff;
  border: 0;
  background-position: left bottom;
}

.sprite-button--register {
  background-image: url("../img/btn-reg.ef5648c05575.png");
}

.sprite-button--login {
  margin-bottom: 10px;
  background-image: url("../img/btn-login.dda62b04f7e9.png");
}

.login-panel {
  width: 198px;
  height: 110px;
  margin-bottom: 10px;
  padding: 8px 10px 5px;
  color: #fff;
  background: url("../img/form-login.3445ad68c98c.png") no-repeat 0 0;
  font-size: 11px;
}

.login-panel[hidden] {
  display: none;
}

.login-panel__row {
  display: grid;
  grid-template-columns: 48px 1fr;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.login-panel input {
  min-width: 0;
  padding: 3px;
  border: 1px solid #2d5e79;
}

.login-panel__submit {
  display: block;
  width: 60px;
  margin: 2px auto;
  padding: 2px 8px;
  color: #fff;
  background: #5594b7;
  border: 1px solid #9dc1d5;
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
}

.login-panel__help {
  display: block;
  margin: 7px auto 0;
  color: #9dc2d5;
  border: 0;
  text-align: center;
}

.context-list {
  padding-left: 0;
}

.context-link {
  display: block;
  margin-bottom: 15px;
  color: #114c5b;
  font-size: 12px;
  text-align: left;
}

.context-link a {
  color: #5b9f00;
  border-bottom: 1px dotted #5b9f00;
}

.context-link a:hover {
  color: #e57c00;
  border-bottom-color: #e57c00;
}

.context-link span {
  display: block;
  margin-top: 2px;
  color: #114c5b;
  font-size: 11px;
  line-height: 1.3;
}

.context-link .context-link__url {
  color: #4988ab;
}

.social-links {
  display: flex;
  justify-content: center;
}

.social-link {
  display: block;
  width: 40px;
  height: 40px;
  border: 0;
}

.social-link:hover {
  border: 0;
}

.social-link--twitter { background: url("../img/social/twitter.6dcef7653805.png") no-repeat; }
.social-link--vk { background: url("../img/social/vkontakte.466e00c432e9.png") no-repeat; }
.social-link--facebook { background: url("../img/social/facebook.425aff393995.png") no-repeat; }
.social-link--youtube { background: url("../img/social/youtube.edf98cdbed7f.png") no-repeat; }

.home-section {
  display: flow-root;
  margin-bottom: 0;
}

.home-section + .home-section {
  margin-top: 0;
}

.brand-name {
  font-family: Tahoma, Arial, Verdana, sans-serif;
  font-weight: 700;
}

.seo-man {
  display: block;
  background-repeat: no-repeat;
}

.seo-man--worker {
  float: left;
  width: 110px;
  height: 146px;
  margin: 0 15px 10px 0;
  background-image: url("../img/seoman2.d0e963684e9c.png");
}

.seo-man--advertiser {
  float: right;
  width: 110px;
  height: 104px;
  margin: 0 0 10px 15px;
  background-image: url("../img/seoman1.2d4ec4255054.png");
}

.arrow-list {
  margin: 5px 10px;
  padding: 0;
  color: #009126;
  line-height: 1.4;
  list-style: none;
}

.arrow-list li {
  padding-left: 16px;
  background: url("../img/us-menu.b2b9395a3bc1.gif") no-repeat 0 5px;
}

.centered-action {
  display: flex;
  justify-content: center;
  clear: both;
}

.blue-button {
  display: block;
  width: 104px;
  height: 26px;
  margin: 16px 5px;
  color: #fff;
  background: url("../img/btn-blue.044504bec461.png") no-repeat left top;
  border: 0;
  line-height: 26px;
  text-align: center;
  text-shadow: 1px 1px 1px #1b5473;
}

.blue-button:hover {
  color: #fff;
  background-position: left bottom;
  border: 0;
}

.user-menu {
  margin: 0 5px 20px 0;
  padding: 0;
  list-style: none;
}

.user-menu a {
  display: block;
  width: 90%;
  padding: 4px 0 4px 20px;
  background: url("../img/us-menu.b2b9395a3bc1.gif") no-repeat 1px 8px;
  border-bottom: 1px dotted #bfd3aa;
}

.text-page__lead {
  margin-bottom: 14px !important;
  font-size: 13px;
}

.notice-box {
  margin-top: 14px;
  padding: 12px;
  color: #355f2a;
  background: #f1f5ec;
  border: 1px solid #c3d6af;
}

.notice-box p {
  margin-top: 5px;
}

.main-form {
  width: min(100%, 380px);
  margin: 12px auto;
  padding: 18px;
  background: #f1f5ec;
  border: 1px solid #c3d6af;
}

.form-field {
  margin-bottom: 12px;
}

.form-field label,
.form-help,
.errorlist {
  display: block;
}

.form-field input {
  width: 100%;
  padding: 7px;
  border: 1px solid #9db58b;
  background: #fff;
}

.form-help {
  margin-top: 4px;
  color: #6e7d65;
  font-size: 10px;
}

.errorlist {
  margin: 4px 0 0;
  padding: 0;
  color: #af0032;
  list-style: none;
}

.blue-button--form {
  margin: 16px auto 0;
  padding: 0;
  cursor: pointer;
}

.messages {
  margin-bottom: 10px;
}

.message {
  padding: 8px 12px;
  background: #f5f5b5;
  border: 1px solid #deca7e;
}

.site-footer {
  margin-top: -100px;
  padding: 14px 0 16px;
  color: #454545;
  background: #f1f5ec url("../img/bk-footer.77acc55fb2a5.png") repeat-x bottom;
  border-top: 1px dashed #abc68e;
}

.site-footer__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 24px;
  overflow: visible;
}

.payment-methods {
  margin: 12px 0;
}

.payment-methods__logos,
.footer-payments {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}

.pay-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 52px;
  height: 24px;
  padding: 0 8px;
  border-radius: 3px;
  border: 1px solid #c5d6b8;
  background: #fff;
  color: #1a1a1a;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}

.pay-badge--mir { color: #0b8c4c; border-color: #0b8c4c; }
.pay-badge--visa { color: #1a1f71; border-color: #1a1f71; }
.pay-badge--mc { color: #eb001b; border-color: #ff5f00; }
.pay-badge--tpay { color: #333; border-color: #ffdd2d; background: #fff8c5; }
.pay-badge--tbank { color: #333; border-color: #ffdd2d; background: #ffdd2d; }

.payment-methods__note {
  margin: 8px 0 0;
  font-size: 12px;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 2px 10px;
  max-width: 640px;
}

.footer-nav a {
  border: 0;
  white-space: nowrap;
}

.footer-payments {
  margin-top: 8px;
  justify-content: flex-end;
}

.legal-requisites th {
  width: 40%;
  text-align: left;
  vertical-align: top;
}

.context-cta {
  margin: 8px 0 0;
  font-size: 11px;
}

.context-cta a {
  border-bottom: 1px dotted #5b9f00;
}

.copyright {
  float: none;
  min-height: 30px;
  padding: 4px 0 0 30px;
  color: var(--footer-color);
  background: url("../img/copyright.5d13a6002250.png") no-repeat 0 4px;
  font-size: 11px;
}

.copyright a,
.footer-menu a {
  border: 0;
}

.footer-menu {
  float: none;
  color: var(--footer-color);
  border: 0;
  font-size: 11px;
  text-align: right;
}

.footer-menu span {
  color: #114c5b;
}

@media (max-width: 1012px) {
  .site-header,
  .site-layout,
  .site-footer__inner {
    width: calc(100% - 32px);
  }

  .site-layout {
    grid-template-columns: 198px minmax(0, 1fr) 198px;
  }

  .logo-autumn {
    margin-left: 0;
  }
}

@media (max-width: 760px) {
  .page-shell {
    padding-bottom: 160px;
  }

  .site-header__top {
    min-height: 100px;
  }

  .site-header__bottom,
  .main-menu {
    flex-wrap: wrap;
  }

  .site-layout {
    grid-template-columns: 1fr;
  }

  .content-main {
    order: 1;
    padding-inline: 0;
  }

  .sidebar {
    width: 100%;
  }

  .sidebar--left {
    order: 2;
  }

  .sidebar--right {
    order: 3;
  }

  .stats-list,
  .stat-board,
  .sprite-button,
  .login-panel {
    margin-right: auto;
    margin-left: auto;
  }

  .sidebar-title {
    background-color: #e8efe0;
  }

  .site-footer {
    height: auto;
    margin-top: 0;
    padding-bottom: 10px;
  }

  .site-footer__inner {
    flex-direction: column;
  }

  .copyright,
  .footer-menu {
    float: none;
    text-align: left;
  }

  .footer-menu,
  .footer-nav,
  .footer-payments {
    margin-top: 8px;
    justify-content: flex-start;
    text-align: left;
  }
}

@media (max-width: 480px) {
  .site-header,
  .site-layout,
  .site-footer__inner {
    width: calc(100% - 20px);
  }

  .logo-autumn {
    width: 270px;
    background-size: contain;
  }

  .main-menu__link {
    margin-right: 4px;
  }

  .seo-man--worker,
  .seo-man--advertiser {
    float: none;
    margin: 0 auto 10px;
  }
}

/* Application UI */
.page-heading {
  margin-bottom: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #d9e6ca;
}

.page-heading p {
  color: #6a7860;
}

.panel {
  margin: 0 0 14px;
  padding: 14px;
  background: #fbfdf8;
  border: 1px solid #d8e6ca;
  border-radius: 4px;
}

.panel h2,
.campaign-card h2,
.notification h2,
.detail-block h2 {
  margin: 0 0 8px;
  color: #355f2a;
  font-size: 14px;
}

.panel__header,
.toolbar,
.page-heading:has(form) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.toolbar {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 14px;
}

.toolbar form {
  margin: 0;
}

.button {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  justify-content: center;
  padding: 6px 13px;
  color: #fff;
  background: linear-gradient(#77ad42, #467b20);
  border: 1px solid #3f6f1d;
  border-radius: 4px;
  box-shadow: inset 0 1px rgb(255 255 255 / 28%);
  cursor: pointer;
  font-weight: 700;
  text-shadow: 0 1px #315416;
}

.button:hover {
  color: #fff;
  background: linear-gradient(#699c38, #3b6c19);
  border-color: #315d14;
}

.button:disabled {
  opacity: .5;
  cursor: not-allowed;
}

.button--secondary {
  color: #315f6d;
  background: linear-gradient(#f8fcfd, #d6e9ed);
  border-color: #a5c8d0;
  text-shadow: none;
}

.button--secondary:hover {
  color: #214d59;
  background: #e7f3f5;
  border-color: #83b2bc;
}

.button--danger {
  background: linear-gradient(#cc6670, #9c2835);
  border-color: #84212d;
  text-shadow: 0 1px #6d1722;
}

.balance-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.metric-card {
  min-height: 76px;
  padding: 12px;
  background: #f5faef;
  border: 1px solid #cfdfbd;
  border-radius: 4px;
}

.metric-card span,
.wallet-mini span {
  display: block;
  color: #6a7860;
  font-size: 11px;
}

.metric-card strong {
  display: block;
  margin-top: 7px;
  color: #285d24;
  font-size: 18px;
}

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

.work-card {
  padding: 12px;
  background: #fff;
  border: 1px solid #cfdfbd;
  border-radius: 4px;
}

.work-card strong,
.work-card span {
  display: block;
}

.work-card span {
  margin-top: 4px;
  color: #6a7860;
}

.wallet-mini {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 5px;
  padding: 9px;
  background: #f5faef;
  border: 1px solid #d6e3c8;
}

.wallet-mini strong {
  color: #355f2a;
  font-size: 11px;
}

.campaign-cards {
  display: grid;
  gap: 10px;
}

.campaign-card {
  position: relative;
  padding: 13px;
  background: #fff;
  border: 1px solid #d8e6ca;
  border-radius: 4px;
}

.campaign-card__reward {
  float: right;
  margin-left: 12px;
  padding: 4px 7px;
  color: #fff;
  background: #5b8f2e;
  border-radius: 3px;
  font-weight: 700;
}

.campaign-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 12px;
  margin: 9px 0;
  color: #74806d;
  font-size: 11px;
}

.progress {
  height: 7px;
  overflow: hidden;
  margin: 8px 0;
  background: #e6eddf;
  border-radius: 10px;
}

.progress span {
  display: block;
  height: 100%;
  background: #63952f;
}

.detail-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 170px;
  gap: 12px;
  margin-bottom: 14px;
}

.detail-block,
.reward-box {
  padding: 13px;
  background: #fbfdf8;
  border: 1px solid #d8e6ca;
  border-radius: 4px;
}

.reward-box {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 9px;
  text-align: center;
}

.reward-box strong {
  color: #af0032;
  font-size: 18px;
}

.reward-box form,
.reward-box .button {
  width: 100%;
}

.status {
  display: inline-block;
  padding: 2px 6px;
  background: #eef2e9;
  border-radius: 10px;
  color: #52604a;
  font-size: 10px;
  font-weight: 700;
}

.status--active,
.status--approved,
.status--completed,
.status--paid {
  color: #24601d;
  background: #dff1d9;
}

.status--pending,
.status--paused,
.status--closing,
.status--started {
  color: #7b5a00;
  background: #fff1bf;
}

.status--rejected,
.status--cancelled,
.status--failed,
.status--expired,
.status--reversed,
.status--partial_refund {
  color: #852531;
  background: #f6dce0;
}

.stack-form p {
  margin: 0 0 11px;
}

.stack-form label {
  display: block;
  margin-bottom: 4px;
  color: #355f2a;
  font-weight: 700;
}

.stack-form input[type="text"],
.stack-form input[type="email"],
.stack-form input[type="password"],
.stack-form input[type="url"],
.stack-form input[type="number"],
.stack-form textarea,
.stack-form select,
.copy-field {
  width: 100%;
  padding: 7px 8px;
  color: #414a3d;
  background: #fff;
  border: 1px solid #bfcfb1;
  border-radius: 3px;
}

.stack-form textarea {
  resize: vertical;
}

.stack-form .helptext {
  display: block;
  margin-top: 3px;
  color: #7a8573;
  font-size: 10px;
}

.stack-form ul.errorlist {
  margin: 0 0 4px;
  padding: 6px 8px;
  color: #8e1f2b;
  background: #fbe8eb;
  list-style: none;
}

.table-wrap {
  overflow-x: auto;
}

.data-table {
  width: 100%;
  border-collapse: collapse;
}

.data-table th,
.data-table td {
  padding: 7px 6px;
  border-bottom: 1px solid #e0e9d8;
  text-align: left;
  vertical-align: top;
}

.data-table th {
  color: #355f2a;
  background: #f3f8ee;
}

.data-table small {
  display: block;
  max-width: 250px;
  color: #7a8573;
}

.money {
  white-space: nowrap;
  font-weight: 700;
}

.positive { color: #2f7b27; }
.negative { color: #a22e3a; }

.timer-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9px;
  margin-bottom: 12px;
  padding: 20px;
  background: #f3f8ee;
  border: 1px solid #cadfba;
  border-radius: 5px;
  text-align: center;
}

.timer-panel__value {
  color: #af0032;
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
}

.timer-panel form {
  margin: 0;
}

.review-comment,
.empty-state {
  padding: 12px;
  color: #66705f;
  background: #f4f7f1;
  border: 1px dashed #c7d3bd;
}

.notification-list {
  display: grid;
  gap: 8px;
}

.notification {
  padding: 11px;
  background: #f9fbf7;
  border: 1px solid #dbe5d2;
  border-radius: 4px;
}

.notification--unread {
  background: #f1f8e9;
  border-left: 4px solid #63952f;
}

.notification p {
  margin: 4px 0;
}

.detail-list {
  display: grid;
  grid-template-columns: 120px 1fr;
  gap: 7px 12px;
  margin: 0 0 12px;
}

.detail-list dt {
  color: #6a7860;
}

.detail-list dd {
  margin: 0;
}

.legal-copy h3 {
  margin: 14px 0 4px;
  color: #355f2a;
  font-size: 12px;
}

.muted {
  color: #7a8573;
  font-size: 11px;
}

@media (max-width: 1000px) {
  .site-header,
  .site-layout,
  .site-footer__inner {
    width: calc(100% - 24px);
  }

  .site-layout {
    grid-template-columns: 180px minmax(0, 1fr) 180px;
  }

  .sidebar,
  .stats-list,
  .stat-board,
  .sprite-button {
    width: 100%;
  }
}

@media (max-width: 760px) {
  .site-layout {
    display: flex;
    flex-direction: column;
  }

  .content-main {
    order: 1;
    width: 100%;
    padding: 0;
  }

  .sidebar--left {
    order: 2;
  }

  .sidebar--right {
    order: 3;
  }

  .sidebar {
    width: 100%;
  }

  .site-header__top {
    align-items: center;
  }

  .logo-autumn {
    margin-left: -40px;
  }

  .user-summary,
  .avatar-placeholder {
    display: none;
  }

  .main-menu {
    flex-wrap: wrap;
  }

  .main-menu__link {
    min-width: 80px;
    margin-right: 4px;
  }

  .balance-grid,
  .work-grid,
  .detail-grid {
    grid-template-columns: 1fr;
  }

  .detail-list {
    grid-template-columns: 1fr;
  }
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 14px 0;
  padding: 8px;
  background: #f5f8f2;
  border: 1px solid #dbe5d2;
}

.link-button {
  padding: 0;
  border: 0;
  background: none;
  color: #135c9e;
  font: inherit;
  text-decoration: underline;
  cursor: pointer;
}
.link-button:hover { text-decoration: none; }


.news-list {
  display: grid;
  gap: 10px;
}

.news-card {
  padding: 13px;
  background: #fbfdf9;
  border: 1px solid #dbe5d2;
  border-radius: 4px;
}

.news-card--compact h2,
.news-card h2 {
  margin: 4px 0 6px;
  font-size: 14px;
}

.news-card time,
.news-article time,
.ticket-card small {
  color: #7a8573;
  font-size: 11px;
}

.news-article__body {
  margin-top: 14px;
  line-height: 1.55;
}

.home-news {
  clear: both;
}

.ticket-list {
  display: grid;
  gap: 10px;
}

.ticket-card {
  padding: 12px;
  background: #fbfdf9;
  border: 1px solid #dbe5d2;
  border-radius: 4px;
}

.ticket-card h3 {
  margin: 0;
  font-size: 13px;
}

.support-response {
  margin: 10px 0;
  padding: 10px;
  background: #f1f8e9;
  border-left: 4px solid #63952f;
}

.report-link {
  margin-top: 14px;
  text-align: right;
}

.copy-row {
  display: flex;
  gap: 8px;
}

.copy-row input {
  min-width: 0;
  flex: 1;
  padding: 7px;
  border: 1px solid #b9c8af;
}


.alert {
  margin-bottom: 12px;
  padding: 10px 12px;
  border: 1px solid #d9c37b;
  border-radius: 4px;
  background: #fff7d8;
}

.alert--error {
  color: #7b2430;
  background: #fbe8eb;
  border-color: #e0aeb5;
}

.status--answered,
.status--resolved {
  color: #24601d;
  background: #dff1d9;
}

.status--open {
  color: #7b5a00;
  background: #fff1bf;
}

.filter-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 0 0 12px;
}

.filter-tabs a {
  border: 1px solid #b8b8b8;
  border-radius: 3px;
  background: #f7f7f7;
  color: #3f3f3f;
  padding: 7px 14px;
  text-decoration: none;
}

.filter-tabs a:hover,
.filter-tabs a.is-active {
  background: #5d7823;
  border-color: #4f681c;
  color: #fff;
}
