/*!
Theme Name: Future World
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: future-world
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Future World is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}


html {
	scroll-behavior: smooth;
}

:root {
	--global-padding: 50px;
}

@media screen and (max-width: 1024px) {
	:root {
		--global-padding: 20px;
	}
}
/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 400;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: "Syne", sans-serif;
	font-weight: 400;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 400;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}


a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}


#page * {
	font-family: "Syne", sans-serif;
	font-weight: 400;
}

#page code,
#page pre,
#page kbd,
#page samp {
	font-family: monospace, monospace;
	font-weight: 400;
}

.updated:not(.published) {
	display: none;
}


.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}


header#masthead {
	padding: 0 max(var(--global-padding), calc((100% - 1920px + (2* var(--global-padding))) / 2));
	background-color: transparent;
	height: auto;
	min-height: 48px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 15;
	transition: transform 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
	will-change: transform;
}
header#masthead.site-header--hidden {
	transform: translateY(-100%);
}
header#masthead.site-header--filled {
	background: radial-gradient(226.39% 226.17% at 55.08% -126.14%, #008E55 12.98%, #002114 70.19%);
	padding-top: 20px;
	padding-bottom: 20px;
	box-shadow: 0 4px 20px rgba(7, 29, 40, 0.12);
}

/* Jak hero traci padding wokół wrappera (785px): nagłówek na pełną szerokość, bez bocznych paddingów */
@media screen and (max-width: 785px) {
	header#masthead {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}

	.entry-header-wrap {
		padding: 0;
	}

	/* header.entry-header {
		border-radius: 0;
		padding-left: 0;
		padding-right: 0;
	} */
}

.admin-bar header#masthead {
	top: 32px;
}
@media screen and (max-width: 782px) {
	.admin-bar header#masthead {
		top: 46px;
	}
}
.header-wrapper {
    display: flex
;
    justify-content: space-between;
    align-items: center;
}
a.cta-btn {
    height: 80px;
    background: var(--color, #9fdf55);
    padding: 20px 30px;
    font-family: "Syne", sans-serif;
    text-decoration: none;
    display: flex
;
    align-items: center;
    gap: 10px;
    font-weight: 400;
    color: inherit;
	position: relative;
	cursor: pointer;
}

header#masthead a.cta-btn {
	height: auto;
	min-height: 0;
	padding: 8px 16px;
	border-radius: 100px;
	gap: 0;
}

.header-cta-buttons {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: row-reverse;
	gap: 10px;
	justify-content: center;
}

.header-cta.desktop .header-cta-buttons {
	justify-content: flex-end;
}

header#masthead a.cta-btn.cta-btn--header-secondary {
	background: transparent;
	border: none;
	color: white;
	gap: 8px;
}

header#masthead a.cta-btn .cta-btn__icon {
	width: 22px;
	height: 22px;
	object-fit: contain;
	flex-shrink: 0;
	display: block;
}

.cta-arrow {
    position: absolute;
    left: -120px;
    top: -10px;
}
.header-left {
    display: flex
;
    gap: 30px;
    align-items: center;
}

ul.menu.nav-menu li a {
    color: #FFC;
    font-weight: 400;
	border-bottom: 2px solid #FFC;
	padding: 10px 20px;
}
ul.menu.nav-menu li.current-menu-item:first-of-type a {
    color: #0B625E;
    font-weight: 400;
	background-color: #FFC;
	border-radius: 5px 5px 0 0 ;
}
.site-branding a {
    display: flex;
}
.home header.entry-header {
	display: none;

}

.global-section-style {
	padding: 0 max(var(--global-padding), calc((100% - 1620px + (2* var(--global-padding))) / 2));
}

h1.entry-title {
    margin: 0;
	color: white;
	font-size: 50px;
}

.entry-header-wrap {
	box-sizing: border-box;
	padding: 20px;
}

.home .entry-header-wrap {
	display: none;
}

header.entry-header {
	overflow: hidden;
	border-radius: 25px;
	padding: 50px max(var(--global-padding), calc((100% - 1920px + (2* var(--global-padding))) / 2));
	background: radial-gradient(226.39% 226.17% at 55.08% -126.14%, #008E55 12.98%, #002114 70.19%);	
	padding-top: 150px;
}

@media screen and (max-width: 1200px){
	header.entry-header {
    		padding-top:100px;
}
}

.main-navigation ul {
	flex-wrap: wrap;
}

@media screen and (max-width: 1600px){
	ul.menu.nav-menu li a, a.cta-btn {
		font-size: 14px;
	}
	header#masthead a.cta-btn {
		padding: 8px 14px;
		height: auto;
	}
header#masthead {
	height: auto;
	min-height: 44px;
}
ul.menu.nav-menu li a {
	padding: 10px 15px;
}
}
@media screen and (max-width: 1200px){
	.cta-arrow {
		display: none;
	}
	.header-cta, a.cta-btn {
		flex: none;
		height: 100%;
	}
	header#masthead a.cta-btn {
		height: auto;
	}
	header#masthead {
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
	}
	.site-branding img {
    height: 20px;
    width: auto;
}
h1.entry-title {
	font-size: 25px;
}
}

