@import url(https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700&display=swap);

footer,
header {
	color: #95a5a6
}

form,
header {
	display: flex
}

.back-link,
.lightbox-close,
a.cta-button,
button,
header a {
	text-decoration: none
}

.admin-table thead th,
body {
	background-color: var(--light-gray)
}

:root {
	--primary-color: #2c3e50;
	--secondary-color: #6eb7b0;
	--light-gray: #f5f7fa;
	--border-color: #e0e5ec;
	--shadow-color: rgba(44, 62, 80, 0.1);
	--text-color: #34495e
}

body {
	font-family: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
	color: var(--text-color);
	margin: 0
}

header {
	justify-content: space-between;
	align-items: center;
	padding: 1.5rem 2rem;
	max-width: 1200px;
	margin: 0 auto
}

footer {
	text-align: center;
	padding: 1.5rem
}

header h1 a.header-link {
	color: var(--primary-color);
	text-decoration: none;
	font-weight: 700
}

main {
	max-width: 1600px;
	margin: 20px auto;
	padding: 0 2rem
}

.progress-bar,
h3 {
	margin-bottom: 2rem
}

h3,
h4 {
	color: var(--primary-color);
	text-align: left;
	font-weight: 700;
	margin-top: 0
}

.back-link,
label {
	color: #555;
	font-weight: 700
}

.article-cta,
.blog-header,
.error-message,
.form-button-container,
.hero,
.login-form h2,
.mobile-cta-container,
.option-box,
.option-box.premium,
.payment-methods,
.section-subtitle,
.section-title,
.step-card,
.step-card h3,
a.cta-button,
button {
	text-align: center
}

h3 {
	font-size: 1.5em;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: .75rem
}

h4 {
	font-size: 1.2em;
	margin-bottom: 1.5rem
}

hr {
	border: none;
	border-top: 1px solid var(--border-color);
	margin: 1.5rem 0
}

.progress-bar {
	width: 100%;
	background-color: #e0e0e0;
	border-radius: 5px
}

.progress-bar-fill,
a.cta-button,
button {
	background-color: var(--secondary-color)
}

.progress-bar-fill {
	height: 10px;
	border-radius: 5px;
	width: 0%;
	transition: width .4s ease-in-out
}

#preview-frame,
.cv-form-step {
	box-shadow: 0 10px 25px var(--shadow-color);
	background-color: #fff
}

.progress-step-1 .progress-bar-fill {
	width: 20%
}

.progress-step-2 .progress-bar-fill {
	width: 40%
}

.progress-step-3 .progress-bar-fill {
	width: 60%
}

.progress-step-4 .progress-bar-fill {
	width: 80%
}

.login-form .cta-button,
.progress-step-5 .progress-bar-fill {
	width: 100%
}

.creator-container,
.download-page-container {
	display: flex;
	flex-wrap: wrap;
	gap: 2.5rem;
	align-items: flex-start
}

.cv-form-step {
	flex: 1;
	min-width: 400px;
	padding: 2rem;
	border-radius: 8px
}

.cv-preview {
	flex: 1;
	min-width: 400px;
	position: sticky;
	top: 20px
}

#preview-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid var(--border-color);
	transform-origin: top left
}

form {
	flex-direction: column;
	gap: 1.2rem
}

label {
	font-size: .9em
}

input,
select,
textarea {
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1em;
	width: 100%;
	box-sizing: border-box;
	transition: border-color .2s, box-shadow .2s
}

.language-switcher select:focus,
input:focus,
textarea:focus {
	border-color: var(--secondary-color);
	box-shadow: 0 0 5px rgba(110, 183, 176, .25);
	outline: 0
}

textarea {
	resize: vertical;
	min-height: 100px
}

a.cta-button,
button {
	display: inline-block;
	box-sizing: border-box;
	padding: 12px 40px;
	color: #fff;
	font-size: 1.1em;
	font-weight: 700;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: background-color .2s, text-decoration .2s
}

#cookie-consent-banner button#cookie-consent-accept:hover,
a.cta-button:hover,
button:hover {
	background-color: #5a9f97
}

.step-nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	margin-top: 1rem
}

#cookie-consent-banner a:hover,
.author-linkedin:hover,
.back-link-btn:hover,
.back-link:hover,
.popup-cta:hover,
footer .footer-links a:hover {
	text-decoration: underline
}

.added-items-list {
	list-style: none;
	padding: 0
}

.added-item {
	background: #f0f0f0;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 10px
}

