//=============================================================================================================
//                                                                                                             
//   #####   #####  ###    ###  #####   #####  ####          ##      ##  ##  ####     ####    #####  ######  
//  ##   ##  ##     ## #  # ##  ##  ##  ##     ##  ##        ##      ##  ##  ##  ##  ##       ##       ##    
//  ##   ##  #####  ##  ##  ##  #####   #####  ##  ##        ##  ##  ##  ##  ##  ##  ##  ###  #####    ##    
//  ##   ##  ##     ##      ##  ##  ##  ##     ##  ##        ##  ##  ##  ##  ##  ##  ##   ##  ##       ##    
//   #####   #####  ##      ##  #####   #####  ####           ###  ###   ##  ####     ####    #####    ##    
//                                                                                                             
//=============================================================================================================
.twitter-tweet {
	margin-bottom: 1rem;
}

//=========================================================================================================
//                                                                                                         
//   ####  ##   ##   ####  ######   #####   ###    ###        ######  ##   ##  #####  ###    ###  #####  
//  ##     ##   ##  ##       ##    ##   ##  ## #  # ##          ##    ##   ##  ##     ## #  # ##  ##     
//  ##     ##   ##   ###     ##    ##   ##  ##  ##  ##          ##    #######  #####  ##  ##  ##  #####  
//  ##     ##   ##     ##    ##    ##   ##  ##      ##          ##    ##   ##  ##     ##      ##  ##     
//   ####   #####   ####     ##     #####   ##      ##          ##    ##   ##  #####  ##      ##  #####  
//                                                                                                         
//=========================================================================================================
article.lastweet-tweet {
	margin-bottom: 1rem;

	* {
		margin:0;
		padding:0;
		border:none;
		box-shadow: none;
	}

	> * {
		font-size:1rem;
	}

	header {
		font-size: .9rem;

		a {
			display: flex;
			align-items: flex-end;
			align-items: center;
			flex-direction: row;
			flex-wrap: nowrap;

			img {
				border-radius: 100%;
				margin-right: 1rem;
			}

			p {
				font-weight: bold;

				small {
					display: block;
				}

				time {
					font-weight: normal;
					display: inline-block;
					margin-left: .5em;
					text-transform: lowercase;
					font-style: italic;
				}
			}
		}
	}

	blockquote {
		font-size: 1.125rem;
		//font-style: italic;

		a {
			font-weight: bold;
		}
	}

	footer {
		font-size: .75rem;

		a {
			span {
				display: inline-block;
				margin-right: 1em;
				font-weight: bold;

				i {
					opacity:.6;
				}
			}
		}
	}
}