/* Styles personnalisés ACAP */

/* Header */
.site-header {
  display: flex;
  align-items: center;
  /*
  background-color: var(--color-primary-dark);

  */
  background-image: linear-gradient(
    180deg,
    rgb(100, 100, 100) -100%,
    rgba(0, 0, 0, 0) 100%
  );
}

/* Mobile: fond uni quand le menu est ouvert */
@media (max-width: 991px) {
  .site-header {
    transition: background-color 0.3s ease, background-image 0.3s ease;
  }
  .site-header:has(.navbar-collapse.show) {
    background-color: var(--color-primary-dark);
    background-image: none;
  }
}

.container {
  max-width: 1140px;
}



.navbar-brand img {
    height: auto;
    display: block;
}

.navbar-toggler {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb(17, 84, 65)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-color: rgb(161, 191, 53);
    /* border: 2px solid rgb(17, 84, 65); */
    padding: 8px;
    opacity: 1;
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0.25rem rgba(17, 84, 65, 0.1);
}

.nav-link {
  color: var(--color-primary-yellow);
  font-size: 14px;
  font-weight: 600;
  padding: 0.5rem 1rem;
}

#mainMenu .nav-link {
  padding: 1px 20px;
  /* width: 198px; */
  white-space: nowrap;
  position: relative;
  z-index: 2;
  text-align: left;
}
@media (max-width: 991px) {
  #mainMenu .nav-link {
    width: 100%;
    padding: 12px 20px;
  }
}

#mainMenu .nav-link:hover,
#mainMenu .nav-link:focus {
  text-decoration: none !important;
  color: var(--color-primary-yellow) !important;
  outline: none !important;
  box-shadow: none !important;
}

@media (min-width: 991px) {
  #menu-menu-principal > li.nav-item {
    margin-left: 50px;
  }
}



#mainMenu .dropdown-menu {
  padding: 0px;
  padding-top: 35px;
  padding-bottom: 10px;
  margin-top: -34px;
  border-radius: 20px;
  z-index: 1;
}
#mainMenu .dropdown-menu a.nav-link {
  font-size: 13px;
  font-weight: 400;
}

/* Hover dropdown desktop */
@media (min-width: 992px) {
  .site-header {
    height: 168px;
  }
  .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .dropdown-menu {
    border: none;
  }
}

/* Footer */
.site-footer {
  background-color: var(--color-primary-dark);
  padding: 3rem 0 1rem;
}

.footer-info {
  padding: 1rem 0;
  text-align: left;
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
}

.footer-info-name {
  font-weight: 600;
}
.footer-info a {
  font-weight: 400;
}
.footer-info-networks {
  margin-top: 15px;
}

.footer-nav {
  padding: 1rem 0;
  width: 100%;
}

.footer-menu {
  display: flex;
  gap: 3rem;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
}

.footer-menu-item {
  display: flex;
  flex-direction: column;
  list-style: none;
}

.footer-menu-item > a {
  color: var(--color-primary-yellow);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 0.5rem;
}

.footer-menu-item > a:hover {
  text-decoration: underline;
}

.footer-submenu {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-submenu-item {
  list-style: none;
}

.footer-submenu-item a {
  color: var(--color-primary-yellow);
  text-decoration: none;
  font-size: 14px;
}

.footer-submenu-item a:hover {
  text-decoration: underline;
}

li.footer-menu-item:nth-child(2),
li.footer-menu-item:nth-child(4)  {
  margin-left: 50px;
}

/* Content */
.entry-header {
  padding: 2rem 0;
}

.entry-content {
  font-size: 1rem;
  line-height: 1.8;
}

.entry-content p {
  margin-bottom: 1rem;
}

.entry-meta {
  color: #666;
  font-size: 0.9rem;
}

#hero-v1 {
  position: relative;
  background-size: cover;
  background-position: center;
  color: var(--color-white);
  text-align: center;
  min-height: 100vh;
  background-image: url(../img/hero-home.jpg);
  display: flex;
  flex-direction: column;
}

body.page-id-2 #hero-v1 {
  background-image: url(../img/hero-presentation.jpg);
}

body.page-id-18 #hero-v1 {
  background-image: url(../img/hero-consulting.jpg);
}

body.page-id-20 #hero-v1 {
  background-image: url(../img/hero-recrutement.jpg);
}

body.page-id-22 #hero-v1 {
  background-image: url(../img/hero-gestion-conflits.jpg);
}

