/* Local guides-only overrides (loaded last, after the platform CSS).
   Note: .imgholder rules live in the shared ../formxwebsite/static/css/style.css
   since those classes are used by the shop as well. */

/* Product-card spacing: keep right margin only off for the last card in each row. */
.textcolumn .singleproduct {
    margin-right: 2rem;
}

.textcolumn .singleproduct:nth-of-type(3n) {
    margin-right: 0;
}

@media (max-width: 700px) {
    .textcolumn .singleproduct {
        margin-right: 1.5rem;
    }

    .textcolumn .singleproduct:nth-of-type(3n) {
        margin-right: 1.5rem;
    }

    .textcolumn .singleproduct:nth-of-type(2n) {
        margin-right: 0;
    }
}

.singleproduct .button {
    max-width: 9rem;
}
