#docsbotinvite h2 {
    margin-top: 0;
}
.page-template-account .entry-content a {
    text-decoration: underline;
}
.page-template-account .entry-content .type.expired {
    text-align:center;
    margin: 0 0 24px 0;
    padding: 32px 48px;
    border-radius: 8px;
    border: 1px solid orange;
    color: #374151;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.25px;
    margin-bottom: 36px;
}
.page-template-account .entry-content .type.expired p:last-child {
    margin-bottom: 0;
}
.page-template-account .entry-content .type.expired svg {
    fill:orange
}
.page-template-account .entry-content .type.expired h5 {
    margin-top: 0;
    margin-bottom: 12px;
    color: #111827;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
}
