#hami-wrap {
    position: relative;
    margin-top: 20px;
    padding: 2.2em 2.8em;
    min-width: 255px;
    max-width: 1050px;
    border-radius: 6px;
    border: 1px solid #ccd0d4;
    box-shadow: 0 1px 1px rgb(0 0 0 / 4%);
    background: #fff;
}

#hami-wrap .submit {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#hami-wrap #submit {
    width: 100%;
    height: 50px;
    font-weight: 600;
}

.hami-title {
    line-height: 1 !important;
    margin: 0 0 1em !important;
    padding-bottom: 1.2em !important;
    font-size: 22px;
    font-weight: 700 !important;
    color: #333 !important;
    border-bottom: 1px solid #eaeaea !important;
}

.hami-title:before {
    display: inline-block;
    font-family: "dashicons";
    content: "\f203";
    margin-right: 15px;
    vertical-align: bottom;
}

#hami-list .hami-status {
    color: #2271b1;
}

#hami-list p:last-child {
    margin-top: 15px;
    font-weight: 600;
}