.siah-hd__header h2 {
    margin: 3px 0 8px;
    color: #fff;
    font-size: clamp(32px, 5vw, 50px);
    line-height: 1;
}

.siah-hd__identity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 18px;
    padding: 15px 18px;
    border: 1px solid #d9e2dc;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 7px 22px #17351f0d;
}

.siah-hd__identity-main,
.siah-hd__identity-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.siah-hd__identity-main > .dashicons {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #eef7f1;
    color: #145c35;
    font-size: 23px;
    line-height: 38px;
    text-align: center;
}

.siah-hd__identity-main div {
    display: grid;
    gap: 1px;
}

.siah-hd__identity-main span,
.siah-hd__identity-main em {
    color: #607068;
    font-size: 12px;
    font-style: normal;
}

.siah-hd__identity-main strong {
    color: #0a3e24;
    font-size: 17px;
}

.siah-hd a.siah-hd__button {
    padding: 10px 14px;
    border-radius: 9px;
    background: #145c35;
    color: #fff;
    text-decoration: none;
}

.siah-hd a.siah-hd__button:hover {
    background: #0a3e24;
    color: #fff;
}

.siah-hd a.siah-hd__signout {
    color: #607068;
    font-size: 13px;
}

@media (max-width: 680px) {
    .siah-hd__identity {
        align-items: flex-start;
        flex-direction: column;
    }
}
