body {
    font-family: system-ui, sans-serif;
    margin: 0;
    background-color: #000;
    color: #eee;
}

.container {
    max-width: 900px;
    margin: auto;
    padding: 20px;
    background-color: #000;
}

.site-footer {
    background: #111;
}

.site-header .container,
.site-footer .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #111;
}


.site-header, .site-header .container{
    background-color: #111;
    padding: 0;
}

 .site-header .container{
     padding-top: 5px;    
}

.site-header p {
    margin: 0;
    max-width: 900px;
    margin: 0 auto;
    padding-top: 10px;
    font-size: 10px;
    letter-spacing: 9px;
    padding-left: 10px;
    color: #ddd;
}
/*................LOGO..................*/
.logoWrap{
    display: flex;
    justify-content: center;
    align-items: center;
}

.logoImg{
    height: 40px;
    width: 40px;
    margin-right: 10px;
    
}



.logo{
    font-family: "Audiowide", sans-serif;
    font-weight: 400;
    font-weight: bold;
    font-style: normal;
    font-size: 15px;
    color: #ff8f00;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    transition: .5s;
}

.logo .logoSex {
	color: #fff;
}

.logoDash,
.logoPl{
    font-size: 10px;
	color: #666;
}

.logoPl{
	color: #666;
    text-transform: lowercase;
}


.logo .logoS { color:#ff1515; } /* pastelowy róż */
.logo .logoL { color:#ffbe67; } /* pastelowa morela */
.logo .logoO { color:#ffe34c; } /* pastelowy krem/żółć */
.logo .logoW { color:#72ff53; } /* pastelowa mięta */
.logo .logoN { color:#38bdff; } /* pastelowy błękit */
.logo .logoI { color:#714fff; } /* pastelowa lawenda */
.logo .logoK { color:#ff3fbd; } /* pastelowy róż-fiolet */


nav a {
margin-left: 31px;
    text-decoration: none;
    color: #fff;
    font-size: 12px;
}

nav a i{
    color: #0076db;
}

.hero {
    text-align: center;
    padding: 40px 20px;
}

.search-form {
    margin-top: 20px;
}

.search-form input {
    padding: 10px;
    width: 60%;
    max-width: 300px;
    outline: none;
    border-radius: 5px;
    color: #eee;
    background-color: #2c2c2c;
    border: 2px solid transparent;
}

.search-form input:focus {
    border: 2px solid #ff8f00;
}

.search-form button {
    background-color: #db7b00;
    border-radius: 5px;
    color: #eee;
    height: 39px;
    padding: 10px 15px;
    cursor: pointer;
    transition: .2s;
    border: none;
    outline: none;
}

.search-form button:hover {
    background-color: #ff8f00;
}

.hasla-list li {
    margin: 8px 0;
}

.site-footer {
    font-size: 14px;
}

.small {
    font-size: 12px;
    color: #666;
}











/* Nagłówki */
.h1-header {
    color: #f0f0f0;
    font-size: 2rem;
    margin-bottom: 20px;
}
.h2-header {
    padding-bottom: 5px;
    border-bottom: 1px dashed #ff8f00;
    text-align: right;
    letter-spacing: 4px;
    margin-top: 20px;
    margin-bottom: 15px;
    font-weight: 200;
}

.marginC{margin: auto; display: block;}

.floatL{
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    max-width: 100%;
}
.floatR{
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    max-width: 100%;
}

.heught50{height: 50px;} .heught100{height: 100px;}

.t-alignL{text-align: left;} .t-alignC{text-align: center;} .t-alignR{text-align: right;}
/* Tekst */
.text-default { color: #ddd; line-height: 1.6; font-size: 1rem; }
.text-highlight { background-color: #333; color: #fff; padding: 10px; border-radius: 5px; }

/* Linki */
a { color: #ff8f00; text-decoration: none; }

.article-images{
    display:flex;
    justify-content: space-between;
    gap:12px;           /* odstęp między zdjęciami */
    margin-top:15px;
}

.article-images .img25{
    width:25%;
    height:auto;
    border-radius:8px;
    object-fit:cover;
}
.article-images .img33{
    width:33%;
    height:auto;
    border-radius:8px;
    object-fit:cover;
}
.article-images .img50{
    width:50%;
    height:auto;
    border-radius:8px;
    object-fit:cover;
}
.article-images .img100{
    width:100%;
    height:auto;
    border-radius:8px;
    object-fit:cover;
}

.article-images img{
    width:100%;
    height:auto;
    border-radius:8px;
    object-fit:cover;
}

figure{
    margin: 0;
}

figcaption {
    width: 100%;
    font-size: 12px;
    text-align: center;
}

/* Obrazki */
.image-default { max-width: 80%; display: block; margin: 20px auto; border-radius: 5px; }
.image-full { width: 100%; display: block; margin: 0; }

/* Tła sekcji */
.bg-dark-1 { text-align: justify; background-color: #111; color: #eee; padding: 15px; border-radius: 5px; margin-bottom: 15px; }
.bg-dark-2 { text-align: justify; background-color: #222; color: #eee; padding: 15px; border-radius: 5px; margin-bottom: 15px; }
.bg-dark-3 { text-align: justify; background-color: #333; color: #fff; padding: 15px; border-radius: 5px; margin-bottom: 15px; }
.bg-dark-4 { text-align: justify; background-color: #444; color: #fff; padding: 15px; border-radius: 5px; margin-bottom: 15px; }

.padding0{
    padding: 0;
}
/* Cytaty */
blockquote {
    font-style: italic;
    border-left: 3px solid #ff8f00;
    padding-left: 10px;
    margin: 15px 0;
    color: #ccc;
}

/* Lista */
ul, ol { margin-left: 20px; margin-bottom: 15px; }
li { margin-bottom: 5px; }

/* Specjalne */
span { font-weight: bold; }

@media (min-width: 600px) and (max-width: 1023px) {

  .h1-header {
    font-size: 1.85rem;
  }

  .h2-header {
    font-size: 1.25rem;
    letter-spacing: 3px;
  }

  .text-default {
    font-size: 1.02rem;
    line-height: 1.65;
  }

}

@media (max-width: 599px) {

  .h1-header {
    font-size: 1.6rem;
    line-height: 1.25;
  }

  .h2-header {
    font-size: 1.15rem;
    letter-spacing: 2px;
    text-align: left;
  }

  .text-default {
    font-size: 1.08rem;
    line-height: 1.75;
  }

  li {
    font-size: 1.05rem;
  }

  blockquote {
    font-size: 1.05rem;
  }
    
    .article-images{
        flex-direction: column;
        text-align: center;
    }
    
    .article-images .img33{
        width:auto;
        height:auto;
        border-radius:8px;
        object-fit:cover;
    }
    
    .article-images img{
        width:auto;
    }
    
    

}
