.rvh-article-detail {
    color: #30343b;
}

.rvh-article-heading {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.rvh-article-eyebrow {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 13px;
    color: #9aa1ab;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .12em;
}

.rvh-article-eyebrow::before {
    width: 25px;
    height: 2px;
    border-radius: 2px;
    background: linear-gradient(90deg, #5f68ff, #39bdd9);
    content: "";
}

.rvh-article-heading h2 {
    margin: 0 0 13px;
    color: #242932;
    font-size: 24px;
    line-height: 1.35;
}

.rvh-article-heading p {
    margin: 0;
    color: #68707b;
    font-size: 14px;
    line-height: 1.9;
}

.rvh-article-badges {
    display: flex;
    flex: none;
    gap: 7px;
}

.rvh-article-badges span {
    padding: 5px 9px;
    border-radius: 999px;
    color: #258ce0;
    background: #eff7ff;
    font-size: 11px;
    white-space: nowrap;
}

.rvh-article-badges span + span {
    color: #ef791f;
    background: #fff2e8;
}

.rvh-article-preview {
    display: flex;
    align-items: center;
    gap: 13px;
    margin: 22px 0;
    padding: 14px 16px;
    border: 1px solid #e9edf2;
    border-radius: 9px;
    background: #fafbfc;
}

.rvh-article-preview-play {
    display: grid;
    width: 36px;
    height: 36px;
    flex: none;
    place-items: center;
    padding: 0 0 0 2px;
    border: 0;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(135deg, #6b62f2, #35bdda);
    box-shadow: none;
    font-size: 13px;
    cursor: pointer;
}

.rvh-article-preview-play.is-playing {
    padding-left: 0;
}

.rvh-article-preview-copy {
    min-width: 125px;
    line-height: 1.45;
}

.rvh-article-preview-copy strong,
.rvh-article-preview-copy small {
    display: block;
}

.rvh-article-preview-copy strong {
    font-size: 12px;
}

.rvh-article-preview-copy small,
.rvh-article-preview-time {
    color: #a0a6af;
    font-size: 10px;
}

.rvh-article-wave {
    display: flex;
    align-items: center;
    gap: 3px;
    height: 29px;
    flex: 1;
}

.rvh-article-wave i {
    display: block;
    width: 2px;
    height: 14px;
    border-radius: 3px;
    background: #b8c6d5;
}

.rvh-article-wave i:nth-child(3n+1) { height: 8px; }
.rvh-article-wave i:nth-child(3n+2) { height: 22px; }
.rvh-article-preview.is-playing .rvh-article-wave i { background: #6e91d8; }

.rvh-article-info {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin: 22px 0;
    overflow: hidden;
    border: 1px solid #edf0f3;
    border-radius: 9px;
}

.rvh-article-info > div {
    padding: 14px 15px;
    border-right: 1px solid #edf0f3;
    background: #fbfcfd;
}

.rvh-article-info > div:last-child { border-right: 0; }

.rvh-article-info small,
.rvh-article-info strong {
    display: block;
}

.rvh-article-info small {
    margin-bottom: 5px;
    color: #a0a6af;
    font-size: 9px;
}

.rvh-article-info strong { font-size: 12px; }

.rvh-article-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 22px;
}

.rvh-article-steps > div {
    padding: 14px;
    border: 1px solid #edf0f3;
    border-radius: 8px;
}

.rvh-article-steps b {
    display: grid;
    width: 22px;
    height: 22px;
    margin-bottom: 9px;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: #8d9cac;
    font-size: 10px;
}

.rvh-article-steps strong,
.rvh-article-steps small {
    display: block;
}

.rvh-article-steps strong { font-size: 11px; }

.rvh-article-steps small {
    margin-top: 5px;
    color: #969da7;
    font-size: 10px;
    line-height: 1.6;
}

.rvh-article-install {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-top: 22px;
    padding: 17px 18px;
    border: 1px solid #ddecfa;
    border-radius: 9px;
    background: linear-gradient(100deg, #f2f8ff, #f7fbff);
}

.rvh-article-install strong { font-size: 13px; }

.rvh-article-install p {
    margin: 5px 0 0;
    color: #7e8895;
    font-size: 11px;
}

.rvh-article-install a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: none;
    padding: 10px 15px;
    border-radius: 7px;
    color: #fff;
    background: #2a97ed;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
}

.wp-posts-content .rvh-article-install a.rvh-article-install-button,
.wp-posts-content .rvh-article-install a.rvh-article-install-button:hover,
.wp-posts-content .rvh-article-install a.rvh-article-install-button:focus {
    color: #fff;
    text-decoration: none;
}

@media (max-width: 700px) {
    .rvh-article-heading { display: block; }
    .rvh-article-badges { margin-top: 12px; }
    .rvh-article-preview-copy { min-width: 0; }
    .rvh-article-wave { display: none; }
    .rvh-article-info { grid-template-columns: 1fr 1fr; }
    .rvh-article-info > div:nth-child(2) { border-right: 0; }
    .rvh-article-info > div:nth-child(-n+2) { border-bottom: 1px solid #edf0f3; }
    .rvh-article-steps { grid-template-columns: 1fr; }
    .rvh-article-install { align-items: stretch; flex-direction: column; }
    .rvh-article-install a { text-align: center; }
}
