#wpcontent:has(.primlima-setting-main-page-wrap) {
	padding: 0;
}

.primlima-setting-main-page-wrap {
	margin: 25px;
}

.primlima-setting-header {
	padding: 30px;
	margin-bottom: 25px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.primlima-setting-main-page-wrap>form {
	padding: 0 30px;
}

.primlima-setting-main-page-wrap h1 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}

.primlima-setting-main-page-wrap .form-table th {
	vertical-align: middle;
}

.primlima-setting-main-page-wrap .form-table .form-table td {
	margin-bottom: 0;
	padding: 0;
}


#wpcontent:has(.primlima-template-main-page) {
	padding: 0;
}

.primlima-template-main-page {
	margin: 25px;
}

.primlima-template-header {
	padding: 30px;
	margin-bottom: 25px;
	background-color: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.primlima-template-header h1 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}

.primlima-template-content {
	padding: 30px;
	background-color: #fff;
}

.primlima-template-content h2 {
	margin: 0 0 35px;
	padding: 0 0 25px;
	border-bottom: 1px solid #c1c1c1;
	font-size: 24px;
	font-weight: 600;
}

.primlima-template-content-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.primlima-template-block {
	position: relative;
	width: calc(33.33% - 30px);
}

.primlima-template-block-inner {
	box-shadow: -1px 2px 10px #e7e7e7;
	transition: all 0.3s;
	border-radius: 20px;
	padding: 40px;
	text-align: center;
}

.primlima-template-block-inner:hover {
	transform: translateY(-10px);
	box-shadow: 2px 7px 17px 0px #0000004a;
}

.primlima-template-icon {
	height: 70px;
	width: 70px;
	margin: auto;
	background: #f2f2f2;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .3s;
}

.primlima-template-icon svg {
	fill: #111;
	width: 25px;
	height: 25px;
}

.primlima-template-block-inner:hover .primlima-template-icon {
	background-color: #111;
}

.primlima-template-block-inner:hover .primlima-template-icon svg {
	fill: #fff;
}

.primlima-template-block h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 16px 0;
}

.primlima-template-block p {
	font-size: 16px;
	margin: 16px 0;
	color: #444;
}

.primlima-template-block a {
	font-size: 16px;
}