.elementor-kit-4{--e-global-color-primary:#000000;--e-global-color-secondary:#C1BEBE;--e-global-color-text:#333333;--e-global-color-accent:#BC2020;--e-global-color-background:#F5F5F5;--e-global-color-backgroundAccent:#E0E0E0;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Figtree";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-4 button,.elementor-kit-4 input[type="button"],.elementor-kit-4 input[type="submit"],.elementor-kit-4 .elementor-button{background-color:var( --e-global-color-background );color:var( --e-global-color-background );}.elementor-kit-4 e-page-transition{background-color:#FFBC7D;}.elementor-kit-4 label{color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-4{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-4{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   LIVE AUCTIONS (Shortcode)
   ========================= */

/* Grundfarbe */
.live-auctions-grid,
.live-auctions-grid *{
  color: #000000 !important;
}

/* Titel */
.live-auctions-grid .woocommerce-loop-product__title{
  font-size: 18px !important;     /* <- Titelgröße */
  line-height: 1.2 !important;
  font-weight: 600 !important;
  margin: 10px 0 8px !important;
}

/* Alles unter dem Titel kleiner */
.live-auctions-grid li.product .woocommerce-loop-product__title ~ *{
  font-size: 15px !important;     /* <- Text unter Titel */
  line-height: 1.35 !important;
}
.live-auctions-grid li.product .woocommerce-loop-product__title ~ * *{
  font-size: inherit !important;
  line-height: inherit !important;
}

/* Aktuelles Gebot + Preis in #333333 */
.live-auctions-grid .price,
.live-auctions-grid .price *{
  color: #333333 !important;
}
/* falls YITH separate Klassen nutzt */
.live-auctions-grid [class*="current-bid"],
.live-auctions-grid [class*="current-bid"] *,
.live-auctions-grid [class*="bid-amount"],
.live-auctions-grid [class*="bid-amount"] *{
  color: #333333 !important;
}

/* MwSt-Zeile (Germanized) */
.live-auctions-grid p.wc-gzd-additional-info-loop.tax-info{
  margin: 2px 0 0 !important;
  line-height: 1.15 !important;
}

/* direkt danach kommende Zeile (meist Versandkosten) enger ran */
.live-auctions-grid p.wc-gzd-additional-info-loop.tax-info + *{
  margin-top: -6px !important;   /* <- Abstand MwSt/Versand: -4 bis -10 */
}

/* Button "Jetzt bieten" */
.live-auctions-grid a.button,
.live-auctions-grid .button{
  display: inline-block !important;
  background: #BC2020 !important;
  border: 1px solid #BC2020 !important;
  color: #F5F5F5 !important;
  font-size: 13px !important;
  padding: 10px 14px !important;
  border-radius: 10px !important;
  line-height: 1 !important;
  margin-top: 10px !important;
  text-decoration: none !important;
}
.live-auctions-grid a.button:hover,
.live-auctions-grid .button:hover{
  filter: brightness(0.92);
}
/* MwSt ausblenden */
.live-auctions-grid p.wc-gzd-additional-info-loop.tax-info{
  display: none !important;
}
/* Live Auctions Übersicht: Versandkosten-Hinweis (zzgl. Versandkosten) ausblenden */
.live-auctions-grid p.wc-gzd-additional-info-loop.shipping-costs-info{
  display: none !important;
}

/* Enddatum in der Auktionskachel */
.live-auctions-grid .dainichi-auction-ends{
  margin-top: 4px;
  font-size: 13px;
  line-height: 1.2;
  color: #000000;
}

.live-auctions-grid .dainichi-auction-ends__dt{
  color: #333333; /* Datum/Uhrzeit wie "Aktuelles Gebot" */
}

.live-auctions-grid .auction_end_start .date_auction{
  color:#333333;
  margin-left:6px;
  white-space:nowrap;
}

/* Optional: das letzte leere <span></span> ausblenden */
.live-auctions-grid .auction_end_start > span:last-child{
  display:none;
}

/* "Auktion endet:" oben, Datum/Uhrzeit darunter */
.live-auctions-grid .auction_end_start{
  display: block;
}

.live-auctions-grid .auction_end_start .ywcact_auction_end_start_label{
  display: block;
  margin-bottom: 2px;
  color: #000000;
}

.live-auctions-grid .auction_end_start .date_auction{
  display: block;            /* eigene Zeile */
  color: #333333;
  white-space: nowrap;       /* Datum+Uhrzeit bleibt in EINER Zeile */
}

/* optional: das letzte leere <span></span> ausblenden */
.live-auctions-grid .auction_end_start > span:last-child{
  display: none;
}

/* Auktion endet: bündig links ausrichten (kein Einzug) */
.live-auctions-grid .auction_end_start,
.live-auctions-grid .auction_end_start .date_auction{
  margin-left: 0 !important;
  padding-left: 0 !important;
  text-indent: 0 !important;
}

.dainichi-video-date{
  margin: 0 0 10px 0;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
}/* End custom CSS */