#home-page{padding-left:15px;padding-right:15px}#home-page>main{flex-direction:row;justify-content:space-between;align-items:stretch;width:100%;display:flex}#home-right-column{flex-direction:column;justify-content:space-between;align-self:stretch;gap:16px;width:35%;min-height:700px;display:flex;position:relative}#home-right-column>div{background:#fff;border:1px solid #8f8a8a;border-radius:10px;width:100%;min-height:100px}#draft-news{flex:1;min-height:400px}.news-notification-window{width:35%;position:fixed;top:15px;right:15px}.leagues-widget{background:#fff;border:1px solid #8f8a8a;border-radius:10px;width:63%;max-height:80vh;padding:16px;overflow-y:auto}.toolbar{margin-bottom:16px}.create-league-btn{height:30px;color:var(--foreground);cursor:pointer;background:#fff;border:1px solid #000;border-radius:10px;padding:0 16px;font-size:14px}.create-league-btn:hover{background:var(--secondary-blue)}.league-grid{flex-wrap:wrap;gap:16px;display:flex}.league-card{width:clamp(200px,30%,300px);color:var(--foreground);background:#fff;border:1px solid #8f8a8a;border-radius:10px;flex-direction:column;text-decoration:none;display:flex;position:relative;overflow:hidden}.league-card-header{background:var(--secondary-blue);padding:8px 10px;font-size:20px;font-weight:600}.league-card-image{object-fit:cover;width:100%;height:auto}.league-card-footer{background:0 0;padding:0;position:absolute;bottom:8px;left:8px}.league-card-edit{width:56px;height:28px;color:var(--foreground);cursor:pointer;background:#fff;border:1px solid #8f8a8a;border-radius:8px;font-size:13px}.league-card-edit:hover{background:var(--secondary-blue)}
