h2.wp-block-heading {
	font-style: normal;
	font-weight: 800;
	font-size: 36px;
	line-height: 125%;
	color: var(--color-heading) !important;
	        margin-bottom: 1.5rem !important;
}
h3.wp-block-heading {
	font-style: normal;
	font-weight: 800;
	font-size: 1.4em;
	line-height: 125%;
	color: var(--color-heading) !important;
	        margin-bottom: 1.5rem !important;
}
.post-content a {
	color: var(--color-primary);
	text-decoration: underline;
}
.post-content p {
	    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: normal;
	    color: var(--color-body-text) !important;
		    margin-bottom: 1.5rem !important;
}
.post-content ul, .post-content ol, .post-content a {
	list-style: disc;
    text-decoration: none;
}
.blog-detail-page {
}
/* right side content  */
/* Custom Scrollbar for Table of Contents */
.table-of-contents::-webkit-scrollbar {
  width: 4px;
}

.table-of-contents::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.table-of-contents::-webkit-scrollbar-thumb {
  background: #1c64f2;
  border-radius: 10px;
}

.right-side-content .card {
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1),
    0px 1px 2px -1px rgba(0, 0, 0, 0.1) !important;
  border-radius: 8px !important;
  padding: 20px;
}

/* --- */
.author-meta-info {

  border-top: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
}

.author-meta-info .author-avatar img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
  object-fit: cover;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  overflow: hidden;
}

/* table */
.fw-600 {
  font-weight: 600 !important;
}
.custom-table-container {
  border-radius: 12px;
  /* overflow: hidden; */
}

.custom-data-table .table-header-row {
  background-color: var(--color-surface-gray) !important;
  border-radius: 12px;
  color: var(--color-body-text) !important;
  font-weight: 600;
  height: 50px;
}

.custom-data-table th,
.custom-data-table td {
  border-bottom: 1px solid #eeeeee;
  padding: 16px;
}

.custom-data-table tbody tr:last-child td {
  border-bottom: none;
}

.custom-data-table td.fw-bold {
  font-weight: 700 !important;
  color: #333333;
}

/* -- */

.checked-message-box {
  border: 1px solid var(--color-primary);
  border-radius: 8px;
  background-color: #ffffff;
}

.checked-message-box .check-icon {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  background-color: #ebf5ff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.checked-message-box .check-icon i {
  color: var(--color-primary);
  font-size: 18px;
  font-weight: 700;
}

/*  */

.cus-btn-x90 {
  padding-left: 90px;
  padding-right: 90px;
}

/* - */

.product-detail-review {
  background-color: #ebf5ff;
  border-radius: 8px;
  padding: 40px;
}

.product-detail-review .detail-review-text {
  padding: 20px 0 40px;
  color: #6b7280;
}

/* -- */
.checkmark-icon {
  border-radius: 50%;
  width: 20px;
  flex-shrink: 0;
  justify-content: center;
  display: flex;
  align-items: center;
  height: 20px;
  background-color: var(--color-primary);
  margin-right: 10px;
}
.checkmark-icon span {
  font-size: 13px;
  line-height: 1.5;
}

.custom-card-style {
  border: 1px solid var(--color-primary);
  border-radius: 0.75rem;
  padding: 40px;
}
/* -- */

.number-circle {
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  margin-right: 10px;
  align-items: center;
  justify-content: center;
  background-color: #edfafa;
}
.author-avatar-right {
  height: 32px;
  width: 32px;
}
/* -- */

.blg_bx img {
  height: 192px;
}

/*  */

.blog-share i {
  color: #9ca3af;
  font-size: 24px;
}

.soft-divider {
  border: none !important;
  height: 1px !important;
  background-color: #9ca3af !important;
  box-shadow: 0 4px 6px -4px rgba(0, 0, 0, 0.3) !important;
  margin: 1rem 0 !important;
}
/*  */

.breadcrumb .color-breadcrumb-text {
  color: #374151;
}
.lwptoc_i{
  padding: 0 !important;
}

.lwptoc_item, LI.lwptoc_item {
    margin-top: 0 !important;
	 margin: 0 !important;
}

/* TOC: only bottom border for bootstrap list-group items */
.table-of-contents .list-group-item{
  border: 0 !important;
  border-bottom: 1px solid var(--bs-border-color, #dee2e6) !important;
  border-radius: 0 !important;
}

.blg_thumb_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 10px;
}

/* ================================
   Rank Math FAQ (Bootstrap-like)
   Uses .rank-math-question.collapse as OPEN state
   ================================ */

#rank-math-faq{
  position: relative;
}

/* item */
#rank-math-faq .rank-math-list-item h3{
  position: relative;
  border-bottom: 1px solid var(--color-bordered-gray);
}

/* QUESTION (H3) – always 18/400 */
#rank-math-faq .rank-math-question{
  position: relative;
  margin: 0;
  padding: 24px 24px 24px 0;
  cursor: pointer;

  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;

  background: transparent !important;
  box-shadow: none !important;
  color: var(--bs-accordion-btn-color);
  

  /* IMPORTANT: stop Bootstrap .collapse from hiding the H3 */
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  height: auto !important;
}

/* ICON – chevron-down by default */
#rank-math-faq .rank-math-question::before{
  content: "\F282" !important; /* chevron-down */
  font-family: "bootstrap-icons" !important;
  background-image: none !important;

  position: absolute;
  right: 0;
  top: 50%;

  /* base: pointing down */
  transform: translateY(-50%) rotate(0deg);
  transform-origin: center;

  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  color: var(--color-heading);

  transition: transform .2s ease;
}
#rank-math-faq .rank-math-question.collapse {
    background: transparent;
    box-shadow: none;
    color: var(--color-heading);
	font-weight: 500;
}
/* OPEN state = rotate up (use Rank Math's .collapse on the QUESTION) */
#rank-math-faq .rank-math-question.collapse::before{
  transform: translateY(-50%) rotate(180deg);
}

/* ANSWER block spacing */
#rank-math-faq .rank-math-answer{
  padding: 20px 0;
}

/* Answer wrapper = .text-base */
#rank-math-faq .rank-math-answer{
  color: var(--color-heading);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: normal;
}

#rank-math-faq .rank-math-answer p {
    color: var(--color-heading) !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px !important;
    letter-spacing: normal;
    margin: 0px;
}

/* COLORED TABLES */
.table td, .table th, .table tr{
	text-align: left;
	border-width: 1px;
	border-color: #dee2e6;
}
table.table-lightblue {
	border-radius: 15px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0;
}
.table-lightblue td, .table.table-lightblue th {
    text-align: left;
	border-color: #dee2e6;
}

.table.table-lightblue tr:nth-child(odd) {
	    background-color: transparent;
}

table.table-darkblue {
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-collapse: separate;
    border-spacing: 0;
    margin-bottom: 0px;
}
.table>tbody>tr:nth-of-type(even)>* {
    --bs-table-color-type: #000;
	--bs-table-bg-type: #255cdc0d !important;
}
.table.table-darkblue td, .table.table-darkblue th {
    text-align: left;
}

.table.table-darkblue tr:nth-child(odd) {
 background-color: #eaf2f9;
}

