/* 
body p,
body ul li {
  color: #2C2C2C !important;
	font-weight: 200;
} */
footer, 
footer p,
footer span,
footer a {
  color: #ffffff !important;
}

body p, li{
	color: #000000 !important;
	font-weight: 300; 
}
.wp-block-heading has-surface-color has-text-color has-link-color wp-elements-34d88d8ffd243cc1a84dbb1f40845a32 h4{
	color: #2C2C2C !important;
	
}

.wp-block-navigation__responsive-container-content li{
		color: #4f8735 !important;
}
h2, h3{
	color: #4f8735 !important;
}
/* Єдиний стиль для всіх кнопок у WordPress */
/* === Єдиний стиль для всіх кнопок WordPress + Jetpack === */
/* === Єдиний стиль для всіх кнопок WordPress + Jetpack === */
.wp-block-button__link,
.wp-element-button,
.wp-block-jetpack-button button,
button,
input[type="button"],
input[type="submit"] {
  background-color: #4f8735; 
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;

  display: inline-flex; /* для вирівнювання тексту по центру */
  align-items: center;
  justify-content: center;

  border: none;
  border-radius: 6px;
  box-sizing: border-box;
  box-shadow: none;
  cursor: pointer;
  transition: all 0.2s ease-in-out;

  /* Розміри і відступи */
  padding: 14px 24px; 
  min-height: 48px; 

  /* Поведінка тексту */
  white-space: normal;
  overflow-wrap: break-word;
  word-break: break-word;

  /* Ширина */
  width: auto;
  max-width: 100%;
}

/* === Hover-ефект === */
.wp-block-button__link:hover,
.wp-element-button:hover,
.wp-block-jetpack-button button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
  background-color: #3b6628; 
  color: #ffffff;
}

/* === Active (натискання) === */
.wp-block-button__link:active,
.wp-element-button:active,
.wp-block-jetpack-button button:active,
button:active,
input[type="submit"]:active {
  transform: scale(0.98);
}

/* === Disabled стан === */
.wp-block-button__link[aria-disabled="true"],
.wp-block-jetpack-button button[aria-disabled="true"],
button:disabled,
input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

/* === Центрування кнопок === */
.wp-block-button,
.wp-block-jetpack-button {
  text-align: center;
}

/* === Приховуємо спінер Jetpack === */
.wp-block-jetpack-button .spinner {
  display: none !important;
}

/* === Адаптивність === */
@media (max-width: 600px) {
  .wp-block-button__link,
  .wp-element-button,
  .wp-block-jetpack-button button {
    width: 100%;
  }
}
.is-style-bk-box-shadow-hover,
.is-style-bk-box-shadow-hover:hover {
  box-shadow: none !important;
  transform: none !important;
  transition: none !important;
  filter: none !important;
}

.glsr-review-date {
    display: none !important;
}
.glsr-review-title h4.glsr-tag-value {
    font-size: 16px !important;   
    line-height: 1.3;
    margin-bottom: 6px;
}