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

.entry-content table, table {
    border-collapse: collapse !important;
    width: 100% !important;
    margin: 30px 0 !important;
    border: 1px solid #d1d9e6 !important; 
    table-layout: auto !important; 
}

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

.entry-content thead tr, thead tr {
    background-color: #4A76C7 !important;
    color: #fff !important;
}

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

.entry-content tbody tr:hover {
    background-color: #e0edff !important;
    transition: background-color 0.2s ease;
}

.h2-tt-underline-thin20 {
    display: inline-block;
    width: fit-content;
    margin-top: 60px !important;
    margin-bottom: 20px !important;
    font-weight: 700 !important;
    font-size: 1.55rem !important;
    color: #0A2D6F !important;
    line-height: 1.4;
    background-image: linear-gradient(to right, #A8C6FF, #5D8AFF);
    background-position: bottom;
    background-size: 100% 20%;
    background-repeat: no-repeat;
    transition: all 0.35s ease;
    scroll-margin-top: 150px;
}

.h2-tt-underline-thin20:hover {
    background-size: 100% 100% !important;
    color: #ffffff !important;
    border-radius: 4px;
    padding: 0 5px;
    margin-left: -5px;
}

.entry-content h3, h3 {
    margin-top: 40px !important;
    margin-bottom: 15px !important;
    font-weight: 700 !important;
    color: #0A2D6F !important;
    line-height: 1.3 !important;
    clear: both;
}

.entry-content p {
    margin-bottom: 10px !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;
}

.entry-content li strong {
    display: inline !important;
    color: #000;
    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: #5D8AFF;
    background: transparent !important; 
}

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

.page-header-image-single { display:none; }

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

details.faq-item {
  background-color: #fff;
  border: 1px solid #d1d9e6;
  border-left: 5px solid #0A2D6F;
  border-radius: 4px;
  margin-bottom: 15px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

details.faq-item:hover {
  border-color: #5D8AFF;
  border-left-color: #5D8AFF;
  box-shadow: 0 5px 15px rgba(10, 45, 111, 0.1);
  transform: translateY(-2px);
}

summary.faq-question {
  padding: 18px 22px;
  font-size: 1.1em;
  font-weight: 700;
  margin: 0;
  color: #0A2D6F;
  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: 1em;
  line-height: 1.6;
  color: #333;
}

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