.hw-mgo-history-wrapper {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.hw-mgo-history-table {
    width: 100%;
    min-width: 520px;
    border-collapse: collapse;
}

.hw-mgo-history-table th,
.hw-mgo-history-table td {
    padding: 10px 12px;
    white-space: nowrap;
    text-align: left;
}

.hw-mgo-title {
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 600;
}

.hw-mgo-summary {
    background: #f5f7fa;
    padding: 10px 14px;
    border-radius: 6px;
    margin-bottom: 12px;
    font-size: 14px;
}

.hw-mgo-wa-btn {
    display: inline-block;
    line-height: 0;
}

/* Tombol WA */


.hw-mgo-wa-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    line-height: 1;
    text-decoration: none;
}

.hw-mgo-wa-icon {
    width: 20px;
    height: 20px;
    display: block;
}

.hw-mgo-wa-text {
    font-size: 13px;
    white-space: nowrap;
}


.hw-mgo-history-table td:last-child {
    text-align: center;
}

