/* BLOG - HERO SECTION */
body.blog main > div.hero-section:before, body.blog main > div.hero-section:after, body.archive main > div.hero-section:before, body.archive main > div.hero-section:after, body.category main > div.hero-section:before, body.category main > div.hero-section:after, body.single-post main > div.hero-section:before, body.single-post main > div.hero-section:after {
	display: none;
	overflow: visible;
}

body.single-post main div[data-block="hook:790"] {
	max-width: 1400px;
	width: var(--theme-container-width);
	margin-left: auto;
	margin-right: auto;
}

body.single-post main div.promo-main-content h2 {
	margin: 0!important;
}


body.blog main > div.hero-section, body.archive main > div.hero-section, body.category main > div.hero-section, body.single-post main > div.hero-section {
	overflow: visible;
}

body.blog main > div.hero-section header, body.archive main > div.hero-section header, body.category main > div.hero-section header, body.single-post main > div.hero-section header {
	margin: 0;
	width: 100vw;
	max-width: 100vw;
}


body.blog main > div.hero-section header div.hero-section, body.archive main > div.hero-section header div.hero-section, body.category main > div.hero-section header div.hero-section, body.single-post main > div.hero-section header div.hero-section {
	position: relative;
}

body.single-post main > div.hero-section header div.hero-section h1 {
	font-size: 36px;
	line-height: 56px;
}

body.single-post main > div.hero-section header div.hero-section div.author-date {
	display: flex;
	align-items: center;
	gap: 16px;
}

body.single-post main > div.hero-section header div.hero-section div.author-date > div {
	display: flex;
	align-items: center;
	gap: 4px;
	color: var(--theme-palette-color-10);
	font-size: 12px;
	font-weight: 400;
	line-height: normal;
}

body.single-post main > div.hero-section header div.hero-section div.share-post {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	gap: 8px;
	align-self: stretch;
}


body.single-post main > div.hero-section header div.hero-section div.share-post > div.share-title {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 31px;
}

body.single-post main > div.hero-section header div.hero-section div.share-post > div.share-links {
	display: flex;
	align-items: flex-start;
	align-content: flex-start;
	gap: 8px;
	align-self: stretch;
	flex-wrap: wrap;
	
}

body.single-post main > div.hero-section header div.hero-section div.share-post > div.share-links > a {
	display: flex;
	padding: 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 100px;
	background: var(--theme-palette-color-8);
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
}

body.single-post main div.entry-content > p:first-child {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
}

/* WYGLĄD KATEGORII BLOGOWYCH */
div.entries > article.entry-card > ul > li.meta-categories {
	line-height: normal;
	padding: 8px 16px;
	background: var(--theme-palette-color-8);
	border-radius: 100px;
	border: 4px solid var(--theme-palette-color-9);
}

div.entries > article.entry-card > ul > li.meta-categories > a {
	color: var(--theme-palette-color-6)!important;
	line-height: normal;
	font-size: 14px;
}

div.entries > article.entry-card > ul[data-id="meta_1"] {
	margin-top: -17px;
	position: relative;
}

nav.ct-pagination > a.page-numbers, nav.ct-pagination > div .page-numbers {
	border-radius: 100px;
}

:root { --header-offset: 156px; }


div.promo-table-of-content.one-tile {
	position: relative;
	display: flex;
	padding: 16px;
	flex-direction: column;
	gap: 10px;
}

div.promo-table-of-content.one-tile > div.main-pin {
	padding-left: 16px;
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
}

div.promo-table-of-content.one-tile > div.main-pin > div.toc-title {
	flex: 1 0 0;
	font-size: 18px;
	font-weight: 600;
	line-height: normal;
}

