.bf-postcard-providers{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--bf-spacing-lg, 16px);margin:var(--bf-spacing-xl, 20px)0;font-family:var(--bf-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif)}.bf-postcard-providers--cols-2{grid-template-columns:repeat(2,1fr)}.bf-postcard-providers--cols-3{grid-template-columns:repeat(3,1fr)}.bf-postcard-providers--cols-4{grid-template-columns:repeat(4,1fr)}.bf-postcard-providers--cols-1{grid-template-columns:1fr}.bf-postcard-provider,.bf-postcard-provider:hover{text-decoration:none;color:var(--bf-text-primary, #ffffff)}.bf-postcard-provider{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(126,217,87,.08)0,rgba(0,0,0,.6) 100%);background-color:rgba(0,0,0,.85);border:2px solid rgba(126,217,87,.3);border-radius:var(--bf-border-radius-lg, 10px);padding:var(--bf-spacing-xl, 24px) var(--bf-spacing-lg, 16px);min-height:160px;transition:all .3s ease;overflow:hidden}.bf-postcard-provider:hover{border-color:var(--bf-primary, #7ed957);transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.4),0 0 20px rgba(126,217,87,.25),0 0 40px rgba(126,217,87,.1)}.bf-postcard-provider__name{position:absolute;top:var(--bf-spacing-sm, 8px);left:var(--bf-spacing-sm, 8px);font-size:13px;font-weight:700;color:var(--bf-primary, #7ed957);line-height:1.2;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bf-postcard-provider:hover .bf-postcard-provider__name{color:var(--bf-accent, #ffff00)}.bf-postcard-provider__rating{position:absolute;top:12px;right:-32px;display:flex;align-items:center;justify-content:center;gap:3px;width:100px;padding:4px 0;background:linear-gradient(135deg,var(--bf-primary, #7ed957) 0%,#5cb840 100%);transform:rotate(45deg);box-shadow:0 2px 4px rgba(0,0,0,.3)}.bf-postcard-provider:hover .bf-postcard-provider__rating{background:linear-gradient(135deg,var(--bf-accent, #ffff00) 0%,#e6e600 100%)}.bf-postcard-provider__rating-star{color:#000;font-size:11px;line-height:1}.bf-postcard-provider__rating-number{font-size:11px;font-weight:700;color:#000}.bf-postcard-provider__logo{display:flex;align-items:center;justify-content:center;width:100%;max-width:120px;height:70px;margin:0}.bf-postcard-provider__logo img{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;border-radius:var(--bf-border-radius-md, 6px);transition:transform .3s ease}.bf-postcard-provider:hover .bf-postcard-provider__logo img{transform:scale(1.05)}.bf-postcard-provider__logo-placeholder{width:80px;height:60px;background:linear-gradient(135deg,rgba(126,217,87,.2),rgba(255,255,0,.1));border-radius:var(--bf-border-radius-md, 6px);border:1px dashed rgba(126,217,87,.3)}.bf-postcard-provider__offers{position:absolute;bottom:15px;left:var(--bf-spacing-sm, 8px);font-size:9px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--bf-text-primary, #ffffff);background:rgba(126,217,87,.15);border:1px solid rgba(126,217,87,.4);padding:3px 8px;border-radius:4px;line-height:1.2;white-space:nowrap}.bf-postcard-provider:hover .bf-postcard-provider__offers{background:rgba(126,217,87,.25);border-color:var(--bf-primary, #7ed957)}.bf-postcard-provider__arrow{position:absolute;bottom:var(--bf-spacing-sm, 8px);right:var(--bf-spacing-sm, 8px);width:20px;height:20px;color:var(--bf-text-muted, #888888);opacity:0;transform:translateX(-4px);transition:all .3s ease}.bf-postcard-provider:hover .bf-postcard-provider__arrow{opacity:1;transform:translateX(0);color:var(--bf-primary, #7ed957)}@media (max-width:768px){.bf-postcard-providers{gap:var(--bf-spacing-md, 12px)}.bf-postcard-providers,.bf-postcard-providers--cols-3,.bf-postcard-providers--cols-4{grid-template-columns:repeat(2,1fr)}.bf-postcard-provider{min-height:140px;padding:var(--bf-spacing-lg, 20px) var(--bf-spacing-md, 12px)}.bf-postcard-provider__name{font-size:12px;max-width:90px}.bf-postcard-provider__rating{top:10px;right:-34px;width:95px;padding:3px 0}.bf-postcard-provider__rating-number,.bf-postcard-provider__rating-star{font-size:10px}.bf-postcard-provider__logo{max-width:100px;height:55px}}@media (max-width:480px){.bf-postcard-providers,.bf-postcard-providers--cols-3,.bf-postcard-providers--cols-4{grid-template-columns:repeat(2,1fr);gap:var(--bf-spacing-sm, 8px)}.bf-postcard-providers--cols-1{grid-template-columns:1fr}.bf-postcard-provider{min-height:130px;padding:var(--bf-spacing-md, 12px)}.bf-postcard-provider__name{font-size:11px;max-width:none;white-space:normal;overflow:visible;text-overflow:clip;line-height:1.3;padding-right:45px}.bf-postcard-provider__rating{top:8px;right:-36px;width:90px;padding:2px 0}.bf-postcard-provider__rating-number,.bf-postcard-provider__rating-star{font-size:9px}.bf-postcard-provider__logo{max-width:80px;height:50px}.bf-postcard-provider__offers{bottom:8px;left:6px;font-size:8px;padding:2px 6px}.bf-postcard-provider__arrow{display:none}}@media (prefers-reduced-motion:reduce){.bf-postcard-provider,.bf-postcard-provider__arrow,.bf-postcard-provider__logo img{transition:none}.bf-postcard-provider:hover,.bf-postcard-provider:hover .bf-postcard-provider__logo img{transform:none}}