/*
Theme Name: Twenty Twenty-Five Child
Description: Motyw potomny Twenty Twenty-Five
Template: twentytwentyfive
Version: 1.0
*/

.page-header {
  background: var(--wp--preset--color--custom-light);
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15), 0 1px 0px rgba(215, 51, 153, 0.3);
  position: sticky;
  top: 0;
  z-index: 100;
}

.page-header nav p,
.page-header nav br {
  display: none;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
  transition: all .25s ease;
}

.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content:hover {
  color: var(--wp--preset--color--custom-primary);
}

.polylang-wrapper {
  display: inline-block;
}

.polylang-wrapper select {
  background: var(--wp--preset--color--custom-light);
  border: 1px solid var(--wp--preset--color--custom-primary);
  border-radius: 0;
  cursor: pointer;
  font-family: var(--wp--preset--font-family--pt-sans-narrow);
  font-size: var(--wp--preset--font-size--medium);
  min-width: 100px;
  padding: 5px;
}

.polylang-wrapper select:hover {
  border-color: var(--wp--preset--color--custom-primary);
}

.polylang-wrapper select:focus {
  border-color: var(--wp--preset--color--custom-primary);
  box-shadow: 0 0 0 2px rgba(215, 51, 153, 0.1);
  outline: none;
}