.@{prefix}car-plate-container {
position: relative;
width: 100px;
height: 30px;
.inner {
font-weight: 700;
position: absolute;
top: 1px;
left: 1px;
width: calc(100% - 2px);
height: calc(100% - 2px);
display: flex;
align-items: center;
justify-content: center;
}
}