/* CGM Tag Manager frontend tag hub styles */
.cgm-tag-hub {
    margin: 0 0 24px;
}
.cgm-tag-hub-intro {
    margin-bottom: 18px;
}
.cgm-tag-hub-section {
    margin: 18px 0;
}
.cgm-tag-hub-section h2 {
    margin: 0 0 10px;
}
.cgm-tag-hub-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.cgm-tag-hub-section li {
    margin: 0;
}
.cgm-tag-hub-section a {
    text-decoration: none;
}
