/*
 * JeffPerry.me post type icon override
 * Load this after jeffperry-stream.css.
 */

.jp-entry-kind {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.45rem;
    padding-left: 0;
    border-left: 0;
    font-weight: 750;
}

.jp-entry-kind-icon {
    display: inline-flex;
    width: 1.45rem;
    height: 1.45rem;
    flex: 0 0 1.45rem;
    color: var(--post-type-color, currentColor);
}

.jp-entry-kind-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.jp-entry-kind-icon .jp-icon-fill {
    fill: currentColor;
    stroke: none;
}

.jp-entry-kind-label {
    color: inherit;
}

@media (max-width: 767px) {
    .jp-entry-kind {
        margin-top: 0;
    }

    .jp-entry-kind-icon {
        width: 1.35rem;
        height: 1.35rem;
        flex-basis: 1.35rem;
    }
}
