.pc-impact-kicker {
    display: flex;
    align-items: center;
    width: fit-content;
    max-width: 100%;
    gap: 10px;
    color: #f5f7f8;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
    font-size: 12px;
    font-weight: 850;
    line-height: 1.65;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
}

.pc-impact-kicker__dot {
    display: block;
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    background-color: #00aad4;
    border-radius: 0;
}

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

.pc-impact-kicker--no-dot .pc-impact-kicker__dot {
    display: none;
}
