/* License promo tab styles for free plugin admin page. */
.cfefd-license-layout {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 25px;
	margin-top: 25px;
}

.cfefd-license-box {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	width: 74%;
	box-shadow: 0 2px 2px rgb(150 150 150 / 12%);
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	font-family: Inter, Roboto, Helvetica, Arial, sans-serif;
}

.cfefd-license-box * {
	box-sizing: border-box;
}

.cfefd-license-box .wrapper-header {
	padding: 12px 20px;
	background-color: #326bff;
	border-radius: 8px 8px 0 0;
}

.cfefd-license-box .wrapper-header h2 {
	margin: 0;
	color: #fff;
}

.cfefd-license-box .wrapper-body {
	padding: 20px;
}

.cfefd-license-header-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.cfefd-license-header-row .cfefd-save-controls {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	color: #fff;
	font-weight: 600;
}

.cfefd-license-header-row .upgrade-pro-btn {
	background: #000000;
	color: white;
	text-shadow: none;
}

.cfefd-license-header-row .upgrade-pro-btn:hover,
.cfefd-license-header-row .upgrade-pro-btn:focus {
	background: #000000;
	color: white;
}

.cfefd-license-promo-intro {
	margin-top: 0;
}

.cfefd-license-upgrade-box {
	margin-top: 16px;
	padding: 14px 16px;
	border: 1px solid #dbe7ff;
	background: #f5f9ff;
	border-radius: 8px;
}

.cfefd-license-upgrade-box p {
	margin-top: 0;
	margin-bottom: 8px;
}

.cfefd-license-upgrade-box em {
	display: block;
	font-size: 13px;
	color: #4b5563;
	line-height: 1.45;
}

.cfefd-license-side {
	width: 26%;
}

@media screen and (max-width: 960px) {
	.cfefd-license-layout {
		flex-direction: column;
	}

	.cfefd-license-box,
	.cfefd-license-side {
		width: 100%;
	}
}