.menu-wrapper-logo {
    display: flex
;
    justify-content: center;
	margin-bottom: 40px;
}

.main-navigation ul {
    display: flex
;
    gap: 20px;
    align-items: center;
}
.main-navigation a {
    display: block;
    text-decoration: none;
    color: white;
	padding: 10px 0;
}

button.menu-open-button {
display: none;
}

@media screen and (min-width: 1100px){
	.menu-wrapper-mobile {
		display: none;
	}
	.header-cta.mobile {
		display: none;
	}
}
@media screen and (max-width: 1100px){
	.menu-wrapper {
		position: fixed;
		transition-duration: 0.2s;
		top: 0;
		left: -100%;
		width: 100%;
		height: 100vh;
		background: radial-gradient(226.39% 226.17% at 55.08% -126.14%, #003721 12.98%, #002114 70.19%);
		z-index: 50;
		padding: var(--global-padding);
	}
	.header-left {
		justify-content: space-between;
		width: 100%;
	}
	button.menu-open-button {
    display: flex
		;
			flex-direction: column;
			gap: 7px;
			padding: 0;
			border: none;
			background: transparent;
		}
	.menu-wrapper.scrolledright {
		left: 0;
	}
	button.menu-open-button > div {
		height: 3px;
		width: 40px;
		background-color: var(--color);
	}
	.main-navigation a {
		display: block;
		text-decoration: none;
		color: white;
		padding: 0;
	}
	.main-navigation ul {
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}
	.header-cta.desktop {
		display: none;
	}
}


.menu-close {
    margin-bottom: 20px;
    display: flex
;
    justify-content: end;
    color: white;
}
.header-cta.mobile {
	margin-top: 20px;
    height: fit-content;
}
.header-cta.mobile a.cta-btn {
	justify-content: center;
}
    

body:not(.home) .entry-content {
    padding: 0 max(var(--global-padding), calc((100% - 1920px + (2 * var(--global-padding))) / 2));
}

.download-label a {
	padding: 20px 30px;
	height: auto;
	margin-top: 20px;
	color: #2d5342;
	width: fit-content;
}
.przesylka-details {
    margin-top: 50px;
}

.przesylka-details .faq-header::after {
    display: block;
    content: "";
    width: 100%;
    flex: 1;
    height: 2px;
    background: #0b625e;
}
.przesylka-details .faq-header {
    display: flex
;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.status-label {
    color: #0b625e;
}
.header-cta.download-label {
    width: fit-content;
}

.status-value {
    padding: 7px 20px;
    background: #0b625e;
    color: var(--color);
    font-size: 18px;
    font-weight: 400;
    width: fit-content;
    border-radius: 5px;
}
table.kartridze-table {
    text-align: left;
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

table.kartridze-table th:first-child,
table.kartridze-table td:first-child {
    width: 200px;
}

table.kartridze-table th,
table.kartridze-table td {
    padding: 12px 15px;
    border: 1px solid #0b625e;
}

table.kartridze-table th {
    background-color: #0b625e;
    color: #fff;
    font-weight: 400;
}

table.kartridze-table tr:nth-child(even) {
    background-color: #0b625e13;
}

table.kartridze-table tr:hover {
    background-color: #0b625e33;
}

.second-header {
	margin-top: 50px;
}
@media screen and (max-width: 700px){
	table.kartridze-table th:first-child,
table.kartridze-table td:first-child {
    width: 100px;
}
table.kartridze-table th, table.kartridze-table td {
    padding: 6px 10px;
	font-size: 14px;
    border: 1px solid #0b625e;
}
}
.table-wrapper {
    width: 100%;
    overflow-x: auto;
}
.site-branding img {
    height: 25px;
    width: auto;
}

footer#colophon {
	padding: 0 max(var(--global-padding), calc((100% - 1920px + (2* var(--global-padding))) / 2));
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #537856;
}
.footer-column img {
    max-width: 100%;
}
.social-media-wrapper-footer {
    display: flex
;
    flex-direction: column;
    gap: 10px;
	margin-top: 20px;
}
.social-media-wrapper-footer img {
	width: 40px;
}
.social-media-wrapper-footer a {
	display: flex;
	align-items: center;
	gap: 10px;
	color: #FFC;
}

.footer-wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 50px;
}
.footer-column h3 {
    margin: 0;
    padding: 10px 20px;
    background: #FFC;
    border-radius: 5px;
    color: #3a695e;
    margin-bottom: 20px;
}
ul.footer-menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 20px;
}
ul.footer-menu a {
	color: #FFC;
	font-weight: 400;
	text-decoration: none;
	font-size: 16px;
	padding: 5px 0;
	display: block;
}

