.custom-pagination .page-numbers {
    padding: 10px 15px;
    margin: 0 5px;
    border-radius: 5px;
    text-decoration: none;
    background: #f8f8f8;
    color: #333;
    transition: background 0.3s ease, color 0.3s ease;
}

.custom-pagination .page-numbers:hover {
    background: var(--wp--custom--color--tertiary);
}

.custom-pagination .page-numbers.current {
    background: var(--wp--custom--color--primary); /* Your active page color */
    color: #fff;
    font-weight: bold;
    border-radius: 5px;
}

.custom-navigation{
	padding: 0 15px;
}

.nav-shadow{
  box-shadow: 0 4px 12px rgba(0,0,0,0.1)
}
.wp-block-navigation .wp-block-navigation-item{
  line-height: 0.75rem;
}
@media (min-width: 600px) {
.header-menu .wp-block-navigation__container{
  background-color: var(--wp--custom--color--tertiary);
  width: fit-content;
  padding: 0.5rem 1rem;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
}
}
