ul.products .ywctm-custom-button-container {
text-align: center;
}
.ywctm-custom-button-container .ywctm-custom-button {
border-width: 1px;
border-style: solid;
cursor: default;
display: inline-flex !important;
text-align: start;
box-sizing: content-box;
line-height: 24px;
}
.ywctm-custom-button-container a.ywctm-custom-button {
cursor: pointer;
text-decoration: none;
}
.ywctm-custom-button-container span.custom-icon,
.ywctm-custom-button-container span.ywctm-icon-form,
.ywctm-custom-button-container span.ywctm-icon-form:before,
.ywctm-custom-button-container span.ywctm-inquiry-title {
display: inline-block;
flex: 1;
}
.ywctm-custom-button-container span.ywctm-icon-form {
margin: 0 0.4em;
flex: 0 1;
}
.ywctm-custom-button-container span.custom-icon {
margin: 0 0.4em;
flex: 1 1;
max-width: 40px;
font-size: 0;
}
.ywctm-custom-button-container span.custom-icon img {
width: 100%;
}