/*# sourceMappingURL=styles.css.map */
main.terms {
    header {
        padding: 40px 0;
        h1 {
            font-size: 40px;
            font-weight: 700;
            text-align: center;
        }
    }
    p:first-child {
        padding: 15px;
        border: 1px solid rgb(221, 221, 221);
        border-radius: 5px;
    }
    h2.wp-block-heading {
        font-size: 28px;
        font-weight: 600;
        margin-top: 40px;
        margin-bottom: 40px;
        padding-left: 30px;
        margin-left: -25px;
        position: relative;
    }
    h2:before {
        content: "";
        background-color: rgb(172, 172, 172);
        width: 15px;
        height: 15px;
        display: block;
        position: absolute;
        top: 50%;
        left: -8px;
        transform: translateY(-50%);
    }
    ul.wp-block-list {
        li {
            margin-bottom: 15px;
            line-height: 1.5;
        }
    }
    .entry-content {
        border-left: 2px solid rgb(221, 221, 221);
        padding-left: 25px;
    }
}

.page-template-landing-page {
    #wrapper-navbar {
        display: none;
    }
}

/* Domyślnie - mobile first */
h1 {
  font-size: 32px;
  line-height: 1.3;
}

h2 {
  font-size: 22px;
  line-height: 1.4;
}

/* Tablety (≥ 768px) */
@media (min-width: 768px) {
  h1 {
    font-size: 40px;
  }

  h2 {
    font-size: 26px;
  }
}

/* Desktop (≥ 992px) */
@media (min-width: 992px) {
  h1 {
    font-size: 50px;
  }

  h2 {
    font-size: 30px;
  }
}

#kalendarz .modal-content {
    background-color: unset;
    border: none;
}