.actions-column .card,
.actions-panel,
.final-preview-column .card,
.hero {
	background-color: #fff;
	padding: 2rem;
	border-radius: 8px;
	box-shadow: 0 10px 25px var(--shadow-color)
}

.final-preview-column {
	flex: 2 1 60%;
	min-width: 0
}

.preview-content,
.preview-content-wrapper {
	position: relative;
	width: 100%;
	transition: height .2s ease-out
}

.actions-column {
	flex: 1 1 35%;
	min-width: 380px;
	position: sticky;
	top: 20px
}

.option-box {
	border: 2px solid var(--border-color);
	border-radius: 8px;
	padding: 1.5rem;
	margin-bottom: 1.5rem;
	transition: .2s ease-in-out
}

.option-box.premium {
	border-color: var(--secondary-color);
	box-shadow: 0 5px 20px rgba(110, 183, 176, .2)
}

.admin-table tbody tr:last-child td,
.step-card h3 {
	border-bottom: none
}

.option-title {
	font-size: 1.2em;
	font-weight: 700;
	margin-bottom: 1rem;
	display: flex;
	justify-content: space-between;
	align-items: center
}

.price-badge {
	background-color: var(--secondary-color);
	color: #fff;
	padding: 4px 10px;
	border-radius: 20px;
	font-size: .9em
}

.features-list {
	list-style: none;
	padding: 0;
	margin: 0 0 1.5rem;
	font-size: .9em
}

.how-it-works,
.templates-preview {
	padding: 3rem 2rem;
	box-shadow: 0 10px 25px var(--shadow-color)
}

.features-list li {
	margin-bottom: .5rem;
	display: flex;
	align-items: center
}

.features-list .fa-check {
	color: var(--secondary-color)
}

.features-list .fa-times {
	color: #e74c3c
}

.features-list i {
	margin-right: 10px;
	width: 16px
}

.secondary-button {
	background-color: #7f8c8d
}

.secondary-button:hover {
	background-color: #6c757d
}

header a {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px
}

header img {
	height: 50px
}

header .header-text {
	margin: 0;
	font-size: 1.6rem;
	font-weight: 400;
	color: #34495e
}

@media (max-width:992px) {
	main {
		padding: 0 1rem
	}

	.creator-container,
	.download-page-container {
		flex-direction: column
	}

	.actions-column,
	.cv-preview {
		position: static;
		margin-top: 2rem
	}

	.actions-column,
	.cv-form-step,
	.cv-preview,
	.final-preview-column {
		min-width: 100%;
		box-sizing: border-box
	}
}

@media (max-width:1600px) {

	.step-nav .cta-button,
	.step-nav .secondary-button {
		padding: 10px 15px;
		font-size: .9em
	}
}

.how-it-works {
	background-color: #fff;
	margin-top: 2.5rem;
	border-radius: 8px
}

.section-title {
	font-size: 2em;
	color: var(--primary-color);
	margin-top: 0;
	margin-bottom: 2.5rem
}

.steps-container,
.templates-container {
	display: flex;
	justify-content: space-around;
	gap: 2rem;
	flex-wrap: wrap
}

.step-card {
	flex: 1;
	min-width: 280px;
	max-width: 350px
}

.step-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 1.5rem;
	background-color: var(--secondary-color);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 2.5em
}

.lightbox,
.lightbox-bg-close {
	top: 0;
	width: 100%;
	height: 100%;
	left: 0
}

.step-card h3 {
	padding-bottom: 0
}

.templates-preview {
	margin-top: 2.5rem;
	background-color: #fff;
	border-radius: 8px
}

.template-card {
	flex: 1;
	min-width: 300px;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 10px 25px var(--shadow-color);
	transition: transform .3s, box-shadow .3s
}

.template-card:hover {
	transform: translateY(-10px) scale(1.05);
	box-shadow: 0 15px 30px rgba(44, 62, 80, .15)
}

.template-card img {
	width: 100%;
	display: block;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges
}

.lightbox {
	display: none;
	position: fixed;
	z-index: 999;
	background-color: rgba(0, 0, 0, .85);
	justify-content: center;
	align-items: center
}

.lightbox:target {
	display: flex
}

.lightbox-bg-close {
	position: absolute
}

.lightbox-content {
	position: relative
}

.featured-badge,
.lightbox-close {
	position: absolute;
	font-weight: 700
}

.lightbox-content img {
	max-width: 90vw;
	max-height: 90vh;
	border: 2px solid #fff;
	border-radius: 4px;
	display: block
}

