/* Start custom CSS for dce-rawphp, class: .elementor-element-5cc0a95 */.svoltabook-container {
    text-align: center;
}


.svoltabook-tile {
    display: inline-block;
    margin: 20px;
    text-align: center;
    position: relative;
}

.svoltabook-picture {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.svoltabook-image {
    width: 100%;
    height: 100%;
}

.svoltabook-name {
    width: 80px;
    margin-top: 10px;
    font-weight: bold;
    color: #333;
    text-align: center;
}


@media only screen and (min-width: 800px){
    .svoltabook-name {
        width: auto;
    }
    .svoltabook-picture {
    width: 150px;
    height: 150px;
    }
    
}

.svoltabook-tile a {
    text-decoration: none;
    color: #ff6600;
    transition: all 0.3s;
}

.svoltabook-tile a::before,
.svoltabook-tile a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background-color: #ff6600;
    transition: all 0.3s;
}

.svoltabook-tile a::before {
    left: 0;
    bottom: 0;
}

.svoltabook-tile a::after {
    right: 0;
    bottom: 0;
}

.svoltabook-tile a:hover::before,
.svoltabook-tile a:hover::after {
    width: 100%;
}/* End custom CSS */