.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Rokkitt";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#5FB8EE;background-image:url("https://info.pckziu-wieliczka.pl/wp-content/uploads/2025/09/Tlo3.png");background-position:center center;overscroll-behavior:none;}.elementor-kit-6 e-page-transition{background-color:#F9F9F9;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{font-family:"Agbalumo", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;--container-default-padding-top:30px;--container-default-padding-right:30px;--container-default-padding-bottom:30px;--container-default-padding-left:30px;}.elementor-widget:not(:last-child){margin-block-end:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.container {
        display: grid;
        grid-template-columns: repeat(3, 100px);
        grid-gap: 100px; /* większe odstępy */
}

#glowny {
    width: 150px;
    height: 80px;
    background: linear-gradient(to bottom right, #ffa94d, #ff922b);
    border: 2px solid rgba(255, 255, 255, 0.4); /* lekki biały border */
    border-radius: 15px;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    color: white;
    font-size: 15px;
    font-weight: bold;
    cursor: pointer;
    transition: transform 0.2s, background 0.3s, border-color 0.3s;
}

#glowny:hover {
    background: linear-gradient(to bottom right, #ffb347, #ff8000);
    border-color: rgba(255, 255, 255, 0.7); /* jaśniejszy border po najechaniu */
    transform: scale(1.05);
}

/* Lista główna RSS */
ul.wpra-items {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

/* Każdy element */
li.wpra-item.feed-item {
    background: #f8fbff;
    border: 1px solid #cdddf7;
    border-radius: 10px;
    padding: 15px 20px;
    margin-bottom: 15px;
    box-shadow: 0 2px 5px rgba(0, 70, 200, 0.05);
    transition: all 0.2s ease-in-out;
}

/* Hover */
li.wpra-item.feed-item:hover {
    background: #e9f1ff;
    box-shadow: 0 4px 12px rgba(0, 70, 200, 0.15);
    transform: translateY(-2px);
}

/* Link tytułu */
li.wpra-item.feed-item a {
    font-size: 18px;
    font-weight: bold;
    color: #0044cc;
    text-decoration: none;
    display: block;
}

/* Hover linku */
li.wpra-item.feed-item a:hover {
    color: #002a80;
    text-decoration: underline;
}

/* Wyłączamy linkowanie */
li.wpra-item.feed-item a {
    pointer-events: none; /* brak linku */
    cursor: pointer;      /* wygląda jak nagłówek */
    font-size: 18px;
    font-weight: bold;
    color: #0044cc;
    display: block;
    margin-bottom: 5px;
}

/* Opis (ukryty domyślnie) */
li.wpra-item.feed-item .wpra-description {
    display: none;
    font-size: 15px;
    color: #333;
    line-height: 1.5;
    margin-top: 10px;
}
h1 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px; /* odstęp między ikoną a tekstem */
  text-align: center;
  margin: 0 auto;
}

.moje-wpisy {
  background: rgba(20, 33, 61, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.15);
  color: white;
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(5px);
  margin-bottom: 30px;
  transition: transform 0.25s, box-shadow 0.25s;
  position: relative;
  overflow: hidden;
}
.login-box {
  background: rgba(20, 33, 61, 0.8);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  padding: 40px;
  width: 320px;
  color: white;
  text-align: center;
}

.login-box input {
  width: 100%;
  padding: 12px;
  margin: 10px 0;
  border-radius: 10px;
  border: none;
  background: rgba(255,255,255,0.15);
  color: white;
}

.login-box button {
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: none;
  background: #0d47a1;
  color: white;
  cursor: pointer;
}/* End custom CSS */