.flex_layout.deel_post .content_wrapper{
    grid-column: 1 /-1;
    border-top: 1px solid var(--mahogany-translucent);
    padding-block: 2rem;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex_layout.deel_post .content_wrapper a{
    font-weight: var(--body-semibold);
    color: inherit;
    display: flex;
    width: fit-content;
    align-items: center;
    gap: .5rem;
}

.flex_layout.deel_post .content_wrapper a,
.flex_layout.deel_post .content_wrapper a:where(:hover,:active,:focus){
    text-decoration: none;
}

.flex_layout.deel_post .content_wrapper a::before{
    content: '';
    width: 1.25rem; height: 1rem;
    background-color: currentColor;
}

.flex_layout.deel_post .content_wrapper a:nth-of-type(1)::before{
    mask: url("data:image/svg+xml,%3Csvg width='22' height='10' viewBox='0 0 22 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1L0.999999 5M0.999999 5L5 9M0.999999 5L21 5' stroke='%233C1518' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='22' height='10' viewBox='0 0 22 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 1L0.999999 5M0.999999 5L5 9M0.999999 5L21 5' stroke='%233C1518' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / contain;
}
.flex_layout.deel_post .content_wrapper a:nth-of-type(2)::before{
    width: 1rem;
    order: 3;

    mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33268 13.3334C2.41602 13.3334 1.66602 12.5834 1.66602 11.6667V3.33341C1.66602 2.41675 2.41602 1.66675 3.33268 1.66675H11.666C12.5827 1.66675 13.3327 2.41675 13.3327 3.33341M8.33268 6.66675H16.666C17.5865 6.66675 18.3327 7.41294 18.3327 8.33341V16.6667C18.3327 17.5872 17.5865 18.3334 16.666 18.3334H8.33268C7.41221 18.3334 6.66602 17.5872 6.66602 16.6667V8.33341C6.66602 7.41294 7.41221 6.66675 8.33268 6.66675Z' stroke='%233C1518' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / contain;
    -webkit-mask: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.33268 13.3334C2.41602 13.3334 1.66602 12.5834 1.66602 11.6667V3.33341C1.66602 2.41675 2.41602 1.66675 3.33268 1.66675H11.666C12.5827 1.66675 13.3327 2.41675 13.3327 3.33341M8.33268 6.66675H16.666C17.5865 6.66675 18.3327 7.41294 18.3327 8.33341V16.6667C18.3327 17.5872 17.5865 18.3334 16.666 18.3334H8.33268C7.41221 18.3334 6.66602 17.5872 6.66602 16.6667V8.33341C6.66602 7.41294 7.41221 6.66675 8.33268 6.66675Z' stroke='%233C1518' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") no-repeat center / contain;
}