
.tmg-link-wrapper {
    
    display: inline-block;
    padding-top: 6px;
    padding-right: 12px;
    padding-bottom: 6px;
    padding-left: 12px;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    text-decoration-line: none;
    text-decoration-style: initial;
    text-decoration-color: initial;
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}

.tmg-link-wrapper:hover {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}

.tmg-link {
    color: inherit;
    text-decoration: none;
    outline: none !important;
    text-align: center;
    display: block;
}
.tmg-link:hover {
    color: inherit;
    text-decoration: none;
}