
body {
    font-family: 'Noto Sans JP', 'Noto Sans SC', sans-serif;
    color: #f3f3f3;
    background-color: #232323;
    margin: 0;
    padding: 20px;
}


.creature-card {
    background-color: #fff;
    border: 2px solid #b58900;
    border-radius: 8px;
    padding: 20px;
    max-width: 600px;
    margin: 20px auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

h2 {
    text-align: center;
    color: #b58900;
}

.info-box {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #b58900;
    margin-bottom: 15px;
}

.attributes-table {
    margin-bottom: 20px;
}

table {
    width: 100%;
    border-collapse: collapse;
}

table, th, td {
    border: 1px solid #b58900;
}

th, td {
    padding: 8px;
    text-align: center;
}

th {
    background-color: #f5f5f5;
    color: #b58900;
}

.abilities {
    margin-top: 20px;
}

.abilities h3 {
    color: #b58900;
    text-align: center;
    border-bottom: 1px solid #b58900;
    padding-bottom: 8px;
}

.ability {
    margin-top: 15px;
    padding: 10px;
    background-color: #fafafa;
    border-left: 3px solid #b58900;
}

.author-info {
    display: flex;
    align-items: center;
    margin-top: 20px;
    font-style: italic;
    color: #666;
    padding-left: 10px;
}

.author-box {
    display: flex;
    align-items: center;
    position: relative;
}

.author-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    fill: #b58900;
}

.author-name {
    color: #b58900;
    font-weight: bold;
    cursor: pointer;
}

.author-contact {
    display: none;
    position: absolute;
    bottom: 100%;
    left: 0;
    background-color: #fff;
    padding: 5px 10px;
    border: 1px solid #b58900;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    font-size: 12px;
    white-space: nowrap;
}

/* Hover-Effekt, um Kontaktdaten anzuzeigen */
.author-box:hover .author-contact {
    display: block;
}

svg {
  width: 24px;
  height: 24px;
}




/************* CSS by https://github.com/LunaTuberosum/FFXIVstatblock-creator */

body {
        margin: 0px;
        display: flex;
    }

    h2 h1 p {
        margin: 0px;
    }

    stat-block {
        margin-left: 20px;
        margin-top: 20px;
        margin-bottom: 20px;

        font-family: 'Noto Sans', 'Myriad Pro', Calibri, Helvetica, Arial,
                  sans-serif;
        font-size: 13px;
        background: #F3E1C6;
        padding-bottom: 0.5em;
        padding-top: 20px;
        border: 3px #6A4A32 solid;
        border-radius: 20px;
        outline: 3px #D4B155 solid;
        box-shadow: 0 0 1.3em #867453;

        width: max-content;
        min-width: max-content;

        height: var(--data-content-height);
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;

    }

    stat-block creature-heading {
        font-family: 'Libre Baskerville', 'Lora', 'Calisto MT',
                 'Bookman Old Style', Bookman, 'Goudy Old Style',
                 Garamond, 'Hoefler Text', 'Bitstream Charter',
                 Georgia, serif;
        color: #954E40;
        font-size: 22px;
        font-variant: small-caps;
        padding: 0px 0px 5px 18px;
    }

    top-stats {
        margin: 0px 13px;
        color: #fff;
        font-size: 16px;
        width: 500px;
    }

    in::before {
        content: "💬INVK";
        background-image: linear-gradient(#FD9D64 10%, #98321D 50%, #721D09 50%, #BB4023 90%);
        padding: 0px 3px;
        border-radius: 5px;
        color: #fff;
        text-shadow: 3px 2px #000;

    }

    top-stats top-line {
        display: flex;
        font-size: 15px;
        border-radius: 20px;
        background-image: linear-gradient(#7D7D7D 50%, #43403F 55%, #7D7D7D);
        height: 30px;
        align-items: center;
        justify-content: space-between;
        padding: 0px 12px;
        position: relative;
        z-index: 1;
    }

    top-stats content {      
        background-image: linear-gradient(to right, #2D2A29, #504D4D 5%, #504D4D 95%,#2D2A29) ;
        border-radius: 0px 0px 10px 10px;
        display: flex;
        border: 2px #F3E1C6 solid;
        border-top: 0px;
        margin-top: -20px;
        position: relative;
        padding-top: 25px;
        padding-left: 10px;
        padding-right: 10px;
        z-index: 0;
        flex-direction: column;
    }

    top-stats content top-area {
        display: flex;
        justify-content: space-between;
        margin-right: 80px;
        margin-bottom: 10px;
    }

    top-stats content top-area left {
        display: flex;
        flex-direction: column;
    }

    top-stats content top-area right {
        display: flex;
        flex-direction: column;
    }

    property-line h4 {
        margin: 0;
        display: inline;
        font-weight: bold;
    }

    property-line p {
        display: inline;
        text-indent: 0;
        font-size: larger;
    }

    top-stats content bottom-area {
        display: flex;
        justify-content: space-between;
        padding: 6px 10px 0px 10px;
        margin-bottom: 6px;
        border: 0px;
        border-top: 5px;
        border-style: solid;
        border-image: linear-gradient(to bottom, #302826 10%, #939393 10%) 10;
    }

    top-stats content bottom-area property-line {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    top-stats content bottom-area property-line h4 {
        margin: 0;
        display: block;
        font-weight: bold;
        letter-spacing: 1.5px;
    }

    top-stats content bottom-area property-line p {
        display: block;
        text-indent: 1;
        font-size: large;
        margin: 0pc;
    }

    h3 {
        font-family: 'Libre Baskerville', 'Lora', 'Calisto MT',
                 'Bookman Old Style', Bookman, 'Goudy Old Style',
                 Garamond, 'Hoefler Text', 'Bitstream Charter',
                 Georgia, serif;
        color: #954E40;
        font-size: 20px;
        font-variant: small-caps;
        margin: 0px 18px 5px 18px;
        padding-bottom: 8px;
        padding-top: 4px;
        border-bottom: 3px #A08E68 solid;
        width: 500px;
    }

    ability-block {
        display: flex;
        flex-direction: column;
        margin: 0px 18px 8px 18px;
        padding-bottom: 5px;
        border-bottom: 3px #A08E68 solid;
        width: 500px;
    }

    ability-block h2 {
        font-size: 18px;
        margin: 0px 0px 5px 0px;
    }

    ability-block h1 {
        font-size: 14px;
        font-style: italic;
        font-weight: unset;
        margin: 0;
        color: #000;
    }
    
    ability-block p {
        font-size: 14px;
        margin: 0px 0px 3px 0px;
        color: #000;
    }

    ability-block ul {
        font-size: 14px;
        margin: 0px 0px 3px 0px;
    }

    ability-block ul li {
        font-size: 14px;
        margin: 0px 0px 3px 0px;
    }

    ability-block header {
        width: 100%;
        display: flex;
        justify-content: space-between;

    }

    ability-block:last-of-type {
        border-width: 0px;
        margin-bottom: 0px;
    }

    lower {
        display: flex;
        align-items: flex-start;
    }

    img {
        width: 150px;
        height: 150px;
    }

    r {
        color: #995745;
        font-weight: bold;
    }

    a {
        color: #2D638E;
        font-weight: bold;
    }

    k {
        color: #D34D35;
        font-weight: bold;
    }
    
    
/*************/
