/* Widget satırını mevcut kart sayısına göre ortalar. */
.pcr-cards-widget .pcr-grid{grid-template-columns:repeat(var(--pcr-widget-columns),minmax(0,var(--pcr-widget-card-max)))!important;justify-content:center!important}
.pcr-cards-widget .pcr-container{width:min(calc(100% - 28px),var(--pcr-widget-container))!important}
.pcr-cards-widget .pcr-card-footer{grid-template-columns:minmax(260px,1fr) 190px!important}
.pcr-cards-widget .pcr-price-block{width:100%!important;overflow:visible!important}
.pcr-cards-widget .pcr-card .pcr-price{display:flex!important;width:100%!important;gap:9px!important;white-space:nowrap!important}
.pcr-cards-widget .pcr-card .pcr-price>span{flex:0 0 auto!important;margin:0!important;white-space:nowrap!important}
.pcr-cards-widget .pcr-card .pcr-button{justify-self:end!important;width:190px!important;min-width:190px!important;max-width:190px!important}
@media(max-width:780px){.pcr-cards-widget .pcr-grid{grid-template-columns:minmax(0,min(100%,760px))!important}.pcr-cards-widget .pcr-card-footer{grid-template-columns:1fr!important}.pcr-cards-widget .pcr-card .pcr-button{justify-self:stretch!important;width:100%!important;min-width:0!important;max-width:none!important}}
