.tickles-toolbar {
    background-color: #111111;
    color: #ffffff;
    font-size: 13px;
    line-height: 1;
}

.tickles-toolbar__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 9px 20px;
}

.tickles-toolbar__link {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #ffffff;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.15s ease;
}

.tickles-toolbar__link:hover {
    opacity: 0.75;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.tickles-toolbar__icon {
    flex-shrink: 0;
}