.copyright-wrapper {
    background: #0b625e;
	padding: 15px max(var(--global-padding), calc((100% - 1920px + (2* var(--global-padding))) / 2));
    display: flex
;
    justify-content: space-between;
    gap: 20px;
	row-gap: 10px;
    flex-wrap: wrap;
}
.copyright-text, .copyright-text a{
	color: #FFC;
	text-decoration: none;
	font-size: 16px;
} 

footer.entry-footer {
    display: none;
}

.menu-wrapper-mobile img {
    width: 100px;
}

body:not(.home) .global-section-style {
    padding: 0 0;
}


.item-single-image {
    height: 80px;
    width: auto;
}
.item-single-image img {
	width: 100%;
	object-fit: contain;
	height: 100%;
}

.item-single-wrapper.forbidden-product .item-single-image {
    height: 100%;
}
.welcome-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.7);
	z-index: 1000;
	pointer-events: none;
}
.welcome-container {
	position: absolute;
	width: min(900px, calc(100% - calc(2 * var(--global-padding))));
	bottom: var(--global-padding);
	right: max(var(--global-padding), calc((100vw - 1920px) / 2 + var(--global-padding)));
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: end;
	height: 100%;
	justify-content: flex-end;
	overflow-y: auto;
}
div#welcome-content {
	text-align: end;
	display: flex;
	align-items: end;
	flex-direction: column;
	width: 100%;
}
.character-enter {
	animation: fadeIn 0.5s ease-in;
	bottom: 20px;
	opacity: 0;
	width: min(250px, 80%);
}
.dialog-message p {
	margin: 0;
}
.dialog-message {
	font-size: 16px
}
@media screen and (max-width: 768px) {
	.dialog-message {
		font-size: 13px;
	}
}
.character-left {
	left: 20px;
}
.character-right {
	right: 20px;
}
.character-exit {
	animation: fadeOut 0.5s ease-out;
}
.dialog-message {
	background: white;
	padding: 15px;
	border-radius: 10px;
	margin: 10px 0;
	max-width: 800px;
	min-height: 50px;
	animation: slideIn 0.5s ease-out;
}
.message-left {
	margin-right: auto;
}
.message-right {
	margin-left: auto;
}
.continue-dialog-btn {
	display: block;
	padding: 10px 20px;
	background: #5C805F;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.character-visible {
	opacity: 1;
}
@keyframes fadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}
@keyframes fadeOut {
	from { opacity: 1; }
	to { opacity: 0; }
}
@keyframes slideIn {
	from { transform: translateY(20px); opacity: 0; }
	to { transform: translateY(0); opacity: 1; }
}

                .dialog-overlay {
                    position: fixed;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    background: rgba(0, 0, 0, 0.7);
                    z-index: 1000;
                }
                .dialog-container {
                    position: absolute;
                    width: min(900px, calc(100% - calc(2 * var(--global-padding))));
                    bottom: var(--global-padding);
                    right: max(var(--global-padding), calc((100vw - 1920px) / 2 + var(--global-padding)));
                    display: flex;
                    flex-direction: column;
                    gap: 10px;
                    align-items: end;
                    height: 100%;
                    justify-content: flex-end;
                    overflow-y: auto;
                }
                div#dialog-content {
                    text-align: end;
                    display: flex
                ;
                    align-items: end;
					width: 100%;
                    flex-direction: column;
                }

                .dialog-message p {
                  margin: 0;
                }
                .dialog-message {
                  font-size: 16px
                }
                  @media screen and (max-width: 768px) {
                 .dialog-message {
                  font-size: 13px;
                 }
                }
                .character-left {
                    left: 20px;
                }
                .character-right {
                    right: 20px;
                }
                .character-exit {
                    animation: fadeOut 0.5s ease-out;
                }
                .dialog-message {
                    background: white;
                    padding: 15px;
                    border-radius: 10px;
                    margin: 10px 0;
                    max-width: 800px;
                    min-height: 50px;
                    animation: slideIn 0.5s ease-out;
                }
                .message-left {
                    margin-right: auto;
                }
                .message-right {
                    margin-left: auto;
                }
                .next-dialog-btn {
                    display: block;
                    padding: 10px 20px;
                    background: #5C805F;
                    color: white;
                    border: none;
                    border-radius: 5px;
                    cursor: pointer;
                }
                .character-visible {
                    opacity: 1;
                }
                @keyframes fadeIn {
                    from { opacity: 0; }
                    to { opacity: 1; }
                }
                @keyframes fadeOut {
                    from { opacity: 1; }
                    to { opacity: 0; }
                }
                @keyframes slideIn {
                    from { transform: translateY(20px); opacity: 0; }
                    to { transform: translateY(0); opacity: 1; }
                }



				
