/* ARTIFACTS GENERAL STYLING */
#artifacts {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0px 0px;
    width: 100%;
    image-rendering: pixelated !important;
}
#artifacts-note {
    font-family: monospace;
    font-size: 1.03em;
}
#artifacts-note p {
    margin: 0;
    margin-top: 20px;
}
.artifacts-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.artifacts-container img {
    object-fit: contain;
}
.artifacts-container.pets {
    gap: 10px;
}

/* ARTIFACTS CATEGORIES STYLING */
.buttons * {
    width: 88px !important;
    height: 31px !important;
}
.blinkies * {
    width: 150px !important;
    height: 20px !important;
}
.stamps * {
    width: 99px !important;
    height: 56px !important;
}
.badges * {
    width: 80px !important;
    height: 15px !important;
}
.userboxes * {
    width: 241px !important;
    height: 51px !important;
}
.bumper-stickers * {
    width: 250px !important;
    height: 40px !important;
}
.pages img, .pages a {
    image-rendering: auto;
    max-height: 256px;
}
.artfight {
    display: flex;
    gap: 5px;
}

/* ARTIFACTS DIVIDER STYLING */
.divider img {
    object-fit: cover;
    max-width: 100%;
}
.divider.hazard img {
    height: 15px;
}
.divider.chains img {
    height: 15px;
}
.divider.dandelions img {
    height: 140px;
}