/* Changing the FAQ page Post Title font size | zd-11623892 RCs */

.page-id-37650 .wp-block-post-title a {
	font-size: 18px !important;
}

/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/*Hide entry meta-left-KS-HC-22134276 */
.entry-footer, .entry-meta {
	display: none;
}

/*Hide featured images on posts-KS-HC-22134276 */
.single-post .post-thumbnail {
	display: none;
}

/*Hide post nav-KS-HC-22134276 */
.nav-links {
	display: none;
}

/*Center Menu-HC-22134276 */
@media only screen and (min-width: 560px) {
	.site-header .main-navigation {
		justify-content: center;
	}
}

@media only screen and (min-width: 560px) {
	.site-header .main-navigation>div>ul>li {
		padding-left: 13px;
		padding-right: 13px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
}

.site-logo {
	text-align: center;
}

.main-navigation {
	text-align: center;
}
.apollo-whatsapp {
    display: inline-block;
    padding: 14px 28px;
    background-color: #111111;
    color: #ffffff;
    border: 2px solid #c6a75e;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
}
.apollo-whatsapp:hover {
    background-color: #c6a75e;
    color: #111111;
}
/* center all header content | 22573648-hc bsan */ @media only screen and (min-width: 560px) { .site-header { display: block; text-align: center; } .social-navigation>div>ul { justify-content: center; } }

/* Remove underlines from links | 22804082-hc (KK) */
.wp-block-group a, .wp-block-cover a, .wp-block-cover-image a, .wp-block-media-text a, p:not(.site-title) a {
    text-decoration: none;
}

.apollo-border {
  border: 1px solid #ccc;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
  padding: 6px;
  background-color: #fff;
  max-width: 500px;
  margin: 0 auto;
}
.padded-group {
  padding-left: 25px;
  padding-right: 25px;
  max-width: 900px;
  margin: 0 auto;
}
.wp-block-group.padded-group {
  padding-left: 25px !important;
  padding-right: 25px !important;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image + p:empty {
  display: none; /* hides any accidental blank captions */
}
.wp-block-group .wp-block-image {
  margin-bottom: 0 !important;
}
.wp-block-image + p {
  margin-top: 4px !important;
}

.max-width-text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Keep underlines for normal text links inside main content */
.entry-content p a,
.entry-content li a,
.entry-content table a {
  text-decoration: underline;
  text-underline-offset: 2px; /* subtle spacing below text */
}

/* Default (fallback) link colour */
.entry-content a {
  color: #C89D2B; /* villa orange */
  text-decoration: underline;
  text-underline-offset: 2px;
}


/* Smooth transition for link colours */
.entry-content a,
.entry-content .wp-block a {
  transition: color 0.25s ease, text-decoration-color 0.25s ease;
}
.has-background a,
.wp-block-group.has-background a,
.wp-block-cover a {
  color: #ffffff !important;
}

.faq-grid .wp-block-post-title,
.faq-grid .wp-block-post-title a {
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 1.2 !important;
}
.wp-block-social-links {
    display: none !important;
}