.dialog-buttons {
    display: flex
;
    gap: 10px;
	pointer-events: auto;
}

button.close-dialog-btn {
    border-radius: 5px;
    background: white;
    border: none;
    height: 40px;
    display: flex
;
    justify-content: center;
    align-items: center;
    padding: 0;
    width: 50px;
    cursor: pointer;
}

button.close-dialog-btn:hover {
    background: #0b625e;
}

button.close-dialog-btn:hover svg line {
    stroke: white;
}

.przepuszczalne {
	pointer-events: none;
	    background: transparent;
}

.przepuszczalne .dialog-message {
	border: 1px solid #0b625e;
}
.przepuszczalne .dialog-buttons button {
	border: 1px solid #0B625E;
}
.menu-wrapper-logo img {
	width: 100%;
}

.ekoliga-account {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 50px;
}
aside.ekoliga-account__sidebar {
    background: #F7FBF6;
    padding: 30px;
    border-radius: 20px;
}
.ekoliga-account__points {
    display: flex;
    flex-direction: column;
    align-items: center;
	padding-bottom: 20px;
	border-bottom: 1px solid white;
	margin-bottom: 20px;
}
span.ekoliga-account__points-value {
    font-size: 30px;
    font-weight: 600 !important;
    color: black;
    line-height: 100%;
}
nav.ekoliga-account__nav {
    display: flex;
    flex-direction: column;
    align-items: center;
	gap: 10px;
}
a.ekoliga-account__nav-item {
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    border-radius: 100px;
    border: 1px solid white;
    color: black;
    text-decoration: none;
}
a.ekoliga-account__cta {
    padding: 10px 20px;
    text-align: center;
    display: block;
    background: var(--color);
    border-radius: 100px;
    color: black;
    text-decoration: none;
}
.ekoliga-account__nav-item--active {
	border: 1px solid var(--color) !important;
	background-color: white;
}
.product-section__main-product-wrapper {
    position: relative;
}
.ekoliga-account__role {
    color: var(--color);
    font-size: 22px;
}
h1.ekoliga-account__title {
    margin: 0;
    color: black;
    line-height: 100%;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--color);
    margin-bottom: 20px;
}








.product-section__product-items-modal {
    display: none;
}
.product-section__content-wrapper {
    display: flex
;
flex-direction: column-reverse;
    gap: 100px;
}

.product-section__instruction-wrapper {
    height: fit-content;
    padding: 50px;
    border-radius: 20px;
    background: rgb(247 251 246);
    backdrop-filter: blur(10.050000190734863px);
}

.product-section__instruction-header p {
    margin: 0;
}
.product-section__instruction-header {
    font-size: 25px;
    color: black;
    font-weight: 400;
    text-transform: uppercase;
}
.product-section__instruction-header strong {
    padding: 3px 15px;
    border-radius: 100px;
    background-color: var(--color);
    color: black;
}
.punkt-value p {
    margin: 0;
}
.punkt-value {
    color: black;
}
.punkt-value strong {
    font-weight: 400;
    color: black
}
.punkt-value a {
    color: black;
}
.product-section__instruction-item {
    display: grid
;
    grid-template-columns: 30px 1fr;
    gap: 20px;
}
.punkt-number {
    width: 35px;
    height: 35px;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    background: var(--color);
    font-weight: 400;
    color: black;
}
.product-section__instruction-item {
    margin-top: 20px;
}

.product-section__product-category, .product-section__forbidden-products {
    width: 100px;
}

.product-section__products {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    gap: 20px;
    width: 100%;
    align-items: start;
}

.product-section__product-category {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    transform: none !important;
}
.item-single-image {
    display: flex
;
    padding: 10px;
    align-items: center;
    justify-content: center;
    flex-direction: column;

}
.item-single-wrapper {
    position: relative;
}
span.count {
    height: 30px;
    width: 30px;
    position: absolute;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: var(--color);
    border-radius: 5px;
    font-weight: 400;
    color: #0b625e;
    top: -5px;
    right: -5px;
}
.item-single-wrapper {
    border-radius: 10px;
    background: #2d5342;
    height: 120px;
}
.product-section__product-controls {
    display: flex
;
width: 100%;
}
.product-section__product-controls button {
    border: 2px solid var(--color);
    background-color: transparent;
    color: var(--color);
    font-weight: 400;
    border-radius: 10px;
    width: 100%;
    cursor: pointer;
}

