body:not(.home) .entry-title {
    font-weight: 700 !important;
}

body:not(.home) .entry-title.ast-blog-single-element,
body:not(.home) .entry-title.ast-blog-single-element a {
    font-weight: 700 !important;
    color: #B30707 !important;
    text-decoration: none !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 #ccc !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 #ccc !important;
    padding: 10px 12px !important;
    vertical-align: middle !important;
    word-wrap: break-word !important;
}

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

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

body:not(.home) .h2-pengu-line {
    display: flex;
    align-items: center;
    margin-top: 60px !important;
    margin-bottom: 10px !important;
    font-weight: 800;
    border-bottom: 3px solid #eee;
    padding-bottom: 10px;
    color: #222;
    line-height: 1.3;
    transition: border-bottom-color 0.3s ease;
}

body:not(.home) .h2-pengu-line::before {
    content: "";
    display: inline-block;
    flex-shrink: 0;
    width: 10px; height: 10px;
    background-color: #E64A19;
    border-radius: 50%;
    margin-right: 12px;
    transition: transform 0.3s ease;
}

body:not(.home) .h2-pengu-line:hover { 
    border-bottom-color: #E64A19; 
}

body:not(.home) .h2-pengu-line:hover::before { 
    transform: scale(1.5); 
}

body:not(.home) .entry-content h3, 
body:not(.home) h3 {
    margin-top: 30px !important;
    margin-bottom: 10px !important;
    font-weight: 700 !important;
    color: #333;
    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;
}

body:not(.home) .entry-content li strong {
    display: inline !important;
    color: #000;
    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: #999;
    background: transparent !important; 
}

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

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;
}

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


details.faq-item {
  background-color: #fff;
  border-left: 5px solid #E64A19;
  border: 1px solid #eee;
  border-radius: 4px;
  margin-bottom: 15px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  overflow: hidden;
}

details.faq-item:hover {
  background-color: #fffbf9;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(230, 74, 25, 0.15);
}

summary.faq-question {
  padding: 18px 22px;
  cursor: pointer;
  font-size: 20px;
  font-weight: 800;
  margin: 0;
  color: #222;
  display: flex;
  align-items: center;
  background-color: #fff;
  list-style: none;
  outline: none;
}

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

summary.faq-question::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #E64A19;
  border-radius: 50%;
  margin-right: 12px;
  flex-shrink: 0;
}

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

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