/*
 Theme Name:   Digital Nativ GmbH Skeleton Theme
 Theme URI:    https://www.digital-nativ.de
 Author:       Digital Nativ GmbH
 Author URI:   https://www.digital-nativ.de
 Description:  Ein minimales Knochen-Gerüst-Theme für WordPress
 Version:      1.0.0
 Text Domain:  digital-nativ
*/



/* Custom CSS */
/*
::selection {
  background: var(--main-accent);
}
*/
strong, b {
  font-weight: 700 !important;
}

h1 strong, h2 strong {
  letter-spacing: -0.03em;
}

h1, h2 {
  letter-spacing: -0.05em;
}

.zoom-in {
  overflow: hidden;
}

.zoom-in img {
  transition: transform 0.6s ease, filter 0.6s ease;
  transform: scale(1);
  will-change: transform;
  display: block;
  /* vermeidet Lücken bei Inline-Images */
}

.zoom-in:hover img {
  transform: scale(1.1);
  filter: brightness(1.05);
}

/* .elementor-widget-theme-site-logo {
    display: inline-block;
    transition: transform 0.5s ease;
}

.elementor-widget-theme-site-logo:hover {
    transform: scale(1.05);
} */




.nomar p:last-of-type {
  margin-block-start: 0;
  margin-block-end: 0;
}



section.elementor-element, header.elementor-element {
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  box-sizing: border-box;
}

.svg-color svg path {
  /* stroke: var(--e-global-color-accent); */
  stroke: var(--e-global-color-secondary);
}

svg path {
  stroke-width: 10 !important;
}

.rank-math-breadcrumb .separator {
  margin: 0px 3px;
}

.rank-math-breadcrumb>p:nth-child(1)>a:nth-child(1) {
  font-size: 20px;
  line-height: 0em;
  top: 1px;
}

.rank-math-breadcrumb {
  font-size: 11px !important;
}

/*
 * Animierter Unterstrich-Effekt (textgenau, mit manueller Positionierung des Strichs)
 * gezielt für das Elementor-Hauptmenü mit der ID #menu-1-5ad3de7
 */

#menu-1-e829f30 .elementor-item {
  text-decoration: none !important; /* Sicherheitshalber, um andere Hover-Effekte zu blocken */

  /* Der Unterstrich als Hintergrundbild */
  background-image: linear-gradient(currentColor, currentColor);
  background-repeat: no-repeat;
  
  /* Der Hintergrund (Strich) soll nur die Inhalts-Box füllen, nicht das Padding */
  background-origin: content-box;
  
  /* === DIE FINALE LÖSUNG FÜR DEN ABSTAND === */
  /* Positioniere den Strich manuell knapp unterhalb der Schrift (Wert anpassbar) */
  background-position: 0 1.2em; 
  
  /* INITIALZUSTAND: Der Strich ist 0% breit und 2px hoch */
  background-size: 0% 2px;
  
  /* ANIMATION: Die Eigenschaft "background-size" wird animiert */
  transition: background-size 0.3s ease-in-out !important;
}

/* Macht den Strich bei Hover sichtbar */
#menu-1-e829f30 .elementor-item:hover {
  background-size: 100% 2px;
}

.uc_hamburger .uc_line {
  
    background-color: #071134!important;

}

#hamburger-1.is-active .uc_line {
    background-color: #fff!important;

}

p > a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: inherit;
  padding-bottom: 0.15em; /* Schafft Platz für die Linie */
}


/* Der Unterstrich (Pseudo-Element) */
p > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px; /* Abstand der Linie zum Text */
  width: 100%;
  height: 1px;
  background-color: currentColor; /* Nutzt die aktuelle Textfarbe */

  /* 1. INITIALZUSTAND: Unsichtbar und am linken Rand verankert */
  transform: scaleX(0);
  transform-origin: left;

  /* 3. ANIMATION: Definiert, WIE der Übergang stattfinden soll */
  transition: transform 0.3s ease-in-out;
}

/* 2. HOVER-ZUSTAND: Sichtbar machen */
p > a:hover::after {
  transform: scaleX(1);
}


/* Kombinierter Button-Effekt für Elementor - Mit Schärfe-Optimierung
*/

/* -- HIER IHRE FARBEN ANPASSEN -- */
:root {
  --button-gelb: #FFD700; /* Ihr helles Gelb für den normalen Zustand */
  --button-gelb-dunkel: #f7d102; /* Ihre dunklere Hover-Farbe */
}

