.page-content-section-area  h2 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  
  .mobile-sidebar .logos {
    text-align: center;
  }
  .mobile-sidebar .logos img{
    width: 75px
  }
  
  @media screen and (max-width: 768px) {
  .header-search-container .search-submit {
    background-color: #A02BBD;
  }
  .header-search-container .search-field {
    border: 1px solid #A02BBD;
  }
}

/* Chess Club Slider Styles */
.club-link {
	text-decoration: none;
	color: inherit;
	display: block;
	transition: transform 0.3s ease;
}

.club-link:hover {
	transform: translateY(-5px);
	text-decoration: none;
	color: inherit;
}

.club-box {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 20px;
	transition: all 0.3s ease;
	min-height: 120px;
	text-align: center;
}

.club-box:hover {
	transform: translateY(-5px);
}

.club-initials {
	font-size: 32px;
	font-weight: bold;
	color: #1a365d;
	background: #f8f9fa;
	border: 3px solid #1a365d;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
	transition: all 0.3s ease;
}

.club-initials[data-length="4"] {
	font-size: 24px;
}

.club-initials[data-length="5"] {
	font-size: 20px;
}

.club-initials[data-length="6"] {
	font-size: 18px;
}

.club-box:hover .club-initials {
	background: #1a365d;
	color: #ffffff;
}

.club-name {
	font-size: 14px;
	font-weight: 600;
	color: #333333;
	line-height: 1.3;
	max-width: 100%;
	word-wrap: break-word;
}

.hero1-section-area {
	background-image: url(../img/bg/header-bg1-new.png);
  }

/* Text logo circle for ReferenceList */
.text-logo-circle {
  width: 52px;
  height: 52px;
  border-radius: 9999px;
  background: #fff;
  color: #A02BBD;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  text-transform: uppercase;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.text-logo-circle[data-length="3"] { font-size: 18px; }
.text-logo-circle[data-length="4"] { font-size: 13px; letter-spacing: -0.5px; }

/* Rich Text Table Styles for Champion Pages */
.champion-inner-section table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.champion-inner-section table th {
  background: #1a365d;
  color: #ffffff;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.champion-inner-section table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 1.5;
}

.champion-inner-section table tr:hover {
  background-color: #f8f9fa;
}

.champion-inner-section table tr:last-child td {
  border-bottom: none;
}

/* Responsive table styles */
@media (max-width: 768px) {
  .champion-inner-section table {
    font-size: 12px;
  }
  
  .champion-inner-section table th,
  .champion-inner-section table td {
    padding: 8px 12px;
  }
}

/* Global Rich Text Content Styles */
.rich-text-content {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

/* Ensure proper spacing for rich text elements */
.rich-text-content > * {
  margin-bottom: 1rem;
}

.rich-text-content > *:last-child {
  margin-bottom: 0;
}

.rich-text-content h1 {
  color: #1a365d;
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.2;
}

.rich-text-content h2 {
  color: #1a365d;
  margin-top: 1.5rem;
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.3;
}

.rich-text-content h3 {
  color: #1a365d;
  margin-top: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.4;
}

.rich-text-content h4,
.rich-text-content h5,
.rich-text-content h6 {
  color: #1a365d;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  line-height: 1.4;
}

.rich-text-content p {
  margin-bottom: 1rem;
  line-height: 1.6;
}

.rich-text-content ul,
.rich-text-content ol {
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

/* Ensure bullets/numbers are visible inside rich text (override global resets) */
.rich-text-content ul {
  list-style: disc outside;
}

.rich-text-content ol {
  list-style: decimal outside;
}

.rich-text-content li {
  display: list-item;
}

/* Nested list styles */
.rich-text-content ul ul {
  list-style: circle outside;
}

.rich-text-content ol ol {
  list-style: lower-roman outside;
}

.rich-text-content ul ol {
  list-style: decimal outside;
}

.rich-text-content ol ul {
  list-style: disc outside;
}

.rich-text-content li {
  margin-bottom: 0.25rem;
  line-height: 1.5;
}

.rich-text-content a {
  color: #A02BBD;
  text-decoration: none;
}

.rich-text-content a:hover {
  text-decoration: underline;
}

.rich-text-content blockquote {
  border-left: 4px solid #A02BBD;
  padding-left: 1rem;
  margin: 1rem 0;
  font-style: italic;
  color: #666;
  background: #f8f9fa;
  padding: 1rem;
  border-radius: 4px;
}

.rich-text-content hr {
  margin: 2rem 0;
  border: none;
  border-top: 2px solid #e9ecef;
}

.rich-text-content strong {
  font-weight: 600;
  color: #1a365d;
}

.rich-text-content em {
  font-style: italic;
}

.rich-text-content code {
  background-color: #f8f9fa;
  padding: 0.2rem 0.4rem;
  border-radius: 3px;
  font-family: monospace;
  font-size: 0.9em;
  color: #e83e8c;
}

/* Rich Text Table Styles - Global */
.rich-text-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5rem 0;
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.rich-text-content table th {
  background: #1a365d;
  color: #ffffff !important;
  padding: 12px 16px;
  text-align: left;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
letter-spacing: 0.5px;
}

.rich-text-content table td {
  padding: 12px 16px;
  border-bottom: 1px solid #e9ecef;
  font-size: 14px;
  line-height: 1.5;
}

.rich-text-content table tr:hover {
  background-color: #f8f9fa;
}

.rich-text-content table tr:last-child td {
  border-bottom: none;
}

/* Event Description Specific Styles (smaller text for event cards) */
.event-description {
  font-size: 14px;
}

.event-description h1,
.event-description h2,
.event-description h3 {
  font-size: 1.1rem;
  margin-top: 0.75rem;
  margin-bottom: 0.5rem;
}

.event-description p {
  margin-bottom: 0.75rem;
}

/* Event Contact Info Styles */
.contact-info {
  margin-top: 0.5rem;
}

.contact-info a {
  display: inline-flex;
  align-items: center;
  color: #666;
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
}

.contact-info a:hover {
  color: #A02BBD;
  text-decoration: none;
}

.contact-info i {
  margin-right: 0.5rem;
  color: #A02BBD;
  width: 16px;
}

/* Responsive table styles */
@media (max-width: 768px) {
  .rich-text-content table {
    font-size: 12px;
  }
  
  .rich-text-content table th,
  .rich-text-content table td {
    padding: 8px 12px;
  }
  
  .rich-text-content h1 {
    font-size: 1.5rem;
  }
  
  .rich-text-content h2 {
    font-size: 1.25rem;
  }
  
  .rich-text-content h3 {
    font-size: 1.1rem;
  }
}

.chess-club-page {
  padding-bottom: 100px !important;
}

/* Pages index card styles */
.page-card {
  background: #fff;
  border: 1px solid #e9ecef;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  height: 100%;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.page-card-body {
  padding: 20px;
}

.page-card-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a365d;
  margin-bottom: 10px;
}

.page-card-summary {
  color: #666;
  font-size: 14px;
  line-height: 1.5;
  min-height: 42px;
  margin-bottom: 16px;
}

.page-card-actions .vl-btn1.small {
  padding: 8px 14px;
  font-size: 12px;
}

/* Documents page card header styles */
.documents-section-area .card {
  border: 1px solid #A02BBD;
  border-radius: 0.375rem;
}

.documents-section-area .card-header {
  background-color: #A02BBD;
  border-bottom: none;
  padding: 1rem 1.25rem;
}

.documents-section-area .card-header .card-title {
  color: #ffffff;
  font-weight: 600;
  margin: 0;
}