<style>
    #melonGuild-{#},
    #melonGuild-{#} .melonGuild-info,
    #melonGuild-{#} .melonGuild-links {
        display: flex;
        align-items: center;
        flex-flow: row;
    }
    #melonGuild-{#} {
        column-gap: 5px;
    }
    #melonGuild-{#} .melonGuild-prev:before {
        content: '\21E0';
        margin-right: 3px;
    }
    #melonGuild-{#} .melonGuild-next:after {
        content: '\21E2';
        margin-left: 3px;
    }
    #melonGuild-{#} .melonGuild-info {
        flex-flow: column;
    }
    #melonGuild-{#} .melonGuild-info span {
        display: block;
    }
    #melonGuild-{#} .melonGuild-links {
        justify-content: space-evenly;
        gap: 10px;
    }
    #melonGuild-{#} .melonGuild-links img {
        height: 32px;
    }
</style>
