/*
Theme Name: Huis & Oppas Loek
Theme URI: https://example.com
Author: Rob Huijben
Author URI: https://robhuijben.com
Description: Huis & Oppas Loek Child theme
Requires at least: 6.0
Tested up to: 6.5.2
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: gutenify-base
Text Domain: huis-oppas-loek
Tags: 
*/

.pets {
  display: flex;
  flex-direction: column;
}

.pets > span {
  margin-left: 0;
}

.text-warning {
  color: #165153;
  margin-bottom: 3rem;
}

.wpcf7-form-control {
  border-color: oklch(72.3% 0.014 214.4) !important;
}

.wpcf7cf_repeater_controls {
  margin-bottom: 1rem;
}

.wpcf7cf_repeater_controls button {
  background: var(--wp--preset--color--primary);
  border: none;
  padding: 10px 20px;
  color: var(--wp--preset--color--white);
  cursor: pointer;
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 500;
  font-size: var(--wp--preset--font-size--small);
}

.wpcf7cf_repeater_controls button:hover {
  background: var(--wp--preset--color--secondary);
}

.wpcf7-submit {
  font-family: var(--wp--preset--font-family--inter);
  font-weight: 500;
}
