/*
Theme Name: Kadence Child
Template: kadence
Version: 1.1
*/

.topbar {
	background: #f5f5f5;
	font-size: 14px;
	line-height: 1.4;
}

.topbar__inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	gap: 16px 24px;
	align-items: center;
	justify-content: space-between;
}

.topbar__item {
	display: flex;
	gap: 6px;
	align-items: center;
}

.topbar__item a {
	color: inherit;
	text-decoration: none;
}

.topbar__item a:hover {
	text-decoration: underline;
}

@media (max-width: 768px) {
	.topbar__inner {
		flex-direction: column;
		align-items: flex-start;
	}

	.topbar__item {
		flex-wrap: wrap;
	}
}
.witaminka-program-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.witaminka-program-list li {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	padding: 13px 0;
	border-bottom: 0.5px solid #e8e6df;
}

.witaminka-program-list li:first-child {
	border-top: 0.5px solid #e8e6df;
}

.program-name {
	font-size: 14px;
	font-weight: 500;
	color: #1a1a18;
}

.program-freq {
	font-size: 11px;
	color: #c8a84b;
	white-space: nowrap;
	flex-shrink: 0;
}

/* Wrapper */
.wpcf7-form {
	background: #fdf8ee;
	border: 2px dashed #d4b96e;
	border-radius: 16px;
	padding: 40px 36px;
	max-width: 600px;
	margin: 0 auto;
}

/* Dwie kolumny */
.wf-row {
	display: flex;
	gap: 20px;
	margin-bottom: 20px;
}
.wf-row .wf-field {
	flex: 1;
	margin-bottom: 0;
}

/* Pola */
.wf-field {
	margin-bottom: 20px;
}
.wf-field--full {
	width: 100%;
}

/* Etykiety */
.wpcf7-form label {
	display: flex;
	flex-direction: column;
	gap: 6px;
	font-size: 14px;
	font-weight: 500;
	color: #2c2c2c;
}
.wf-req {
	color: #c0392b;
	margin-left: 2px;
}

/* Inputy */
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form input[type="tel"],
.wpcf7-form input[type="date"],
.wpcf7-form input[type="time"],
.wpcf7-form textarea {
	width: 100%;
	box-sizing: border-box;
	background: #fff;
	border: 1.5px solid #d0cfc8;
	border-radius: 8px;
	padding: 10px 14px;
	font-size: 15px;
	color: #2c2c2c;
	font-family: inherit;
	transition:
		border-color 0.2s,
		box-shadow 0.2s;
	outline: none;
}
.wpcf7-form input[type="text"]:focus,
.wpcf7-form input[type="email"]:focus,
.wpcf7-form input[type="tel"]:focus,
.wpcf7-form input[type="date"]:focus,
.wpcf7-form input[type="time"]:focus,
.wpcf7-form textarea:focus {
	border-color: #b8973c;
	box-shadow: 0 0 0 3px rgba(184, 151, 60, 0.15);
}

/* Textarea */
.wpcf7-form textarea {
	min-height: 100px;
	resize: vertical;
}

/* Nagłówek sekcji */
.wf-section-title {
	font-size: 20px;
	font-weight: 700;
	color: #1a1a1a;
	margin: 4px 0 20px;
}

/* Przycisk */
.wpcf7-form .wpcf7-submit {
	display: block;
	width: 100%;
	padding: 16px 24px;
	background: #f5e9c0;
	color: #1a1a1a;
	font-size: 16px;
	font-weight: 600;
	border: 2px solid #c9a84c;
	border-radius: 100px;
	cursor: pointer;
	transition:
		background 0.2s,
		transform 0.15s;
	margin-top: 8px;
}
.wpcf7-form .wpcf7-submit:hover {
	background: #edd98a;
	transform: translateY(-1px);
}

/* Walidacja */
.wpcf7-not-valid-tip {
	color: #c0392b;
	font-size: 12px;
	margin-top: 4px;
}
.wpcf7-response-output {
	margin-top: 16px;
	padding: 12px 16px;
	border-radius: 8px;
	font-size: 14px;
	border: 1.5px solid;
}
.wpcf7-mail-sent-ok {
	background: #eaf7ee;
	border-color: #6dbf82;
	color: #1e6630;
}
.wpcf7-mail-sent-ng,
.wpcf7-validation-errors {
	background: #fdf0ed;
	border-color: #e07b6a;
	color: #8b2012;
}

/* Responsywność */
@media (max-width: 540px) {
	.wf-row {
		flex-direction: column;
		gap: 0;
	}
	.wpcf7-form {
		padding: 28px 20px;
	}
}
.wpcf7-form p {
	margin-bottom: 0 !important;
}
