/**
 * TWS Feed Import - Frontend Styles
 */

/* Brand Logo */
.tws-brand-logo {
    display: inline-block;
    max-width: 300px;
}

.tws-brand-logo a {
    display: block;
    text-decoration: none;
}

.tws-brand-logo img {
    max-width: 100%;
    max-height: 100px;
    width: auto;
    height: auto;
    display: block;
}
