/**
 * =======================================================================
 * SILVERFOX ENGINE: TIPS FORM STYLESHEET
 * =======================================================================
 */

/* Layout & Typography */
.tips-repo .faq-header {
	font-weight: bold;
	border-bottom: 2px solid #333;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

.tips-repo .alt-contact-method {
	margin-bottom: 40px;
}

.tips-repo .signal-link {
	word-break: break-all;
	font-weight: bold;
	color: #842c21;
}

/* Form Container */
.tips-repo .form-wrapper {
	padding: 40px;
	border-radius: 4px;
	text-align: left; /* ARCHITECT FIX: Stop centering inputs */
}

/* ARCHITECT FIX: Explicitly size the inputs so they don't collapse */
.tips-repo input[type="text"],
.tips-repo textarea {
	
}

.tips-repo label {
	
}

.tips-repo textarea {
	
}

.tips-repo .file-input {
	padding: 10px;
	border: 1px solid #ccc;
	width: 100%;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}

.padding-bottom-60 {padding-bottom: 60px; }