.maproo-category-description {
    clear: both;
    margin: 0 0 32px;
    padding: clamp(20px, 3vw, 32px);
    border: 1px solid #dfe4e7;
    border-top: 4px solid #e66445;
    background: #f8f9fa;
    color: #2d373e;
}
.maproo-category-description p {
    margin: 0 0 14px;
    font-size: 15px;
    line-height: 1.7;
}
.maproo-category-description p:last-child { margin-bottom: 0; }
.maproo-category-description h2:not(.screen-reader-text) {
    margin: 24px 0 10px;
    color: #17242c;
    font-size: clamp(20px, 2vw, 25px);
    line-height: 1.25;
}
.maproo-category-description--intro {
    margin-bottom: 24px;
    padding-block: 18px;
}
.maproo-category-description--details { margin-top: 34px; }
.maproo-category-criteria,
.maproo-category-related {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px 14px;
    margin: 12px 0 18px;
    padding: 0;
    list-style: none;
}
.maproo-category-criteria li,
.maproo-category-related li {
    display: grid;
    gap: 3px;
    margin: 0;
    padding: 12px 14px;
    border: 1px solid #d9dfe3;
    background: #fff;
}
.maproo-category-criteria strong,
.maproo-category-related strong { color: #17242c; }
.maproo-category-criteria span,
.maproo-category-related span {
    color: #66747c;
    font-size: 13px;
    line-height: 1.45;
}
.maproo-category-related a {
    color: #b8422b;
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}
.maproo-category-related a:hover,
.maproo-category-related a:focus { color: #17242c; }
@media (max-width: 767px) {
    .maproo-category-description { margin-bottom: 24px; padding: 18px; }
    .maproo-category-description p { font-size: 14px; }
    .maproo-category-criteria,
    .maproo-category-related { grid-template-columns: minmax(0, 1fr); }
}
