.depth-3 {
    text-indent: 15px;
}
.depth-4 {
    text-indent: 30px;
}

.galleries-list {
    list-style: none;
    padding-left:0;
}

.galleries-list li {
    background-color: rgba(169, 75, 33, 0.85);
    margin-bottom: 20px;
    padding: 25px;
}

.galleries-list li a {
    color: white;
    font-size: 20px;
}

.galleries-list li:hover {
    background: white;
}

.galleries-list li:hover a, .galleries-list li:hover::after {
    color: #ffba00;
}

.galleries-list li::after {
    content: "→";
    display: inline-block;
    margin-left: 5px;
    color: white;
    position: absolute;
    right: 50px;
    font-size: 20px;
}