.lightbox-close {
	top: -15px;
	right: -15px;
	width: 35px;
	height: 35px;
	background: #fff;
	color: #333;
	border-radius: 50%;
	font-size: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 2px 5px rgba(0, 0, 0, .3)
}

.section-subtitle {
	max-width: 700px;
	margin: -1.5rem auto 2.5rem;
	color: var(--text-color);
	line-height: 1.6
}

.login-form {
	max-width: 400px;
	margin: auto;
	padding: 2.5rem;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 10px 25px var(--shadow-color)
}

.error-message {
	color: #c0392b;
	background-color: #fdd;
	padding: 10px;
	border-radius: 4px;
	margin-bottom: 1rem
}

.admin-button,
.logout-button {
	color: #fff;
	text-decoration: none
}

.admin-table-wrapper {
	overflow-x: auto
}

.admin-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 2rem;
	background-color: #fff;
	box-shadow: 0 5px 15px var(--shadow-color);
	border-radius: 8px;
	overflow: hidden
}

.admin-panel-container,
.article-content,
.blog-container,
.legal-content,
.mobile-cta-container {
	box-shadow: 0 10px 25px var(--shadow-color)
}

.admin-table td,
.admin-table th {
	padding: 15px;
	border-bottom: 1px solid var(--border-color);
	text-align: left;
	vertical-align: middle
}

.admin-table thead th {
	font-weight: 700;
	color: var(--primary-color)
}

.admin-table tbody tr:hover {
	background-color: #f9f9f9
}

.admin-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	background-color: var(--secondary-color);
	border-radius: 50%;
	margin-right: 5px;
	transition: background-color .2s
}

.admin-button:hover {
	background-color: var(--primary-color)
}

.status-badge {
	padding: 5px 10px;
	border-radius: 15px;
	font-size: .8em;
	font-weight: 700;
	text-transform: capitalize
}

.status-badge.status-niezaplacone {
	background-color: #fde0dd;
	color: #922b21
}

.status-badge.status-zaplacone {
	background-color: #dcfce7;
	color: #166534
}

.admin-button.admin-button-delete {
	background-color: #e74c3c
}

.admin-button.admin-button-delete:hover,
.logout-button:hover {
	background-color: #c0392b
}

.admin-button-paid {
	background-color: #27ae60
}

.admin-button-paid:hover {
	background-color: #229954
}

.admin-button-unpaid {
	background-color: #f39c12
}

.admin-button-unpaid:hover {
	background-color: #e67e22
}

.article-card,
.logout-button:hover {
	background-color: var(--light-gray)
}

.logout-button {
	margin-left: 15px;
	display: inline-block;
	padding: 8px 12px;
	background-color: transparent;
	border: 1px solid var(--border-color);
	color: var(--text-color);
	border-radius: 4px;
	font-size: .9em;
	font-weight: 700;
	transition: background-color .2s, color .2s;
	float: right
}

.logout-button:hover {
	color: var(--primary-color)
}

.admin-panel-container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 2rem;
	background-color: #fff;
	border-radius: 8px
}

.login-logo-container {
	text-align: center;
	margin-bottom: 2rem
}

.hero-benefits {
	list-style: none;
	padding: 0;
	margin-top: 2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	flex-wrap: wrap
}

.hero-benefits li {
	display: flex;
	align-items: center;
	gap: .5rem;
	font-size: .9em;
	color: #555
}

.hero-benefits .fas {
	color: var(--secondary-color);
	font-size: 1.1em
}

