.StaticBranches{display:flex;flex-wrap:wrap}@media only screen and (max-width:576px){.StaticBranches{flex-direction:column;flex-wrap:unset}}.StaticBranches .branch{display:flex;flex-direction:column;justify-content:space-between;background:#f0f0f0;padding:12px;color:var(--cx-color-core-primary);border:2px solid transparent}@media only screen and (max-width:576px){.StaticBranches .branch{flex:1}}.StaticBranches .branch.active{border:2px solid var(--cx-color-core-primary)}.StaticBranches .branch .header{padding:.625rem 0;border-bottom:1px solid var(--cx-color-core-primary);margin-bottom:1rem;display:flex}.StaticBranches .branch .body .link{display:inline-block;font-size:.9rem;padding-top:.5rem}.StaticBranches .branch .footer{margin-top:1rem;text-align:center;display:flex;gap:1rem}.StaticBranches .branch .footer>*{width:50%;flex:1}@media only screen and (max-width:576px){.StaticBranches .branch .footer{flex-direction:column}.StaticBranches .branch .footer>*{width:auto;flex:1}}