@charset "UTF-8";

/* src/styles.scss */
:root,
.dark-theme {
  --color-main-bg: #ffffff0d;
  --color-bg: #232425;
  --color-modal-bg: #232425;
  --color-card: #433f42;
  --color-card-body: #10101035;
  --color-positive: #2ed573;
  --color-negative: #fa455a;
  --color-link: #6060ff;
  --color-link-alt: #0099ff;
  --color-link-transparent: #6060ff99;
  --color-disabled-button: #393a3b;
  --color-tag-bg: #685ef8;
  --color-tag-beta-bg: #e6217e40;
  --color-tag-beta: #e6217e;
  --color-text-muted: #abb5bf;
  --color-text-hover: #c9ccce;
  --color-stock-ticker: #d9d9d9;
  --color-stock-card-bg: #3a3c3d66;
  --color-stock-card-darker-bg: #3a3c3d80;
  --color-white: white;
  --color-white-transparent: #ffffff1c;
  --color-rate-bg: #f3f5f633;
  --color-grey: #abb5bf;
  --color-briefing-container: #483c44;
  --color-briefing-body: #2c2c2d80;
  --color-briefing-body-mobile: #1e1e1f80;
  --color-nav-scroll-text: #777f89;
  --color-info-modal-text: #bdbdbe;
  --color-option-bg: #3a3c3d66;
  --color-option-bg-active: #685ef8;
  --color-header-border: #d9d9d933;
  --gradient-border:
    linear-gradient(
      110.96deg,
      #6060ff -0.25%,
      #e6217e 90.79%);
  --gradient-main:
    linear-gradient(
      
      155.53deg,
      rgba(98, 10, 63, 0.6) -16.03%,
      rgba(0, 0, 0, 0) 50.56%,
      rgba(10, 53, 98, 0.6) 98.02% );
  --gradient-main-alt:
    linear-gradient(
      
      155.53deg,
      rgba(98, 10, 63, 0.6) -16.03%,
      rgba(0, 0, 0, 0) 50.56%,
      rgba(10, 53, 98, 0.6) 98.02% );
  --gradient-sticky:
    linear-gradient(
      to right,
      #3b1b2f,
      #1d2939);
  --gradient-active-nav:
    linear-gradient(
      97.64deg,
      #6161ff 0%,
      #c133a3 100%);
  --v2-container-bg: #000000;
  --v2-wrapper-bg: rgba(0, 0, 0, 0.05);
  --v2-wrapper-shadow: 0px 4px 40px 1px rgba(255, 255, 255, 0.15);
  --v2-disclaimer-color: #c5cbd1;
  --v2-table-row-bg: #111112;
  --v2-table-row-active-bg: #232425;
  --v2-table-divider: #3a3c3d;
  --v2-table-muted: #c5cbd1;
  --v2-table-positive: #37be90;
  --v2-table-negative: #fc8593;
  --fundamental-score-green: var(--v2-table-positive);
  --fundamental-score-yellow: rgba(255, 224, 144, 1);
  --fundamental-score-red: rgba(252, 159, 170, 1);
  --fundamental-score-grey: var(--v2-table-muted);
  --v2-table-link: #47a0ff;
  --v2-card-bg: #111112;
  --gradient-modal:
    linear-gradient(
      
      159.05deg,
      rgba(98, 10, 63, 0.9) 3.3%,
      rgba(0, 0, 0, 0) 34.69%,
      #0a3562 64.74% );
}
.light-theme {
  --color-main-bg: transparent;
  --color-bg: #f5f5f5;
  --color-modal-bg: #ffffff;
  --color-card: #bdddff33;
  --color-card-body: #ffffff90;
  --color-positive: #2ed573;
  --color-negative: #fa455a;
  --color-link: #248eff;
  --color-link-alt: #0099ff;
  --color-link-transparent: #248eff99;
  --color-disabled-button: #dfe3e7;
  --color-tag-bg: #bdddff;
  --color-tag-beta-bg: #e6217e40;
  --color-text-muted: #3a3c3d;
  --color-text-hover: #222;
  --color-stock-ticker: black;
  --color-stock-card-bg: #ffffff;
  --color-stock-card-darker-bg: #ffffff90;
  --color-white: #000;
  --color-white-transparent: #ffffffcc;
  --color-rate-bg: #e0e0e0;
  --color-grey: #232425;
  --color-briefing-container: #e9e9e9;
  --color-briefing-body: #ffffff90;
  --color-briefing-body-mobile: #fafafa;
  --color-nav-scroll-text: #777f89;
  --color-info-modal-text: #777f89;
  --color-option-bg: #f3f5f6;
  --color-option-bg-active: #248eff;
  --color-header-border: #29292933;
  --gradient-border:
    linear-gradient(
      110.96deg,
      #3b82f6 -0.25%,
      #e6217e 90.79%);
  --gradient-main:
    linear-gradient(
      155.53deg,
      #e5e7ff,
      #f6f6ff);
  --gradient-main-alt:
    linear-gradient(
      
      152.67deg,
      rgba(255, 75, 183, 0.0875) -5.35%,
      rgba(229, 231, 255, 0.175) 65%,
      rgba(128, 190, 255, 0.05) 49.97% );
  --gradient-sticky:
    linear-gradient(
      to right,
      #f0f0f0,
      #fff);
  --gradient-active-nav:
    linear-gradient(
      97.64deg,
      #3b82f6 0%,
      #c133a3 100%);
  --v2-container-bg: #ffffff;
  --v2-wrapper-bg: rgba(255, 255, 255, 0.65);
  --v2-wrapper-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  --v2-disclaimer-color: #777f89;
  --v2-table-row-bg: #ffffff;
  --v2-table-row-active-bg: #f3f5f6;
  --v2-table-divider: #d9dde0;
  --v2-table-muted: #777f89;
  --v2-table-positive: #34b287;
  --v2-table-negative: #fa455a;
  --fundamental-score-green: var(--v2-table-positive);
  --fundamental-score-yellow: rgba(255, 199, 54, 1);
  --fundamental-score-red: var(--v2-table-negative);
  --fundamental-score-grey: var(--v2-table-muted);
  --v2-table-link: #248eff;
  --v2-card-bg: #ffffff;
  --gradient-modal:
    linear-gradient(
      
      152.67deg,
      rgba(255, 75, 183, 0.05) -5.35%,
      rgba(229, 231, 255, 0.3) 48.05%,
      rgba(128, 190, 255, 0.05) 105.71% );
}
.finnet-web-theme,
.finnet-app-light-theme {
  --finnet-primary: #093967;
  --color-main-bg: transparent;
  --color-bg: #f5f5f5;
  --color-modal-bg: #ffffff;
  --color-card: #bdddff33;
  --color-card-body: #ffffff90;
  --color-positive: #2ed573;
  --color-negative: #fa455a;
  --color-link: #248eff;
  --color-link-alt: #0099ff;
  --color-link-transparent: #248eff99;
  --color-disabled-button: #dfe3e7;
  --color-tag-bg: #bdddff;
  --color-tag-beta-bg: #e6217e40;
  --color-text-muted: #3a3c3d;
  --color-text-hover: #222;
  --color-stock-ticker: black;
  --color-stock-card-bg: #ffffff;
  --color-stock-card-darker-bg: #ffffff90;
  --color-white: #000;
  --color-white-transparent: #ffffffcc;
  --color-rate-bg: #e0e0e0;
  --color-grey: #232425;
  --color-briefing-container: #e9e9e9;
  --color-briefing-body: #ffffff90;
  --color-briefing-body-mobile: #fafafa;
  --color-nav-scroll-text: #777f89;
  --color-info-modal-text: #777f89;
  --color-option-bg: #f3f5f6;
  --color-option-bg-active: #248eff;
  --color-header-border: #29292933;
  --gradient-border:
    linear-gradient(
      110.96deg,
      #3b82f6 -0.25%,
      #e6217e 90.79%);
  --gradient-main:
    linear-gradient(
      155.53deg,
      #e5e7ff,
      #f6f6ff);
  --gradient-main-alt:
    linear-gradient(
      
      152.67deg,
      rgba(255, 75, 183, 0.0875) -5.35%,
      rgba(229, 231, 255, 0.175) 65%,
      rgba(128, 190, 255, 0.05) 49.97% );
  --gradient-sticky:
    linear-gradient(
      to right,
      #f0f0f0,
      #fff);
  --gradient-active-nav:
    linear-gradient(
      97.64deg,
      #3b82f6 0%,
      #c133a3 100%);
  --v2-container-bg: #f8f9fa;
  --v2-highlight-card-bg: #f2f3f5;
  --v2-wrapper-bg: rgba(255, 255, 255, 0.65);
  --v2-wrapper-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.05);
  --v2-disclaimer-color: #777f89;
  --v2-table-row-bg: rgba(242, 243, 244, 1);
  --v2-table-row-active-bg: rgba(234, 236, 239, 1);
  --v2-table-divider: #d9dde0;
  --v2-table-muted: #777f89;
  --v2-table-positive: rgba(0, 135, 0, 1);
  --v2-table-negative: rgba(204, 6, 30, 1);
  --fundamental-score-green: rgba(52, 178, 135, 1);
  --fundamental-score-yellow: rgba(255, 199, 54, 1);
  --fundamental-score-red: rgba(250, 69, 90, 1);
  --fundamental-score-grey: #777f89;
  --v2-table-link: #093967;
  --v2-card-bg: rgba(242, 243, 244, 1);
  --regwall-backdrop: rgba(255, 255, 255, 0.85);
  --gradient-modal:
    linear-gradient(
      
      152.67deg,
      rgba(255, 75, 183, 0.05) -5.35%,
      rgba(229, 231, 255, 0.3) 48.05%,
      rgba(128, 190, 255, 0.05) 105.71% );
}
.finnet-web-theme div.bodyContainer.analyseContainer.v2 {
  gap: 14px;
}
.finnet-app-light-theme div.bodyContainer.analyseContainer.v2,
.finnet-app-dark-theme div.bodyContainer.analyseContainer.v2 {
  gap: 32px;
}
.finnet-web-theme div.bodyContainer.analyseContainer.v2 li,
.finnet-app-light-theme div.bodyContainer.analyseContainer.v2 li,
.finnet-app-dark-theme div.bodyContainer.analyseContainer.v2 li {
  font-size: 14px;
}
body.finnet-web-theme,
body.finnet-web-theme * {
  font-family: "Open Sans", sans-serif !important;
}
body.finnet-app-light-theme,
body.finnet-app-light-theme *,
body.finnet-app-dark-theme,
body.finnet-app-dark-theme * {
  font-family:
    "SF Pro Text",
    "Open Sans",
    sans-serif !important;
}
.finnet-app-light-theme {
  --color-bg: #ffffff;
  --v2-container-bg: #ffffff;
  --v2-highlight-card-bg: rgba(247, 248, 249, 1);
  --regwall-backdrop: rgba(255, 255, 255, 0.85);
  --regwall-bleed: 16px;
}
.finnet-app-dark-theme {
  --finnet-primary: rgba(0, 122, 255, 1);
  --color-main-bg: transparent;
  --color-bg: rgba(38, 38, 38, 1);
  --color-modal-bg: rgba(27, 36, 41, 1);
  --color-card: rgba(27, 36, 41, 1);
  --color-card-body: rgba(27, 36, 41, 0.9);
  --color-positive: rgba(0, 135, 0, 1);
  --color-negative: rgba(204, 6, 30, 1);
  --color-link: rgba(0, 122, 255, 1);
  --color-link-alt: rgba(0, 122, 255, 1);
  --color-link-transparent: rgba(0, 122, 255, 0.6);
  --color-disabled-button: #393a3b;
  --color-tag-bg: rgba(0, 122, 255, 0.3);
  --color-tag-beta-bg: #e6217e40;
  --color-text-muted: #abb5bf;
  --color-text-hover: #c9ccce;
  --color-stock-ticker: #d9d9d9;
  --color-stock-card-bg: rgba(27, 36, 41, 1);
  --color-stock-card-darker-bg: rgba(27, 36, 41, 0.8);
  --color-white: #ffffff;
  --color-white-transparent: #ffffff1c;
  --color-rate-bg: #3a3c3d;
  --color-grey: #abb5bf;
  --color-briefing-container: rgba(27, 36, 41, 1);
  --color-briefing-body: rgba(27, 36, 41, 0.5);
  --color-briefing-body-mobile: rgba(27, 36, 41, 0.5);
  --color-nav-scroll-text: #777f89;
  --color-info-modal-text: #bdbdbe;
  --color-option-bg: rgba(27, 36, 41, 1);
  --color-option-bg-active: rgba(0, 122, 255, 1);
  --color-header-border: rgba(217, 217, 217, 0.2);
  --gradient-border:
    linear-gradient(
      110.96deg,
      rgba(0, 122, 255, 1) -0.25%,
      #e6217e 90.79%);
  --gradient-main: rgba(38, 38, 38, 1);
  --gradient-main-alt: rgba(38, 38, 38, 1);
  --gradient-sticky:
    linear-gradient(
      to right,
      rgba(38, 38, 38, 1),
      rgba(38, 38, 38, 1));
  --gradient-active-nav:
    linear-gradient(
      97.64deg,
      rgba(0, 122, 255, 1) 0%,
      #c133a3 100%);
  --v2-container-bg: rgba(38, 38, 38, 1);
  --v2-highlight-card-bg: rgba(75, 84, 92, 1);
  --v2-wrapper-bg: rgba(27, 36, 41, 1);
  --v2-wrapper-shadow: 0px 4px 40px 1px rgba(255, 255, 255, 0.05);
  --v2-disclaimer-color: #767e86;
  --v2-table-row-bg: rgba(27, 36, 41, 1);
  --v2-table-row-active-bg: rgba(38, 38, 38, 1);
  --v2-table-divider: #3a3c3d;
  --v2-table-muted: #abb5bf;
  --v2-table-positive: rgba(0, 135, 0, 1);
  --v2-table-negative: rgba(204, 6, 30, 1);
  --fundamental-score-green: rgba(55, 190, 144, 1);
  --fundamental-score-yellow: rgba(255, 224, 144, 1);
  --fundamental-score-red: rgba(252, 159, 170, 1);
  --fundamental-score-grey: #c5cbd1;
  --v2-table-link: rgba(0, 122, 255, 1);
  --v2-card-bg: rgba(27, 36, 41, 1);
  --regwall-backdrop: rgba(38, 38, 38, 0.85);
  --regwall-bleed: 16px;
  --gradient-modal:
    linear-gradient(
      
      159.05deg,
      rgba(38, 38, 38, 0.9) 3.3%,
      rgba(38, 38, 38, 0) 34.69%,
      rgba(38, 38, 38, 1) 64.74% );
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  background-color: var(--color-bg);
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body.eps-route,
body.finnet-app-dark-theme {
  background-color: transparent;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
#root,
#__next {
  isolation: isolate;
}
.pointer {
  cursor: pointer;
}
.bold {
  font-weight: bold;
}
.ellipsis {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.disclaimer {
  font-size: 10px;
}
.disclaimer strong {
  font-weight: 600;
}
.link {
  color: var(--color-link);
  font-weight: bold;
  text-decoration: underline;
}
.positive {
  color: var(--color-positive);
}
.negative {
  color: var(--color-negative);
}
div.container {
  min-height: 900px;
  background: var(--gradient-main);
  padding: 40px 20px;
}
div.main-section {
  max-width: 700px;
  background: var(--colors-main-bg);
  border-radius: 6px;
  padding: 1.25rem;
  margin: 0 auto;
  text-align: center;
  color: var(--color-white);
}
div.container.v2 {
  background: var(--v2-container-bg);
  padding: 32px;
}
.light-theme div.container.v2 {
  background:
    #ffffff linear-gradient(
      122deg,
      rgba(255, 28, 124, 0.25) 0%,
      rgba(220, 237, 255, 0.4) 55%,
      rgba(36, 142, 255, 0.25) 100%);
}
.dark-theme div.container.v2 {
  background:
    #000000 linear-gradient(
      122deg,
      rgba(255, 28, 124, 0.3) 0%,
      rgba(45, 26, 36, 0.6) 52%,
      rgba(36, 142, 255, 0.3) 100%);
}
.finnet-app-dark-theme div.container.v2 {
  background: transparent;
}
div.main-section.v2 {
  max-width: 1024px;
  padding: 0;
}
div.main-section.v2 div.bodyContainer {
  max-width: 1024px;
}
div.bodyContainer {
  max-width: 700px;
  margin: auto;
  gap: 24px;
  padding-bottom: 48px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
div.bodyContainer.termsContainer {
  text-align: left;
}
div.bodyContainer.analyseContainer.v2 {
  gap: 36px;
  padding-bottom: 0;
}
div.bodyContainer h3 {
  font-weight: 600;
  font-size: 20px;
}
div.bodyContainer ul {
  margin-top: -13px;
  margin-bottom: -13px;
  padding-left: 15px;
}
div.bodyContainer ul li {
  margin-bottom: 2px;
}
div.bodyContainer * {
  color: var(--color-white);
}
div.bodyContainer p,
div.bodyContainer li,
div.bodyContainer strong {
  font-size: 16px;
  color: var(--color-white);
}
div.bodyContainer p.pTitle,
div.bodyContainer li.pTitle,
div.bodyContainer strong.pTitle {
  font-weight: bold;
  margin-top: 4px;
}
div.bodyContainer p a,
div.bodyContainer li a,
div.bodyContainer strong a {
  color: var(--color-white);
}
.cardContainer {
  background: var(--color-card);
  border-radius: 6px;
  width: 100%;
  overflow: hidden;
}
.cardContainer .cardBody {
  background: var(--color-card-body);
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 20px;
}
.seeMore {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  margin-top: 8px;
  margin-bottom: -4px;
  cursor: pointer;
}
.seeMore .seeMoreText {
  color: var(--color-text-muted);
  font-size: 16px;
  margin-bottom: 0 !important;
}
.seeMore .seeMoreText:hover {
  color: var(--color-text-hover);
}
@media (max-width: 768px) {
  * {
    font-family: "Lato", sans-serif !important;
  }
  .emptyState {
    font-size: 14px;
  }
  div.container {
    padding: 18px;
    padding-top: 24px;
    background: var(--gradient-main-alt);
  }
  div.container.v2 {
    padding: 8px 16px 40px;
  }
  div.main-section {
    padding: 0;
    background: transparent;
  }
  div.bodyContainer {
    gap: 16px;
    padding-bottom: 16px;
  }
  div.bodyContainer h3 {
    font-weight: bold;
    font-size: 16px;
  }
  .cardContainer {
    background: rgba(var(--color-card), 0.73);
    border-radius: 6px;
    width: 100%;
  }
  .cardContainer .cardBody {
    padding: 12px;
    gap: 16px;
  }
}
body.light-theme .headerTime {
  color: black;
}
body.light-theme .briefingInfo {
  background: var(--color-card);
}
body.light-theme .button {
  background-color: var(--color-link);
}
body.light-theme .button:hover {
  background-color: var(--color-link-transparent);
}
body.light-theme .button .buttonText {
  color: white;
}
body.light-theme .radarBody li {
  border-bottom: 1px solid #c5cbd1 !important;
}
body.light-theme .scrollButton.active .scrollButtonText {
  color: white !important;
}
@media (max-width: 768px) {
  body.light-theme .cardContainer {
    background-color: transparent;
  }
  body.light-theme .cardContainer .cardBody {
    background-color: white;
  }
  body.light-theme .headerContainer {
    background-color: rgba(255, 255, 255, 0.5019607843);
  }
  body.light-theme .briefingBody {
    background: var(--gradient-main-alt);
  }
  body.light-theme .briefingInfo {
    background-color: white;
  }
  body.light-theme .stockContainer {
    background-color: white;
  }
}
@media (max-width: 768px) {
  body.finnet-web-theme div.container.v2,
  body.finnet-app-light-theme div.container.v2,
  body.finnet-app-dark-theme div.container.v2 {
    padding-top: 16px;
  }
}
body.finnet-web-theme div.container {
  padding: 2px 0 20px;
  background: var(--v2-container-bg);
}
body.finnet-web-theme div.container.v2 {
  padding-top: 2px;
  padding-left: 16px;
  padding-right: 16px;
}
body.finnet-web-theme div.main-section:not(.v2) {
  max-width: 1024px;
}
body.finnet-web-theme div.bodyContainer.termsContainer {
  max-width: 100%;
}
body.finnet-web-theme .title,
body.finnet-web-theme .page-title,
body.finnet-web-theme .section-title,
body.finnet-web-theme .section-subtitle,
body.finnet-web-theme .intro,
body.finnet-web-theme .subtitle,
body.finnet-web-theme .highlight-text,
body.finnet-web-theme .update-title,
body.finnet-web-theme .card-title,
body.finnet-web-theme .gauge-rating,
body.finnet-web-theme .outlook-title,
body.finnet-web-theme .thesis-title,
body.finnet-web-theme .target-label,
body.finnet-web-theme .gauge-section-title,
body.finnet-web-theme .analyst-name,
body.finnet-web-theme .analyseTitle,
body.finnet-web-theme .rating-label,
body.finnet-web-theme .stat-value,
body.finnet-app-light-theme .title,
body.finnet-app-light-theme .page-title,
body.finnet-app-light-theme .section-title,
body.finnet-app-light-theme .section-subtitle,
body.finnet-app-light-theme .intro,
body.finnet-app-light-theme .subtitle,
body.finnet-app-light-theme .highlight-text,
body.finnet-app-light-theme .update-title,
body.finnet-app-light-theme .card-title,
body.finnet-app-light-theme .gauge-rating,
body.finnet-app-light-theme .outlook-title,
body.finnet-app-light-theme .thesis-title,
body.finnet-app-light-theme .target-label,
body.finnet-app-light-theme .gauge-section-title,
body.finnet-app-light-theme .analyst-name,
body.finnet-app-light-theme .analyseTitle,
body.finnet-app-light-theme .rating-label,
body.finnet-app-light-theme .stat-value,
body.finnet-app-dark-theme .title,
body.finnet-app-dark-theme .page-title,
body.finnet-app-dark-theme .section-title,
body.finnet-app-dark-theme .section-subtitle,
body.finnet-app-dark-theme .intro,
body.finnet-app-dark-theme .subtitle,
body.finnet-app-dark-theme .highlight-text,
body.finnet-app-dark-theme .update-title,
body.finnet-app-dark-theme .card-title,
body.finnet-app-dark-theme .gauge-rating,
body.finnet-app-dark-theme .outlook-title,
body.finnet-app-dark-theme .thesis-title,
body.finnet-app-dark-theme .target-label,
body.finnet-app-dark-theme .gauge-section-title,
body.finnet-app-dark-theme .analyst-name,
body.finnet-app-dark-theme .analyseTitle,
body.finnet-app-dark-theme .rating-label,
body.finnet-app-dark-theme .stat-value {
  font-weight: 700 !important;
}
body.finnet-web-theme .description,
body.finnet-web-theme .section-body,
body.finnet-web-theme .conclusion,
body.finnet-web-theme .update-text,
body.finnet-web-theme .card-text,
body.finnet-web-theme .thesis-text,
body.finnet-web-theme .outlook-text,
body.finnet-web-theme .target-change,
body.finnet-web-theme .body.v2 p,
body.finnet-app-light-theme .description,
body.finnet-app-light-theme .section-body,
body.finnet-app-light-theme .conclusion,
body.finnet-app-light-theme .update-text,
body.finnet-app-light-theme .card-text,
body.finnet-app-light-theme .thesis-text,
body.finnet-app-light-theme .outlook-text,
body.finnet-app-light-theme .target-change,
body.finnet-app-light-theme .body.v2 p,
body.finnet-app-dark-theme .description,
body.finnet-app-dark-theme .section-body,
body.finnet-app-dark-theme .conclusion,
body.finnet-app-dark-theme .update-text,
body.finnet-app-dark-theme .card-text,
body.finnet-app-dark-theme .thesis-text,
body.finnet-app-dark-theme .outlook-text,
body.finnet-app-dark-theme .target-change,
body.finnet-app-dark-theme .body.v2 p {
  font-size: 14px !important;
}
body.finnet-web-theme .body.v2 h4,
body.finnet-web-theme .v2-page-title,
body.finnet-app-light-theme .body.v2 h4,
body.finnet-app-light-theme .v2-page-title,
body.finnet-app-dark-theme .body.v2 h4,
body.finnet-app-dark-theme .v2-page-title {
  font-weight: 700 !important;
}
body.finnet-web-theme .link-button .label,
body.finnet-app-light-theme .link-button .label,
body.finnet-app-dark-theme .link-button .label {
  color: var(--finnet-primary) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: 1.57 !important;
}
@media (max-width: 768px) {
  body.finnet-web-theme app-news-overview .title,
  body.finnet-web-theme app-earnings-overview .title,
  body.finnet-web-theme app-analysts-overview .title,
  body.finnet-web-theme app-competitor-analysis .title,
  body.finnet-web-theme app-fundamental-scores-overview .title,
  body.finnet-app-light-theme app-news-overview .title,
  body.finnet-app-light-theme app-earnings-overview .title,
  body.finnet-app-light-theme app-analysts-overview .title,
  body.finnet-app-light-theme app-competitor-analysis .title,
  body.finnet-app-light-theme app-fundamental-scores-overview .title,
  body.finnet-app-dark-theme app-news-overview .title,
  body.finnet-app-dark-theme app-earnings-overview .title,
  body.finnet-app-dark-theme app-analysts-overview .title,
  body.finnet-app-dark-theme app-competitor-analysis .title,
  body.finnet-app-dark-theme app-fundamental-scores-overview .title {
    font-size: 20px !important;
  }
}
body.finnet-web-theme .link-button .caret,
body.finnet-app-light-theme .link-button .caret,
body.finnet-app-dark-theme .link-button .caret {
  background-color: var(--finnet-primary);
}
body.guest-mode app-analysts-analysis-v2,
body.guest-mode app-earnings-analysis-v2,
body.guest-mode app-fundamental-scores-analysis-v2 {
  filter: blur(4px);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
body.guest-mode .bodyContainer:has(app-analysts-analysis-v2),
body.guest-mode .bodyContainer:has(app-earnings-analysis-v2),
body.guest-mode .bodyContainer:has(app-fundamental-scores-analysis-v2) {
  position: relative;
}
body.guest-mode .bodyContainer:has(app-analysts-analysis-v2)::after,
body.guest-mode .bodyContainer:has(app-earnings-analysis-v2)::after,
body.guest-mode .bodyContainer:has(app-fundamental-scores-analysis-v2)::after {
  content: "";
  position: absolute;
  top: calc(-0.5 * var(--regwall-bleed, 0px));
  bottom: calc(-1 * var(--regwall-bleed, 0px));
  left: calc(-1 * var(--regwall-bleed, 0px));
  right: calc(-1 * var(--regwall-bleed, 0px));
  background: var(--regwall-backdrop);
  z-index: 2;
  pointer-events: none;
}
body.guest-mode app-news-analysis-v2 section.catalysts .cards {
  filter: blur(4px);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
body.guest-mode app-news-analysis-v2 section.catalysts .section-title,
body.guest-mode app-news-analysis-v2 section.catalysts app-pill-tabs {
  position: relative;
  z-index: 3;
}
body.guest-mode app-news-analysis-v2 section.catalysts {
  position: relative;
}
body.guest-mode app-news-analysis-v2 section.catalysts::after {
  content: "";
  position: absolute;
  top: calc(-0.5 * var(--regwall-bleed, 0px));
  bottom: calc(-1 * var(--regwall-bleed, 0px));
  left: calc(-1 * var(--regwall-bleed, 0px));
  right: calc(-1 * var(--regwall-bleed, 0px));
  background: var(--regwall-backdrop);
  z-index: 2;
  pointer-events: none;
}
body.guest-mode.finnet-web-theme app-analysts-overview .body,
body.guest-mode.finnet-web-theme app-earnings-overview .body,
body.guest-mode.finnet-web-theme app-competitor-analysis .body,
body.guest-mode.finnet-web-theme app-fundamental-scores-overview .body {
  filter: blur(4px);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}
body.guest-mode.finnet-web-theme app-analysts-overview .header,
body.guest-mode.finnet-web-theme app-earnings-overview .header,
body.guest-mode.finnet-web-theme app-competitor-analysis .header,
body.guest-mode.finnet-web-theme app-fundamental-scores-overview .header {
  position: relative;
  z-index: 3;
}
body.guest-mode.finnet-web-theme .regwall-overview-wrapper {
  display: flex;
  flex-direction: column;
  position: relative;
}
body.guest-mode.finnet-web-theme .regwall-overview-wrapper::after {
  content: "";
  position: absolute;
  top: calc(-0.5 * var(--regwall-bleed, 0px));
  bottom: calc(-1 * var(--regwall-bleed, 0px));
  left: calc(-1 * var(--regwall-bleed, 0px));
  right: calc(-1 * var(--regwall-bleed, 0px));
  background: var(--regwall-backdrop);
  z-index: 2;
  pointer-events: none;
}
body.guest-mode.finnet-web-theme .bodyContainer:has(app-analysts-analysis-v2)::after,
body.guest-mode.finnet-web-theme .bodyContainer:has(app-earnings-analysis-v2)::after,
body.guest-mode.finnet-web-theme .bodyContainer:has(app-fundamental-scores-analysis-v2)::after,
body.guest-mode.finnet-web-theme .regwall-overview-wrapper::after,
body.guest-mode.finnet-web-theme app-news-analysis-v2 section.catalysts::after {
  border-radius: 7px;
}
body.guest-mode.finnet-app-light-theme .bodyContainer.analyseContainer.v2,
body.guest-mode.finnet-app-dark-theme .bodyContainer.analyseContainer.v2 {
  position: relative;
}
body.guest-mode.finnet-app-light-theme .bodyContainer.analyseContainer.v2::after,
body.guest-mode.finnet-app-dark-theme .bodyContainer.analyseContainer.v2::after {
  content: "";
  position: absolute;
  top: calc(-0.5 * var(--regwall-bleed, 0px));
  bottom: calc(-1 * var(--regwall-bleed, 0px));
  left: calc(-1 * var(--regwall-bleed, 0px));
  right: calc(-1 * var(--regwall-bleed, 0px));
  background: var(--regwall-backdrop);
  z-index: 2;
  pointer-events: none;
}
body.guest-mode.finnet-app-light-theme .bodyContainer.analyseContainer.v2 > app-news-overview,
body.guest-mode.finnet-app-light-theme .bodyContainer.analyseContainer.v2 > .regwall-overview-wrapper > *,
body.guest-mode.finnet-app-dark-theme .bodyContainer.analyseContainer.v2 > app-news-overview,
body.guest-mode.finnet-app-dark-theme .bodyContainer.analyseContainer.v2 > .regwall-overview-wrapper > * {
  filter: blur(4px);
  pointer-events: none;
  -webkit-user-select: none;
  user-select: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
