/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .wpb_tweet {
 	display: block;
 	margin: 0 auto;
 	max-width: 400px;
 	padding: 1.5em 0;
 	text-align: center;
 }

 .wpb_tweet:last-of-type {
 	border-bottom: 0;
 }

.wpb_tweet-date {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    font-style: italic;
    margin-bottom: 1rem;
}


.wpb_twitter-logo {
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

 .wpb_user {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    width: 100%;
 }

 .wpb_user-nicename {
 	display: block;
 	font-style: normal;
 	font-weight: 700;
 }

 .wpb_user-screenname {
 	display: inline-block;
 	font-style: normal;	
 }

.wpb_user-screenname a {
	color: #1da1f2; /* Twitter Blue */
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: 700;
	text-decoration: none;
}

.wpb_user-screenname a:hover {
    color: #1a90d8;
}
 .wpb_tweet-content {
    color: #474a4f;
 	display: block;
 	margin-bottom: 0.75em;
    min-height: 175px;
 }

 .wpb_tweet-content a {
 	color: #474a4f;
 }

 .wpb_follow-user a {
    clear: both;
    display: block;
    color: #c6c6c6;
    font-style: italic;
    font-weight: 600;
    padding: 1rem 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
 }


 .wpb_follow-user a:hover {
    color: #797979;
 }