.hero,
.how-it-works,
.templates-preview {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.payment-methods {
	margin-top: 1.5rem;
	margin-bottom: 1.5rem
}

.payment-info-text {
	font-size: .9em;
	color: #7f8c8d;
	margin-bottom: .75rem
}

.payment-logos {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem
}

.payment-logos img {
	height: 50px;
	opacity: .7
}

.upsell-item {
	display: flex;
	align-items: center;
	gap: 1rem;
	background-color: #f8f9fa;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 1rem;
	margin-top: 1.5rem;
	cursor: pointer;
	transition: background-color .2s
}

.upsell-item:hover {
	background-color: #f1f3f5
}

.upsell-item input[type=checkbox] {
	width: 20px;
	height: 20px;
	flex-shrink: 0
}

.upsell-item .rodo-text strong {
	display: block;
	font-weight: 600
}

.current-photo-preview span,
.upsell-item .rodo-text span {
	font-size: .9em;
	color: #555
}

.article-content,
.legal-content {
	background-color: #fff;
	padding: 2.5rem;
	border-radius: 8px;
	max-width: 800px;
	margin: 0 auto
}

.article-content h1,
.legal-content h1 {
	border-bottom: 2px solid var(--secondary-color);
	padding-bottom: .5rem;
	margin-bottom: 1.5rem
}

.article-content h2,
.legal-content h2 {
	margin-top: 2rem;
	border-bottom: 1px solid var(--border-color);
	padding-bottom: .5rem
}

.legal-content ul {
	padding-left: 20px
}

.legal-content li {
	margin-bottom: .5rem
}

footer .footer-links {
	margin-bottom: 1rem
}

footer .footer-links a {
	color: #555;
	text-decoration: none
}

#cookie-consent-banner {
	display: none;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 1000;
	max-width: 360px;
	padding: 20px;
	background-color: #fff;
	color: var(--text-color);
	border-radius: 8px;
	box-shadow: 0 8px 20px var(--shadow-color);
	border: 1px solid var(--border-color);
	box-sizing: border-box
}

#cookie-consent-banner p {
	margin: 0 0 15px;
	font-size: .9em;
	line-height: 1.6;
	text-align: left
}

#cookie-consent-banner a {
	color: var(--secondary-color);
	font-weight: 600;
	text-decoration: none
}

#cookie-consent-banner .button-container {
	text-align: right
}

#cookie-consent-banner button#cookie-consent-accept {
	background-color: var(--secondary-color);
	color: #fff;
	border: none;
	padding: 10px 20px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: 700;
	transition: background-color .2s;
	font-size: .9em;
	margin-left: 0;
	vertical-align: initial
}

@media (max-width:420px) {
	#cookie-consent-banner {
		left: 0;
		right: 0;
		bottom: 0;
		max-width: 100%;
		border-radius: 0;
		border: none;
		border-top: 1px solid var(--border-color)
	}
}

.hero-buttons {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1.5rem;
	flex-wrap: wrap
}

.form-group-box {
	background-color: #f8f9fa;
	border: 1px solid var(--border-color);
	border-radius: 8px;
	padding: 1rem 1.5rem;
	margin-top: 1rem
}

.form-group-box label {
	margin-bottom: .75rem;
	display: block
}

.color-picker {
	display: flex;
	gap: 10px
}

.color-option input[type=radio] {
	display: none
}

.color-option .color-swatch {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	border-radius: 50%;
	cursor: pointer;
	border: 1px solid rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
	transition: transform .2s
}

.color-option .color-swatch:hover {
	transform: scale(1.1)
}

.color-option input[type=radio]:checked+.color-swatch {
	border: 2px solid var(--secondary-color)
}

.color-option input[type=radio]:checked+.color-swatch::after {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 16px;
	color: #333
}

.current-photo-preview {
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: #f8f9fa;
	border: 1px dashed var(--border-color);
	border-radius: 4px;
	padding: 10px;
	margin-bottom: 1rem
}

.current-photo-preview img {
	width: 60px;
	/* Ustawiamy stałą szerokość */
	height: 60px;
	/* Ustawiamy stałą wysokość (tę samą co szerokość) */
	object-fit: cover;
	/* Ta właściwość kadruje obraz, aby wypełnił pole, zachowując proporcje */
	border-radius: 50%;
	flex-shrink: 0;
	/* Zapobiega kurczeniu się obrazka w kontenerze flex */
}

.mobile-cta-container {
	display: none;
	padding: 2rem 1rem;
	background-color: #fff;
	margin-top: 2.5rem;
	border-radius: 8px;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto
}

.added-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem
}

.delete-item-btn,
.header-logo-link {
	align-items: center;
	display: flex;
	text-decoration: none
}

.delete-item-btn {
	justify-content: center;
	width: 24px;
	height: 24px;
	background-color: #ecf0f1;
	color: #7f8c8d;
	border-radius: 50%;
	font-weight: 700;
	font-size: 1.2rem;
	line-height: 1;
	transition: background-color .2s, color .2s;
	flex-shrink: 0
}

.delete-item-btn:hover {
	background-color: #e74c3c;
	color: #fff
}

.blog-container {
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
	padding: 2.5rem;
	border-radius: 8px
}

.blog-header {
	border-bottom: 1px solid var(--border-color);
	padding-bottom: 1.5rem;
	margin-bottom: 2.5rem
}

