/* ÖFD V2.4 certification badge alignment.
   Desktop and tablet keep the established placement.
   Mobile centers the full badge row on every page. */
.oefd-credentials{display:flex;align-items:center;flex-wrap:nowrap;gap:16px;max-width:100%;margin:26px 0 0;padding:0;border:0;background:none;box-shadow:none}
.oefd-credentials__badge{position:relative;display:block;flex:0 0 86px;width:86px;height:86px;overflow:hidden;border-radius:50%;background:transparent;clip-path:circle(50% at 50% 50%)}
.oefd-credentials__badge img{position:absolute;display:block;left:-2.631579%;top:-2.631579%;width:105.263158%;height:105.263158%;max-width:none;object-fit:contain;margin:0;padding:0;border:0}
.oefd-credentials--compact{gap:11px;margin:0}
.oefd-credentials--compact .oefd-credentials__badge{flex-basis:62px;width:62px;height:62px}
.vienna-work__trust-main>.oefd-credentials{display:flex;flex-direction:row;align-items:center;gap:11px}
@media(min-width:701px){.oefd-credentials__badge{width:84px;height:84px;flex-basis:84px}}
@media(min-width:701px) and (max-width:980px){.vienna-work__trust-main .oefd-credentials__badge{width:56px;height:56px;flex-basis:56px}}
@media(max-width:700px){
  .oefd-credentials{justify-content:center;gap:8px;width:100%;margin:20px auto 0}
  .oefd-credentials__badge{flex:0 0 80px;width:80px;height:80px}
  .oefd-credentials--compact{justify-content:center;width:100%;margin-left:auto;margin-right:auto}
  .oefd-credentials--compact .oefd-credentials__badge{flex:0 0 58px;width:58px;height:58px}
  .vienna-work__trust-main>.oefd-credentials{justify-content:center;width:100%;margin-inline:auto}
}
@media(max-width:380px){
  .oefd-credentials{gap:6px}
  .oefd-credentials__badge{flex:0 0 74px;width:74px;height:74px}
}
