a.prev.page-numbers, a.page-numbers {
color: #fff !important;
}
.navigation.pagination {
width: 100%;
}
.page-numbers{
background: #e43314 !important;
}
.page-numbers:hover{
background: #222222 !important;
}

.motorservice-gallery-preview {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin: 12px 0;
padding: 12px;
background: #f7f7f7;
border: 1px solid #dcdcde;
border-radius: 8px;
min-height: 72px;
align-items: center;
}

.motorservice-gallery-thumb {
display: inline-flex;
width: 72px;
height: 72px;
border-radius: 6px;
overflow: hidden;
border: 1px solid #dcdcde;
background: #fff;
}

.motorservice-gallery-thumb img {
width: 100%;
height: 100%;
object-fit: cover;
}