.product-section__product-controls button:hover {
    background-color: var(--color);
    color: #0b625e;
    outline: none;
    border: 2px solid var(--color);
}

.product-section__product-controls button.minus {
    border-radius: 0 0 0 10px;
}
.product-section__product-controls button.plus {
    border-radius: 0 0 10px 0;
}

body .product-section__product-category h3 {
    margin: 0;
    text-align: center;
    color: black !important;
    font-size: 14px;
    margin-top: 5px;
    word-break:keep-all;
    hyphens: always;   
    text-align: center;
}
.product-section__main-product-wrapper {
    position: relative;
}
.danegr-info {
    line-height: 14px;
    font-size: 12px;
    text-align: center;
    color: white;
    font-weight: 400;
}
.item-single-wrapper.forbidden-product {
    background: #d10000;
}
.item-single-wrapper {
    display: flex
;
    flex-direction: column;
    justify-content: space-between;
}
/* 
.product-section__stages {
    max-width: 400px;
    margin: auto;
    margin-top: 170px;
    text-align: center;
} */

.product-section__stages img {
    width: 400px;
}

.product-section__stages > *:not(:first-child) {
    display: none;
}

.product-section__stage {
    text-align: center;
}
.sum-of-money {
    display: flex
;
    gap: 6px;
    color: var(--color);
    font-size: 20px;
    align-items: center;
    font-weight: 400;
    justify-content: center;
}
button.button-proceed {
    display: flex
;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    border-radius: 10px;
    background: var(--color);
    font-weight: 400;
    color: #0b625e;
    outline: none;
    border: none;
    margin: auto;
    margin-top: 10px;
}
button.button-proceed:disabled {
    opacity: 0.67;
    cursor: not-allowed;
}

button.button-proceed:not(:disabled) {
    cursor: pointer;
}

button.button-proceed:not(:disabled):hover {
    background-color: #0B625E;
    color: #FFC;
}

button.button-proceed:not(:disabled):hover svg path {
    fill: #FFC;
}

.product-section__form-wrapper-outer {
    position: fixed;
    left: 0;
    top: 0;
    background: #00000059;
    width: 100%;
    height: 100%;
    left: 100%;
    z-index: 50;
    display: flex    ;
    justify-content: end;
}

.product-section__form-wrapper-inner {
    height: 100%;
    width: 100%;
    display: flex
;
    justify-content: end;
    padding: 50px;
    padding-top: 150px;
    background-color: #2d5342;
    width: fit-content;
    max-width: 400px;
    width: 100%;
}
.form-group {
    margin-bottom: 15px;
}
.form-group input, .form-group select {
    border: 2px solid var(--color) !important;
    background: transparent;
    padding: 10px 15px !important;
    border-radius: 100px !important;
    color: #FFC !important;
    outline: none;
    width: 100% ;
}
.form-group input:focus, .form-group select:focus {
    background-color: #FFC;
    color: #0b625e !important;
    font-weight: 400;
}
.form-group input::placeholder, .form-group select::placeholder {
    color: rgba(255, 255, 204, 0.63);
}
.form-group input:focus::placeholder, .form-group select:focus::placeholder {
    color: #0b625eb6 !important;
}

.back-btn {
    border: 1px solid #FFC;
    padding: 10px 15px;
    border-radius: 0;
    background-color: transparent;
    color: #FFC;
    margin-bottom: 30px;
    cursor: pointer;
}
.back-btn:hover {
    background-color: #FFC;
    border: 1px solid #FFC;
    color: #0B625E;
}
.product-section__form-container {
    width: 100%;
}

.form-group.payment-options {
    display: flex
;
}
.form-group.payment-options > button {
    border: none;
    border: 2px solid #ffc;
    background-color: transparent;
    color: #ffc;
    cursor: pointer;
}
.form-group.payment-options > button:first-child {
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #ffc;
}
.form-group.payment-options > button:last-child {
    border-radius: 0 10px 10px 0;
    border-left: 1px solid #ffc;
}
.form-group.payment-options > button.checked {
    background-color: #FFC;
    color: #0b625e;
    font-weight: 400;
}
button.submit-btn {
    width: 100%;
    padding: 15px 30px;
    background: #ffc;
    border-radius: 10px;
    font-weight: 400;
    color: #0b6285;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}


.product-section__product-items-modal.modal {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #00000057;
    z-index: 30;
    justify-content: center;
    align-items: center;
}

.product-section__product-items-modal-wrapper {
    padding: 30px;
    background: white;
    border-radius: 10px;
    max-width: 600px;
}
.modal-products-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.product-section__product-item {
    padding: 15px;
    border: 2px solid #0B625E;
    border-radius: 5px;
}
.product-section__product-item h4 {
    margin: 0;
    font-size: 14px;
}
.modal-header h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 20px;
    color: #0B625E;
}
input.product-search {
    width: 100%;
    border: 2px solid #0B625E !important;
    border-radius: 0 !important;
    color: #0B625E;
    font-weight: 400;
    padding: 10px !important;
}
input.product-search::placeholder {
    color: #0b625eb1;
}
.modal-header {
    margin-bottom: 20px;
}
button.close-modal {
    float: right;
    border: 2px solid #0b6268;
    background: transparent;
    font-weight: 400;
    color: #0b6268;
    cursor: pointer;
}

