/**
 * Theme Name:     Auction Theme Child
 * Author:         MD Forhad Hasan
 * Template:       AT10
 * Text Domain:	   auction-theme-child
 * Description:    This is a child theme of Auction Theme.
 */

/* My Account CSS */
.membership-external-data {
    text-align: center;
    padding: 20px;
}
.membership-external-data .heading {
    margin-bottom: 35px;
}
.membership-external-data .sub-heading {
    margin-bottom: 35px;
}
.membership-external-data .memebrship-url a {
    text-decoration: none !important;
    padding: 10px 15px;
    border-radius: 4px;
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
}
/* My Account CSS */