/* Category-like page template typography and tables – mirror single post styles */

/* Headings similar to single post */
.category-template h1 {
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-weight: 600;
  margin-bottom: 16px;
}

.category-template h3 {
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 19px;
}

.category-template h3 strong {
  font-weight: 600;
}

.category-template h4 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 14px;
}

.category-template h5,
.category-template h6 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 12px;
}

/* Links */
.category-template .content-section a {
  color: var(--theme-color);
  text-decoration: none;
  transition: color 0.3s ease;
}

.category-template .content-section a:hover {
  color: #FD7B33;
}

/* Images */
.category-template img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 20px;
}

/* Lists inside content area */
.category-template .wp-block-list li {
 
  line-height: 26px !important;
  margin-bottom: 20px  !important;
  font-size: 17px  !important;
  color: #0d1126  !important;
  opacity: 70% !important;
  font-weight: 400  !important;
  display: list-item !important;
  list-style-type: disc  !important;
  overflow:visible !important;
}
/* Lists inside content area */
.category-template .visitors-tabs-box .tabs-content .tab .text ul li{

  display: list-item !important;
  list-style-type: disc  !important;
  overflow:visible !important;
}
.category-template .list-item li {
  
  opacity: 100% !important;
}

.category-template ol li {
  line-height: 26px;
  margin-bottom: 8px;
  font-size: 17px;
  color: #0d1126;
  opacity: 0.7;
  font-weight: 400;
  list-style-type: decimal;
}

/* Tables inside category content */
.category-template table td,
.category-template table th {
  border: 1px solid #d2d2d2;
  vertical-align: middle;
  padding: 8px;
}

.category-template table thead tr:first-child {
  background: linear-gradient(135deg, #ff9800, #ff5722);
  color: #fff;
}

.category-template table tbody tr:hover td{
  background: #fff3e0;
   
}
 
.category-template table tr {
  transition: 0.3s ease;
}

/* Gutenberg tables */
/* Paragraph text similar to news cards */
.category-template p {
  line-height: 26px;
  margin-bottom: 20px;
  font-size: 17px;
  color: #0d1126;
  opacity: 0.7;
  font-weight: 400;
}

/* Post title/link styles similar to news cards */
.category-template h2 {
  display: block;
  font-size: 28px;
  line-height: 38px;
  font-weight: 600;
  margin-bottom: 10px;
}

.category-template h2 a {
  color: var(--title-color);
}

.category-template .content-side a {
  position: relative;
  /* display: inline-block; */
  font-size: 16px;
  line-height: 24px;
  font-family: var(--jost);
  font-weight: 600;
  /* background: #2d2d76; */
  border-radius: 10px;
  padding: 10px 10px;
  /* color: #fff; */
}

.category-template .content-side .list-item a:hover {
  background: #FD7B33;
  color: #fff;
}

.category-template .content-side a span {
  position: relative;
  padding-right: 32px;
}

.category-template .content-side a span:before {
  position: absolute;
  content: '';
  background-image: url(../../images/icons/icon-257.png);
  width: 14px;
  height: 14px;
  top: 4px;
  right: 0;
  filter: grayscale(100%);
  background-repeat: no-repeat;
  opacity: 0.7;
  transition: all 500ms ease;
}

.category-template .content-side a:hover span:before {
  filter: grayscale(0);
  opacity: 1;
}

.category-template .faq-style-six .accordion-box .block {
 list-style-type: none !important;
}

.category-template .content-side .cta-style-two .content-box .support-box .icon-box {
    position: inherit;
  }

 
    .category-template .content-side .cta-style-two .content-box .support-box {
    position: relative;
    display: flex;
    padding: 0px 0px 0px 0;
}
 
.category-template .faq-style-six .accordion-box .block{
  display: block !important;
}
.category-template .content_block_five .content-box .list-inner {
  flex-wrap: wrap;
    gap: 10%;
    justify-content: flex-start;

}
.category-template .content-side .content_block_five .content-box .list-inner a {
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 17px;
  color:#0d1126;
  opacity:70%;
}
.category-template .content-side .wp-block-table thead {
  border-bottom: none;
}
.category-cta .content-box .support-box a,.category-cta-2 .content-box .support-box a{
  border-radius:unset !important;
  border: 1px solid white !important;
  text-decoration: none !important;
}
.category-cta .content-box .support-box{
  display:block !important;
}

@media only screen and (max-width: 1200px) {
  .category-cta .content-box h2 {
    margin-bottom: 0px !important; 
  }
}
@media (max-width: 767px) {
.category-cta .auto-container{
text-align: center !important;
}
}
.category-cta-2 .auto-container{
  text-align: center;

}
.category-cta-2 p{
  color:white !important;
  margin-bottom:0px !important;
}
.category-cta-2 .content-side .content-box{
  display:block !important;
}
.category-cta-2 .content-side .support-box{
  display:block !important;
}
/* Category template only: keep icon+text alignment consistent */
.category-template .cta-style-two.dark-section .best-suitable-inline .support-box{
  display: flex;
  align-items: center;
  justify-content: flex-start !important;
  width: 100%;
  text-align: left;
}

.category-template .cta-style-two.dark-section .best-suitable-inline .support-box .icon-box{
  width: 44px;
  min-width: 44px;
  margin-right: 12px;
  display: flex;
  justify-content: center;
}

.category-template .cta-style-two.dark-section .best-suitable-inline .support-box a{
  display: block;
  flex: 1;
  text-align: left;
}

.category-template .cta-style-two.dark-section .best-suitable-inline .support-box .best-suitable-text{
  flex: 1;
  min-height: 44px;
  display: flex;
  align-items: center;
  text-align: left;
}

@media (max-width: 767px) {
  .category-template .cta-style-two.dark-section .best-suitable-inline .support-box{
    justify-content: flex-start !important;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
}


.category-template .best-suitable-inline img{
margin-bottom:0px !important;
width:auto !important;
height:auto !important;
}

.category-cta-2 .content-box, .category-cta-2 .support-box{
  display:block !important;
}
.category-template .wp-block-list li ul li {
  list-style-type: circle !important;
  margin-bottom:0px !important;
}
.category-template .accordion-box .block .acc-btn {
  font-size:18px;
}
.category-template .acc-content p{
  opacity:1;
}
.category-template .wp-block-list li ul li a:hover {
    color: #f1673e;
}

.category-template .faq-style-six li{
overflow: visible !important;
    -webkit-box-orient: unset !important;
}
.category-template .filter-box, .category-template .help-card, .category-template .trust-box, .category-template .client-box {

  margin-bottom: 0px !important; 
}
.category-template .faq-style-six{
  padding :10px 0px 0px 0px !important;
}
.category-template .post-widget .widget-title h3{
margin-bottom:0px !important;
}
