.elementor-191 .elementor-element.elementor-element-65292ab3{--display:flex;}.elementor-191 .elementor-element.elementor-element-65292ab3:not(.elementor-motion-effects-element-type-background), .elementor-191 .elementor-element.elementor-element-65292ab3 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F8F8F8;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-6a148108 */.wpcf7-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.wpcf7-form .form-col {
  flex: 1;
  min-width: 240px;
}

.wpcf7-form .form-col label {
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 999px;
  font-size: 15px;
  transition: border-color 0.3s ease;
}

.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  border-color: #333;
  outline: none;
}

.wpcf7-form select {
  appearance: none;
  background: url('data:image/svg+xml;utf8,<svg fill="gray" height="20" width="20" viewBox="0 0 24 24"><path d="M7 10l5 5 5-5z"/></svg>') no-repeat right 12px center;
  background-color: white;
  background-size: 12px;
  padding-right: 36px;
}

.wpcf7-list-item {
	margin-top: 12px;
  display: block;
  margin-bottom: 8px;
}

.form-section-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  display: block;
  color: #222;
}

.checkbox-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
}

.checkbox-card {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.2s ease;
}

.checkbox-card input[type="checkbox"] {
  margin-bottom: 8px;
}

.checkbox-card strong {
  font-weight: 600;
  margin-bottom: 4px;
}

.checkbox-card span {
  font-size: 0.9em;
  color: #555;
}

.checkbox-card:hover {
  border-color: #0073aa;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

/* Kolumna na pełną szerokość */
.wpcf7 .form-col-full {
  flex: 1 1 100%;
  width: 100%;
}

/* Stylizacja textarea */
.wpcf7 textarea {
  width: 100%;
  max-width: 100%;
  height: 120px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 12px;
  resize: vertical;
  box-sizing: border-box;
  transition: border-color 0.3s ease;
  background-color: #fff;
}

.wpcf7 textarea:focus {
  border-color: #333;
  outline: none;
}

/* Styl etykiet */
.wpcf7-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 500;
  color: #333;
}/* End custom CSS */