/*
Theme Name: City Routes Pro
Theme URI:
Author: Codex
Description: Creative directory WordPress theme converted from the Theme-A HTML build with custom listing code.
Version: 1.0.0
Text Domain: cdt-templates
*/

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.admin-bar .ucc-header {
  top: 0px;
}
 

.ucc-pagination {
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 42px;
}

.ucc-pagination .page-numbers {
  align-items: center;
  background: #fff;
  border: 2px solid #1a1b1f;
  color: #1a1b1f;
  display: inline-flex;
  font-weight: 800;
  height: 44px;
  justify-content: center;
  min-width: 44px;
  padding: 0 14px;
}

.ucc-pagination .current,
.ucc-pagination a:hover {
  background: #ff621d;
  color: #1a1b1f;
}

.ucc-empty-state {
  background: #fffaf1;
  border: 2px solid #1a1b1f;
  color: #1a1b1f;
  font-weight: 700;
  padding: 28px;
}


.faq-section {
    max-width: 800px;
    margin: 30px auto;
    font-family: Arial, sans-serif;
}

.faq-item {
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
}

.faq-item summary {
    padding: 16px 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    list-style: none;
    position: relative;
    background: #f8f8f8;
    transition: 0.3s;
}

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

.single-post h2 {
    color: var(--ucc-ink);margin-bottom: 20px;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    font-weight: bold;
    color:var(--ucc-ink);
}

.faq-item[open] summary {
    background: #fbf7ef;
    color: #000;
}

.faq-item[open] summary::after {
    content: "−";
    color: var(--ucc-ink);
}

.faq-content {
    padding: 20px;
    border-top: 1px solid #eee;
    line-height: 1.7;
    color: #555;
} 
.faq-answer {
	padding: 20px 20px 0px 20px;
}