@import '../_base';
.merchant-info-page {
    margin: 20px 0;
    padding: 20px;
    border-top: 3px solid $primary-color;
    background-color: $module-background;

    .details {
        @include pie-clearfix;
        @include secondary-text;

        img {
            float: left;
            margin-right: 20px;
            border: 1px solid $border-color;
        }

        .info {
            float: left;
            width: 140px;

            @media (min-width: $site-width-mobile-large) {
                width: auto;
            }

            .address {
                font-weight: bold;
            }

            .phone {
                margin-top: $gutter;
            }

            .cuisines {
                margin-top: $gutter;

                .cuisine {
                    display: inline-block;
                    margin-top: 5px;
                    margin-right: 5px;
                    padding: 3px;
                    line-height: 15px;
                    background: $gray-bg1;
                }
            }
        }
    }

    .description {
        margin: 20px 0;
    }
}