div.promo-table-of-content.one-tile > svg.border {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

div.promo-table-of-content.one-tile > svg.border > rect {
	width: calc(100% - 2px);
	height: calc(100% - 2px);
}

div.ct-sidebar {
	position: sticky;
	top: 155px;
}


/* SPIS TREŚCI */
div.promo-table-of-content.one-tile {
	display: none;
}

div.promo-table-of-content.sidebar.one-tile {
	display: flex;
}

div.promo-table-of-content.one-tile > ol.table-of-content, div.promo-table-of-content.one-tile > ol.table-of-content > li > ul {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
	padding: 0;
}

div.promo-table-of-content.one-tile > ol.table-of-content > li > ul {
	margin-top: 4px;
	margin-left: 16px;
}

div.promo-table-of-content.one-tile > ol.table-of-content > li, div.promo-table-of-content.one-tile > ol.table-of-content > li > ul > li {
	list-style: none;
}

div.promo-table-of-content.one-tile > ol.table-of-content > li > a, div.promo-table-of-content.one-tile > ol.table-of-content > li > ul > li > a {
	display: flex;
	padding: 8px 24px;
	flex-direction: column;
	justify-content: center;
	border-radius: 100px;
	background: var(--theme-palette-color-8);
}

div.promo-table-of-content.one-tile > ol.table-of-content > li > ul > li > a {
	font-size: 12px;
}

div.promo-table-of-content.one-tile > ol.table-of-content > li > a:hover, div.promo-table-of-content.one-tile > ol.table-of-content > li > ul > li > a:hover {
	background: var(--theme-palette-color-9);
}

div.promo-table-of-content.one-tile > ol.table-of-content > li > a.active, div.promo-table-of-content.one-tile > ol.table-of-content > li > ul > li > a.active {
	background: var(--theme-palette-color-1);
}


/* FAQ + formularz */
div.blog-faq-contact {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 64px;
}

div.blog-faq-contact > div.column-one {
	flex: 1 0 0;
}

div.blog-faq-contact > div.column-two {
	max-width: 600px;
	width: 100%;
}

/*FAQ*/
div.promo-faq {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

div.promo-faq > h2 {
	margin: 0;
}


div.promo-faq > div.promo-faq-lists {
	display: flex; 
	flex-direction: column;
	gap: 16px;
}

div.promo-faq > div.promo-faq-lists > div > div.question {
	display: flex;
	gap: 16px;
	justify-content: space-between;
	align-items: center;
	padding: 16px;
	padding-left: 32px;
	border-radius: 100px;
	background: var(--theme-palette-color-9);
}

div.promo-faq > div.promo-faq-lists > div > div.question > p {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	margin: 0;
	flex: 1 0 0;
}

div.promo-faq > div.promo-faq-lists > div > div.question > svg {
	height: 48px;
	width: 48px;
	transform: rotate(180deg);
}

div.promo-faq > div.promo-faq-lists > div:first-child > div.question > svg {
	transform: rotate(0deg);
}

div.promo-faq > div.promo-faq-lists > div > div.answer {
	padding: 24px 32px 0px 32px;
}

/* Ukryj wszystkie odpowiedzi na starcie */
.promo-faq-lists .answer {
  display: none;
  padding: 10px 0;
}

/* Upewnij się, że kursor przy pytaniu zmienia się na "pointer" */
.promo-faq-lists .question {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Płynna animacja obracania SVG */
.promo-faq-lists .question svg {
  transition: transform 0.3s ease;
}

@media only screen and (max-width: 900px) {
	div.promo-faq > div.promo-faq-lists > div > div.question > p {
		font-size: 16px;
	}
}



/* FORMULARZ KONTAKTOWY */
div.blog-faq-contact > div.column-two {
	display: flex;
	padding: 32px;
	flex-direction: column;
	gap: 32px;
	border-radius: 48px;
	background: var(--theme-palette-color-9);
}

div.blog-faq-contact > div.column-two > div.wpforms-container {
	margin: 0;
}

div.blog-faq-contact > div.column-two > div.contact-form-title {
	color: var(--theme-palette-color-6);
	font-size: 26px;
	font-weight: 600;
	line-height: normal;
}

div.blog-faq-contact > div.column-two > div.wpforms-container > form input, div.blog-faq-contact > div.column-two > div.wpforms-container > form textarea {
	border-radius: 100px;
	background: var(--theme-palette-color-8);
	min-height: 65px;
	padding: 16px 32px;
	border: 2px solid var(--theme-palette-color-8);
	margin-bottom: 0!important;
	box-shadow: none!important;
}

div.blog-faq-contact > div.column-two > div.wpforms-container > form textarea {
	border-radius: 32px;
	min-height: 140px;
}

div.blog-faq-contact > div.column-two > div.wpforms-container > form input, div.blog-faq-contact > div.column-two > div.wpforms-container > form label {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 28px;
	padding-left: px;
}

.wpforms-container .wpforms-field, .wp-core-ui div.wpforms-container .wpforms-field {
	padding: 0!important;
}

div.blog-faq-contact > div.column-two > div.wpforms-container > form .wpforms-submit-container {
	margin-top: 0;
}

div.blog-faq-contact > div.column-two > div.wpforms-container > form, div.blog-faq-contact > div.column-two > div.wpforms-container > form > div.wpforms-field-container {
	display: flex;
	flex-direction: column;
	gap: 32px;
}

div.blog-faq-contact > div.column-two > div.wpforms-container > form input:focus, div.blog-faq-contact > div.column-two > div.wpforms-container > form textarea:focus {
	border: 2px solid var(--theme-palette-color-1);
}

div.blog-faq-contact > div.column-two > div.wpforms-container > form > div.wpforms-submit-container > button {
	display: flex;
	padding: 8px 8px 8px 20px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	border-radius: 100px;
	border: 3px solid var(--theme-palette-color-8);
	background: var(--cta-color);
	min-height: 50px;
	font-size: 16px;
}

div.blog-faq-contact > div.column-two > div.wpforms-container > form > div.wpforms-submit-container > button:after {
	content: " ";
	width: 34px;
	height: 34px;
	background-image: url(/wp-content/themes/hopsiup/images/contact/send.svg);
	background-repeat: no-repeat;
	background-position: center;
}

div.blog-faq-contact > div.column-two > div.info {
	font-size: 14px;
	font-weight: 400;
	line-height: 28px;
}

div.blog-faq-contact > div.column-two > div.info > a {
	text-decoration: underline;
}

/* LISTA WYPUNKTOWANA */
body.single-post div.entry-content ul {
  list-style: none;
  padding: 0;
}

body.single-post div.entry-content li > ul {
	margin-top: 0.6em;
}

body.single-post div.entry-content ul li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: calc(22px + 0.5em);
}

body.single-post div.entry-content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  background: url('/wp-content/themes/hopsiup/images/single/point-list.svg')
              no-repeat center center;
  background-size: contain;
}

body.single-post div.entry-content li > ul > li {
	padding-left: calc(11px + 0.5em);
}

body.single-post div.entry-content li > ul > li::before {
	border-radius: 100%;
	top: 8px;
	width: 11px;
	height: 11px;
	background:var(--button-background);
}

body.single-post div.entry-content li > ul {
	margin-bottom: 0;
}

body.single-post div.entry-content ol:not(.table-of-content) {
  list-style: none;
  padding: 0;
  counter-reset: item;
}

body.single-post div.entry-content ol:not(.table-of-content) > li {
  position: relative;
  margin-bottom: 0.6em;
  padding-left: calc(22px + 0.5em);
  counter-increment: item;
}

body.single-post div.entry-content ol:not(.table-of-content) > li::before {
  content: counter(item);
  position: absolute;
  left: 0;
  top: 3px;
  width: 22px;
  height: 22px;
  background: var(--theme-palette-color-1);
  background-size: contain;
  border-radius: 100%;
  text-align: center;
  line-height: 22px;
  font-weight: 600;
}