button.close-modal:hover {
    background: #0b6268;
    color: white;
    border: 2px solid #0b6268;
}


.form-group label {
    margin-bottom: 5px;
    display: block;
    color: var(--color);
}
#lockers {
	margin-top: 10px !important;
}
div#locker-form .form-group:first-child {
    margin: 0;
}
div#locker-form .form-group:first-child input {
    border-bottom: none !important;
}

@media screen and (max-width: 1600px){
    .product-section__content-wrapper {
    gap: 50px;
}
.product-section__instruction-wrapper {
    padding: 25px;
}
.product-section__instruction-header {
    font-size: 20px;
    font-weight: 400;
}
.punkt-value {
    font-size: 14px;
}
.product-section__stages img {
    width: 300px;
}
.punkt-number {
    height: 30px;
    width: 30px;
}
.product-section__instruction-item {
    display: grid
;
    grid-template-columns: 30px 1fr;
    gap: 10px;
}

.product-section__product-controls button {
    font-size: 14px;
    height: 30px;
    font-weight: 400;
}
.product-section__product-category h3 {
    font-size: 14px;
}
}

@media screen and (max-width: 1200px){
    .product-section__content-wrapper {
    grid-template-columns: 1fr;
    
}

.product-section__form-wrapper-inner {

    padding: var(--global-padding);
    padding-top: 50px;
}

}
@media screen and (max-width: 700px){
    .product-section__stage {
        margin-top: 20px;
    }
    .product-section__product-category, .product-section__forbidden-products.modal {
        width: 100%;
    }
    .product-section__products {
        padding: 0;
    }
    .product-section__instruction-wrapper {
    margin-left: calc(-1 * var(--global-padding));
    margin-right: calc(-1 * var(--global-padding));
    border-radius: 0;
    background-color: transparent;
}
}

.product-section__instruction-wrapper.thanks-list {
    background-color: #0B625E;
    margin-top: 50px;
}

@media screen and (max-width: 700px){
    .product-section__instruction-wrapper.thanks-list {
        margin-top: 0;
    }
}

.item-single-wrapper {
    cursor: pointer;
}

span.item-single-image-overlay {
    color: var(--color);
    font-size: 12px;
    position: absolute;
    bottom: 0;
}
.item-single-image {
    position: relative;
}
.product-section__product-item {
    text-align: center;
}
@media screen and (max-width: 1200px){
    .modal-header h3 {
    margin: 0;
    margin-bottom: 5px;
    font-size: 18px;
    color: #0B625E;
}
.product-section__product-items-modal-wrapper {
    padding: var(--global-padding);
    background: white;
    border-radius: 10px;
    max-width: calc(100% - var(--global-padding) * 2);
}
.product-section__product-item h4 {
    font-size: 12px;
}
}


.modal-products-wrapper-scroll {
    max-height: 60vh;
    overflow-y: auto;
}

@media screen and (max-width: 700px){
    .product-section__product-item img {
        width: 40px;
    }
    .product-section__product-item {
    padding: 8px;
    border: 1px solid #0B625E;
    border-radius: 5px;
}
.modal-products-wrapper {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
}
button.close-modal {
    font-size: 12px;
    margin-bottom: 10px;
}
input.product-search {
    width: 100%;
    font-size: 14px;
    border: 1px solid #0B625E !important;
    border-radius: 0 !important;
    color: #0B625E;
    font-weight: 400;
    padding: 8px !important;
}
}
span.validation-info {
    margin-top: 5px;
    display: block;
    color: #ff6060;
}
button.submit-btn[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Custom checkbox styles */
.checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
}

.checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #FFC;
    border-radius: 3px;
}

