.seuko-mod-no-border {
    border: none;
}

.seuko-mod-buttons-cont {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    gap: 16px;
    margin: 0 2rem;
}

.seuko-mod-condensed-buttons-cont {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-content: center;
    gap: 12px;
    margin: 0 2rem;
    align-items: stretch;
}

.seuko-mod-button {
    display: flex;
    padding: 16px;
    background-color: #ccaa44;
    color: black;
    text-decoration: none;
    font-size: larger;
    border-radius: 12px;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.seuko-mod-condensed-button {
    display: flex;
    padding: 8px 16px;
    background-color: #ccaa44;
    color: black;
    text-decoration: none;
    font-size: larger;
    border-radius: 12px;
    cursor: pointer;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 8px;
    justify-content: center;
    align-items: center;
}

.seuko-mod-condensed-button,
.seuko-mod-button:hover {
    text-decoration: underline;
}

.seuko-mod-release-files {
    max-width: 450px;
    margin: 2rem auto;
}

.seuko-mod-button-with-note-cont {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 8px;
    background-color: #181818;
    padding-bottom: 8px;
    border-radius: 12px;
}

.seuko-mod-button-with-note-note {
    text-align: center;
}

.seuko-mod-button-img {
    height: 1.2rem;
    display: inline;
}

.seuko-mod-release-spacer {
    height: 150px;
}
