.lgq-credit-card-list-wrapper{width:100%}.lgq-credit-card-list-container{display:grid;width:100%;gap:20px}.lgq-credit-card-list-container.lgq-layout-flex{display:flex;flex-wrap:wrap}.lgq-credit-card-item{position:relative;overflow:hidden;width:100%}.lgq-credit-card-item-image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.lgq-credit-card-item-image{position:relative;width:100%;height:200px;overflow:hidden}.lgq-credit-card-item-image img{width:100%;height:100%;display:block;transition:all .3s ease}.lgq-credit-card-item-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.3);z-index:1;transition:opacity .3s ease}.lgq-credit-card-item-title{position:absolute;z-index:2;width:100%;margin:0;padding:15px 20px;bottom:0;left:0;text-align:left}.lgq-credit-card-item-title a{color:inherit;text-decoration:none;display:block;transition:color .3s ease}.lgq-credit-card-item-title a:hover{text-decoration:none}.lgq-credit-card-list-empty{text-align:center;padding:40px 20px;color:#666;font-style:italic}@media (max-width:768px){.lgq-credit-card-list-container{grid-template-columns:1fr !important}}