#cookie-notice {
  font-size: 16px !important;
}

#cookie-notice .cn-button:not(.cn-button-custom) {
  font-size: 16px !important;
}

/* Contact Form 7 - Acceptance checkbox: hiển thị đúng và click được */
.wrap_form .wpcf7-acceptance {
  display: inline-block;
  margin-right: 10px;
}

.wrap_form .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}

.wrap_form .wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  cursor: pointer;
  font-size: inherit;
  line-height: 1.5;
  margin: 0;
}

/* Reset style ô text đang áp lên checkbox, chỉ để checkbox hiển thị đúng */
.wrap_form .wpcf7-acceptance input[type="checkbox"] {
  width: 15px;
  min-width: 15px;
  height: 15px;
  margin: 0;
  margin-top: 2px;
  padding: 0;
  border: 1px solid #53575A;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  flex-shrink: 0;
  -webkit-appearance: none;
  appearance: none;
  position: relative;
  box-sizing: border-box;
}

.wrap_form .wpcf7-acceptance input[type="checkbox"]:checked {
  background: #53575A;
}

.wrap_form .wpcf7-acceptance input[type="checkbox"]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 2px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

