/* Lower the action by roughly two arrow heights, retaining clearance above the cards. */
@media(min-width:1024px) and (min-height:650px){
 .competency-page .cap-hero-action,
 main:has(>section:first-of-type>div a.link-line[href="/rozwiazania/"]) > section:first-of-type h1 + div > div {bottom:calc(91.5px + 56px)}
}
@media(max-width:1023px) and (min-height:501px){
 .competency-page .cap-hero-action,
 main:has(>section:first-of-type>div a.link-line[href="/rozwiazania/"]) > section:first-of-type h1 + div > div {padding-top:72px}
}
@media(max-height:500px), (min-width:1024px) and (max-height:649px){
 .competency-page .cap-hero-action,
 main:has(>section:first-of-type>div a.link-line[href="/rozwiazania/"]) > section:first-of-type h1 + div > div {margin-top:48px!important}
}

