:root {
--wp--preset--font-size--small: 0.875rem; --wp--preset--font-size--medium: 1rem; --wp--preset--font-size--large: 1.125rem; --wp--preset--font-size--x-large: 1.5rem; --wp--preset--font-size--xx-large: 2rem; --wp--preset--font-size--huge: 2.5rem; } .entry-content h1,
.wp-block-post-content h1,
article h1 {
font-size: 2.5rem !important; line-height: 1.2;
margin-top: 0;
margin-bottom: 1.5rem;
}
.entry-content h2,
.wp-block-post-content h2,
article h2 {
font-size: 2rem !important; line-height: 1.25;
margin-top: 2rem;
margin-bottom: 1rem;
}
.entry-content h3,
.wp-block-post-content h3,
article h3 {
font-size: 1.5rem !important; line-height: 1.3;
margin-top: 1.5rem;
margin-bottom: 0.75rem;
}
.entry-content h4,
.wp-block-post-content h4,
article h4 {
font-size: 1.125rem !important; line-height: 1.4;
margin-top: 1.25rem;
margin-bottom: 0.5rem;
}
.entry-content h5,
.wp-block-post-content h5,
article h5 {
font-size: 1rem !important; line-height: 1.4;
margin-top: 1rem;
margin-bottom: 0.5rem;
}
.entry-content h6,
.wp-block-post-content h6,
article h6 {
font-size: 0.875rem !important; line-height: 1.4;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-top: 1rem;
margin-bottom: 0.5rem;
} *,
*::before,
*::after {
box-sizing: border-box;
} @media (max-width: 768px) {
html, body {
overflow-x: hidden;
}
}
body {
margin: 0;
background-color: var(--wp--preset--color--surface);
color: var(--wp--preset--color--text);
font-family: var(--wp--preset--font-family--body);
line-height: 1.6;
-webkit-font-smoothing: antialiased;
}
img {
max-width: 100%;
height: auto;
} .gs-header {
background: var(--wp--preset--color--card);
border-bottom: 1px solid var(--wp--preset--color--border);
}
.gs-navbar {
background: var(--wp--preset--color--forest);
border-bottom: 4px solid var(--wp--preset--color--accent);
}
.gs-navbar .wp-block-navigation {
gap: 0;
}
.gs-navbar .wp-block-navigation-item a,
.gs-navbar .wp-block-navigation-link a {
color: #ffffff;
padding: 0 1rem;
height: 56px;
display: flex;
align-items: center;
text-decoration: none;
font-weight: 500;
font-size: 0.9375rem;
transition: background-color 0.15s ease;
}
.gs-navbar .wp-block-navigation-item a:hover,
.gs-navbar .wp-block-navigation-item a:focus,
.gs-navbar .wp-block-navigation-link a:hover {
background: var(--wp--preset--color--accent);
color: #ffffff;
}
.gs-navbar .wp-block-navigation__submenu-container {
background: var(--wp--preset--color--forest);
border: none;
border-radius: 0 0 4px 4px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}
.gs-navbar .wp-block-navigation__submenu-container a {
height: auto;
padding: 0.75rem 1rem;
} @media (max-width: 782px) {
.gs-navbar .wp-block-navigation-item a {
height: auto;
padding: 1rem;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.gs-navbar .wp-block-navigation__responsive-container {
background: var(--wp--preset--color--forest);
}
.gs-navbar .wp-block-navigation__responsive-container-close {
color: #ffffff;
}
} .gs-gc-radce-btn {
background: var(--wp--preset--color--accent);
color: #ffffff !important;
padding: 0.5rem 1rem;
border-radius: 20px;
font-size: 0.8125rem;
font-weight: 600;
text-decoration: none;
display: inline-flex;
align-items: center;
gap: 0.375rem;
transition: background-color 0.15s;
}
.gs-gc-radce-btn:hover {
background: var(--wp--preset--color--accent-hover);
} .gs-main {
padding-top: 2rem;
padding-bottom: 3rem;
} .gs-post-card {
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gs-post-card:hover {
transform: translateY(-2px);
}
.gs-featured-card {
background: var(--wp--preset--color--card);
border-radius: 16px;
overflow: hidden;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
margin-bottom: 2rem;
}
.gs-featured-card .wp-block-post-featured-image img {
border-radius: 0;
} .gs-article-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1.5rem;
}
@media (max-width: 1024px) {
.gs-article-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 600px) {
.gs-article-grid {
grid-template-columns: 1fr;
}
}
.gs-article-card {
background: var(--wp--preset--color--card);
border-radius: 12px;
overflow: hidden;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.gs-article-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.gs-article-card .wp-block-post-featured-image {
margin: 0;
}
.gs-article-card .wp-block-post-featured-image img {
border-radius: 12px 12px 0 0;
aspect-ratio: 16/9;
object-fit: cover;
width: 100%;
}
.gs-article-card-content {
padding: 1rem 1.25rem 1.25rem;
} .gs-projects-strip {
background: var(--wp--preset--color--card);
padding: 1.5rem 0;
margin-bottom: 2rem;
border-top: 1px solid var(--wp--preset--color--border);
border-bottom: 1px solid var(--wp--preset--color--border);
}
.gs-project-card {
background: var(--wp--preset--color--surface);
border-radius: 12px;
overflow: hidden;
text-align: center;
transition: transform 0.2s ease, box-shadow 0.2s ease;
position: relative;
}
.gs-project-card::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
height: 4px;
background: var(--project-color, var(--wp--preset--color--accent));
}
.gs-project-card:hover {
transform: translateY(-4px);
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}
.gs-project-card img {
width: 100%;
aspect-ratio: 16/10;
object-fit: cover;
}
.gs-project-card-content {
padding: 0.75rem 1rem;
}
.gs-project-card-title {
font-family: var(--wp--preset--font-family--heading);
font-size: 0.9375rem;
font-weight: 600;
color: var(--wp--preset--color--text);
margin: 0;
} .gs-project-card--kesky::before { --project-color: #4CAF50; }
.gs-project-card--muzeum::before { --project-color: #9C27B0; }
.gs-project-card--terezin::before { --project-color: #FF5722; }
.gs-project-card--gps-maze::before { --project-color: #2196F3; }
.gs-project-card--postapo::before { --project-color: #607D8B; } .gs-sidebar {
position: sticky;
top: 2rem;
}
.gs-sidebar-widget {
margin-bottom: 2rem;
}
.gs-widget-title {
font-size: 0.8125rem;
text-transform: uppercase;
letter-spacing: 0.08em;
color: var(--wp--preset--color--text);
margin-bottom: 1rem;
padding-bottom: 0.5rem;
border-bottom: 2px solid var(--wp--preset--color--accent);
font-weight: 600;
} .gs-vlm-slot {
background: var(--wp--preset--color--surface-warm);
border-radius: 8px;
min-height: 250px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 1.5rem;
}
.gs-vlm-slot--square {
aspect-ratio: 1;
max-width: 300px;
}
.gs-vlm-slot--skyscraper {
min-height: 600px;
} .gs-kesky-cta {
background: linear-gradient(135deg, var(--wp--preset--color--forest) 0%, var(--wp--preset--color--forest-light) 100%);
color: #ffffff;
padding: 1.5rem;
border-radius: 12px;
text-align: center;
margin-bottom: 1.5rem;
}
.gs-kesky-cta h4 {
color: #ffffff;
margin: 0 0 0.5rem 0;
font-size: 1.125rem;
}
.gs-kesky-cta p {
margin: 0 0 1rem 0;
font-size: 0.875rem;
opacity: 0.9;
}
.gs-kesky-cta .gs-btn {
background: var(--wp--preset--color--accent);
color: #ffffff;
padding: 0.75rem 1.5rem;
border-radius: 6px;
text-decoration: none;
font-weight: 600;
display: inline-block;
transition: background 0.15s;
}
.gs-kesky-cta .gs-btn:hover {
background: var(--wp--preset--color--accent-hover);
} .gs-sidebar .wp-block-categories {
list-style: none;
padding: 0;
margin: 0;
}
.gs-sidebar .wp-block-categories li {
padding: 0.5rem 0;
border-bottom: 1px solid var(--wp--preset--color--border);
}
.gs-sidebar .wp-block-categories a {
color: var(--wp--preset--color--text);
text-decoration: none;
}
.gs-sidebar .wp-block-categories a:hover {
color: var(--wp--preset--color--accent);
} .gs-keskomerka {
text-align: center;
margin-bottom: 1.5rem;
}
.gs-keskomerka img {
max-width: 100%;
border-radius: 8px;
} .gs-discourse-box {
background: var(--wp--preset--color--surface);
border: 1px solid var(--wp--preset--color--border);
border-radius: 12px;
padding: 1.5rem;
margin: 2rem 0;
text-align: center;
}
.gs-discourse-box h4 {
margin: 0 0 0.5rem 0;
font-size: 1rem;
}
.gs-discourse-box p {
margin: 0 0 1rem 0;
color: var(--wp--preset--color--text-secondary);
font-size: 0.9375rem;
}
.gs-discourse-box .gs-btn {
background: var(--wp--preset--color--forest);
color: #ffffff;
padding: 0.75rem 1.5rem;
border-radius: 6px;
text-decoration: none;
font-weight: 500;
display: inline-block;
transition: background 0.15s;
}
.gs-discourse-box .gs-btn:hover {
background: var(--wp--preset--color--forest-light);
} .gs-footer {
background: var(--wp--preset--color--forest);
color: #ffffff;
}
.gs-footer a {
color: rgba(255, 255, 255, 0.85);
text-decoration: none;
}
.gs-footer a:hover {
color: var(--wp--preset--color--accent);
}
.gs-footer h6 {
color: #ffffff;
font-size: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.1em;
margin-bottom: 1rem;
}
.gs-footer .wp-block-navigation-item a,
.gs-footer .wp-block-navigation-link a {
color: rgba(255, 255, 255, 0.85);
padding: 0.25rem 0;
height: auto;
}
.gs-footer .wp-block-navigation-item a:hover {
color: var(--wp--preset--color--accent);
background: transparent;
}
.gs-footer-bottom {
border-top: 1px solid rgba(255, 255, 255, 0.1);
margin-top: 2rem;
padding-top: 1.5rem;
text-align: center;
font-size: 0.875rem;
color: rgba(255, 255, 255, 0.7);
} .gs-article {
background: var(--wp--preset--color--card);
padding: 2rem;
border-radius: 12px;
}
.gs-article .wp-block-post-featured-image img {
border-radius: 8px;
}
.gs-post-meta {
color: var(--wp--preset--color--text-secondary);
font-size: 0.875rem;
} .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;
width: 1px;
word-wrap: normal !important;
} @media (max-width: 782px) {
.gs-main {
padding-top: 1.5rem;
padding-bottom: 2rem;
}
.gs-article {
padding: 1.25rem;
}
.gs-sidebar {
position: static;
margin-top: 2rem;
}
}  .gs-logo {
margin: 0;
padding: 0;
flex-shrink: 0;
}
.gs-logo figure,
.gs-logo .wp-block-image {
margin: 0 !important;
padding: 0;
line-height: 0;
}
.gs-logo img {
width: 44px !important;
height: 44px !important;
object-fit: contain !important;
display: block;
}
.gs-logo a {
display: block;
line-height: 0;
} .gs-logo-text {
display: none !important;
} .gs-nav-links {
margin: 0;
display: flex;
align-items: center;
gap: 4px;
}
.gs-nav-links a {
color: rgba(255, 255, 255, 0.7) !important;
text-decoration: none !important;
font-size: 13px;
font-weight: 500;
padding: 8px 14px;
border-radius: 8px;
transition: all 0.15s ease;
white-space: nowrap;
}
.gs-nav-links a:hover {
color: rgba(255, 255, 255, 0.95) !important;
background: rgba(255, 255, 255, 0.08);
} .gs-nav-links a[href="https://geocaching.cz"] {
color: #ffffff !important;
font-weight: 600;
background: rgba(255, 255, 255, 0.1);
} .gs-gc-radce {
display: inline-flex;
align-items: center;
gap: 6px;
background: #EE7F01;
color: #fff !important;
text-decoration: none !important;
padding: 7px 16px;
border-radius: 22px;
font-size: 13px;
font-weight: 600;
font-family: var(--wp--preset--font-family--body);
transition: all 0.2s ease;
box-shadow: 0 2px 8px rgba(238, 127, 1, 0.25);
white-space: nowrap;
}
.gs-gc-radce:hover {
background: #D97200;
box-shadow: 0 4px 14px rgba(238, 127, 1, 0.35);
transform: translateY(-1px);
}
.gs-gc-radce svg {
width: 16px;
height: 16px;
flex-shrink: 0;
}
@media (max-width: 768px) {
.gs-gc-radce-text {
display: none;
}
.gs-gc-radce {
padding: 8px 10px;
border-radius: 50%;
}
} .gs-navbar .wp-block-search__input {
background: rgba(255, 255, 255, 0.08) !important;
border: none !important;
border-radius: 20px !important;
color: rgba(255, 255, 255, 0.9) !important;
padding: 8px 14px !important;
font-size: 13px;
}
.gs-navbar .wp-block-search__input::placeholder {
color: rgba(255, 255, 255, 0.5);
}
.gs-navbar .wp-block-search__button {
background: rgba(255, 255, 255, 0.1) !important;
border: none !important;
border-radius: 0 20px 20px 0 !important;
color: rgba(255, 255, 255, 0.7) !important;
padding: 8px 12px !important;
}
.gs-navbar .wp-block-search__button:hover {
background: rgba(255, 255, 255, 0.15) !important;
}  .wp-block-post-template .wp-block-post {
background: #ffffff;
border-radius: 14px;
overflow: hidden;
box-shadow: 0 1px 4px rgba(37, 79, 83, 0.04);
transition: transform 0.25s cubic-bezier(0.2, 0.8, 0.3, 1),
box-shadow 0.25s ease;
}
.wp-block-post-template .wp-block-post:hover {
transform: translateY(-4px);
box-shadow: 0 12px 32px rgba(37, 79, 83, 0.1);
} .wp-block-post-template .wp-block-post .wp-block-post-featured-image {
margin: 0;
overflow: hidden;
}
.wp-block-post-template .wp-block-post .wp-block-post-featured-image img {
width: 100%;
height: auto;
object-fit: cover;
transition: transform 0.3s ease;
}
.wp-block-post-template .wp-block-post:hover .wp-block-post-featured-image img {
transform: scale(1.03);
} .wp-block-post-template .wp-block-post .wp-block-post-title {
font-family: var(--wp--preset--font-family--heading);
font-weight: 700;
line-height: 1.3;
}
.wp-block-post-template .wp-block-post .wp-block-post-title a {
color: #1B2D2F !important;
text-decoration: none !important;
}
.wp-block-post-template .wp-block-post .wp-block-post-title a:hover {
color: #EE7F01 !important;
} .wp-block-post-template .wp-block-post .wp-block-post-terms a {
color: #EE7F01 !important;
text-decoration: none !important;
font-weight: 600;
} .wp-block-post-template .wp-block-post .wp-block-post-date {
color: #99ADAF;
}  .wp-block-query:first-of-type .wp-block-post-template .wp-block-group.has-background {
background: #ffffff !important;
border-radius: 16px;
overflow: hidden;
box-shadow: 0 2px 12px rgba(37, 79, 83, 0.06);
} .wp-block-query:first-of-type .wp-block-post-featured-image img {
border-radius: 16px 0 0 16px;
height: 100%;
object-fit: cover;
} .gs-sidebar .wp-block-group:not(.gs-kesky-cta) {
background: #ffffff;
border-radius: 14px;
padding: 18px 20px;
} .gs-sidebar .wp-block-latest-posts {
padding: 0;
margin: 0;
list-style: none;
}
.gs-sidebar .wp-block-latest-posts li {
padding: 8px 0;
border-bottom: 1px solid #EDF1F1;
}
.gs-sidebar .wp-block-latest-posts li:last-child {
border-bottom: none;
}
.gs-sidebar .wp-block-latest-posts a {
color: #5E7678;
text-decoration: none;
font-size: 14px;
line-height: 1.4;
}
.gs-sidebar .wp-block-latest-posts a:hover {
color: #EE7F01;
}
.gs-sidebar .wp-block-latest-posts__post-date {
color: #99ADAF;
font-size: 12px;
display: block;
margin-top: 4px;
} .gs-sidebar .wp-block-categories {
padding: 0;
margin: 0;
list-style: none;
}
.gs-sidebar .wp-block-categories li {
padding: 8px 0;
border-bottom: 1px solid #EDF1F1;
font-size: 14px;
}
.gs-sidebar .wp-block-categories li:last-child {
border-bottom: none;
}
.gs-sidebar .wp-block-categories a {
color: #5E7678;
text-decoration: none;
}
.gs-sidebar .wp-block-categories a:hover {
color: #EE7F01;
} .gs-sidebar .wp-block-image img {
width: 100%;
border-radius: 8px;
} .gs-footer .wp-block-heading {
color: #ffffff;
font-size: 13px;
font-weight: 600;
text-transform: uppercase;
letter-spacing: 0.06em;
}
.gs-footer p {
line-height: 1.8;
}
.gs-footer .wp-block-social-links {
gap: 12px;
}  @media (max-width: 1024px) { .wp-block-post-template.is-layout-grid,
.wp-block-post-template[style*="grid-template-columns"] {
grid-template-columns: repeat(2, 1fr) !important;
}
} @media (max-width: 768px) { body,
.wp-site-blocks {
overflow-x: hidden !important;
} ul.wp-block-post-template {
padding-left: 16px !important;
padding-right: 16px !important;
margin-left: 0 !important;
margin-right: 0 !important;
}
ul.wp-block-post-template > li {
max-width: 100% !important;
} img {
max-width: 100% !important;
} .gs-nav-links {
display: none;
} .gs-navbar .wp-block-search__input {
width: 100px !important;
} .wp-block-query:first-of-type .wp-block-group.is-layout-flex,
.wp-block-query:first-of-type .wp-block-group.is-nowrap,
.wp-block-query:first-of-type .wp-block-group[class*="wp-container"] {
flex-direction: column !important;
flex-wrap: wrap !important;
} .wp-block-query:first-of-type figure.wp-block-post-featured-image,
.wp-block-query:first-of-type figure[class*="wp-container-content"],
figure.wp-block-post-featured-image[class*="wp-container-content"] {
flex-basis: 100% !important;
flex: 0 0 100% !important;
width: 100% !important;
max-width: 100% !important;
}
.wp-block-query:first-of-type .wp-block-post-featured-image img {
border-radius: 16px 16px 0 0 !important;
border-bottom-left-radius: 0 !important;
max-height: 220px;
width: 100% !important;
} .wp-block-query:first-of-type .wp-block-group.is-layout-flow {
width: 100% !important;
} ul.wp-block-post-template,
ul.wp-block-post-template.is-layout-grid,
ul.wp-block-post-template.columns-3,
ul.wp-block-post-template.columns-2,
ul[class*="wp-container-core-post-template"] {
display: block !important;
grid-template-columns: none !important;
} ul.wp-block-post-template > li {
display: block !important;
width: 100% !important;
max-width: 100% !important;
margin-bottom: 16px !important;
} .wp-block-post-template .wp-block-group.has-background {
width: 100% !important;
max-width: 100% !important;
box-sizing: border-box !important;
} .wp-block-post-template .wp-block-post-featured-image {
margin: 0 !important;
width: 100% !important;
}
.wp-block-post-template figure.wp-block-post-featured-image {
margin-bottom: 0 !important;
aspect-ratio: auto !important;
}
.wp-block-post-template .wp-block-post-featured-image img {
width: 100% !important;
height: auto !important;
max-height: 200px !important;
object-fit: cover !important;
} .wp-block-columns,
[class*="wp-container-core-columns"] {
flex-direction: column !important;
flex-wrap: wrap !important;
}
.wp-block-column,
.wp-block-column[style*="flex-basis"] {
flex-basis: 100% !important;
width: 100% !important;
max-width: 100% !important;
} .gs-footer .wp-block-columns {
flex-direction: column !important;
gap: 24px;
} .wp-block-group.has-global-padding {
padding-left: 16px !important;
padding-right: 16px !important;
}
} @media (max-width: 480px) { .wp-block-post-title {
font-size: 0.9rem !important;
} .gs-navbar .wp-block-search {
display: none;
} .gs-logo {
font-size: 15px !important;
} .wp-block-post-template .wp-block-post {
width: 100% !important;
max-width: 100% !important;
}
.wp-block-post-template .wp-block-post .wp-block-group {
padding: 12px !important;
} .wp-block-post-template .wp-block-post .wp-block-post-featured-image,
.wp-block-post-template .wp-block-post .wp-block-post-featured-image img {
width: 100% !important;
max-width: 100% !important;
}
} .gs-hamburger {
display: none;
background: none;
border: none;
cursor: pointer;
padding: 8px;
z-index: 1001;
-webkit-tap-highlight-color: transparent;
touch-action: manipulation;
}
.gs-hamburger svg {
display: block;
width: 24px;
height: 24px;
}
.gs-hamburger line {
transition: all 0.3s ease;
transform-origin: center;
}
.gs-hamburger.is-open .gs-ham-top {
transform: rotate(45deg) translate(4px, 4px);
}
.gs-hamburger.is-open .gs-ham-mid {
opacity: 0;
}
.gs-hamburger.is-open .gs-ham-bot {
transform: rotate(-45deg) translate(4px, -4px);
}
body.gs-menu-open {
overflow: hidden;
} @media (max-width: 768px) {
.gs-hamburger {
display: flex;
align-items: center;
justify-content: center;
}
.gs-nav-links {
position: fixed;
top: 68px;
left: 0;
right: 0;
bottom: 0;
background: #254F53;
flex-direction: column;
align-items: stretch;
justify-content: flex-start;
padding: 20px;
gap: 0;
transform: translateX(-100%);
transition: transform 0.3s ease;
z-index: 1000;
display: none;
}
.gs-nav-links.is-open {
transform: translateX(0);
display: flex !important;
}
.gs-nav-links a {
padding: 16px 20px !important;
font-size: 16px !important;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
border-radius: 0 !important;
}
.gs-nav-links a:hover {
background: rgba(255, 255, 255, 0.05) !important;
}
} .gs-kesky-cta {
background: #1a3a3d !important;
border-radius: 16px !important;
overflow: hidden;
box-shadow: 0 4px 20px rgba(26, 58, 61, 0.3);
transition: transform 0.3s ease, box-shadow 0.3s ease;
padding: 0 !important;
}
.gs-kesky-cta:hover {
transform: translateY(-3px);
box-shadow: 0 8px 32px rgba(26, 58, 61, 0.35);
}
.gs-kesky-header {
background: linear-gradient(135deg, #254F53 0%, #2D6166 40%, #1a3a3d 100%);
height: 120px;
display: flex;
align-items: center;
justify-content: center;
position: relative;
overflow: hidden;
} .gs-kesky-header::before {
content: '';
position: absolute;
top: -30px;
right: -30px;
width: 120px;
height: 120px;
border-radius: 50%;
background: rgba(238, 127, 1, 0.15);
}
.gs-kesky-header::after {
content: '';
position: absolute;
bottom: -20px;
left: -20px;
width: 80px;
height: 80px;
border-radius: 50%;
background: rgba(238, 127, 1, 0.08);
}
.gs-kesky-emoji {
font-size: 52px;
position: relative;
z-index: 1;
animation: gs-float 3s ease-in-out infinite;
}
@keyframes gs-float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-6px); }
}
.gs-kesky-cta h3,
.gs-kesky-cta h4 {
margin-top: 0 !important;
color: #fff !important;
}
.gs-kesky-cta p {
color: rgba(255, 255, 255, 0.6) !important;
}
.gs-kesky-cta .wp-block-button__link {
background: #EE7F01 !important;
color: #fff !important;
border-radius: 10px !important;
font-weight: 700 !important;
font-size: 15px !important;
padding: 12px 20px !important;
box-shadow: 0 4px 12px rgba(238, 127, 1, 0.3);
transition: all 0.2s ease;
}
.gs-kesky-cta .wp-block-button__link:hover {
background: #D97200 !important;
box-shadow: 0 6px 18px rgba(238, 127, 1, 0.4);
transform: translateY(-1px);
} @media print {
.gs-navbar,
.gs-sidebar,
.gs-footer,
.gs-vlm-slot {
display: none;
}
} .gs-sidebar-box {
background: #ffffff;
border-radius: 14px;
padding: 18px 20px;
margin-bottom: 20px;
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.gs-sidebar-title {
font-family: var(--wp--preset--font-family--body, 'DM Sans', sans-serif);
font-size: 12px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.06em;
color: #99ADAF;
margin: 0 0 14px;
padding-bottom: 10px;
border-bottom: 2px solid #EE7F01;
}
.gs-sidebar-header {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 0;
}
.gs-sidebar-header .gs-sidebar-title {
margin-bottom: 14px;
}
.gs-sidebar-more {
font-size: 12px;
font-weight: 600;
color: #EE7F01;
text-decoration: none;
}
.gs-sidebar-more:hover {
text-decoration: underline;
} .gs-project-link {
display: flex;
align-items: center;
gap: 10px;
padding: 10px 0;
border-bottom: 1px solid #F0EEE9;
color: #1B2D2F;
text-decoration: none;
font-size: 14px;
font-weight: 500;
transition: color 0.15s;
}
.gs-project-link:last-child {
border-bottom: none;
}
.gs-project-link:hover {
color: #EE7F01;
}
.gs-project-icon {
font-size: 18px;
flex-shrink: 0;
} .gs-keskomerka-img {
width: 100%;
border-radius: 8px;
display: block;
margin-bottom: 8px;
}
.gs-keskomerka-link {
display: block;
font-size: 13px;
color: #5E7678;
text-decoration: none;
}
.gs-keskomerka-link:hover {
color: #EE7F01;
} .gs-ad-wrapper {
margin-bottom: 20px;
}
.gs-ad-label {
display: block;
text-align: right;
font-size: 9px;
letter-spacing: 0.08em;
text-transform: uppercase;
color: #ccc;
margin-top: 4px;
}
#square-1 {
min-height: 250px;
background: #f5f3ef;
border-radius: 12px;
}
#skyscraper-1 {
min-height: 600px;
background: #f5f3ef;
border-radius: 12px;
} .gs-forum-loading {
color: #99ADAF;
font-size: 13px;
text-align: center;
padding: 20px 0;
margin: 0;
}
.gs-forum-topic {
display: flex;
justify-content: space-between;
align-items: center;
padding: 8px 0;
border-bottom: 1px solid #F0EEE9;
color: #1B2D2F;
text-decoration: none;
font-size: 13px;
transition: color 0.15s;
}
.gs-forum-topic:last-child {
border-bottom: none;
}
.gs-forum-topic:hover {
color: #EE7F01;
}
.gs-forum-topic-title {
font-weight: 500;
line-height: 1.3;
flex: 1;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.gs-forum-topic-meta {
font-size: 11px;
color: #99ADAF;
flex-shrink: 0;
margin-left: 8px;
} .gs-footer,
.gs-footer .wp-block-group {
color: rgba(255, 255, 255, 0.7);
}
.gs-footer a {
color: rgba(255, 255, 255, 0.85) !important;
text-decoration: none;
}
.gs-footer a:hover {
color: #ffffff !important;
}
.gs-footer h3,
.gs-footer h4,
.gs-footer h6,
.gs-footer .wp-block-heading {
color: rgba(255, 255, 255, 0.95) !important;
font-weight: 600;
}
.gs-footer p {
color: rgba(255, 255, 255, 0.7);
}
.gs-footer .wp-block-social-links .wp-social-link {
background: rgba(255, 255, 255, 0.1) !important;
}
.gs-footer .wp-block-social-links .wp-social-link:hover {
background: rgba(255, 255, 255, 0.2) !important;
} .gs-projects-strip {
max-width: 1120px;
margin: 24px auto 28px;
padding: 0 28px;
}
.gs-projects-heading {
font-family: var(--wp--preset--font-family--heading, 'Lora', serif);
font-size: 1.2rem;
font-weight: 700;
color: #1B2D2F;
margin: 0 0 14px;
}
.gs-projects-grid {
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 16px;
}
.gs-project-card {
display: block;
text-decoration: none;
border-radius: 14px;
overflow: hidden;
background: #fff;
box-shadow: 0 2px 8px rgba(0,0,0,0.06);
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.gs-project-card:hover {
transform: translateY(-4px);
box-shadow: 0 10px 28px rgba(0,0,0,0.12);
} .gs-project-card-bg {
height: 130px;
display: flex;
align-items: center;
justify-content: center;
padding: 20px 24px;
background: #F7F6F3;
border-bottom: 3px solid var(--project-color, #EE7F01);
overflow: visible;
} .gs-project-card-bg.gs-logo-dark {
background: radial-gradient(circle at center, #254F53 60%, #F7F6F3 60%);
}
.gs-project-logo {
max-height: 85px;
max-width: 90%;
width: auto;
height: auto;
object-fit: contain !important;
display: block;
}
.gs-project-emoji {
font-size: 56px;
animation: gs-dino-float 3s ease-in-out infinite;
}
@keyframes gs-dino-float {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-8px) rotate(3deg); }
}
.gs-project-card-info {
padding: 14px 16px;
text-align: center;
}
.gs-project-card-name {
display: block;
font-family: var(--wp--preset--font-family--body, 'DM Sans', sans-serif);
font-weight: 700;
font-size: 14px;
color: #1B2D2F;
margin-bottom: 2px;
}
.gs-project-card-desc {
display: block;
font-size: 12px;
color: #99ADAF;
}
@media (max-width: 900px) {
.gs-projects-grid {
grid-template-columns: repeat(2, 1fr);
}
}
@media (max-width: 480px) {
.gs-projects-grid {
grid-template-columns: repeat(2, 1fr);
gap: 10px;
}
.gs-projects-strip {
padding: 0 16px;
}
.gs-project-card-bg {
height: 100px;
padding: 16px;
}
.gs-project-emoji {
font-size: 42px;
}
.gs-project-logo {
max-height: 60px;
}
.gs-project-card-name {
font-size: 12px;
}
} .gs-kesky-cta {
background: #1a3a3d !important;
border-radius: 16px !important;
overflow: hidden;
padding: 0 !important;
}
.gs-kesky-header {
height: 120px;
display: flex;
align-items: center;
justify-content: center;
background: linear-gradient(135deg, #254F53 0%, #2D6166 40%, #1a3a3d 100%);
position: relative;
overflow: hidden;
}
.gs-kesky-header::before {
content: '';
position: absolute;
top: -30px;
right: -30px;
width: 120px;
height: 120px;
border-radius: 50%;
background: rgba(238, 127, 1, 0.15);
}
.gs-kesky-header::after {
content: '';
position: absolute;
bottom: -20px;
left: -20px;
width: 80px;
height: 80px;
border-radius: 50%;
background: rgba(238, 127, 1, 0.08);
}
.gs-kesky-dino {
font-size: 60px;
position: relative;
z-index: 1;
animation: gs-dino-bounce 3s ease-in-out infinite;
}
@keyframes gs-dino-bounce {
0%, 100% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-8px) rotate(5deg); }
}
.gs-kesky-body {
padding: 20px 22px 24px;
}
.gs-kesky-body h3 {
color: #fff !important;
font-size: 1.15rem;
font-weight: 800;
margin: 0 0 6px;
}
.gs-kesky-body p {
color: rgba(255, 255, 255, 0.55) !important;
font-size: 13px;
margin: 0 0 16px;
line-height: 1.5;
}
.gs-kesky-btn {
display: block;
background: #EE7F01;
color: #fff !important;
text-align: center;
padding: 12px;
border-radius: 10px;
font-weight: 700;
font-size: 15px;
text-decoration: none;
box-shadow: 0 4px 12px rgba(238, 127, 1, 0.3);
transition: all 0.2s ease;
}
.gs-kesky-btn:hover {
background: #D97200;
box-shadow: 0 6px 18px rgba(238, 127, 1, 0.4);
transform: translateY(-1px);
} .gs-footer-bottom {
display: flex;
justify-content: space-between;
align-items: center;
padding-top: 20px;
margin-top: 32px;
border-top: 1px solid rgba(255,255,255,0.1);
font-size: 0.8125rem;
color: rgba(255,255,255,0.5);
}
.gs-footer-info {
display: flex;
flex-wrap: wrap;
gap: 0;
align-items: center;
}
.gs-footer-sep {
margin: 0 10px;
opacity: 0.5;
}
.gs-aikod-link {
display: inline-flex;
align-items: center;
}
.gs-aikod-logo {
height: 16px;
opacity: 0.35;
transition: opacity 0.2s;
}
.gs-aikod-link:hover .gs-aikod-logo {
opacity: 0.6;
}
@media (max-width: 600px) {
.gs-footer-bottom {
flex-direction: column;
gap: 10px;
text-align: center;
}
.gs-footer-info {
flex-direction: column;
gap: 4px;
}
.gs-footer-sep {
display: none;
}
} .gs-single-featured {
margin-bottom: 32px;
}
.gs-single-featured-img {
width: 100%;
height: auto;
border-radius: 14px;
display: block;
} .gs-categories-list {
list-style: none;
margin: 0;
padding: 0;
}
.gs-categories-list li {
padding: 8px 0;
border-bottom: 1px solid #f0ebe3;
font-size: 14px;
}
.gs-categories-list li:last-child {
border-bottom: none;
}
.gs-categories-list a {
color: #254F53;
text-decoration: none;
transition: color 0.2s;
}
.gs-categories-list a:hover {
color: #EE7F01;
}
.gs-cat-count {
color: #99ADAF;
font-size: 12px;
margin-left: 4px;
}