.sidebar .widget {
    padding: 15px 25px !important;
}

.sidebar .widget_inside {
    padding: 0 !important;
}

body:not(.home) .entry-content table, body:not(.home) table {
	display: block;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    width: 100% !important;
    margin: 30px 0 !important;
    border: 2px solid #FFCC80 !important;
    border-radius: 16px !important;
    /* overflow: hidden !important; */
    table-layout: auto !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
    background-color: #fff;
}

body:not(.home) .entry-content th, body:not(.home) .entry-content td, body:not(.home) th, body:not(.home) td {
    border-bottom: 1px solid #E0E0E0 !important;
    border-right: 1px solid #E0E0E0 !important;
    padding: 14px 18px !important;
    vertical-align: middle !important;
    word-wrap: break-word !important;
    color: #444;
}

body:not(.home) .entry-content th:last-child, body:not(.home) .entry-content td:last-child {
    border-right: none !important;
}

body:not(.home) .entry-content tr:last-child td {
    border-bottom: none !important;
}

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

body:not(.home) .entry-content thead th {
    border-bottom: 2px solid #E65100 !important;
    font-weight: 700 !important;
}

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

body:not(.home) .entry-content tbody tr {
    transition: all 0.2s ease-in-out;
}

body:not(.home) .entry-content tbody tr:hover {
    background-color: #FFE0B2 !important;
    transform: scale(1.005);
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    z-index: 10;
    position: relative;
    cursor: default;
}

body:not(.home) .entry-content tbody tr:hover td {
    color: #3E2E1F !important;
    border-color: transparent !important;
}


body:not(.home) .h2-oliver-tag {
    display: inline-block;
    padding: 0.55em 1em;
    margin-top: 60px !important;
    margin-bottom: 25px !important;
    font-weight: 700;
    font-size: 1.48rem !important;
    color: #3E2E1F;
    background: #FFEFD9;
    border-left: 12px solid #FF8A1E;
    border-radius: 12px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    scroll-margin-top: 150px;
}

body:not(.home) .h2-oliver-tag:hover {
    background: #FFE3C2;
    transform: translateX(4px);
    box-shadow: 3px 3px 10px rgba(255,138,30,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: #FF8A1E !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;
    color: #333 !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: #333 !important;
}

body:not(.home) .entry-content li strong {
    display: inline !important;
    color: #000 !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: 15px !important;
    list-style-type: disc !important;
    color: #FF8A1E;
    background: transparent !important;
}

body:not(.home) .entry-content ul ul li {
    color: #555 !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 {
  background-color: #fff;
  border: 2px solid #FFCC80;
  border-radius: 12px;
  margin-bottom: 15px;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  overflow: hidden;
}

details.faq-item:hover {
  background-color: #FFF8E1;
  border-color: #FF8A1E;
  transform: translateY(-2px);
  box-shadow: 0 5px 10px rgba(255, 138, 30, 0.15);
}

summary.faq-question {
  padding: 20px;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  color: #3E2E1F;
  list-style: none;
  line-height: 1.4;
}

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

.faq-answer {
  padding: 20px;
  background-color: #fff;
  border-top: 1px dashed #FFCC80;
  font-size: 16px;
  line-height: 1.6;
  color: #5D4037;
}

.faq-answer p {
  margin: 0;
  padding: 0;
  border: none;
}
