/*
Theme Name: Premium Web Design
Theme URI: https://premium-web.pl/
Author: Premium Web Design
Author URI: https://premium-web.pl/
Description: Dedykowany motyw stworzony i zoptymalizowany przez Premium Web Design.
Version: 1.0.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Requires at least: 5.8 or Higher
Requires PHP: 7.4 or Higher
Tested up to: 6.4
Copyright (c) 2026 Premium Web Design. All rights reserved.
*/

/* Custom Contact Form 2 Styling */
.contact-form2 .wpcf7-list-item {
  margin: 0;
}
.contact-form2 .wpcf7-list-item .wpcf7-list-item-label {
  color: rgba(100, 100, 100, 0.85);
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-form2 .wpcf7-list-item .wpcf7-list-item-label a {
  color: #0c42c8;
  text-decoration: underline;
  transition: color 0.2s ease;
}
.contact-form2 .wpcf7-list-item .wpcf7-list-item-label a:hover {
  color: #f2d701;
}
.contact-form2 .wpcf7-list-item input[type="checkbox"] {
  width: 17px;
  height: 17px;
  border-radius: 3px;
  border: 1px solid rgba(20, 15, 17, 0.3);
  background: #fff;
  margin-right: 10px;
  vertical-align: middle;
  cursor: pointer;
}
.contact-form2 textarea {
  border-radius: 5px;
  border: 1px solid rgba(20, 15, 17, 0.11);
  background: #fff;
  height: 130px;
  color: rgba(100, 100, 100, 0.71);
  font-family: inherit;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 25px;
  width: 100%;
}
.contact-form2 textarea:focus {
  border-color: rgba(20, 15, 17, 0.35);
  outline: none;
}