/*!
 * Black Header CSS
 * Migrated 2026-05-21 from WPCode snippet #670.
 * Enqueue condition: global (header-applicable)
 */

#peb-header {

	background: linear-gradient(to bottom, black 0%, black 70%, white 100%);

	position: relative;

	max-width: 100%;

	height: 90px;

}



#custom-post-type-peb-header {

  align-items: center;

  justify-content: space-around;

  width: 100%;

  max-width: 100%;

  margin: 0 auto;

  height: 72px;

  gap: 20px;

  flex-wrap: nowrap;

}



.entry-title {

	margin-top:100px;

}