.blog-header h1 {
	font-size: 2.5em;
	color: var(--primary-color)
}

.blog-header p {
	font-size: 1.1em;
	color: #555;
	max-width: 600px;
	margin: .5rem auto 0
}

.article-card {
	border-radius: 8px;
	padding: 2rem;
	margin-bottom: 2rem;
	border: 1px solid var(--border-color)
}

.article-cta,
.author-box {
	background-color: var(--light-gray);
	border-radius: 8px;
	margin-top: 3rem
}

.article-card h2 {
	margin-top: 0;
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 1rem
}

.article-excerpt {
	color: #34495e;
	line-height: 1.6;
	margin-bottom: 1.5rem
}

.article-content ol,
.article-content ul {
	padding-left: 20px;
	line-height: 1.7
}

.article-intro {
	font-size: 1.1em;
	font-style: italic;
	color: #555;
	margin-bottom: 2rem
}

.article-cta {
	padding: 2rem
}

.author-box {
	display: flex;
	align-items: flex-start;
	gap: 20px;
	padding: 20px;
	border: 1px solid var(--border-color)
}

.author-photo {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	object-fit: cover
}

.author-info h4 {
	margin: 0 0 10px;
	color: var(--primary-color)
}

.author-info p {
	margin: 0 0 10px;
	font-size: .9em;
	line-height: 1.6
}

.author-linkedin {
	font-weight: 700;
	color: var(--secondary-color);
	text-decoration: none;
	align-self: flex-end;
	margin-top: 10px
}

.article-card.featured {
	background-color: #fef9e7;
	border-color: #f39c12;
	position: relative;
	padding-top: 2.5rem
}

.featured-badge {
	top: -1px;
	left: 20px;
	background-color: #f39c12;
	color: #fff;
	padding: 5px 12px;
	border-radius: 0 0 6px 6px;
	font-size: .8em
}

.header-logo-link {
	gap: 15px
}

.header-social-links {
	display: flex;
	align-items: center;
	gap: 1.2rem
}

.header-social-links a {
	color: #7f8c8d;
	font-size: 1.8em;
	transition: color .2s, transform .2s
}

.header-social-links a:hover {
	color: var(--secondary-color);
	transform: scale(1.1)
}

.language-switcher {
	margin-bottom: 1.5rem
}

.language-switcher label {
	display: block;
	margin-bottom: 5px;
	font-weight: 700;
	font-size: .9em;
	color: #555
}

.language-switcher select {
	width: 100%;
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 1em;
	box-sizing: border-box;
	transition: border-color .2s, box-shadow .2s
}

.info-bubble,
.preview-header {
	display: flex;
	align-items: center
}

.info-bubble {
	padding: 15px;
	margin-bottom: 2rem;
	border: 1px solid #aed6f1;
	background-color: #eaf2f8;
	color: #2874a6;
	border-radius: 8px;
	gap: 10px;
	font-size: .9em
}

.info-bubble i {
	font-size: 1.2em
}

.back-link-btn {
	background: 0 0 !important;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	color: #555;
	text-decoration: none;
	font-weight: 700
}

.back-link-btn:focus {
	outline: 0
}

.language-form-group {
	display: flex;
	gap: 10px;
	align-items: flex-end
}

.language-form-group .input-wrapper {
	flex-grow: 1
}

.language-form-group label {
	font-size: .8em;
	margin-bottom: 3px;
	font-weight: 400
}

.language-form-group input,
.language-form-group select {
	padding: 8px
}

.language-form-group .secondary-button {
	padding: 8px 15px;
	height: auto;
	flex-shrink: 0;
	font-size: .9em
}

.preview-header {
	justify-content: space-between;
	gap: 15px;
	flex-wrap: wrap
}

.tooltip-bubble {
	padding: 5px 10px;
	background-color: #eaf2f8;
	color: #2874a6;
	border-radius: 20px;
	font-size: .8em;
	display: inline-flex;
	align-items: center;
	gap: 5px
}

.step-nav-buttons {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap
}

@media (max-width:480px) {
	.step-nav {
		flex-direction: column
	}

	.step-nav>button {
		width: 100% !important
	}

	a.cta-button,
	button {
		font-size: 1em
	}

	.header-text {
		display: none
	}

	header {
		padding: 1rem
	}

	.header-social-links a {
		font-size: 1.6em
	}

	.author-box {
		flex-direction: column;
		align-items: center
	}

	.author-photo {
		margin-bottom: 15px
	}

	.author-info {
		display: flex;
		flex-direction: column;
		width: 100%
	}

	.author-info h4 {
		text-align: center
	}

	.step-nav-buttons {
		flex-direction: column;
		width: 100%
	}

	.step-nav-buttons button {
		width: 100%
	}
}

