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

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

:root {
    --aaa-teal: #1DE9B6;
}

.entry-content table, table {
  	display: block !important;
    overflow-x: auto !important;
    border-collapse: collapse !important;
    width: 100% !important;
    margin: 30px 0 !important;
    border: 1px solid #444 !important;
    table-layout: auto !important; 
    background-color: transparent !important;
} 

.entry-content th, .entry-content td, th, td {
    border: 1px solid #444 !important;
    padding: 12px 15px !important;
    vertical-align: middle !important;
    word-wrap: break-word !important;
    color: #fff !important; 
}

.entry-content thead tr, thead tr {
    background-color: #222 !important;
    border-bottom: 2px solid var(--aaa-teal) !important;
    color: #fff !important;
}

.entry-content tbody tr {
    transition: all 0.2s ease;
}

.entry-content tbody tr:hover {
    background-color: rgba(29, 233, 182, 0.15) !important; 
    transition: background-color 0.2s ease;
}

.entry-content tbody tr:hover td {
    color: #fff !important; 
    border-top: 1px solid var(--aaa-teal) !important; 
    border-bottom: 1px solid var(--aaa-teal) !important;
}

.h2-box-wide-teal {
    display: block;
    width: 100%;
    padding: 15px 0;
    margin-top: 60px !important; 
    margin-bottom: 30px !important;
    background: #1a1a1a;
    color: #ffffff;
    border-top: 2px solid var(--aaa-teal);
    border-bottom: 2px solid var(--aaa-teal);
    text-align: center;
    font-weight: bold;
    font-size: 1.6rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    scroll-margin-top: 150px;
}

.h2-box-wide-teal:hover {
    background: var(--aaa-teal);
    color: #000000;
    border-color: #ffffff;
    box-shadow: 0 0 20px rgba(29, 233, 182, 0.3);
    cursor: default;
}
.entry-content h3 {
    margin-top: 40px !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
    color: var(--aaa-teal) !important;
    line-height: 1.3 !important;
    clear: both;
}

.entry-content h4 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    line-height: 1.4 !important;
    clear: both;
}

.entry-content p {
    margin-bottom: 10px !important;
    color: #eee !important;
}

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

.entry-content li {
    margin-bottom: 5px !important;
    line-height: 1.6 !important;
    color: #eee !important;
}

.entry-content li strong {
    display: inline !important;
    font-weight: 700;
}

.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: var(--aaa-teal) !important;
    background: transparent !important; 
}

.entry-content ul ul li {
    color: #ddd !important; 
} 

.page-header-image-single { 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 p:has(strong) + .wp-block-image,
body:not(.home) .entry-content p:has(strong) + p img {
    margin-top: 20px !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: #1a1a1a;
  border: 1px solid #333;
  border-left: 3px solid #1DE9B6;
  border-radius: 2px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  overflow: hidden;
}

details.faq-item:hover {
  background-color: #252525;
  border-color: #444;
  box-shadow: 0 0 10px rgba(29, 233, 182, 0.1);
  transform: translateY(-2px);
}

summary.faq-question {
  padding: 18px 22px;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #f0f0f0;
  letter-spacing: 0.5px;
  display: list-item;
  list-style: none;
}

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

.faq-answer {
  padding: 0 22px 18px 22px;
  font-size: 18px;
  line-height: 1.6;
  color: #cccccc;
}

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