/* game form */
.game-form {

}

.game-form-section-title {
    width: 100%;
}

.game-form-group {
    margin-top: 1rem;
    width: 100%;
}

.game-form-collection {
    padding: 1rem;
    background-color: var(--light);
    border-radius: 0.5rem;
    width: 100%;
}

.game-form-collection:not(.game-form-group) {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    margin-top: 1rem;
}

.game-form-collection:not(.game-form-group).no-margin {
    margin-top: 0;
}

.game-form-collection .game-form-group {
    margin-top: 0;
}

.game-form-section-title {
    margin-top: 2rem;
    margin-bottom: 1rem;
    padding: 0 1rem;
    font-family: 'Outfit', sans-serif;
}

.game-form-section-title-header .title {
    font-size: 2rem;
    margin: 0;
}

.game-form-group label {
    margin: 0;
    font-family: 'Outfit', sans-serif;
    font-size: 1.25rem;
}

.game-form-group .title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.game-form-group-header, .game-form-section-title-header {
    display: flex;
    align-items: center;
}

.game-form-group-header .tooltip-button, .game-form-section-title-header .tooltip-button {
    margin-left: auto;
    order: 2;
}

/* custom fields */
.custom-fields {
    margin: 0.5rem 0;
}

.custom-fields .col {
    padding: 0 0.25rem;
}