.form-hint {
	font-size: .85em;
	color: #7f8c8d;
	margin-top: -1rem;
	margin-bottom: 1rem
}

.admin-button-resend {
	background-color: #0d6efd
}

.admin-button-resend:hover {
	background-color: #0b5ed7
}

.flash-message {
	padding: 1rem;
	margin-bottom: 1.5rem;
	border-radius: 4px;
	border: 1px solid transparent;
	font-weight: 700
}

.flash-message.success {
	color: #0f5132;
	background-color: #d1e7dd;
	border-color: #badbcc
}

.flash-message.error {
	color: #842029;
	background-color: #f8d7da;
	border-color: #f5c2c7
}

@keyframes slideInUp {
	from {
		transform: translateY(100%);
		opacity: 0
	}

	to {
		transform: translateY(0);
		opacity: 1
	}
}

.pricing-popup {
	display: none;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 90%;
	max-width: 420px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 8px 25px rgba(0, 0, 0, .15);
	border-top: 4px solid var(--secondary-color);
	z-index: 1000;
	animation: .5s ease-out .5s backwards slideInUp
}

.pricing-popup-content {
	display: flex;
	align-items: flex-start;
	padding: 25px;
	gap: 20px
}

.pricing-popup .popup-icon {
	font-size: 2.2rem;
	color: var(--secondary-color);
	margin-top: 5px
}

.popup-text-content h4 {
	margin: 0 0 10px;
	font-size: 1.2em;
	color: var(--primary-color);
	padding: 0;
	border: none;
	text-align: left
}

.pricing-popup p {
	margin: 0;
	font-size: 1em;
	line-height: 1.6;
	color: #555
}

.popup-price {
	font-weight: 700;
	color: #198754;
	background-color: #d1e7dd;
	padding: 2px 6px;
	border-radius: 4px
}

.popup-benefits {
	list-style: none;
	padding-left: 0;
	margin: 0 0 15px;
	text-align: left
}

.popup-benefits li {
	position: relative;
	padding-left: 22px;
	margin-bottom: 8px;
	font-size: .95em;
	color: #333
}

.popup-benefits li::before {
	content: '✓';
	position: absolute;
	left: 0;
	color: #198754;
	font-weight: 700;
	font-size: 1.1em
}

.pricing-popup-close {
	position: absolute;
	top: 8px;
	right: 12px;
	background: 0 0;
	border: none;
	font-size: 2rem;
	color: #ccc;
	cursor: pointer;
	padding: 0;
	line-height: 1
}

.pricing-popup-close:hover {
	color: #888;
	background-color: transparent !important;
	box-shadow: none;
}

.popup-cta {
	font-weight: 700;
	color: var(--secondary-color);
	text-decoration: none;
	font-size: 1em;
	display: block;
	text-align: center;
}

@media (max-width:768px) {

	.admin-table td[data-label=Akcje]::before,
	.admin-table thead {
		display: none
	}

	.admin-table,
	.admin-table tbody,
	.admin-table td,
	.admin-table tr {
		display: block;
		width: 100%;
		box-sizing: border-box
	}

	.admin-table tr {
		margin-bottom: 1rem;
		border: 1px solid var(--border-color);
		border-radius: 8px
	}

	.admin-table td {
		padding: 12px 15px;
		border-bottom: 1px solid #e2e8f0 !important;
		text-align: left;
		word-break: break-word;
		overflow-wrap: break-word
	}

	.admin-table tr td:last-child {
		border-bottom: none
	}

	.admin-table td::before {
		content: attr(data-label);
		display: block;
		font-weight: 700;
		color: var(--primary-color);
		font-size: .8em;
		margin-bottom: 10px;
		text-transform: uppercase
	}

	.admin-table td[data-label=Akcje] {
		background-color: #f8f9fa;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 8px
	}

	.admin-header {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-start;
		margin-bottom: 1.5rem
	}

	.admin-panel-container h2 {
		margin: 0
	}

	.logout-button {
		float: none;
		align-self: flex-end;
		margin-bottom: 10px;
		font-size: .8em;
		padding: 6px 12px
	}

	.mobile-cta-container {
		display: block
	}

	.pricing-popup {
		display: none !important
	}
}