.brick{
  height:31px !important;
}
.brick.studs {
    position: relative;
    display: flex;
    width: calc(100% - 2px);
    /* width: 50px; */
    height: 8px;
    padding: 0;
    margin: 0;
    top: 24px;
    border:0px;
    /*border-width: 1px;*/
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-style: solid;
    border-color: var(--bdarkcolor) !important;
    /* border-color: #007000 !important; */
    /* border-top: 1px solid #007000 !important; */
    /* border-bottom: 1px solid #007000 !important; */
    /* border-left: 1px solid #007000 !important; */
    /* border-right: 1px solid #007000 !important; */
    /* z-index: 2; */
    /* border-top: 10px dashed red !important; */
}
.brick.studs:after {
    grid-row: 1;
    /* margin: 0 1.6mm; */
    background: repeating-linear-gradient(90deg, var(--bcolor) 1.1mm, var(--bdarkcolor) 4.8mm, transparent 5.8mm, transparent 8mm);
    /* border-width: 1px; */
    /* border-style: solid; */
    /* border-color: var(--bdarkcolor) !important; */
    position: absolute;
    width: 100%;
    height: 7px;
    top: -7px;
    content: "";
    /* background-image: url(/assets/texture/TEXTURE_STUD_BRICK_1x1.png) !important; */
    /* background-position: left top; */
    /* background-repeat: repeat-x; */
    /* opacity: var(--plate-pattern-opacity); */
}