body.page-id-24 #hero-v1 {
  background-image: url(../img/hero-accompagnement.jpg);
}

body.page-id-26 #hero-v1 {
  background-image: url(../img/hero-contact.jpg);
}

#hero-v1 h1 {
  color: var(--color-white);
  max-width: 720px;
  margin: 0 auto;
  padding-top: 10vh;
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}


body.page-id-26 #hero-v1 h1 {
  max-width: 750px;
}

h2 {
  color: var(--color-primary-yellow);
  margin-bottom: 2rem;
}

#content-home {
  background-color: var(--color-secondary-dark);
} 

#prestations-home {
  background-image: url(../img/bg-presta-home.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#prestations-home h2 {
  color: var(--color-white);
  margin-bottom: 20px;
}
.presta-home-item {
  padding: 20px;
}
.presta-home-item .card {
  width: 270px;
  max-width: 100%;
  height: auto;
  min-height: 270px;
  border-radius: 34px;
  background-size: auto;
  background-position: center;
  padding: 22px;
  position: relative;
}
.presta-home-item .card h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
.presta-home-item .card p {
  font-size: 14px;
  line-height: 20px;
}
.presta-home-clair .card {
  background-color: var(--color-primary-yellow);
  color: var(--color-primary-dark);
}
/*
.presta-home-clair .card:hover {
  background-color: var(--color-primary-dark);
  color: var(--color-secondary-yellow);
}
.presta-home-clair .card:hover h3 {
  color: var(--color-primary-yellow);
}
.presta-home-fonce .card {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
}
*/
.presta-home-clair .card h3 {
  color: var(--color-primary-dark);
}
.presta-home-fonce .card h3 {
  color: var(--color-primary-yellow);
}
/*
.presta-home-fonce .card:hover {
  background-color: var(--color-primary-yellow);
  color: var(--color-secondary-dark);
}
.presta-home-fonce .card:hover h3 {
  color: var(--color-primary-dark);
}
*/
.presta-link {
  position: absolute;
  bottom: 15px;
  left: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}

.presta-home-fonce .card .presta-link {
  background-image: url(../img/btn-smaller-empty-yellow.svg);
}
.presta-home-fonce .card .presta-link:hover {
  background-image: url(../img/arrow-full-yellow.png);
}

.presta-home-clair .card .presta-link {
  background-image: url(../img/btn-smaller-empty-dark.svg);
}
.presta-home-clair .card .presta-link:hover {
  background-image: url(../img/next-dark-full.png);
}
/*
.presta-home-fonce .card:hover .presta-link {
  background-image: url(../img/btn-smaller-empty-dark.svg);
}

.presta-home-clair .card:hover .presta-link {
  background-image: url(../img/btn-smaller-empty-yellow.svg);
}
*/

#actu-home {
  background-color: var(--color-primary-dark);
  background-image: url(../img/bg-actu-home.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: -2px;
}

#actu-home h2 {
  color: var(--color-primary-dark);
}

#actu-home .btn-voir-plus {
  display: flex;
  width: 237px;
  height: 39px;
  margin-left: auto;
  color: transparent;
  background-image: url(../img/btn-voir-plus-empty.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
}
#actu-home .btn-voir-plus:hover {
  background-color: var(--color-primary-yellow);
  border-radius: 20px;
}

#actu-home .card {
  width: 270px;
  height: auto;
  min-height: 480px;
  background-color: var(--color-primary-dark);
  color: var(--color-primary-dark);
  border-radius: 32px;
  padding: 40px 25px 10px;
  position: relative;
}

#actu-home .card .card-btns,
#actu-index .card .card-btns {
  position: absolute;
  bottom: 20px;
  left: 25px;
  right: 25px;
  width: auto;
}
#actu-home .card .card-btns .left-link,
#actu-index .card .card-btns .left-link {
  left: 0px;
  font-weight: bold;
}
#actu-index .card.card.card-yellow .card-btns .left-link {
  color: var(--color-primary-dark);
}
#actu-home .card .card-btns .right-link,
#actu-index .card .card-btns .right-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 36px;
  height: 36px;
  background-image: url(../img/arrow-full-yellow.svg);
  font-size: 0px;
  transition: background-image 0.3s ease;
}
#actu-home .card .card-btns .right-link:hover,
#actu-index .card .card-btns .right-link:hover {
  background-image: url(../img/arrow-full-dark.svg);
}

#actu-home .card .card-date {
  font-size: 14px;
  color: var(--color-primary-yellow);
  margin-bottom: 10px;
}

