.plg-content-readtime {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.4375rem;
    width: fit-content;
    max-width: 100%;
    margin: 0 0 1rem;
    padding: 0.4375rem 0.75rem 0.4375rem 0.625rem;
    border-radius: 0.5rem;
    background: #e9f1fb;
    color: #12395b;
    font-size: 0.95rem;
    line-height: 1.1;
    font-weight: 400;
    vertical-align: middle;
    box-sizing: border-box;
}

.plg-content-readtime__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex: 0 0 1rem;
    width: 1rem;
    height: 1rem;
    line-height: 1;
}

.plg-content-readtime__icon svg {
    display: block;
    width: 1rem;
    height: 1rem;
    stroke: currentColor;
    fill: none;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.plg-content-readtime__text {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    white-space: nowrap;
}

.plg-content-readtime strong {
    font-weight: 700;
    line-height: 1.1;
}

.plg-content-readtime__meta {
    line-height: 1.1;
}

.plg-content-readtime__sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

@media (max-width: 480px) {
    .plg-content-readtime__text {
        white-space: normal;
    }
}
