/*
Theme Name: Gabinet Anoia Child
Theme URI: https://gabinetanoia.local
Description: Child theme for Hello Elementor customized for SEO and conversion landings.
Author: Gabinet Anoia Grup
Template: hello-elementor
Version: 1.0.0
Text Domain: gabinetanoia-child
*/

/* CF7 checkbox legal — all forms site-wide */
.wpcf7-form label:has(.wpcf7-checkbox) {
  font-size: 0.85rem;
  line-height: 1.5;
  color: #2d4568;
  cursor: pointer;
}

.wpcf7-form label:has(.wpcf7-checkbox) .wpcf7-form-control-wrap {
  display: inline;
}

.wpcf7-form label:has(.wpcf7-checkbox) .wpcf7-checkbox {
  display: inline;
}

.wpcf7-form label:has(.wpcf7-checkbox) .wpcf7-list-item {
  display: inline;
  margin: 0;
}

.wpcf7-form label:has(.wpcf7-checkbox) .wpcf7-list-item > label {
  display: inline;
}

.wpcf7-form label:has(.wpcf7-checkbox) input[type="checkbox"] {
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem 0 0;
  vertical-align: middle;
  accent-color: #1f75bb;
  cursor: pointer;
}

.wpcf7-form label:has(.wpcf7-checkbox) .wpcf7-list-item-label {
  display: none;
}

.wpcf7-form label:has(.wpcf7-checkbox) a {
  color: #c2185b;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.wpcf7-form label:has(.wpcf7-checkbox) a:hover {
  color: #900f3f;
}

/* Breadcrumbs */
.ga-breadcrumbs {
  padding: 0.75rem 1.25rem;
  font-size: 0.85rem;
  color: #666;
}

.ga-breadcrumbs ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin: 0;
  padding: 0;
}

.ga-breadcrumbs li + li::before {
  content: "›";
  margin: 0 0.4rem;
  color: #999;
}

.ga-breadcrumbs a {
  color: #1f75bb;
  text-decoration: none;
}

.ga-breadcrumbs a:hover {
  text-decoration: underline;
}

.ga-breadcrumbs [aria-current="page"] {
  color: #333;
}
