
/*=============================================================================*/
/*                          GLOBALE DESIGN-TOKENS                           */
/*=============================================================================*/

:root {
  /* Farben */
  --metal-primary-bg: #fff;
  --metal-border: #e1e5e9;
  --metal-shadow: 0 4px 16px rgba(0, 0, 0, .08);
  --metal-shadow-hover: 0 8px 24px rgba(0, 0, 0, .12);
  --metal-text-primary: #131722;
  --metal-text-secondary: #787b86;
  --metal-gradient-bg: linear-gradient(135deg, #f8f9fa, #e9ecef);

  /* Abstände */
  --metal-border-radius: 12px;
  --metal-padding: 20px;
  --metal-margin: 20px;

  /* Typografie */
  --metal-font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  --metal-font-size-large: 18px;
  --metal-font-size-medium: 16px;
  --metal-font-size-small: 13px;
  --metal-font-size-tiny: 12px;

  /* Transitions */
  --metal-transition: all 0.3s ease;
}

/*=============================================================================*/
/*                          CONTAINER & LAYOUT                               */
/*=============================================================================*/

@media (min-width: 1300px) {
  .container {
    max-width: 1500px;
  }
}

.square-image .inner img {
  height: 100%;
}

.table {
  hyphens: auto;
}

/*=============================================================================*/
/*                           TOPBAR METAL TICKER                            */
/*=============================================================================*/

/* ===== TOPBAR TICKER CONTAINER ===== */
.metal-topbar-ticker {
  background: #e8ebee;
  height: 32px;
  width: 100%;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  font-family: var(--metal-font-family);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
}

.metal-topbar-ticker .metal-ticker-content {
  display: flex;
  width: 100%;
  height: 20px;
  align-items: center;
}

/* ===== TOPBAR TICKER ITEMS ===== */
.topbar-ticker-item {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
  height: 20px;
  padding: 0 10px;
  background: transparent;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.2s ease;
}

.topbar-ticker-item:last-child {
  border-right: none;
}

.topbar-ticker-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* ===== TOPBAR TYPOGRAPHY - DESKTOP ===== */
@media (min-width: 992px) {
  .topbar-metal-label {
    font-size: 16px !important;
    font-weight: 600;
    color: var(--metal-text-primary);
    margin: 0;
    padding: 0;
  }

  .topbar-metal-price {
    font-size: 16px !important;
    font-weight: 600;
    color: var(--metal-text-primary);
    margin: 0;
    padding: 0;
  }

  .topbar-change-percent {
    font-size: 14px !important;
    font-weight: 500;
    color: var(--metal-text-secondary);
  }

  .topbar-change-absolute {
    font-size: 14px !important;
    font-weight: 500;
    color: var(--metal-text-secondary);
  }

  .topbar-metal-icon {
    font-size: 14px !important;
    margin-right: 6px;
  }
}

/* ===== TOPBAR TYPOGRAPHY - MOBILE ===== */
@media (max-width: 991px) {
  .topbar-metal-label {
    font-size: 16px !important;
    font-weight: 600;
    color: var(--metal-text-primary);
  }

  .topbar-metal-price {
    font-size: 16px !important;
    font-weight: 600;
    color: var(--metal-text-primary);
  }

  .topbar-change-percent {
    font-size: 14px !important;
    font-weight: 500;
    color: var(--metal-text-secondary);
  }

  .topbar-change-absolute {
    font-size: 14px !important;
  }

  .topbar-metal-icon {
    font-size: 14px !important;
    margin-right: 4px;
  }
}

/* ===== TOPBAR TABLET ===== */
@media (max-width: 768px) {
  .topbar-ticker-item {
    padding: 0 8px;
    gap: 4px;
  }

  .topbar-metal-label { font-size: 14px !important; }
  .topbar-metal-price { font-size: 14px !important; }
  .topbar-change-percent { font-size: 14px !important; }
  .topbar-change-absolute { font-size: 14px !important; }
  .topbar-metal-icon { 
    font-size: 9px !important;
    margin-right: 3px;
  }
}

/* ===== TOPBAR MOBILE ===== */
@media (max-width: 480px) {
  .topbar-ticker-item {
    padding: 0 6px;
    gap: 3px;
  }

  .topbar-metal-price { font-size: 14px !important; }
  .topbar-change-percent { font-size: 14px !important; }
  .topbar-change-percent { font-size: 14px !important; }
  .topbar-change-absolute { font-size: 14px !important; }
  .topbar-metal-icon { 
    font-size: 10px !important;
    margin-right: 2px;
  }
}

/* ===== TOPBAR ICON COLORS ===== */
.topbar-metal-icon.gold-icon { color: #FFD700; }
.topbar-metal-icon.silver-icon { color: #C0C0C0; }
.topbar-metal-icon.copper-icon { color: #B87333; }

/* ===== PRICE BLOCKS ===== */
.topbar-price-block {
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.topbar-change-group {
  display: flex;
  align-items: center;
  gap: 4px;
}

/* ===== SLICK INTEGRATION ===== */
@media (max-width: 991px) {
  .metal-topbar-ticker .metal-ticker-content.slick-initialized .topbar-ticker-item {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    border-right: none !important;
  }

  .metal-topbar-ticker .slick-track {
    display: flex !important;
    align-items: center !important;
    height: 20px;
  }

  .metal-topbar-ticker .slick-slide {
    height: 20px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
  }

  .metal-topbar-ticker .slick-dots,
  .metal-topbar-ticker .slick-prev,
  .metal-topbar-ticker .slick-next {
    display: none !important;
  }
}

/*=============================================================================*/
/*                          METAL PRICE WIDGETS                              */
/*=============================================================================*/

/* ===== WIDGET CONTAINER ===== */
.metal-widget-container {
  width: 220px;
  margin: var(--metal-margin) auto;
}

.metal-price-widget {
  background: var(--metal-primary-bg);
  border: 1px solid var(--metal-border);
  border-radius: var(--metal-border-radius);
  box-shadow: var(--metal-shadow);
  font-family: var(--metal-font-family);
  transition: var(--metal-transition);
  overflow: hidden;
  padding: 0;
}

.metal-price-widget:hover {
  box-shadow: var(--metal-shadow-hover);
  transform: translateY(-4px);
}

/* ===== WIDGET HEADER ===== */
.metal-price-header {
  background: var(--metal-gradient-bg);
  padding: var(--metal-padding);
  border-bottom: 1px solid var(--metal-border);
  display: flex;
  align-items: center;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}

.metal-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  font-weight: bold;
  font-size: 14px;
  flex-shrink: 0;
}

/* ===== METAL ICON BACKGROUNDS ===== */
.metal-icon.gold-bg {
  background: linear-gradient(135deg, #ffd700, #ffed4a);
  color: #8b5a00;
}

.metal-icon.silver-bg {
  background: linear-gradient(135deg, #c0c0c0, #e8e8e8);
  color: #666;
}

.metal-icon.copper-bg {
  background: linear-gradient(135deg, #b87333, #cd853f);
  color: #8b4513;
}

.metal-info {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.metal-symbol {
  font-size: var(--metal-font-size-large);
  font-weight: 600;
  color: var(--metal-text-primary);
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.metal-name {
  font-size: var(--metal-font-size-tiny);
  color: var(--metal-text-secondary);
  font-weight: 400;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* ===== WIDGET MAIN ===== */
.metal-price-main {
  padding: var(--metal-padding);
  display: block;
}

.current-price {
  font-size: 24px;
  font-weight: 600;
  color: var(--metal-text-primary);
  line-height: 1.2;
  margin-bottom: 12px;
}

.price-change {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.price-change .change-percent,
.price-change .change-absolute {
  font-size: 14px;
  font-weight: 600;
}

/* ===== WIDGET RESPONSIVE ===== */
@media (max-width: 768px) {
  .metal-widget-container {
    width: 95% !important;
    max-width: 350px !important;
    margin: 15px auto;
  }

  .metal-price-header {
    padding: 12px !important;
    gap: 8px;
  }

  .metal-price-main { padding: 16px; }
  .current-price { font-size: 20px; }

  .metal-icon {
    width: 32px !important;
    height: 32px !important;
    font-size: 11px !important;
    margin-right: 8px !important;
  }

  .metal-symbol {
    font-size: 13px !important;
    line-height: 1.1 !important;
    margin-bottom: 2px !important;
  }

  .metal-name {
    font-size: 9px !important;
    line-height: 1.1 !important;
  }
}

@media (max-width: 480px) {
  .metal-widget-container {
    width: 98% !important;
    max-width: 320px !important;
    margin: 10px auto;
  }

  .metal-price-header {
    padding: 10px !important;
    gap: 6px;
  }

  .metal-price-main { padding: 12px; }
  .current-price { font-size: 18px; }

  .metal-icon {
    width: 28px !important;
    height: 28px !important;
    font-size: 10px !important;
    margin-right: 6px !important;
  }

  .metal-symbol { font-size: 12px !important; }
  .metal-name { font-size: 8px !important; }
}

/*=============================================================================*/
/*                      METAL WEIGHT TABLES (GEWICHTSTABELLEN)               */
/*=============================================================================*/

/* ===== TABELLEN CONTAINER ===== */
.metal-weight-table-container {
  max-width: 300px;
  margin: var(--metal-margin) auto;
}

.metal-weight-table {
  background: var(--metal-primary-bg);
  border: 1px solid var(--metal-border);
  border-radius: var(--metal-border-radius);
  overflow: hidden;
  box-shadow: var(--metal-shadow);
  font-family: var(--metal-font-family);
}

/* ===== TABELLEN HEADER ===== */
.table-header {
  background: var(--metal-gradient-bg);
  padding: var(--metal-padding);
  border-bottom: 1px solid var(--metal-border);
}

.metal-info-header {
  display: flex;
  align-items: center;
}

.metal-info-header .metal-icon {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.table-title {
  flex: 1;
}

.table-title h3 {
  margin: 0 0 4px 0;
  font-size: 20px;
  font-weight: 600;
  color: var(--metal-text-primary);
}

.table-subtitle {
  font-size: 14px;
  color: var(--metal-text-secondary);
  margin-bottom: 11px;
  display: block;
  font-weight: 400;
}

/* ===== CURRENT PRICE DISPLAY ===== */
.current-price-display {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: var(--metal-font-size-medium);
  font-weight: 600;
  color: var(--metal-text-primary);
  flex-wrap: wrap;
}

.price-change-mini {
  font-size: 14px;
  font-weight: 600;
}

.price-change-absolute-mini {
  font-size: 14px;
  font-weight: 600;
}

/* ===== TABELLEN CONTENT ===== */
.weight-table-content {
  display: flex;
  flex-direction: column;
}

.table-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  padding: 12px 20px;
  border-bottom: 1px solid #f1f3f4;
  transition: background-color 0.2s ease;
}

.table-row:hover {
  background-color: #f8f9fa;
}

.table-row:last-child {
  border-bottom: none;
}

/* ===== HEADER ROW ===== */
.table-row-header {
  background: #f8f9fa;
  font-weight: 600;
  color: var(--metal-text-primary);
  border-bottom: 2px solid var(--metal-border);
}

.table-row-header:hover {
  background: #f8f9fa;
}

/* ===== HIGHLIGHTED ROWS (1g, 1oz) ===== */
.table-row-highlight {
  background: #f0f8ff;
  border-left: 4px solid #007bff;
}

.table-row-highlight:hover {
  background: #e6f3ff;
}

/* ===== SPALTEN ===== */
.weight-col {
  font-weight: 600;
  color: var(--metal-text-primary);
  display: flex;
  align-items: center;
}

.price-col {
  font-weight: 600;
  color: var(--metal-text-primary);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: var(--metal-font-size-medium);
}

/* ===== TABLE FOOTER ===== */
.table-footer {
  padding: 10px 20px;
  background: #f8f9fa;
  border-top: 1px solid var(--metal-border);
  text-align: center;
  font-size: 11px;
  color: var(--metal-text-secondary);
}


/* ===== TABELLEN RESPONSIVE ===== */
@media (max-width: 768px) {
  .metal-weight-table-container {
    margin: 15px 10px;
    max-width: none;
  }

  .table-header { padding: 15px; }
  .table-title h3 { font-size: var(--metal-font-size-large); }
  .table-subtitle { font-size: 14px; }

  .current-price-display {
    font-size: 15px;
    gap: 4px;
  }

  .price-change-mini,
  .price-change-absolute-mini {
    font-size: 14px;
  }

  .table-row {
    gap: 15px;
    padding: 10px 15px;
  }

  .price-col { font-size: 15px; }
}

@media (max-width: 480px) {
  .metal-info-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .metal-info-header .metal-icon {
    margin-right: 0;
  }

  .current-price-display {
    font-size: 14px;
    gap: 3px;
  }

  .price-change-mini,
  .price-change-absolute-mini {
    font-size: 14px;
  }

  .table-row { gap: 10px; }
}

/*=============================================================================*/
/*                              BUTTONS & ACTIONS                            */
/*=============================================================================*/

/* ===== CATEGORY BUTTONS (NGC, PCGS) ===== */
.category-button {
  margin: 0px;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  background-color: #ffffff;
}

.category-button a {
  display: block;
  text-decoration: none;
  color: #333;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-button .button-image {
  padding: 0px;
}

.category-button .button-image img {
  width: 100%;
  height: auto;
  display: block;
}

.category-button .button-text {
  display: block;
  margin: 5px 0;
  padding: 5px 0;
  background-color: #f5f5f5;
  border-top: 1px solid #ccc;
}

.category-button a:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

/* ===== BENEFITS CONTAINER ===== */
.benefits-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
}

.benefit-item {
  flex: 1;
  display: flex;
  align-items: center;
  margin: 0 10px;
  padding: 10px;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}

.benefit-item:hover {
  transform: translateY(-5px);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
}

.benefit-icon {
  font-size: 40px;
  margin-right: 10px;
  color: #D4AF37;
}

.benefit-text {
  text-align: left;
}

.benefit-text strong {
  display: block;
  font-size: 18px;
  color: #333;
  margin-bottom: 5px;
}

.benefit-text p {
  font-size: 16px;
  color: #666;
}

.benefit-item:not(:last-child) {
  margin-right: 20px;
  border-right: 1px solid #e0e0e0;
}

.benefit-item a {
  text-decoration: none !important;
  color: inherit;
}

.benefit-item a:hover {
  text-decoration: none !important;
}

/* ===== BUTTONS MOBILE ===== */
@media (max-width: 768px) {
  .category-button img {
    max-width: 100%;
    height: auto;
  }

  .category-button {
    padding: 0px;
  }

  .benefits-container {
    flex-direction: column;
    align-items: center;
  }

  .benefit-item {
    width: 100%;
    height: auto;
    margin: 5px 0;
    padding: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
  }

  .benefit-icon {
    font-size: 30px;
    margin-right: 5px;
  }

  .benefit-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .benefit-text strong { font-size: 14px; }
  .benefit-text p { font-size: 16px; }

  .benefit-item:not(:last-child) {
    margin-right: 0;
    border-right: none;
  }
}

/*=============================================================================*/
/*                            Banner Slider                                    */
/*=============================================================================*/

/* ===== Banner Zone hover entfernen ===== */
.banner > a.area {
    border: none !important;
}



/*=============================================================================*/
/*                            HEADER & NAVIGATION                            */
/*=============================================================================*/

/* ===== NAVIGATION ===== */
.navbar-nav {
  font-family: 'Montserrat';
  font-size: 1.1rem;
}

/* ===== CUSTOM TOPBAR ===== */
.topbar-custom {
  background-color: #f5f5f5;
  padding: 5px 20px;
}

.topbar-custom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.topbar-custom-items {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

.topbar-custom-items li {
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.topbar-custom-items li i {
  margin-right: 2px;
}

.topbar-custom-items .item-slogan h1 {
  font-size: 0.875rem;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}

.topbar-custom-items .item-slogan {
  font-size: 0.875rem;
  margin: 0;
  display: inline-block;
  font-weight: bold;
}

.topbar-custom-items li+li {
  border-left: 1px solid #ccc;
  padding-left: 15px;
  margin-left: 15px;
}

.topbar-custom-items li i {
  margin-right: 8px;
  vertical-align: middle;
}

/* ===== HEADER TOP BAR ===== */
#header-top-bar {
  background: #e8ebee;
}

#header-top-bar .container-fluid {
  align-items: center;
}

.top-bar-content {
  display: flex;
  margin-right: auto;
  padding: .25rem 0;
}

@media(min-width: 992px) {
  .top-bar-content {
    padding: 0;
  }
}

.top-bar-content .top-bar-content-item {
  position: relative;
  padding: 0 1rem;
  text-align: center;
  font-size: 12px;
}

@media(min-width: 992px) {
  .top-bar-content .top-bar-content-item {
    font-size: inherit;
  }
}

.top-bar-content .top-bar-content-item:after {
  content: "";
  border-right: 1px solid #bbbbbb;
  position: absolute;
  right: 0;
  height: 100%;
}

.top-bar-content .top-bar-content-item:last-child:after {
  border: 0;
}

.topbar-main {
  display: none;
}

@media(min-width: 992px) {
  .topbar-main {
    display: flex;
  }
}

.top-bar-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.top-bar-wrapper .top-bar {
  height: auto;
}

/* ===== HEADER Unterstrich farbig als Leiste ===== */
#jtl-nav-wrapper {
    box-shadow: unset;
    position: relative; /* Wichtig, damit das Pseudo-Element positioniert werden kann */
    border-bottom: none; /* Den alten Border deaktivieren */
}

#jtl-nav-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem; /* z. B. 1rem – Abstand vom linken Rand */
    right: 1rem; /* z. B. 1rem – Abstand vom rechten Rand */
    height: 5px;
    background-color: #F8BF00; /* Simuliert den soliden Border */
}
@media only screen and (max-width: 768px) {
#jtl-nav-wrapper::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 1rem; /* z. B. 1rem – Abstand vom linken Rand */
    right: 1rem; /* z. B. 1rem – Abstand vom rechten Rand */
    height: 3px;
}
}



/* ===== HEADER MOBILE ===== */
@media only screen and (max-width: 768px) {
  .topbar-custom-items li {
    display: none !important;
  }

  .startpage .item-slogan {
    display: flex !important;
  }

  .startpage .item-slogan h1 {
    font-size: 0.6rem;
  }
}

/*=============================================================================*/
/*                            PRODUCT ATTRIBUTES                             */
/*=============================================================================*/

/* ===== MERKMALLEISTE (ATTRIBUTE FILTERS) ===== */
.attr-characteristic a {
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  display: inline-block;
  background: none;
  font-size: 0.875rem;
  text-align: left;
}

.inline-filters .btn-group {
  margin-right: 0.5rem;
}

.inline-filters .dropdown-menu {
  max-height: 200px;
  overflow-y: auto;
}

.productlist-custom-filter {
  gap: .5rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.productlist-custom-filter .dropdown-menu {
  padding: 1rem;
  min-width: 240px;
  z-index: 1002;
}

.productlist-custom-filter .dropdown-menu .filter-options {
  max-height: 300px;
  overflow-y: scroll;
}

.productlist-custom-filter .dropdown-menu .filter-item {
  padding: 0.25rem 0;
  margin: 0;
}

.productlist-custom-filter .dropdown-menu .filter-item .filter-item-value {
  word-break: auto-phrase;
}

.productlist-custom-filter .dropdown-menu .filter-item .snippets-filter-item-icon-right {
  margin: 0;
}

.productlist-custom-filter .dropdown-menu .filter-item .box-link-wrapper {
  gap: .5rem;
}

/* ===== PRODUKTLISTEN ATTRIBUTE ===== */
.productlist-attributes {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-family: Arial, sans-serif;
  font-size: 1em;
}

.productlist-attributes th,
.productlist-attributes td {
  border: 1px solid #ddd;
  padding: 2px 6px;
  vertical-align: middle;
  text-align: left;
}

.productlist-attributes td.h6 {
  font-weight: bold;
  vertical-align: middle;
  padding: 2px 6px;
  margin: 0;
  font-size: 1em;
}

.productlist-attributes td.attr-characteristic {
  font-weight: normal;
  vertical-align: middle;
  padding: 2px 6px;
  font-size: 1em;
  display: table-cell;
}

.productlist-attributes a {
  font-weight: normal;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  padding: 2px 6px;
  font-size: 1em;
  display: table-cell;
}

.productlist-attributes .catalog-entry {
  display: block;
  margin-bottom: 0;
}

.productlist-attributes .catalog-entry .badge {
  display: inline-block;
  padding: 1px 4px;
  font-size: 0.95em;
  margin: 0;
}

/*=============================================================================*/
/*                            FOOTER & MISC                                  */
/*=============================================================================*/

/* ===== FOOTER ===== */
#footer .productlist-custom-filter-headline {
  text-decoration: underline;
  text-underline-position: under;
  line-height: inherit;
}

div#footer-boxes .col.col-sm-6 {
  border-right: 1px solid #676767;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(103, 103, 103);
}

div#footer-boxes .col.col-sm-6:last-child {
  border-right: 0px solid #676767;
  border-right-width: 0px;
  border-right-style: solid;
  border-right-color: rgb(103, 103, 103);
}

/* ===== CHARTS ===== */
.tv-widget-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  min-height: 450px;
  max-height: 600px;
  margin: 20px 0;
  overflow: hidden;
}

.tv-widget-wrapper .tradingview-widget-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*=============================================================================*/
/*                            FARBEN & STATES                                */
/*=============================================================================*/

/* ===== GLOBALE ÄNDERUNGS-FARBEN ===== */
.change-positive {
  color: #00c851 !important;
  font-weight: bold !important;
}

.change-negative {
  color: #ff4444 !important;
  font-weight: bold !important;
}

.change-neutral {
  color: var(--metal-text-secondary) !important;
  font-weight: 500 !important;
}
