.phast-badge-wrapper {
    display: flex;
    width: 100%;
}

.phast-badge-wrapper--align-left {
    justify-content: flex-start;
    text-align: left;
}

.phast-badge-wrapper--align-center {
    justify-content: center;
    text-align: center;
}

.phast-badge-wrapper--align-right {
    justify-content: flex-end;
    text-align: right;
}

.phast-badge {
    display: inline-block;
    color: #006271;
    font-size: 18px;
    font-weight: 500;
    padding: 7px 20px;
    background: linear-gradient(90deg, rgba(220, 220, 220, 0.7) 0%, rgba(255, 255, 255, 0.7) 100%);
    border: 1px solid #84BD00;
    border-radius: 60px;
    transition: all 0.3s ease;
    line-height: 27px;
}