/* Insta Feed – Konten-Formulare */

.wif-account-box {
	max-width: 420px;
	margin: 1.5em auto;
	padding: 20px;
	border: 1px solid #dbdbdb;
	border-radius: 8px;
	background: #fff;
}

.wif-account-box h3,
.wif-account-box h4 {
	margin-top: 0;
}

.wif-form {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.wif-form label {
	display: flex;
	flex-direction: column;
	gap: 4px;
	font-size: 14px;
	font-weight: 600;
}

.wif-form input {
	padding: 8px 10px;
	border: 1px solid #dbdbdb;
	border-radius: 4px;
	font-size: 15px;
	font-weight: 400;
}

.wif-btn {
	background: #0095f6;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 10px 14px;
	font-size: 15px;
	font-weight: 600;
	cursor: pointer;
}

.wif-btn:hover {
	background: #0081d6;
}

.wif-btn-secondary {
	background: #efefef;
	color: #262626;
	text-decoration: none;
	display: inline-block;
	text-align: center;
}

.wif-btn-danger {
	background: #ed4956;
}

.wif-btn-danger:hover {
	background: #d5303d;
}

.wif-form-alt {
	margin-top: 14px;
	font-size: 14px;
	text-align: center;
}

.wif-hint {
	font-size: 13px;
	color: #8e8e8e;
}

.wif-notice {
	margin-bottom: 14px;
	padding: 10px 12px;
	border-radius: 6px;
	font-size: 14px;
}

.wif-notice-ok {
	background: #eafaf0;
	border: 1px solid #b7e4c7;
	color: #1a691a;
}

.wif-notice-error {
	background: #fbeaea;
	border: 1px solid #f3c6c6;
	color: #8a1f11;
}

.wif-resend {
	margin-bottom: 16px;
	padding-bottom: 16px;
	border-bottom: 1px solid #efefef;
}