#actu-home .card .card-img-top {
  position: absolute;
  top: 175px;
  width: fit-content;
  border-radius: 32px;
}

#actu-home .card .card-title {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

#actu-index {
  padding-bottom: 600px;  
  background-image: url(../img/bg-line-actus.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

#actu-index .card {
  width: 270px;
  max-width: 100%;
  height: 670px;
  padding: 40px 25px;
  border-radius: 32px;
}
#actu-index .card.card-dark {
  background-color: var(--color-primary-dark);
}
#actu-index .card.card-yellow {
  background-color: var(--color-primary-yellow);
}
#actu-index .card .card-img-top {
  position: absolute;
  top: 200px;
  width: fit-content;
}
#actu-index .card .card-text {
  position: absolute;
  top: 388px;
  font-size: 14px;
  line-height: 20px;
  padding-right: 12px;
}
#actu-index .card.card-yellow .card-text {
  color: var(--color-primary-dark);
}

#actu-index .card.card .card-date {
  font-size: 18px;
  color: var(--color-primary-yellow);
  margin-bottom: 10px;
}
#actu-index .card.card.card-yellow .card-date {
  color: var(--color-primary-dark);
  font-size: 18px;
}
#actu-index .card.card .card-title {
  font-size: 22px;
  font-weight: bold;
  color: var(--color-white);
  margin-bottom: 10px;
  min-height: 125px;
}
#actu-index .card.card.card.card-yellow .card-title {
  color: var(--color-primary-dark);
}

#content-presentation {
  background-color: var(--color-dark-red);
  background-image: url(../img/bg-presentation-lines.png);
  background-repeat: no-repeat;
  background-position: center;
}

#content-presentation #portrait-wrapper {
  margin-top: -107px;
  z-index: 99;
  position: relative;
}
#content-presentation #portrait-wrapper img {
  margin-left: -32px;
}
#content-presentation #portrait-wrapper .portrait-legend {
  font-size: 18px;
  margin: 15px 0px 30px;
}
#content-presentation #portrait-wrapper .portrait-legend span {
  font-size: 22px;
  font-weight: 700;
}
#content-presentation h2 {
  color: var(--color-white);
  font-size: 30px;
  margin-bottom: 20px;
}

#content-presentation .card {
  background-color: var(--color-bright-red);
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  border-radius: 32px;
  padding: 30px 30px 30px 20px;
  margin-bottom: 32px;
}
#content-presentation .card h3 {
  color: var(--color-dark-red);
  margin-bottom: 20px;
  font-size: 22px;
}
#content-presentation .card p {
  color: var(--color-white);
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}


ul.presentation-liste {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
ul.deux-colonnes {
  column-count: 2;
  gap: 20px;
}
ul.presentation-liste li {
  position: relative;
  padding-left: 1rem;
  break-inside: avoid;
  margin-bottom: 8px;
}

ul.presentation-liste li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.2em; /* taille du point */
  line-height: 1.1;
}

#content-accompagnement {
	position: relative;
	padding-bottom: 150px;
	background-image: url(../img/bg-line-prestas-bottom-big.png);
	background-repeat: no-repeat;
	background-position: center calc(100% - 170px);
}
#container-accompagnement-intro {
  padding-bottom: 180px;
}
#content-accompagnement #honoraires {
  margin-top: 120px;
}
#content-recrutement {
	position: relative;
	padding-bottom: 250px;
	background-image: url(../img/bg-line-prestas-bottom.png);
	background-repeat: no-repeat;
	background-position: center calc(100% + 125px);
}
#content-consulting {
	position: relative;
	padding-bottom: 250px;
	background-image: url(../img/bg-line-prestas-bottom.png);
	background-repeat: no-repeat;
	background-position: center calc(100% + 125px);
}
#content-gestion-conflits {
	position: relative;
  padding-bottom: 400px;  
  background-image: url(../img/bg-line-prestas-bottom.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#content-gestion-conflits #container-intro,
#content-gestion-conflits #prestations,
#content-gestion-conflits #honoraires {
  position: relative;
  z-index: 99;
}

#content-gestion-conflits #line-top-left {
	background-image: url(../img/bg-line-prestas-top.png);
	background-repeat: no-repeat;
	background-size: contain;
	width: 579px;
	height: 900px;
	position: absolute;
	background-position-y: -150px;
}

#prestations .card {
  height: 270px;
  padding: 20px;
  border-radius: 30px;
}

