.bdw2-container{display:flex;flex-direction:column;gap:24px;width:100%;height:100%;background:#fff;border:1px solid #ebebeb;border-radius:12px;padding:24px;font-family:'Noto Sans',sans-serif;color:#0f0102;margin-bottom:10px}.bdw2-title{font-family:'NotoSans-Bold','Noto Sans Bold','Noto Sans';font-weight:700;font-size:19px;line-height:1.4;color:#0f0102}.bdw2-grid{display:flex;flex-wrap:wrap;gap:4px;width:100%}.bdw2-tile{display:flex;align-items:center;justify-content:center;width:54px;height:54px;flex:0 0 auto;background:#f6f6f6;border-radius:4px;font-family:'NotoSans-Bold','Noto Sans Bold','Noto Sans';font-weight:700;font-size:16px;line-height:1.4;color:#0f0102;text-decoration:none;transition:background-color .15s ease-in-out,color .15s ease-in-out}.bdw2-tile:hover,.bdw2-tile:focus{background:#d02126;color:#fff;text-decoration:none}@media(max-width:575.98px){.bdw2-tile{flex:1 0 44px;width:auto;min-width:44px;height:48px}}