body:not(.home) .sidebar .widget {
    padding: 15px 25px !important; 
}

body:not(.home) .sidebar .widget_inside {
    padding: 0 !important;
} 

body:not(.home) .entry-content table, 
body:not(.home) table {
    border-collapse: collapse !important;
    width: 100% !important;
    margin: 30px 0 !important;
    border: 1px solid #ddd !important;
    table-layout: auto !important; 
}

body:not(.home) .entry-content th, 
body:not(.home) .entry-content td, 
body:not(.home) th, 
body:not(.home) td {
    border: 1px solid #ddd !important;
    padding: 12px 15px !important;
    vertical-align: middle !important;
    word-wrap: break-word !important;
    color: #333;
}

body:not(.home) .entry-content thead tr, 
body:not(.home) thead tr {
    background-color: #FF6B35 !important; 
    color: #fff !important;
}

body:not(.home) .entry-content tbody tr:nth-of-type(even) {
    background-color: #FFF8F0 !important; 
}

body:not(.home) .h2-style-orange-card {
    display: inline-block;
    width: fit-content;
    padding: 0.6em 1em;
    margin-top: 60px !important;
    margin-bottom: 20px !important;
    background: #FFF3E0; 
    color: #D84315;      
    font-weight: bold;
    border-radius: 14px;
    box-shadow: 0 2px 6px rgba(255, 107, 53, 0.15); 
    transition: all 0.3s ease;
    scroll-margin-top: 150px;
}

body:not(.home) .h2-style-orange-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 12px rgba(255, 107, 53, 0.25);
}

body:not(.home) .entry-content h3, 
body:not(.home) h3 {
    margin-top: 40px !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
    color: #E65100 !important; 
    line-height: 1.3 !important;
    clear: both;
}

body:not(.home) .entry-content h4, 
body:not(.home) h4 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    clear: both;
}

body:not(.home) .entry-content p {
    margin-bottom: 10px !important;
}

body:not(.home) .entry-content ul, 
body:not(.home) .entry-content ol {
    margin-top: 0 !important;
    margin-bottom: 15px !important;
    padding-left: 20px !important;
    margin-left: 0 !important;
}

body:not(.home) .entry-content li {
    margin-bottom: 5px !important;
    line-height: 1.6 !important;
		color: #222 !important;
}

body:not(.home) .entry-content li strong {
    display: inline !important;
    font-weight: 700;
}

body:not(.home) .entry-content ul ul {
    margin-top: 5px !important;
    margin-bottom: 15px !important;
    margin-left: 0 !important; 
    padding-left: 20px !important; 
    list-style-type: disc !important;
    color: #FF6B35; 
    background: transparent !important; 
}

body:not(.home) .entry-content ul ul li {
    color: #444 !important; 
}

.single .post-thumb-img-content.post-thumb {
    display: none;
}

body:not(.home) .faq-item:first-of-type {
    margin-top: 70px !important;
}

body:not(.home) .entry-content p + p img,
body:not(.home) .entry-content p + .wp-block-image {
    margin-top: 90px !important;
}

body:not(.home) .entry-content ul + p img,
body:not(.home) .entry-content ol + p img,
body:not(.home) .entry-content ul + .wp-block-image,
body:not(.home) .entry-content ol + .wp-block-image {
    margin-top: 90px !important;
}

body:not(.home) .entry-content table + p img,
body:not(.home) .entry-content table + .wp-block-image {
    margin-top: 90px !important;
}

details.faq-item {
  border: 1px solid #FFCC80;
  border-radius: 8px;
  margin-bottom: 15px;
  background-color: #fff;
  transition: background-color 0.3s, transform 0.3s;
  cursor: pointer;
  overflow: hidden;
}

details.faq-item:hover {
  background-color: #FFF3E0;
  border-color: #FFB74D;
  transform: translateY(-2px);
}

summary.faq-question {
  padding: 15px 20px;
  font-weight: bold;
  font-size: 20px;
  margin: 0;
  color: #D84315;
  list-style: none;
}

summary.faq-question::-webkit-details-marker {
  display: none;
}
summary.faq-question::marker {
  content: "";
}

.faq-answer {
  padding: 0 20px 15px 20px;
  font-size: 18px;
  line-height: 1.6;
  color: #555;
}

.faq-answer p {
  margin: 0;
  padding-top: 15px;
  border-top: 1px solid #FFE0B2;
  margin-top: 0;
}