.emg-tips-module {
    text-align: left;
    background-color: rgba(var(--secondary-color), .06);
    width: 100%;
    max-width: 1110px;
    margin: 15px auto;
}

.tips-header {
    background-color: rgb(var(--secondary-color));
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    padding: 7px 20px;
    font-family: var(--secondary-font);
}

.tips-body {
    padding: 20px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    border: 1px solid #eee;
    border-top: 0;
}

.tips-thumb {
    margin-right: 20px;
    min-width: 120px;
    flex-basis: 120px;
}

.tips-text {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 5px;
}

.tips-author {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    font-family: var(--secondary-font);
}
