/* AnimyJob — collections de ressources dans les hubs/sous-hubs */
.aj-resource-collections{margin-top:28px;padding-top:24px;border-top:1px solid #f0ded3}
.aj-resource-collections__head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:16px}
.aj-resource-collections__head h3{margin:0;font-size:22px;line-height:1.15;color:#171717}
.aj-resource-collections__head p{margin:0;max-width:620px;text-align:right;color:#7d6559;font-size:14px;line-height:1.5}
.aj-resource-collections__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.aj-resource-collection{position:relative;display:flex;align-items:center;gap:12px;min-height:82px;padding:15px 42px 15px 15px;border:1px solid #edd9cd;border-radius:16px;background:#fff;color:#171717;text-decoration:none;box-shadow:0 8px 24px rgba(93,55,36,.045);transition:transform .16s ease,box-shadow .16s ease,border-color .16s ease}
.aj-resource-collection:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(93,55,36,.09);border-color:#f2b8a3}
.aj-resource-collection__badge{display:flex;align-items:center;justify-content:center;flex:0 0 42px;height:42px;border-radius:13px;background:#fff2ec;color:#ef624d;font-weight:800;font-size:11px;letter-spacing:.04em;text-transform:uppercase}
.aj-resource-collection--legacy .aj-resource-collection__badge{background:#f3edff;color:#7754c7}
.aj-resource-collection__text{min-width:0}
.aj-resource-collection__text strong{display:block;font-size:15px;line-height:1.25;margin-bottom:5px}
.aj-resource-collection__text small{display:block;color:#846f65;font-size:12px}
.aj-resource-collection__arrow{position:absolute;right:15px;top:50%;transform:translateY(-50%);color:#ef624d;font-size:18px}
.aj-resource-collections__coverage{margin:15px 0 0;text-align:center;color:#7d6559;font-size:12px}
@media(max-width:1180px){.aj-resource-collections__grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.aj-resource-collections__head{align-items:flex-start;flex-direction:column}.aj-resource-collections__head p{text-align:left}.aj-resource-collections__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.aj-resource-collections__grid{grid-template-columns:1fr}}
