/**
 * Vibe Testimonial Shoutouts - Admin Styles
 *
 * @package Vibe_Testimonial_Shoutouts
 */

/* Meta Box: Shoutout Details */
.ts-row {
	margin-bottom: 12px;
}

.ts-row label {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
}

.ts-row input[type="text"],
.ts-row select {
	width: 100%;
	max-width: 400px;
}
