/* Review pages – LandsOfRuin.com */
.m-review .m-content { max-width: 720px; margin-left: auto; margin-right: auto; }
.m-review .m-content p { line-height: 1.8; }

/* Reviews list: cards equal height, buttons on one level + highlighted */
.m-reviews-list .m-benefits__grid { align-items: stretch; }
.m-reviews-list .m-benefit-card {
    display: flex;
    flex-direction: column;
    min-height: 0;
}
.m-reviews-list .m-benefit-card p { flex: 1; }
.m-reviews-list .m-benefit-card .m-btn {
    margin-top: auto;
    width: 100%;
    text-align: center;
    box-shadow: 0 2px 8px rgba(184, 151, 95, 0.2);
}
