/* ========== BODY / PAGE ========== */
body {
  background-color: #f7f7f7;
  font-family: 'Open Sans', Arial, sans-serif;
  color: #333;
  font-size: 14px;
}

#content {
  padding: 22px 0 10px;
}

/* ========== PAGE TITLE ========== */
.page-title {
  color: #294a70;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 14px;
}

/* ========== PAGE CONTENT ========== */
.page-content h2 {
  color: #294a70;
  font-size: 18px;
  font-weight: 700;
  margin: 22px 0 10px;
}

.page-content h3 {
  color: #294a70;
  font-size: 15px;
  font-weight: 700;
  margin: 18px 0 8px;
}

.page-content p {
  line-height: 1.7;
  margin-bottom: 14px;
}

.page-content ul {
  padding-left: 20px;
  margin-bottom: 14px;
}

.page-content ul li {
  line-height: 1.7;
  margin-bottom: 4px;
}

.content-img-full {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 18px;
}

.content-img-center {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 18px;
}

.highlight-text {
  color: #c000c0;
  font-weight: 700;
}

/* ========== SIDEBAR ========== */
#sidebar-primary .widget {
  background: #fff;
  margin-bottom: 18px;
  border: 1px solid #e8e8e8;
  overflow: hidden;
}

#sidebar-primary .widget-title {
  background-color: #294a70;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  padding: 9px 14px;
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

#sidebar-primary .widget-body {
  padding: 10px 14px 12px;
}

#sidebar-primary .widget-body img {
  width: 100%;
  height: auto;
  display: block;
}

#sidebar-primary .widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

#sidebar-primary .widget-list li {
  padding: 6px 0;
  border-bottom: 1px solid #f0f0f0;
  font-size: 12.5px;
  display: flex;
  align-items: flex-start;
  gap: 5px;
}

#sidebar-primary .widget-list li:last-child {
  border-bottom: none;
}

#sidebar-primary .widget-list li::before {
  content: '»';
  color: #f4a024;
  font-weight: 700;
  flex-shrink: 0;
  margin-top: 1px;
}

#sidebar-primary .widget-list li a {
  color: #333;
  text-decoration: none;
  line-height: 1.35;
}

#sidebar-primary .widget-list li a:hover {
  color: #f4a024;
}

/* ========== BLOCKQUOTE ========== */
.content-quote {
  border-left: 4px solid #f4a024;
  background: #fff8ef;
  margin: 18px 0;
  padding: 12px 18px;
  font-style: italic;
  color: #555;
}

.content-quote p {
  margin: 0;
}

/* ========== TABLE ========== */
.content-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 22px;
  font-size: 13.5px;
}

.content-table th {
  background-color: #294a70;
  color: #fff;
  padding: 8px 12px;
  text-align: left;
  font-weight: 700;
}

.content-table td {
  padding: 7px 12px;
  border-bottom: 1px solid #e8e8e8;
}

.content-table tbody tr:nth-child(even) {
  background: #f7f7f7;
}

.content-table tbody tr:hover {
  background: #fff8ef;
}

/* ========== GALLERY GRID ========== */
.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
}

.gallery-grid a,
.gallery-grid .gallery-item {
  display: block;
}

.gallery-grid img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #e0e0e0;
  transition: opacity 0.2s;
}

.gallery-grid img:hover {
  opacity: 0.85;
}

.gallery-item p {
  font-size: 12.5px;
  margin: 5px 0 0;
  color: #555;
}

/* ========== STAFF GRID (contact page) ========== */
.staff-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 22px;
}

.staff-card {
  text-align: center;
  width: 160px;
}

.staff-card h3,
.staff-card h4 {
  font-size: 13px;
  color: #294a70;
  margin: 0 0 6px;
}

.staff-card img {
  width: 140px;
  height: auto;
  border: 1px solid #ddd;
  display: block;
  margin: 0 auto 6px;
}

.staff-card p {
  font-size: 12.5px;
  color: #555;
  margin: 0;
  line-height: 1.5;
}

/* ========== MAP ========== */
.map-wrapper {
  margin-bottom: 14px;
}

.map-wrapper iframe {
  width: 100%;
  border: 0;
  display: block;
}

/* ========== SCROLL TO TOP ========== */
#btn-scrollup {
  position: fixed;
  bottom: 22px;
  right: 22px;
  background: #f4a024;
  color: #fff;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2px;
  text-decoration: none;
  z-index: 999;
  font-size: 14px;
}

#btn-scrollup:hover {
  background: #294a70;
  color: #fff;
}
