.fi-wi-stats-overview {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	padding: 20px;
}

.fi-wi-stats-overview {
	font-size: 14px;
    color: #000;
    text-align: center;
    margin-top: 10px;
	border-radius: 7px;
}

.fi-wi-stats-overview-stat {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: left;
	--tw-ring-color: #fff !important;
}

.fi-wi-stats-overview-stat .flex {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	color: #5B3A58;
}

.fi-wi-stats-overview-stat .flex .fi-wi-stats-overview-stat-icon {
	font-size: 30px;
	color: #000;
	margin-bottom: 10px;
}

.fi-wi-stats-overview-stat .flex .fi-wi-stats-overview-stat-value {
	font-size: 20px;
	color: #000;
}

.fi-wi-stats-overview-stat .flex .fi-wi-stats-overview-stat-label {
	color: #000;
}

.fi-wi-stats-overview-stat .text-3xl {
	color: #000;
	font-size: 3em;
	text-align: left;
}

.fi-wi-stats-overview-stat:first-child svg {
	fill: #BFDAEA;
	width: 50px;
    height: 50px;
}

.fi-wi-stats-overview-stat:nth-child(2) svg {
	fill: #DDD7F6;
	width: 50px;
    height: 50px;
}

.fi-wi-stats-overview-stat:nth-child(3) svg {
	fill: #EEDABC;
	width: 50px;
    height: 50px;
}

.fi-wi-widget section {
	box-shadow: 0 0 0 0;
	padding: 20px;
}

.fi-wi-widget {
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
	margin-bottom: 20px;
	padding: 10px;
}

.fi-wi-widget img {
	margin-bottom: 15px;
}

.fi-wi-widget .fi-section-content-ctn {
	border-top: none;
	padding-bottom: 20px;
	--tw-ring-color: rgba(15, 23, 42, 0.05);
}

.fi-wi-widget .fi-section-content {
	--tw-ring-color: #fff;
}

.fi-wi-widget .fi-section-content-ctn p {
	padding-bottom: 20px;
}

.fi-wi-widget .fi-section-header p {
	padding-bottom: 20px;
}

.progress-bar .fi-section-content {
	padding: 3em;
}

.progress-bar .fi-section-content p {
	padding-top: 20px;
	text-align: center;
	font-weight: 600;
}

.progress-bar .fi-section-content svg {
	display: block;
    margin: auto;
}

.site-overview .fi-section-content {
	padding: 0;
}

.site-overview{
	margin-bottom: 0;
}

.site-help {
	margin-bottom: 0;
}

.site-overview section {
	padding: 20px 20px 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.site-help section {
	padding: 0;
	margin-bottom: 0;
}

.site-overview div {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.site-overview .site-overview-text {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: nowrap;
}

.site-overview h2 {
	font-size: 1.5em;
	font-weight: 600;
	padding-bottom: 1em;
}

.site-overview a {
	margin-top: 4em;
}

.site-help .p-6 {
	padding-bottom: 0;
}

/* WPForms-inspired Styles */
.wpforms-style-form-container .fi-fo-field-wrp {
	margin-bottom: 1.5rem !important;
}

.wpforms-style-form-container .fi-fo-field-wrp-label {
	margin-bottom: 0.5rem !important;
}

.wpforms-style-form-container .fi-fo-field-wrp-label span {
	font-size: 1rem !important;
	font-weight: 500 !important;
	color: #333 !important;
}

.wpforms-style-form-container .fi-input-wrapper {
	border-radius: 8px !important;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05) !important;
}

.wpforms-style-form-container .fi-input {
	padding: 12px 14px !important;
	font-size: 1rem !important;
	border-radius: 8px !important;
}

.wpforms-style-form-container .fi-btn {
	border-radius: 8px !important;
	font-size: 1rem !important;
	padding: 0.75rem 1.5rem !important;
	background-color: #f0ad4e !important;
	color: #ffffff !important;
	border-color: #eea236 !important;
}

.wpforms-style-form-container .fi-btn:hover {
	background-color: #ec971f !important;
	border-color: #d58512 !important;
}

.wpforms-style-form-container .fi-btn.fi-btn-color-primary {
    background-color: #f0ad4e !important;
    color: #ffffff !important;
    border-color: #eea236 !important;
}

.wpforms-style-form-container .fi-btn.fi-btn-color-primary:hover {
    background-color: #ec971f !important;
    border-color: #d58512 !important;
}

.custom-form .fi-btn {
    width: 100%;
    background-color: #e27730 !important;
    color: white !important;
    padding: 20px 15px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
}

main[aria-labelledby="page-heading"] > div {
    margin: 0 auto !important;
}

h1.fi-header-heading {
    text-align: center;
    font-size: 2.25rem; /* text-4xl */
    font-weight: 700; /* font-bold */
    margin-bottom: 1rem; /* mb-4 */
}

.custom-form .fi-fo-section-description {
    color: #6b7280; /* gray-500 */
    margin-bottom: 1.5rem; /* mb-6 */
    text-align: center;
}

.fi-btn[href*="wp-admin"],
.fi-btn[href*="wp-login"] {
    background-color: #e27730 !important;
    color: white !important;
    border-color: #e27730 !important;
}

/* Force Table Colors */
.fi-table-header {
    background-color: #fef3e9 !important;
}

.fi-table-header th {
    color: #b95d27 !important;
}

.fi-ta-record-checkbox input:checked {
    background-color: #e27730 !important;
    border-color: #e27730 !important;
}

.fi-ta-header th .fi-icon-btn svg {
    color: #b95d27 !important;
}