/* Mobile First CSS */
.section { padding: 2rem 1rem; }

/* the trade profile general definintions */
#trade-profile { background: #f9f9f9; }

/* titles and links */
#trade-profile h1 { font-weight: bold; text-align: center; }

/* profile summary */
#trade-profile .auto-margin { margin: auto; }
#trade-profile #profile-summary { padding-bottom: 1rem; }
#trade-profile #profile-summary #member-info{ padding-top: 0.6rem; }
#trade-profile .pos-comments { color:green; font-weight: bold; }

/* profile detail */
#trade-profile #profile-detail { padding-top: 1rem; } 
#trade-profile #profile-detail ul{ margin-top: 0; } 

/* tab menu */
#trade-profile #tab-menu{ position: -webkit-sticky; position: sticky; top: 0; margin-bottom: 1rem; background-color: #fff; z-index: 99 !important; }

/* trades */
#trade-profile #trades .toggle-hidden { display: none; }
#trade-profile #trades #trade-items { margin-bottom: 0; }

/* photos */
#trade-profile #photos img { display: block; border: 1px solid #fff; }

/* feedback */
#trade-profile #feedback { margin:0 0 1rem 0; padding: 0;  }
#trade-profile #feedback .feedback-date { margin: 1rem 0 0 0; }
#trade-profile #feedback .neg{ color: red; font-weight:600; }
#trade-profile #feedback .pos { color: green; font-weight:600;}
#trade-profile #feedback .neu{ color: grey; font-weight:600; }

/* answers */
#trade-profile #answers .answer{ margin: 0 0 1rem 0; padding: 1.5rem; background: #f1f1f1; border-radius: 1rem; }
#trade-profile #answers .question{margin:0; padding:0 0 1rem 0; }

.sticky-cta{ border-top: 1px solid #dedede; background: #fff; padding: 0.5rem 1rem 1rem 1rem; position: -webkit-sticky; position: sticky; bottom: 0; }
.sticky-cta-text { padding-bottom: 0.5rem; font-weight: bold; }

/* Tablet and Bigger */
@media screen and (min-width: 768px) { 

	#trade-profile h1 { text-align: left; }
	
	/* sticky box */
	#trade-profile #splash-box { position: -webkit-sticky; position: sticky; top: 1rem; }
	#trade-profile #splash-box .cta-detail { padding: 1rem 0; }
	
}
