_ _    _ _____  ___   __                       
 __      _(_) | _(_)___ / ( _ ) / /_   ___ ___  _ __ ___  
 \ \ /\ / / | |/ / | |_ \ / _ \| '_ \ / __/ _ \| '_ ` _ \ 
  \ V  V /| |   <| |___) | (_) | (_) | (_| (_) | | | | | |
   \_/\_/ |_|_|\_\_|____/ \___/ \___(_)___\___/|_| |_| |_|

Help:Your first article/styles.css

Today, Help:Your first article/styles.css plays a fundamental role in our society. Its impact is so great that it has transcended borders and cultures, influencing our lives in unimaginable ways. From its beginnings to the present, Help:Your first article/styles.css has been the object of study, debate and admiration. In this article, we will explore the importance of Help:Your first article/styles.css in different areas, analyzing its relevance in the current world and its projection into the future. From its origins to its impact today, Help:Your first article/styles.css has marked a before and after in the way we live, think and relate to our environment.
/*
Styling for ]
A quick crash-course on CSS: 
var(--x,#fff)
means use variable --x, and if --x is not defined use #fff as a fallback.
--border-color-base and friends are defined by MediaWiki,
and they change depending on whether dark mode is enabled.
*/
.YFA-search {
	text-align:center; 
	border:1px solid var(--border-color-base,#a2a9b1); 
	max-width:35em; 
	margin:0 auto;
}

.YFA-search-top {
	font-size:120%; 
	background-color: var(--background-color-neutral,#eaecf0); 
	color: var(--color-base,#202122); 
	text-align: center; 
	width:100%; 
	padding: 0.1em 0
}

.YFA-search-box {
	padding:1.3em 1.5em; 
	color: var(--color-base,#202122); 
	background-color:var(--background-color-neutral-subtle,#f8f9fa); 
	border-top:1px solid var(--border-color-base,#a2a9b1);
}

.YFA-search-footer {
	padding:0.1em 0.5em; 
	color: var(--color-base,#404122); 
	background-color:var(--background-color-neutral-subtle,#f4f5f6); 
	border-top:1px solid var(--border-color-base,#a2a9b1);
}