.WorldcupCard{display:flex;flex-direction:column;width:100%;padding:1.5rem;border:2px solid var(--base-800);border-radius:.6rem}.WorldcupCard .text{margin-top:.75rem}.WorldcupCard__Title{margin-bottom:.7rem}.WorldcupCard__Title a{font-size:1.8rem;font-weight:700;line-height:1.4}.WorldcupCard__Summary{font-size:1.3rem;font-weight:400}.WorldcupCard .tags{margin-top:1rem;display:flex;flex-wrap:wrap}.WorldcupCard .tags .tag{display:flex;margin-bottom:.5rem}.WorldcupCard .tags .tag a{border-radius:.3rem;padding:.5rem .75rem;font-size:1.2rem;font-weight:500;background-color:var(--text-100);transition:.15s ease-out}.WorldcupCard .tags .tag a:hover{background-color:var(--text-200)}.WorldcupCard .tags .tag a:focus{border-color:var(--text-300)}.WorldcupCard .tags .tag a:active{transform:translate(0);box-shadow:inset .25rem .25rem 0 var(--text-300);background-color:var(--text-200)}.WorldcupCard .tags .tag:not(:last-child){margin-right:.5rem}.WorldcupCard .actions{float:left;width:100%;justify-content:flex-end;display:flex;margin-top:1.5rem}.WorldcupCard__ActionBtn{display:flex;width:4.5rem;height:4.5rem;justify-content:center;align-items:center;border-radius:.3rem;border:2px solid var(--base-800)}.WorldcupCard__ActionBtn:not(:last-child){margin-right:.7rem}.Home{padding:9rem var(--inner-padding) 2rem}@media screen and (min-width: 1024px){.Home{display:grid;grid:1fr 1fr 1fr}}