.elementor-button {
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.3s ease;
  box-shadow: none !important; 
  
  /* === NEU: SCHÄRFE-OPTIMIERUNG === */
  backface-visibility: hidden;
  will-change: transform;
}

/* ::after erzeugt die HINTERGRUNDFARBE im normalen Zustand */
.elementor-button::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--button-gelb);
  border-radius: inherit;
  z-index: -2;
}

/* ::before erzeugt die FÜLL-FARBE, die bei Hover erscheint */
.elementor-button::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--button-gelb-dunkel);
  transition: all 0.3s ease;
  z-index: -1;
}

/* Der HOVER-Zustand: Minimaler Wachstums-Effekt */
.elementor-button:hover {
  transform: scale(1.02);
}

/* Löst die Animation des ::before-Elements aus */
.elementor-button:hover::before {
  width: 100%;
}

/* Wichtiger Hinweis für den Button-Text */
.elementor-button .elementor-button-text {
  position: relative;
  z-index: 2;
}

/* Ihre bestehenden SVG-Stile bleiben unverändert */
.elementor-button svg {
  width: .9em;
  position: relative;
  z-index: 2;
}

.elementor-button svg path {
  stroke: var(--e-global-color-text);
}

/* === ALT-BUTTON: komplett ohne Pulse, nur Border+Text wechseln === */
.elementor-widget-button.alt .elementor-button {
  /* Reset aller alten Styles */
  all: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  text-decoration: none !important;
  font-family: consolas !important;
  font-size: 14px !important;
  font-weight: 400 !important;

  /* Farben, Border & Padding */
  color: #CBCBCB !important;
  border: 1px solid #3C3C44 !important;
  background-color: transparent !important;
  padding: 7px 14px 5px 14px !important;
  border-radius: 20px !important;

  /* Übergang nur für Text- und Rahmen-Farbe */
  transition: color 400ms ease, border-color 400ms ease !important;
}

/* Pulse-Pseudo-Elemente komplett abdrehen */
.elementor-widget-button.alt .elementor-button::before,
.elementor-widget-button.alt .elementor-button::after {
  content: none !important;
}

/* Hover-Zustand: nur Text- und Border-Farbe auf global textcolor */
.elementor-widget-button.alt .elementor-button:hover {
  color: #FFD700 !important;
  border-color: transparent !important;
	  border: 1px solid #FFD700 !important;

}

/* === ALT2-BUTTON: komplett ohne Pulse, nur Border+Text wechseln === */
.elementor-widget-button.alt2 .elementor-button {
  /* Reset aller alten Styles */
  all: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  text-decoration: none !important;
  font-family: consolas !important;
  font-size: 14px !important;
  font-weight: 400 !important;

  /* Farben, Border & Padding */
  color: #3C3C44 !important;
  border: 1px solid #3C3C44 !important;
  background-color: transparent !important;
  padding: 7px 14px 5px 14px !important;
  border-radius: 20px !important;

  /* Übergang nur für Text- und Rahmen-Farbe */
  transition: color 400ms ease, border-color 400ms ease !important;
}

/* Pulse-Pseudo-Elemente komplett abdrehen */
.elementor-widget-button.alt2 .elementor-button::before,
.elementor-widget-button.alt2 .elementor-button::after {
  content: none !important;
}

/* Hover-Zustand: nur Text- und Border-Farbe auf global textcolor */
.elementor-widget-button.alt2 .elementor-button:hover {
  color: #fff !important;
  border-color: #3C3C44; !important;
	  border: 1px solid #3C3C44 !important;
	background-color: #3C3C44 !important;

}



/* === gelb-BUTTON: komplett ohne Pulse, nur Border+Text wechseln === */
.elementor-widget-button.alt3 .elementor-button {
  /* Reset aller alten Styles */
  all: unset !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  text-decoration: none !important;
  

  /* Farben, Border & Padding */
  color: #3C3C44 !important;
  border: 1px solid #FFD700 !important;
  background-color: #FFD700 !important;
  padding: 10px 18px 8px 18px !important;
  border-radius: 40px !important;
	 font-size: 14px !important;
  font-weight: 500 !important;

  /* Übergang nur für Text- und Rahmen-Farbe */
  transition: color 400ms ease, border-color 400ms ease !important;
}

/* Pulse-Pseudo-Elemente komplett abdrehen */
.elementor-widget-button.alt3 .elementor-button::before,
.elementor-widget-button.alt3 .elementor-button::after {
  content: none !important;
}

