/* Theme Name: DominikaUstowska 
 * Theme URI: https://pierwszastronamedalu.pl
 * Description: DominikaUstowska theme
 * Author: Pierwszastronamedalu.pl
 * Author URI: https://pierwszastronamedalu.pl
 * Template: hello-elementor
 * Version: 1.0.1
 * Text Domain: DominikaUstowska */
.wpcf7 .wpcf7-row {
  margin: 0 0 10px 0;
}
.wpcf7 textarea {
  height: 150px;
}
.wpcf7 .wpcf-7-rodo {
  margin: 0 0 10px 0;
  line-height: 18px;
  font-size: 14px;
}
.wpcf7 .wpcf7-submit {
  background: none;
  border: none !important;
  opacity: 0.7;
}
.wpcf7 .wpcf7-submit:hover {
  opacity: 0.7;
}

.grecaptcha-badge {
  display: none !important;
  position: absolute !important;
  bottom: -100px !important;
  right: 9999px !important;
  z-index: -1;
}

table.tablepress {
  background: none;
}
table.tablepress th {
  background: var(--e-global-color-primary) !important;
  color: #fff !important;
}

mark {
  background: none !important;
}

.elementor-widget-theme-post-content p,
.woocommerce-product-details__short-description p,
.elementor-widget-woocommerce-product-content p,
.elementor-widget-text-editor p {
  margin: 0 0 15px 0 !important;
}
.elementor-widget-theme-post-content p:last-child,
.woocommerce-product-details__short-description p:last-child,
.elementor-widget-woocommerce-product-content p:last-child,
.elementor-widget-text-editor p:last-child {
  margin: 0 !important;
}
.elementor-widget-theme-post-content ul,
.woocommerce-product-details__short-description ul,
.elementor-widget-woocommerce-product-content ul,
.elementor-widget-text-editor ul {
  padding: 0;
  margin: 0 0 0 18px;
}
.elementor-widget-theme-post-content :is(p, h1, h2, h3, h4, h5, h6) + ul,
.woocommerce-product-details__short-description :is(p, h1, h2, h3, h4, h5, h6) + ul,
.elementor-widget-woocommerce-product-content :is(p, h1, h2, h3, h4, h5, h6) + ul,
.elementor-widget-text-editor :is(p, h1, h2, h3, h4, h5, h6) + ul {
  position: relative;
  top: -15px;
}