.cfqtp-title {
    font-size: 22px;
    font-weight: bold;
    color: #3B3B98;
    margin-bottom: 15px;
}
.cfqtp-faq-item {
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    overflow: hidden;
}
.cfqtp-faq-question {
    background-color: #A92626;
    color: white;
    padding: 12px 16px;
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.cfqtp-faq-answer {
    padding: 14px 16px;
    display: none;
    background: white;
    color: black;
    border-top: 1px solid #ccc;
}
.cfqtp-toggle {
    font-size: 20px;
}
#cfqtp-faq-container .cfqtp-faq {
    margin-bottom: 10px;
}
#cfqtp-faq-container .widefat {
    margin-bottom: 8px;
}

/* TOC styles */
.cfqtp-toc {
  background: #ffecec;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
.cfqtp-toc h3 {
  margin-top: 0;
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.cfqtp-toc ul {
  padding-left: 20px;
  margin: 0;
}
.cfqtp-toc li {
  list-style: disc;
  margin-bottom: 6px;
}
.cfqtp-toc a {
  text-decoration: none;
  color: #000;
}

/* Table styling */
table.cfqtp-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
table.cfqtp-table th {
  background-color: #A92626;
  color: white;
  padding: 10px;
  text-align: left;
}
table.cfqtp-table td {
  padding: 10px;
  border: 1px solid #ccc;
  background: #fff;
}
