/**
 * POLSKI | POLISH:
 * Wszelkie prawa zastrzeżone © 2025 ShiroeBot.xyz.
 *
 * Niniejszy kod jest własnością ShiroeBot.xyz i stanowi chroniony materiał autorski.
 * Kopiowanie, rozpowszechnianie, modyfikowanie, dekompilacja lub wykorzystywanie jakiejkolwiek części
 * tego kodu w jakiejkolwiek formie, zarówno komercyjnej, jak i niekomercyjnej, bez uprzedniej pisemnej
 * zgody autora jest surowo zabronione.
 *
 * Wszelkie naruszenie powyższych warunków może skutkować odpowiedzialnością cywilną i karną.
 *
 * Jeśli masz pytania dotyczące warunków licencji, skontaktuj się z autorem na serwerze wsparcia.
*/

/**
 * ANGIELSKI | ENGLISH:
 * All rights reserved © 2025 ShiroeBot.xyz.
 *
 * This code is the property of ShiroeBot.xyz and constitutes a protected copyrighted material.
 * Copying, distribution, modification, decompilation, or usage of any part
 * of this code in any form, whether commercial or non-commercial, without prior written
 * consent from the author is strictly prohibited.
 *
 * Any violation of the above terms may result in civil and criminal liability.
 *
 * If you have any questions regarding the licensing terms, please contact the author on the support server.
*/

.thanks-main-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 40px 0;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    text-align: left;
    margin: 20px 0;
    margin-bottom: 0px;
}

.section-title-center {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
    margin: 40px 0;
    margin-bottom: -10px;
}

.last-updated {
    font-size: 16px;
    text-align: left;
    margin-bottom: 15px;
}

.info-description {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    margin: 20px 0;
    line-height: 1.5;
}

.thanks-list-one {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 8px 0;
}

.thanks-list-one li {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5;
}

.thanks-html a {
    text-decoration: none;
    color: #c1009f;
}

.thanks-html a:hover {
    text-decoration: underline;
}

.thanks-html {
    white-space: pre-wrap;
    font-size: 16px;
    margin: 20px 0;
}

.thanks-list {
    text-align: left;
    list-style-type: none;
    padding: 0;
    margin: 8px 0;
}

.thanks-list li {
    font-size: 16px;
    margin-bottom: 8px;
    line-height: 1.5;
    padding-left: 20px;
    position: relative;
}

.nested-list {
    list-style-type: none;
    padding-left: 0px;
    margin: 10px 0;
}

.nested-list li {
    line-height: 1.4;
    left: 15px;
    position: relative;
}

.list-item-bold {
    font-weight: 700;
}

.thanks-html h3 {
    margin: 18px 0 8px;
    font-size: 20px;
}

.thanks-html p {
    margin: 8px 0;
}

.thanks-list-one strong,
.thanks-list strong {
    font-weight: 700;
}

.separator {
    height: 88px;
}

.separator-black {
    height: 3px;
    background-color: #23272a;
    margin: 40px auto;
    width: 80%;
}

@media (max-width: 768px) {

    .thanks-main-title,
    .section-title-center {
        font-size: 32px;
    }

    .section-title {
        font-size: 24px;
    }

    .info-description {
        font-size: 16px;
    }

    .thanks-list-one li,
    .thanks-list li {
        font-size: 14px;
    }
}