// 📍 Address
@import 'variables';

.rby-display-address-wrap {
    display: flex;

    address {
        font-style: normal;
        line-height: 1.4;
        color: $heading-color;
        font-size: 13px;
        margin: 0;
        padding: 0 10px;

        a {
            text-decoration: none;
            font-weight: 600;
            color:$link-color;

            &:hover {
                text-decoration: underline;
            }
        }

        span {
            display: block;
        }
    }

}
