.rhp-toolbar-guide {
    background:
        radial-gradient(ellipse 62% 40% at 50% 42%, rgba(47, 102, 246, 0.1), transparent 76%),
        linear-gradient(rgba(47, 102, 246, 0.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(47, 102, 246, 0.045) 1px, transparent 1px),
        #fff;
    background-size: auto, 48px 48px, 48px 48px, auto;
}

.rhp-toolbar-figure {
    background: #fff;
    border: 1px solid #d9e0eb;
    border-radius: 18px;
    box-shadow: 0 26px 70px rgba(24, 39, 75, 0.13);
    margin: 0 auto;
    max-width: 1100px;
    overflow: hidden;
    padding: 8px;
}

.rhp-toolbar-figure a {
    display: block;
}

.rhp-toolbar-figure img {
    border-radius: 12px;
    width: 100%;
}

.rhp-toolbar-figure figcaption {
    color: #657084;
    font-size: 12px;
    font-weight: 650;
    padding: 10px 8px 3px;
    text-align: center;
}

.rhp-toolbar-steps {
    display: grid;
    gap: 14px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 38px auto 0;
    max-width: 1100px;
}

.rhp-toolbar-step {
    background: rgba(255, 255, 255, 0.94);
    border: 1px solid var(--rhp-line);
    border-radius: 14px;
    display: grid;
    gap: 14px;
    grid-template-columns: 38px minmax(0, 1fr);
    padding: 20px;
}

.rhp-toolbar-number {
    align-items: center;
    background: var(--rhp-blue);
    border-radius: 50%;
    color: #fff;
    display: inline-flex;
    font-size: 14px;
    font-weight: 750;
    height: 38px;
    justify-content: center;
    width: 38px;
}

.rhp-toolbar-step h3 {
    color: var(--rhp-ink);
    font-size: 16px;
    font-weight: 720;
    margin: 1px 0 0;
}

.rhp-toolbar-step p {
    color: var(--rhp-muted);
    font-size: 13px;
    line-height: 1.6;
    margin: 7px 0 0;
}

.rhp-toolbar-step strong {
    color: #28344a;
}

.rhp-toolbar-note {
    background: #f4f7fc;
    border: 1px solid #dbe3ef;
    border-radius: 10px;
    color: #657084;
    font-size: 13px;
    line-height: 1.6;
    margin: 18px auto 0;
    max-width: 1100px;
    padding: 14px 18px;
    text-align: center;
}

.rhp-toolbar-note strong {
    color: #263247;
}

@media (max-width: 900px) {
    .rhp-toolbar-steps {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 760px) {
    .rhp-toolbar-figure {
        border-radius: 12px;
        padding: 5px;
    }

    .rhp-toolbar-figure img {
        border-radius: 8px;
    }

    .rhp-toolbar-steps {
        margin-top: 26px;
    }

    .rhp-toolbar-step {
        padding: 18px;
    }
}
