component-collection-card-a a, component-collection-card-a a:active, component-collection-card-a a:hover, component-collection-card-a a:focus, component-collection-card-a a:visited {
    text-decoration: none !important;
    outline: none !important;
}
component-collection-card-a .text-center {
    text-align: center;
}
component-collection-card-a .cover-background .text-center {
    text-align: center;
}
component-collection-card-a .cover-background .background {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 100%;
}
component-collection-card-a .cover-background .background.not-background {
    background-color: darkgrey;
}