.approval-items-wrapper{padding-left:0;margin-top:5rem;list-style:none;display:flex;flex-direction:column;gap:1.5rem}.approval-items-wrapper .approval-item{height:150px;width:100%;display:flex;justify-content:space-between;align-items:center}.approval-items-wrapper .approval-item>*:not(:last-child):not(:first-child){position:relative}.approval-items-wrapper .approval-item>*:not(:last-child):not(:first-child) ::after{position:absolute;top:50%;right:0;transform:translateY(-50%);content:"";height:75px;width:1px;background-color:black}.approval-items-wrapper .approval-item.approved{background-color:rgba(0, 177, 118, 0.1)}.approval-items-wrapper .approval-item.approved .approval-status-wrapper .status{color:#00B176}.approval-items-wrapper .approval-item.pending{background-color:rgba(230, 182, 0, 0.1)}.approval-items-wrapper .approval-item.pending .approval-status-wrapper .status{color:#E6B600}.approval-items-wrapper .approval-item.declined{background-color:rgba(188, 67, 40, 0.1)}.approval-items-wrapper .approval-item.declined .approval-status-wrapper .status{color:#BC4328}.approval-items-wrapper .approval-item .approval-media{height:100%}.approval-items-wrapper .approval-item .approval-media img{object-fit:cover;height:100%}.approval-items-wrapper .approval-item .approval-status-wrapper .approved-by{font-weight:300;font-size:0.95rem}.approval-items-wrapper .approval-item .approval-status-wrapper .status{font-weight:600}.approval-item-media-wrapper{position:relative}.approval-item-media-wrapper .approval-video{aspect-ratio:1.7777777778;width:100%;background-color:#0A2336}@media (min-width:1200px){.approval-item-media-wrapper .approval-video{aspect-ratio:1.4444444444}}.clarios-approval-statement p strong{font-weight:700}.approval-headline{margin-bottom:2rem}.approval-headline span{font-weight:300}.clarios-button.button-green{border:none;text-transform:uppercase;color:white;background-color:#00B176}.clarios-button.button-green:hover{background-color:#009d68}.clarios-button.button-red{border:none;text-transform:uppercase;color:white;background-color:#BC4328}.clarios-button.button-red:hover{background-color:#ab3d24}