/* Hover-Zustand: nur Text- und Border-Farbe auf global textcolor */
.elementor-widget-button.alt3 .elementor-button:hover {
  color: #3C3C44 !important;
  border-color: #3C3C44; !important;
	  border: 1px solid #3C3C44 !important;
	background-color: transparent !important;
		 font-size: 14px !important;
  font-weight: 500 !important;

}


#menu-hauptmenue>li {
  display: flex;
  align-items: center;
}

#menu-hauptmenue>li>a {
  opacity: 1;
  transition: opacity 0.3s ease;
  position: relative;
  overflow: visible;
}

.ue-menu>li {
  display: flex !important;
}

/* .elementor-button .elementor-button-icon {
  display: inline-block;
  opacity: 0;
  transform: translateX(-6px);
  filter: blur(5px);
  transition: all 0.3s ease;
  width: 0em;
}

.elementor-button:hover .elementor-button-icon {
  opacity: 1;
  transform: translateX(0);
  filter: blur(0);
  width: 1em;
} */



.elementor-pagination {
  margin-top: 2rem;
}


/* Footer - Container mit SVG als Pseudo-Element - Allgemein */
.elementor-5139 .elementor-element.elementor-element-465aef40 {
  position: relative;
  overflow: visible;
}

.elementor-5139 .elementor-element.elementor-element-465aef40::before {
  content: '';
  position: absolute;
  top: -250px;
  left: 0;
  height: 267px;
  background: url('/wp-content/uploads/allgemein-dark.svg') no-repeat center/cover;
  z-index: 12;
}

/* Anpassung für Smartphones */
@media (max-width: 768px) {
  .elementor-22 .elementor-element.elementor-element-9a84c6fe::before {
    top: -180px;
    /* Weniger Abstand oberhalb des Containers */
    height: 130px;
    /* Reduzierte Höhe für kleinere Bildschirme */
    background-size: cover;
    /* Alternativ: Vollflächig anpassen */
  }
}




/* Footer - Container mit SVG als Pseudo-Element - Glossar */
.elementor-22 .elementor-element.elementor-element-9a84c6f {
  position: relative;
  overflow: visible;
}

.elementor-22 .elementor-element.elementor-element-9a84c6f::before {
  content: '';
  position: absolute;
  top: -250px;
  left: 0;
  height: 267px;
  background: url('/wp-content/uploads/dunkel2.svg') no-repeat center/cover;
  z-index: 12;
}

/* Anpassung für Smartphones */
@media (max-width: 768px) {
  .elementor-22 .elementor-element.elementor-element-9a84c6fe::before {
    top: -180px;
    /* Weniger Abstand oberhalb des Containers */
    height: 130px;
    /* Reduzierte Höhe für kleinere Bildschirme */
    background-size: cover;
    /* Alternativ: Vollflächig anpassen */
  }
}

.white-lines {
  background-image: url(/wp-content/uploads/On-white-bg.svg);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 1440px auto;
  position: relative;
  z-index: 5;
}

.gray-lines-absolute {
  background-image: url(/wp-content/uploads/on-dark-bg.svg);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 1440px auto;
  position: absolute;
  z-index: 5;
}

.gray-lines {
  background-image: url(/wp-content/uploads/on-dark-bg.svg);
  background-position: center center;
  background-repeat: repeat-y;
  background-size: 1440px auto;
  position: relative;
  z-index: 5;
}

.diagonal-shape {
  position: relative;
  min-height: 264px;
  overflow: visible;
  background-image: url(/wp-content/uploads/test8.svg);
  background-repeat: no-repeat;
}


@media (max-width: 768px) {
  .diagonal-shape::before {
    top: -180px;
    height: 130px;
  }
}

