.pending-cards{flex-direction:column;gap:20px;max-width:936px;margin:0 auto;display:flex}.pending-cards__header{text-align:center}.pending-cards__text{margin-top:8px;font-size:1.4rem;line-height:143%}.pending-cards__cnt{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.pending-cards__cnt .pending-cards__item{width:calc(50% - 6px)}@media screen and (width>=640px){.pending-cards__cnt .pending-cards__item{width:calc(33.333% - 8px)}}@media screen and (width>=840px){.pending-cards__cnt .pending-cards__item{width:calc(25% - 9px)}}.pending-cards__cnt .card-collect{cursor:pointer;transition:opacity var(--transition)}.pending-cards__item{flex-direction:column;gap:8px;height:100%;display:flex}.pending-cards__item .button{flex:none;margin-top:auto}.pending-cards__icon{flex:auto;justify-content:center;align-items:center;min-width:0;display:flex}.pending-cards__icon svg{width:117px;height:117px}.pending-cards__actions{justify-content:center;gap:4px;display:flex}.pending-cards__actions__cards{flex-direction:column}.pending-cards__info{text-align:center}.pending-cards__info-title{flex-wrap:wrap;justify-content:center;gap:8px;font-size:1.4rem;line-height:143%;display:inline-flex}.pending-cards__info-title svg{width:20px;height:20px}.pending-cards__info-title span{color:var(--warning)}.pending-cards__info-text{color:var(--text-secondary);margin-top:4px;font-size:1.4rem;line-height:143%}.pending-cards__info-text span{color:var(--text-primary)}.pending-cards__accepted{margin-top:20px}.pending-cards__accepted .divider{margin-bottom:20px}.pending-cards__grid{grid-template-columns:repeat(2,1fr);gap:12px;display:grid}@media screen and (width>=360px){.pending-cards__grid{grid-template-columns:repeat(auto-fill,minmax(152px,1fr))}}