#prestations .card .card-body {
  padding: 0;
}
#prestations .card .card-title {
  min-height: 100px;
}

#prestations .card p {
  font-size: 14px;
  line-height: 20px;  
}

#prestations .card.card-dark {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
}

#prestations .card.card-yellow {
  background-color: var(--color-primary-yellow);
  color: var(--color-primary-dark);
}

#prestations .card.card-dark h4.card-title {
  color: var(--color-primary-yellow);
}

/* Card number styling */
.card-number {
  position: relative;
  width: 34px;
  height: 34px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-number img {
  width: 100%;
  height: 100%;
}

.card-number span {
  position: absolute;
  font-weight: bold;
  font-size: 20px;
}

#prestations .card.card-dark .card-number span {
  color: var(--color-primary-yellow);
}

#prestations .card.card-yellow .card-number span {
  color: var(--color-primary-dark);
}

/* Swiper pagination */
.swiper-prestations {
  padding-bottom: 50px;
}

.swiper-prestations .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  gap: 10px;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet, 
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0;
}

.swiper-prestations .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  background-color: var(--color-primary-yellow);
  opacity: 0.5;
  cursor: pointer;
}

.swiper-prestations .swiper-pagination-bullet-active {
  opacity: 1;
  background-color: var(--color-primary-yellow);
}


.presta-prev,
.presta-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border: none;
  background-color: transparent;
  z-index: 10;
  padding: 0;
}

/* Cacher les icônes par défaut de Swiper */
.presta-prev:after,
.presta-next:after {
  display: none;
}

.presta-prev {
  top: 14px;
  left: 400px !important;
  background-image: url('../img/prev-dark-full.png');
}
.presta-prev:hover {
  background-image: url('../img/prev-yellow-full.png');
}

.presta-next {
  top: 14px;
  right: 400px !important;
  background-image: url('../img/next-dark-full.png');
}
.presta-next:hover {
  background-image: url('../img/next-yellow-full.png');
}

.presta-prev.prev6 {
  left: 450px !important;
}
.presta-next.next6 {
  right: 450px !important;
}

#honoraires .card {
  position: relative;
  padding: 25px 10px;
  height: 222px;
  border-radius: 30px;
}
#honoraires .card .soustitre {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-primary-yellow);
}
#honoraires .card .prix {
  position: absolute;
  bottom: 30px;
  height: 50px;
  width: 80%;
  font-weight: 700;
  color: var(--color-primary-yellow);
}
#honoraires .card .prix.bas {
  height: inherit;
}

#honoraires .card .prix a {
  font-size: 14px;
  line-height: 20px;
}
#honoraires .card .prix a.left-link {
  width: 50%;
  display: inline-block;
}
#honoraires .card .prix a.honor-link {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.3s ease;
  background-image: url(../img/btn-smaller-empty-yellow.svg);
}
#honoraires .card .prix a.honor-link:hover {
  background-image: url(../img/arrow-full-yellow.png);
}
/*******************************************
  * Boutons PREV - NEXT pour les actualités 
*******************************************/
.nav-arrow-wrapper {
    text-align: center;
    padding: 50% 0;
}
.nav-arrow {
    display: inline-block;
    width: 36px;
    height: 36px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    transition: background-image 0.3s ease;
    margin-top: -25px;
}
.nav-prev {
    background-image: url('../img/prev-yellow-empty.png');
}
.nav-prev:hover {
    background-image: url('../img/prev-yellow-full.png');
}
.nav-next {
    background-image: url('../img/next-yellow-empty.png');
}
.nav-next:hover {
    background-image: url('../img/next-yellow-full.png');
}
.nav-arrow-wrapper.nav-disabled .nav-arrow {
    opacity: 0.4;
    cursor: not-allowed;
}


