
.my-tribe-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem;
}

.tribe-search-container {
    margin-bottom: 2rem;
}

#tribe-search {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.tribe-search-results {
    margin-top: 1rem;
    list-style: none;
    padding: 0;
}

.tribe-search-results li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border: 1px solid #eee;
    margin-bottom: 5px;
    border-radius: 4px;
}

.tribe-members-list {
    margin-top: 1rem;
    margin-bottom: 2rem;
}
/*
.button {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}
*/

.leave-tribe-btn {
    background-color: #d63638;
}
/*
#create-tribe-form {
    margin-top: 2rem;
    padding: 1.5rem;
    border: 1px solid #eee;
    border-radius: 4px;
}


#create-tribe-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 1rem;
}
*/