.checkbox-container input:checked ~ .checkmark {
    background-color: #0B625E;
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.privacy-policy a {
    color: #FFC;
    text-decoration: underline;
}

.privacy-policy a:hover {
    text-decoration: none;
}

.product-section__product-category {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

button.payment-btn.bank-transfer[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

button#openMapBtn {
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    background: var(--color);
    border: none;
    cursor: pointer;
}

.product-section__form-container {
    overflow-y: auto;
}

/* =============================================================================
   Moduł „Moje konto” → Wyślij tusz: wyłącznie formularz wysyłki (jak w style.css
   linie 232–668), bez dodatkowego stylowania sekcji product-section (karuzele itd.).
   ============================================================================= */

.ekoliga-account__product-module {
    min-width: 0;
}

/* =============================================================================
   Formularz — nadpisanie stylów panelu konta (.ekoliga-account__panel).
   ============================================================================= */

.ekoliga-account__product-module .product-section__form-wrapper-outer {
    position: fixed;
    left: 0;
    top: 0;
    background: #00000059;
    width: 100%;
    height: 100%;
    left: 100%;
    z-index: 120;
    display: flex;
    justify-content: end;
}

.ekoliga-account__product-module .product-section__form-wrapper-inner {
    height: 100%;
    display: flex;
    justify-content: end;
    padding: 50px;
    padding-top: 150px;
    background-color: #2d5342;
    max-width: 400px;
    width: 100%;
    box-sizing: border-box;
}

.ekoliga-account__product-module .product-section__form-container {
    width: 100%;
    overflow-y: auto;
}

.ekoliga-account__product-module .product-section__form-content .form-group,
.ekoliga-account__product-module .product-section__shipment-form .form-group {
    margin-bottom: 15px;
}

.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="text"],
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="email"],
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="tel"],
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="search"],
.ekoliga-account__product-module .product-section__shipment-form .form-group select {
    border: 2px solid var(--color) !important;
    background: transparent !important;
    padding: 10px 15px !important;
    border-radius: 100px !important;
    color: white !important;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 15px;
}

.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="text"]:focus,
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="email"]:focus,
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="tel"]:focus,
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="search"]:focus,
.ekoliga-account__product-module .product-section__shipment-form .form-group select:focus {
    background-color: #ffc !important;
    color: #0b625e !important;
    font-weight: 400;
}

.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="text"]::placeholder,
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="email"]::placeholder,
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="tel"]::placeholder,
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="search"]::placeholder,
.ekoliga-account__product-module .product-section__shipment-form .form-group select::placeholder {
    color: rgba(255, 255, 204, 0.63);
}

.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="text"]:focus::placeholder,
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="email"]:focus::placeholder,
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="tel"]:focus::placeholder,
.ekoliga-account__product-module .product-section__shipment-form .form-group input[type="search"]:focus::placeholder,
.ekoliga-account__product-module .product-section__shipment-form .form-group select:focus::placeholder {
    color: #0b625eb6 !important;
}

.ekoliga-account__product-module .product-section__shipment-form .back-btn {
    border: 1px solid #ffc;
    padding: 10px 15px;
    border-radius: 0;
    background-color: transparent;
    color: #ffc;
    margin-bottom: 30px;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
}

.ekoliga-account__product-module .product-section__shipment-form .back-btn:hover {
    background-color: #ffc;
    border: 1px solid #ffc;
    color: #0b625e;
}

.ekoliga-account__product-module .product-section__shipment-form .form-group.payment-options {
    display: flex;
}

.ekoliga-account__product-module .product-section__shipment-form .form-group.payment-options > button {
    border: 2px solid #ffc;
    background-color: transparent;
    color: #ffc;
    cursor: pointer;
}

.ekoliga-account__product-module .product-section__shipment-form .form-group.payment-options > button:first-child {
    border-radius: 10px 0 0 10px;
    border-right: 1px solid #ffc;
}

.ekoliga-account__product-module .product-section__shipment-form .form-group.payment-options > button:last-child {
    border-radius: 0 10px 10px 0;
    border-left: 1px solid #ffc;
}

.ekoliga-account__product-module .product-section__shipment-form .form-group.payment-options > button.checked {
    background-color: #ffc;
    color: #0b625e;
    font-weight: 400;
}

.ekoliga-account__product-module .product-section__shipment-form button.submit-btn {
    width: 100%;
    padding: 15px 30px;
    background: #ffc;
    border-radius: 10px;
    font-weight: 400;
    color: #0b6285;
    font-size: 18px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    font-family: inherit;
}

.ekoliga-account__product-module .product-section__shipment-form button.submit-btn[disabled] {
    opacity: 0.7;
    cursor: not-allowed;
}

.ekoliga-account__product-module .product-section__shipment-form .form-group label {
    margin-bottom: 5px;
    display: block;
    color: var(--color);
    font-size: 14px;
}

.ekoliga-account__product-module #locker-form .form-group:first-child {
    margin: 0;
}

.ekoliga-account__product-module #locker-form .form-group:first-child input {
    border-bottom: none !important;
}

