﻿.Collage-Item {
    border: 20px solid var(--rtg-light-brown);
    margin-bottom: 10px;
    padding: 15px;
}

.Collage-Item-Rounded-TR {
    border-top-right-radius: 15px;
}

.Collage-Item-Rounded-BR {
    border-bottom-right-radius: 15px;
}

.Collage-Item-Rounded-TL-BR {
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.Collage-Item-Rounded-TR-BL {
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.Collage-Item-Rounded-TR-TL-BL {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.Collage-Item-Rounded-TR-TL-BR {
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.Collage-Item-Rounded-TR-BR {
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.Collage-Item-Rounded-TL-BL {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
