.help-guide-page .help-answer-first__mark {
    display: grid;
    width: 22px;
    height: 22px;
    flex: 0 0 22px;
    place-items: center;
    margin-top: 1px;
    border: 1px solid var(--help-green);
    color: var(--help-green-dark);
    font-family: Georgia, serif;
    font-size: 13px;
    font-weight: 700;
}

.help-guide-page .help-steps {
    margin-top: 28px;
}

.help-guide-page .help-steps h3 {
    margin: 0 0 5px;
}

.help-guide-page .help-steps p {
    margin: 0;
}

.help-guide-list {
    padding-left: 0;
    list-style: none;
}

.help-guide-list li {
    position: relative;
    padding-left: 23px;
}

.help-guide-list li::before {
    position: absolute;
    top: .7em;
    left: 1px;
    width: 9px;
    height: 1px;
    background: var(--help-green);
    content: "";
}

.help-guide-table-wrap {
    margin-top: 27px;
}

.help-guide-table th,
.help-guide-table td {
    vertical-align: top;
}

.help-guide-table th:first-child,
.help-guide-table td:first-child {
    width: auto;
    min-width: 150px;
}

.help-guide-page .help-callout {
    margin-top: 28px;
}

.help-guide-page .help-callout strong {
    display: block;
    margin-bottom: 3px;
}

.help-guide-faqs {
    margin-top: 25px;
}

.help-guide-faqs details > div p {
    margin: 0;
}

.help-guide-action-icon {
    justify-content: start;
    border-top: 2px solid var(--help-green);
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    font-size: 17px;
}

.help-guide-page .help-related small {
    max-width: 570px;
    line-height: 1.45;
}

@media (max-width: 767px) {
    .help-guide-table td::before,
    .help-guide-table td:nth-child(2)::before,
    .help-guide-table td:nth-child(3)::before {
        display: block;
        margin-bottom: 2px;
        color: #819087;
        font-size: 8px;
        font-weight: 800;
        letter-spacing: .07em;
        text-transform: uppercase;
        content: attr(data-label);
    }

    .help-guide-table td:first-child::before {
        display: block;
    }

    .help-guide-table th:first-child,
    .help-guide-table td:first-child {
        min-width: 0;
    }
}
