li.lang-switcher a, li.lang-switcher a:visited {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1.1rem .8rem;
    font-family: "Inter", sans-serif;
    border: solid thin #d3ab60;
    margin: 0 4px;
}

li.editing-language {
    font-size: 1.4rem;
    font-weight: bold;
    padding: 1.1rem .8rem;
    font-family: "Inter", sans-serif;
    margin: 0 4px;
    color: #d3ab60;
}

.important div ul > li,
.important div ul > li::marker,
.important div ol > li,
.important div ol > li::marker {
    color: #1f1f1f;
}

.light div ul > li,
.light div ul > li::marker,
.light div ol > li,
.light div ol > li::marker {
    color: #1f1f1f;
}

body > footer > div {
    align-items: flex-start;
}

body > footer > div > div {
    flex: 1 0 200px;
}

@media (max-width: 720px) {
    body > footer > div {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    body > footer > div > div {
        flex: 1 0 90px;
    }
}


.footer-address p {
    margin: 0;
    padding: 0;
    text-align: center;
}

.social-media-icons {
    display: flex;
    justify-content: end;
    gap: 0.5em;
}

div.accordion details summary {
    padding: 1.4rem;
    font-weight: normal;
    color: #f4c866;
    border-bottom: solid thin #f4c866;
    /*border-left: solid thin #f4c866;*/
    background-color: transparent;
    cursor: pointer
}


div.accordion details summary:hover {
    color: black;
    background-color: #f4c866;

}

div.accordion details {
    border: none;
    background-color: transparent;
}


div.accordion details[open] summary {
    border: none;
    color: #f4c866;
    border-top: solid thin #f4c866;
}

div.accordion details[open] .accordion-content {
    padding: 1.4rem;
}


article.light div.accordion details summary {
    border: none;
    color: #1f1f1f;
    border-top: solid thin #1f1f1f;
}

article.light div.accordion details[open] summary {
    border: none;
    color: #1f1f1f;
    border-top: solid thin #1f1f1f;
}

article.light div.accordion details[open] .accordion-content p {
    color: #1f1f1f;
}



body > main > section > div > article > div.about > div.text {
    margin-bottom: 120px;
}

body > main > section > div > article > div.about figure.katana {
    right: 120px;
    bottom: -84px;
}


/*-------------- 3 */
.card-3 {
    width: 100%;
    height: 300px;
    position: relative;
    background: linear-gradient(45deg, #fbd173, #a67f28);
    padding: 4rem;
    font-family: sans-serif;
    color: #3d3d3d;
    display: block;
    margin-top: 20rem;
}

.card-3 .content {
    position: absolute;
    z-index: 2;
    border-radius: 1.5rem;
    transition: all .4s;
    color: #262626;
    width: 52%;
    height: 82%;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 0;
    transform: translateX(30%);
}

.card-3 .content h2, .card-3 .content p {
    color: #262626;
}

.card-3:hover .content {
    opacity: 1;
    transform: translateX(0);
    z-index: 1;
}

.card-3 a, .card-3 a:link, .card-3 a:visited {
    background-color: white;
    font-size: 16px;
    border-radius: 1.5rem;
    color: grey;
    padding: 6px 12px;
    margin: 10px 0;
}

.card-3 img {
    position: absolute;
    bottom: 0;
    width: 38%;
    left: 30%;
    transition: all .4s;
    z-index: 2;
}

.card-3:hover img {
    width: 50%;
    left: 54%;
}


@media (max-width: 1280px) {
    .card-3 {
        margin-top: 20rem;
    }
}


@media (max-width: 1024px) {
    .card-3 {
        margin-top: 16rem;
    }
}

@media (max-width: 980px) {
    .card-3 {
        margin-top: 14rem;
    }

    .card-3 img {
        width: 46%;
        left: 32%;
    }

    .card-3:hover img {
        width: 50%;
        left: 54%;
    }
}

@media (max-width: 768px) {
    .card-3 {
        margin-top: 12rem;
    }

    .card-3 img {
        width: 50%;
        left: 54%;
    }

    .card-3 .content {
        opacity: 1;
        transform: translateX(0);
        z-index: 1;
    }
}


@media (max-width: 640px) {
    .card-3 {
        margin-top: 8rem;
    }
}


@media (max-width: 480px) {
    .card-3 {
        margin-top: 2rem;
        height: 340px;
    }

    .card-3 img, .card-3:hover img {
        width: 50%;
        left: 60%;
    }

    .card-3 .content {
        width: 70%;
    }

}
