.pc-impact-eyebrow {
    display: flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    gap: 10px;
    color: #1fd6ff;
    font-family: Roboto, "Segoe UI", Arial, sans-serif;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.65;
    letter-spacing: 1.56px;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.pc-impact-eyebrow::before {
    content: "";
    display: block;
    flex: 0 0 auto;
    width: 30px;
    height: 2px;
    background: #00aad4;
    border-radius: 0;
}

.pc-impact-eyebrow__text {
    min-width: 0;
}

.pc-impact-eyebrow--no-line::before {
    display: none;
}
