/*
Theme Name: BlankSlate Child
Theme URI: https://opencollective.com/blankslate
Template: blankslate
Author: Web Guy
Author URI: https://opencollective.com/blankslate#section-contributors
Description: Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability, with no intrusive visual CSS styles added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/webguyio/blankslate/issues. Thank you.
Tags: accessibility-ready,one-column,two-columns,custom-menu,featured-images,microformats,sticky-post,threaded-comments,translation-ready
Version: 2026.1766931775
Updated: 2025-12-28 14:22:55

*/
/*
.ea-public-nav{
  display:flex;
  gap: 14px;
  justify-content: flex-end;
  align-items: center;
  padding: 12px 16px;
}

.ea-public-link{
  text-decoration:none;
}

.ea-public-link-primary{
  border: 1px solid rgba(0,0,0,0.18);
  border-radius: 12px;
  padding: 8px 12px;
}

.aqg-appmenu-sep{
  list-style:none;
  border-top: 1px solid rgba(0,0,0,0.12);
  margin: 14px 0;
}
*/

textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"] {
    border-radius: 5px;
}