
.felietony_kategorie {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0px;
    margin: 0 auto 20px;
    max-width: 850px;
}

.felietony_kategorie a {
    position: relative;
    width: calc(25% - 3px);
    margin-bottom: 8px;
    box-sizing: border-box;
    color: #fff;
    overflow: hidden;
    margin: 1.5px 0;
    aspect-ratio: 1;
    border-radius: 6px;
}

.felietony_kategorie a.mod {
    width: calc(50% - 20px);
}

.felietony_kategorie a img {
    width: 100%;
    border-radius: 5px;
    vertical-align: top;
    aspect-ratio: 1;
}

.felietony_kategorie a h4 {
    position: absolute;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 1.4;
    letter-spacing: 0;
    text-align: center;
    padding: 0 20px;
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.felietony_kategorie.znak_zodiaku_a a h4 {
    font-size: 12px;
    font-weight: 600;
    padding-top: 45px;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.35);
}

.felietony_kategorie.znak_zodiaku_a a#znak_a_55 h4 {
    font-size: 9.5px;
}

.felietony_kategorie.znak_zodiaku_a a.wroc_do_znaku svg {
    width: auto;
    border-radius: 0;
    margin-bottom: 55%;
    width: 34px;
    height: 34px;
}

.felietony_kategorie.znak_zodiaku_a a.wroc_do_znaku h4 {
    color: #570A54;
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    top: 20%;
    bottom: 20%;
    text-shadow: none;
}

.felietony_kategorie a.newsletter_artykuly,
.felietony_kategorie.znak_zodiaku_a a.wroc_do_znaku {
    background: #FCCBFF;
    border-radius: 16px;
    box-sizing: border-box;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.felietony_kategorie a.newsletter_artykuly {
    aspect-ratio: 277 / 267;
}

.felietony_kategorie a.newsletter_artykuly img {
    border-radius: 0;
    margin-bottom: 35%;
    width: 45px;
}

.felietony_kategorie a.newsletter_artykuly h4 {
    top: 30%;
    padding-left: 0;
    padding-right: 0;
    color: #570A54;
    font-size: 18px;
    font-weight: 600;
}

.artykuly_lista {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    max-width: 800px;
    margin: 0 auto;
}

.artykuly_lista.mini {
    justify-content: space-between;
    margin: 20px 0 0px;
}

.artykuly_lista .artykul {
    width: calc(25% - 8px);
    margin: 4px;
    text-align: center;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
}

.artykuly_lista.mini .artykul {
    width: calc(100% / 3 - 3px);
    margin: 0;
    text-align: center;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 3px;
}

.artykuly_lista.artykuly_horoskop {
    margin-left: -4px;
}

.artykuly_lista .artykul h3 {
    color: #721B64;
    background: #fff;
    padding: 10px;
    margin: 0;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.3;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-transform: uppercase;
}

.artykuly_lista.mini .artykul h3 {
    background: #681A73;
    padding: 4px;
    color: #F6C7F9;
    font-size: 9.5px;
}

.artykuly_lista .artykul:hover h3 {
    background-color: var(--kolor);
}

.artykuly_lista .artykul:hover h3 {
    color: #fff;
}

.artykul-image {
    background-size: auto 100%;
    background-position: center;
    padding-top: 100%;
}

.mini .artykul-image {
    padding-top: 90%;
}

.artykul-zobacz-inne a {
    text-transform: uppercase;
    border-radius: 4px;
    font-weight: bold;
    margin: 5px 5px;
    font-size: 13px;
    background: #4f134d;
    color: #fff;
    padding: 7px 10px;
    border: 1px solid #4a2b1c;
}

.artykul-zobacz-inne a:hover {
    text-decoration: none;
    background: #a354a3;
    color: #fff;
    transition: .3s;
}

body.artykul {
    width: 100%;
    background-color: #fff;
}

body.artykul #main,
body.artykul #main_in {
    background: #fff !important;
}

body.body_artykuly_lista
{
    background: #f9dfff !important;
}

body.artykul #user_header,
body.body_artykuly_lista #user_header,
body.artykul #moje_konto_mobile,
body.body_artykuly_lista #moje_konto_mobile {
    display: none !important;
}

body.artykul #bottom,
body.artykul #stopka {
    width: 100%;
    box-sizing: border-box;
}

body.artykul #bottom_in h3,
body.artykul #bottom_in h4,
body.artykul #bottom_in a,
body.artykul #stopka,
body.artykul #stopka a,
body.body_artykuly_lista #bottom_in h3,
body.body_artykuly_lista #bottom_in h4,
body.body_artykuly_lista #bottom_in a,
body.body_artykuly_lista #stopka,
body.body_artykuly_lista #stopka a,
body.body_artykuly_lista .tekst h1 {
    color: #631F58;
}

body.artykul #bottom_in,
body.body_artykuly_lista #bottom_in {
    border-top: 1px solid #631F5844;
}

body.body_artykuly_lista #main {
    background: #F9DFFF;
    min-height: 100vh;
}

#artykul {
    margin-top: 0px;
    max-width: 800px;
    margin: 0 auto;
}

#artykul h1 {
    border: 0px;
    clear: none;
    height: auto;
    font-family: "Roboto";
    line-height: 120%;
    font-size: 20px;
    padding: 20px;
    color: #971AB4;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    text-transform: uppercase;
}

#artykul p.artykul-info {
    text-align: center;
    color: #282828;
}

#artykul p.artykul-info strong {
    font-weight: 700;
}

#artykul p.artykul-info a {
    text-decoration: underline;
    color: #971AB4;
    font-weight: 600;
}

#artykul .artykul-img {
    text-align: center;
    padding: 15px 0 30px;
}

#artykul .artykul-img img {
    width: 100%;
}

#artykul .artykul-tresc p {
    font-size: 18px;
    color: #000;
    line-height: 1.5;
}

#artykul .artykul-tresc p strong {
    font-weight: 600;
}

#artykul .artykul-naglowek p {
    font-weight: 700;
    margin-bottom: 20px;
    line-height: 1.4;
}

#artykul .artykul-doradca {
    padding: 30px 0;
    text-align: center;
    display: block;
}

#artykul .artykul-doradca h3 {
    text-align: center;
    color: #000;
    font-size: 20px;
}

#artykul .artykul-doradca h2 {
    color: #000;
    font-size: 19px;
    font-weight: 600;
}

#artykul .artykul-doradca img {
    border-radius: 8px;
    width: 145px;
    margin: 10px 0 0;
}

#artykul .artykul-doradca p {
    font-size: 19px;
    color: #000;
    line-height: 1.5;
    max-width: 500px;
    margin: 0 auto;
    padding-bottom: 50px;
}

#artykul .artykul-doradca-button {
    display: inline-block;
    padding: 8px 22px;
    background: #7E1E8B;
    ;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    border-radius: 5px;
}

#artykul .astroczytelnia_szczegoly {
    float: right;
    margin-top: 8px;
}

#artykul p {
    font-size: 16px;
    line-height: 140%;
}

#artykul p a {
    color: #d6a8c9;
}

#artykul .artykul_naglowek p {
    padding-top: 20px;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
}

#artykul .center.prawa {
    color: #000;
    font-weight: 600;
}