.lmspedia-box {
    border: 3px solid #01509a;
    border-radius: 20px;
    padding: 40px;
    background-color: #f7f7f7;
	box-shadow:	0px 0px 20px -10px #01509a;
	position: relative;
	margin-top: 40px;
	margin-bottom: 30px;
}
.lmspedia-box .floating-icon {
    display: flex;
}
.lmspedia-box .floating-icon img{
    width: 75px;
    height: 75px;
    display: flex;
    padding: 0px;
    top: -50px;
    right: 30px;
    position: absolute;
}
h2.lmspedia-title {
/*     font-size: 30px !important; */
    margin: 30px 0px 10px 0px !important;
    text-align: center;
	padding: 0% 12%;
}

.lmspedia-subtitle {
    text-align: center;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 10px !important;
}

.lmspedia-items {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.lmspedia-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

.lmspedia-content h4{
/*     font-size: 24px !important; */
    font-weight: 700;
    margin-bottom: 5px !important;
	margin-top: 0px;
}
.lmspedia-content p{
    font-size: 18px !important;
    margin-bottom: 0px !important;
	line-height:1.5;
}

.lmspedia-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.lmspedia-icon img {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

.lmspedia-icon .dashicons {
    font-size: 24px;
	color:#fff;
	width:auto;
	height:auto;
}

/* FAQ CSS */
/* Header */
.simple-faq-header h2 {
/*     font-size: 30px; */
    margin-bottom: 5px;
}

.simple-faq-header .faq-subtitle {
    color: #777;
    margin-bottom: 30px;
}

/* Light Background Container */
.simple-faq-container {
	padding: 20px;
    margin: 25px 0;
    background: #f7f7f7;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

/* Each FAQ */
.faq-item {
    padding-bottom: 20px;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #bbb;
}
.faq-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2.faq-title{
/* 	 font-size: 34px !important; */
     margin: 20px 0px 20px 0px;
    text-align: left;
}
h4.faq-question {
/*     font-size: 24px !important; */
    font-weight: 600 !important;
    margin-bottom: 10px;
    margin-top: 0px;
}

.faq-answer p{
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
	margin-bottom:0px !important;
}
/* FAQ CSS */


/* Pro tips CSS */
/* Pro Tip Wrapper */

.st-pro-tip-wrapper {
    position: relative; /* Required for absolute positioning */
    display: flex;
    align-items: flex-start;
	align-items: stretch;
    gap: 30px;
    padding: 30px;
    margin: 25px 0;
    background-color: #fdf6f6;
    border: 1px solid #f3b3b3;
    border-radius: 16px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}
/* Icon Box */
.st-pro-tip-icon {
    min-width: 60px;
    height: 60px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
	 margin-top: 5px;
}
/* Top Right Check Icon */
.st-pro-tip-check {
    position: absolute;
    top: -5px;
    right: -5px;
    height: 25px;
    width: 25px;
    display: flex;
    font-size: 35px;
    line-height: 40px;
    color: #4CAF50;
    border-radius: 50%;
    padding: 0px;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
}

.st-pro-tip-icon .dashicons {
    font-size: 26px;
    color: #000;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	color:#fff;
}

/* Content */
.st-pro-tip-content {
	flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.st-pro-tip-title {
    margin: 0 0 6px 0;
    font-size: 24px !important;
    font-weight: 600;
    color: #333;
}

.st-pro-tip-text p{
    margin-bottom: 0 !important;
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Pro tips CSS */

/* Author Box CSS */

.custom-author-box {
    display: flex;
    align-items: flex-start;
    gap: 30px;
    padding: 20px;
    margin: 25px 0;
    background: #fdfff6;
    border: 1px solid #ffd77d;
    border-radius: 14px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.custom-author-image img {
    width: 90px;
    height: 90px !important;
    object-fit: cover;
    border-radius: 50% !important;
    border: 3px solid #ffffff !important;
}

.custom-author-content {
    flex: 1;
}

.custom-author-title {
    margin: 0 0 8px;
    font-size: 24px !important;
    font-weight: 600;
    color: #333;
}

.custom-author-bio {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
}

/* Author Box  CSS */


/* Responsive css */
@media screen and (max-width: 767px) {
.st-pro-tip-wrapper,
.lmspedia-item{
    flex-direction: column;
	align-items: flex-start;
}
h2.lmspedia-title {
	padding: 1%;
}
}

/* Responsive css */