.ekoliga-account__product-module .product-section__shipment-form span.validation-info {
    margin-top: 5px;
    display: block;
    color: #ff6060;
    font-size: 14px;
}

.ekoliga-account__product-module .product-section__shipment-form .checkbox-container {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    user-select: none;
    color: rgba(255, 255, 204, 0.95);
}

.ekoliga-account__product-module .product-section__shipment-form .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.ekoliga-account__product-module .product-section__shipment-form .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #ffc;
    border-radius: 3px;
}

.ekoliga-account__product-module .product-section__shipment-form .checkbox-container input:checked ~ .checkmark {
    background-color: #0b625e;
}

.ekoliga-account__product-module .product-section__shipment-form .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.ekoliga-account__product-module .product-section__shipment-form .checkbox-container input:checked ~ .checkmark:after {
    display: block;
}

.ekoliga-account__product-module .product-section__shipment-form .checkbox-container .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.ekoliga-account__product-module .product-section__shipment-form .privacy-policy a {
    color: #ffc;
    text-decoration: underline;
}

.ekoliga-account__product-module .product-section__shipment-form .privacy-policy a:hover {
    text-decoration: none;
}

.ekoliga-account__product-module #openMapBtn {
    padding: 15px 20px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    border-radius:100px;
    background: var(--color);
    border: none;
    cursor: pointer;
    font-family: inherit;
    font-size: 15px;
    color: #0b625e;
    font-weight: 500;
}

.ekoliga-account__product-module .product-section__shipment-form .sum-of-money {
    display: flex;
    gap: 6px;
    color: var(--color);
    font-size: 20px;
    align-items: center;
    font-weight: 400;
    justify-content: center;
}

.ekoliga-account__product-module .product-section__shipment-form .points-info {
    color: rgba(255, 255, 204, 0.9);
    font-size: 14px;
    line-height: 1.45;
}

@media screen and (max-width: 1200px) {
    .ekoliga-account__product-module .product-section__form-wrapper-inner {
        padding: var(--global-padding);
        padding-top: 50px;
    }
}
p.ekoliga-account__logout {
    text-align: center;
}
p.ekoliga-account__logout a {
    color: var(--color);
    text-decoration: none;
}
p.ekoliga-account__logout a:hover {
    text-decoration: underline;
}

@media screen and (max-width: 1100px){
	.ekoliga-account {
		grid-template-columns: 1fr;
	}
}

.ekoliga-account {
	margin-bottom: 100px;
}


.ekoliga-section-main-heading {
	font-size: 44px !important;
	color: black !important	;
}
.packing-text {
    color: black !important;
}
h1.ekoliga-section-main-heading.hero-section__header-heading {
    color: white !important;
}

.ekoliga-ranking-table-wrapper {
	background-color: transparent !important;
	border: none !important;
	box-shadow: none !important;
}
.packing-section--ranking .packing-ranking-tab {
	border-radius: 100px;
}
p.ekoliga-auth__pin-help {
margin: 0;
}
a.cta-btn:first-child {
    color: inherit !important;
}

form.ekoliga-account__profile-form input[type="text"],
form.ekoliga-account__profile-form input[type="email"],
form.ekoliga-account__profile-form input[type="number"],
form.ekoliga-account__profile-form input[type="password"],
form.ekoliga-account__profile-form input[type="tel"],
form.ekoliga-account__profile-form select,
form.ekoliga-account__profile-form textarea {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #cfd9d5;
    border-radius: 10px;
    padding: 11px 14px;
    font-family: "Syne", sans-serif;
    font-size: 15px;
    line-height: 1.3;
    color: var(--ek-text, #1a2124);
    background: #fafcfb;
}

form.ekoliga-account__profile-form input::placeholder,
form.ekoliga-account__profile-form textarea::placeholder {
    color: #8a9499;
}

form.ekoliga-account__profile-form input:focus,
form.ekoliga-account__profile-form select:focus,
form.ekoliga-account__profile-form textarea:focus {
    border-color: var(--color, #9fdf55);
    box-shadow: 0 0 0 3px rgba(159, 223, 85, 0.22);
    outline: none;
}

span.ekoliga-account__points-label {
    text-align: center;
}
span.ekoliga-account__points-value {
    margin-bottom: 30px;
}
.sum-of-money svg path {
    stroke: #9fdf55;
}
.form-group.ekoliga-account-shipment-hint {
    color: white;
}
div#ekoliga-co-submitters-wrap {
    color: white;
}
button#ekoliga-co-add {
    width: 100%;
    border-radius: 100px;
    padding: 14px 30px;
    background: transparent;
    border: 1px solid #9fdf55;
    color: white;
}