@media (max-width: 768px) {
  .white-lines, .gray-lines, .white-lines-absolute {
    background-image: none;
  }

  .with-diagonal-lines::before {
    top: -130px;
    height: 130px;
    background-size: cover;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .white-lines, .gray-lines, .white-lines-absolute {
    background-image: none;
    background-size: calc(100% - 12px) auto;
  }
}

.consolas-font {
  font-family: 'Consolas';
  font-size: 1.125rem;
  font-weight: 400;
}








.gradient-divider {
  position: relative;
}

.gradi-divi::after {
  content: '';
  position: absolute;
  bottom: 0;
  /* am unteren Rand */
  left: 0;
  width: 100%;
  height: 264px;
  /* Höhe des SVG */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 2800 264'%3E%3Cg transform='translate(2800,0) scale(-1,1)'%3E%3Cdefs%3E%3ClinearGradient id='b' x1='2446.27' y1='1056.83' x2='354' y2='865.76' gradientTransform='translate(0 -814)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23eceeff' stop-opacity='.2'/%3E%3Cstop offset='.45' stop-color='%23eceeff'/%3E%3Cstop offset='.8' stop-color='%23eceeff' stop-opacity='.12'/%3E%3C/linearGradient%3E%3ClinearGradient id='c' x1='2446.25' y1='1009.28' x2='352.48' y2='818.02' gradientTransform='translate(0 -814)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='.12'/%3E%3Cstop offset='.41' stop-color='%23fff' stop-opacity='.32'/%3E%3Cstop offset='.85' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='d' x1='2443.66' y1='997.54' x2='349.16' y2='806.17' gradientTransform='translate(0 -814)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23fff' stop-opacity='.2'/%3E%3Cstop offset='.45' stop-color='%23fff' stop-opacity='.48'/%3E%3Cstop offset='.8' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3ClinearGradient id='e' x1='2433.91' y1='1156.88' x2='355.21' y2='869.71' gradientTransform='translate(0 -814)' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23eceeff' stop-opacity='.16'/%3E%3Cstop offset='.34' stop-color='%23eceeff' stop-opacity='.56'/%3E%3Cstop offset='.75' stop-color='%23eceeff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M1.46,33l2798.54,183.55v47.45H1.46V33Z' fill='%23fff'/%3E%3Cpath d='M0,33.5l2799.27,183v31L0,78v-44.5Z' fill='url(%23b)' opacity='.9'/%3E%3Cpath d='M351.28,55l2448.72,121.5v40.5L351.28,55Z' fill='url(%23c)' opacity='.8'/%3E%3Cpath d='M1.46,1l2798.54,137v39L1.46,38.5V1Z' fill='url(%23d)' opacity='.16'/%3E%3Cpath d='M2.92,75l2447.27,150L2.92,127.17v-52.17Z' fill='url(%23e)'/%3E%3Cpath d='M700,79v1076' stroke='%23e8e8e8' fill='none'/%3E%3Cpath d='M1050,102v1042' stroke='%23e8e8e8' fill='none' stroke-dasharray='6 6' opacity='.7'/%3E%3Cpath d='M1400,125v1008' stroke='%23e8e8e8' fill='none' stroke-dasharray='6 6' opacity='.7'/%3E%3Cpath d='M1750,148v972' stroke='%23e8e8e8' fill='none' stroke-dasharray='6 6' opacity='.7'/%3E%3Cpath d='M2100,171v942' stroke='%23e8e8e8' fill='none'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  pointer-events: none;
  z-index: 1;
}

table th,
table td {
  padding: 10px;
}

table tbody>tr:nth-child(odd)>td,
table tbody>tr:nth-child(odd)>th {
  background-color: var(--e-global-color-a72d499);
}

table {
  background-color: #fff;
}

table th, table td {
  border: 1px solid #e8e8e8;
}

table caption+thead tr:first-child th, table caption+thead tr:first-child td, table colgroup+thead tr:first-child th, table colgroup+thead tr:first-child td, table thead:first-child tr:first-child th, table thead:first-child tr:first-child td {
  border-block-start: 1px solid #e8e8e8;
}

code, kbd, samp {
  font-family: Consolas !important;
  font-weight: 700;
  font-size: .9em;
}

pre code.hljs {
  margin-top: .5em;
  display: inline-block !important;
  padding: .3em 1em .2em .5em !important;
  border-radius: 8px !important;
  box-shadow: 0px 10px 15px 0px rgba(7, 17, 52, 0.05);
}

.glossar-content ol {
  list-style-type: decimal;
}

.glossar-content strong, .glossar-content b {
  color: var(--e-global-color-6334f78);
}

.glossar-content2 a {
    /* Ihre Design-Anpassungen */
    background-color: #e3f2fd;
    border-radius: 5px;
    border: 1px solid #bbdefb;
    padding: 0.1em 0.4em;
    color: #3b4ae3;
    line-height: 1.2;
	margin-bottom:0.4em;
}

/*
 * FINAL V6: Stil für Glossar-Links 
 * mit SVG-Icon am Anfang und animiertem ">"-Zeichen am Ende.
 */

/* 1. Haupt-Stil für den Link selbst */
.glossar-content a {
    /* Ihre Design-Anpassungen */
    background-color: #e3f2fd;
    border-radius: 5px;
    border: 1px solid #bbdefb;
    padding: 0.1em 0.4em;
    color: #3b4ae3;
    line-height: 1.2;

    /* Allgemeine Regeln */
    font-size: inherit;
    text-decoration: none !important;
    font-weight: inherit;
    display: inline-block;
    white-space: nowrap;
    transition: all 0.6s ease;
}

/* 2. Hover-Effekt für den Link */
.glossar-content a:hover {
    background-color: #bbdefb;
    border-color: #90caf9;
    color: inherit;
}

/* 3. NEU: SVG-Link-Icon am Anfang des Links */
.glossar-content a::before {
    content: '';
    display: inline-block;
    width: 0.7em; /* Breite des Icons */
    height: 0.7em; /* Höhe des Icons */
    margin-right: 0.4em; /* Abstand zwischen Icon und Text */
    
    /* URL-codierte SVG-Grafik, die ihre Farbe vom Text erbt (currentColor) */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.72'%3E%3C/path%3E%3Cpath d='M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.72-1.72'%3E%3C/path%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

/* 4. Definiert das ">"-Zeichen und steuert die Animation */
.glossar-content p > a::after {
    content: '>';
    margin-left: 0.3em;
    display: inline-block;
    will-change: transform;
    transform: translateX(0) !important;
    transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1) !important;
    position: static;
    background-color: transparent;
    width: auto;
    height: auto;
    bottom: auto;
}

/* 5. Die Animation des ">"-Zeichens beim Hovern */
.glossar-content a:hover::after {
    transform: translateX(4px) !important;
}

.glossar-content blockquote {
  margin: 0;
  padding-left: 1.1em;
  border-left: 5px solid var(--e-global-color-secondary);
  font-weight: bolder;
}

.glossar-content h1 {
  font-weight: 700 !important;
}

.glossar-content h2 {
  font-weight: 700;
  font-size: 1.4em;
  margin-top: 4rem;
  padding-left: 22px;
  padding-top: 3px;
  border-left: 2px solid var(--e-global-color-secondary);
}

@media screen and (max-width: 768px) {
  .glossar-content h2 {
    margin-top: 1rem;
padding-left: 10px;
  }
}

.spezielle-h2 h2 {

  font-weight: 700;
  font-size: 1.4em;
  margin-top: 4rem;
  padding-left: 22px;
  padding-top: 3px;
  border-left: none !important;  /* Keinen Rand links */

}

@media screen and (max-width: 768px) {
  .spezielle-h2 h2 {
    padding-left: 0;
	margin-top:1rem;
  }
}

.glossar-content h3 {
  font-weight: 700;
  font-size: 1.2em;
}

.spezielle-h3 h3 {
  font-weight: 700;
  font-size: 1.2em;
  margin-top: 2rem;
  padding-left: 22px;
  padding-top: 3px;
  border-left: none !important;  /* Keinen Rand links */
}

@media screen and (max-width: 768px) {
  .spezielle-h3 h3 {
    padding-left: 0;
  }
}

.glossar-content h4 {
  font-weight: 700;
  font-size: 1em;
}

.glossar-content hr {
  margin: 4rem 0 2rem 0;
  max-width: 10%;
  border: 2px solid var(--e-global-color-secondary);
}

.glossar-text {
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none !important;
}

@media (max-width: 1399px) {
  .glossar-text {
    padding-left: 0;
    padding-right: 0;
  }
}

.g-kernfragen ol {
  padding-left: 1.3em;
  color: var(--e-global-color-6334f78);
}

.g-bedeutung li {
  position: relative;
  flex: 0 0 calc(33.333% - 35px);
  box-sizing: border-box;
  padding: 80px 24px 24px 24px;
  background: rgba(255, 255, 255, 0.50);
  border-radius: 16px;
  box-shadow: 0px 10px 15px 0px rgba(7, 17, 52, 0.05);
  color: var(--e-global-color-6334f78);
  font-weight: 500;
}

.g-bedeutung li:before {
  content: '';
  position: absolute;
  top: 24px;
  left: 24px;
  width: 32px;
  height: 32px;
  background-image: url('/wp-content/uploads/DN-Platzhalter-Icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.g-bedeutung ul {
  margin-top: 24px;
  margin-left: -24px;
  margin-right: -24px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}


.g-zitat {
  box-shadow: 0 25px 50px 0px rgba(7, 17, 52, 0.15);
}

.g-praxistipp {
  box-shadow: 0 25px 50px 0px rgba(7, 17, 52, 0.15);
}

.g-praxistipp code {
  box-shadow: 0px 15px 40px 0px #000 !important;
}