/*******************************************
  * Actualités 
*******************************************/
.btn-all-news {
    display: inline-block;
    background-image: url('../img/btn-all-news.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 280px;
    height: 39px;
    transition: background-image 0.3s ease;
}

.btn-all-news:hover {
    background-image: url('../img/btn-all-news-hover.svg');
}

.news_detail {
  background-color: var(--color-primary-dark);
  color: var(--color-white);
  border-radius: 32px;
  padding: 40px;
}

.news_detail_wrapper {
  width: 100%;
  max-width: 562px;
  margin: 0 auto;
}

.news_detail .news_date {
  font-size: 14px;
  color: var(--color-primary-yellow);
  margin-bottom: 30px;
}

.news_detail .news_image {
  margin-bottom: 30px;
}

.news_detail .news_title {
  color: var(--color-white);
  margin: 40px 0 25px;
}
.news_detail .news_intro {
  font-size: 18px;
  line-height: auto;
  font-weight: 600;
  margin-bottom: 15px;
}
.news_detail .news_content {
  font-size: 14px;
  line-height: 20px;
}

/*******************************************
  * Contact 
*******************************************/
#section-contact {
  background-image: url(../img/bg-line-contact.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
#section-contact .adresse {
  font-size: 14px;
  line-height: 20px;
  color: var(--color-light-beige);
}
#section-contact .adresse span.fw-bold {
  font-size: 18px;
  line-height: auto;
}
#section-contact .adresse a {
  color: var(--color-light-beige);
}
.contact-form-wrapper {
  background-color: var(--color-light-beige);
  padding: 40px;
  border-radius: 32px;
}

.contact-form-wrapper .col {
  min-height: 150px;
}

.contact-form-wrapper label {
  color: var(--color-primary-dark);
  font-weight: 600;
  font-size: 18px;
  width: 100%;
}

.contact-form-wrapper h4 {
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0px 6px;
  color: var(--color-primary-dark);
}

/* CF7 form controls - fix width issues */
.contact-form-wrapper .wpcf7-form-control {
  max-width: 100%;
  box-sizing: border-box;
}

.contact-form-wrapper textarea {
  width: 100% !important;
  max-width: 100%;
  box-sizing: border-box;
  background-color: var(--color-primary-dark);
  border: none;
  color: var(--color-primary-yellow);
  padding: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.contact-form-wrapper .wpcf7-form-control[type="text"],
.contact-form-wrapper .wpcf7-form-control[type="email"],
.contact-form-wrapper .wpcf7-form-control[type="tel"] {
  height: 64px;
  background-color: var(--color-primary-dark);
  border: none;
  color: var(--color-primary-yellow);
  padding-left: 16px;
  font-weight: 500;
  margin-top: 10px;
}

.wpcf7-list-item {
  width: 100%;
  margin: 0;
  margin-top: 10px;
}
.wpcf7-list-item:first-child {
  margin-top: 10px;
}
.wpcf7-list-item-label {
  font-size: 14px;
  font-weight: 500;
}

/* Submit button */
.wpcf7-submit {
  background: url("../img/btn-envoyer.svg") no-repeat center;
  background-size: contain;
  background-color: transparent !important;
  border: none;
  width: 213px;
  height: 39px;
  text-indent: -9999px;
  border-radius: 40px;
}
.wpcf7-form .wpcf7-submit:hover {
  background: url("../img/btn-envoyer-hover.svg") no-repeat center;
  background-color: var(--color-bg-alt) !important;
}

.col-submit {
  display: flex;
  justify-content: flex-end; /* garde l'alignement à droite */
  align-items: center;
  gap: 10px; /* espace entre spinner et bouton */
}
.wpcf7-spinner {
  order: -1; /* met le spinner avant le bouton */
}

.wpcf7-not-valid-tip {
	color: #dc3232;
	font-size: 12px;
	font-weight: 600;
	display: block;
}

/* Custom checkboxes for contact form */
.wpcf7-list-item input[type="checkbox"] {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 25px;
	height: 25px;
	background-color: var(--color-primary-dark);
	border: none;
	border-radius: 2px;
	cursor: pointer;
	margin-right: 0px;
	position: relative;
	vertical-align: middle;
	flex-shrink: 0;
}

.wpcf7-list-item input[type="checkbox"]:checked::after {
	content: "✓";
	color: white;
	font-size: 18px;
	font-weight: bold;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	line-height: 1;
}

.wpcf7-list-item input[type="checkbox"]:focus {
	outline: 2px solid var(--color-primary-yellow);
	outline-offset: 2px;
}

.wpcf7-list-item label {
	display: flex;
	align-items: center;
	cursor: pointer;
	gap: 10px;
}

.wpcf7 form .wpcf7-response-output {
  margin-top: 0px;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	padding: 8px 15px;
  color: #664d03;
  background-color: #fff3cd;
  border: 1px solid #664d03;
  border-radius: 5px;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: var(--color-primary-dark);
	background: #d1e7dd;
	border-width: 1px;
	border-radius: 5px;
	padding: 8px 15px;
	color: var(--color-primary-dark);
	font-weight: 600;
	text-align: center;
}