.registry-category>ul>li>.registry-item-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.registry-item-container>.btn-primary {
    background-color: #d4af37;
    border-color: #d4af37;
    color: white;
}

.registry-item-container>.btn-primary:hover {
    background-color: #b8962e;
    border-color: black;
}

.modal-footer>.btn-primary {
    background-color: #d4af37;
    border-color: #d4af37;
    color: white;
}

.modal-footer>.btn-primary:hover {
    background-color: #b8962e;
    border-color: black;
}

.registry-item-contributors {
    margin-left: 1rem;
}

.registry-item-contributors>ul {
    list-style: none;
}

.registry-category>ul>li {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.registry-category {
    margin-bottom: 3rem;
}