<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Olive Ventures Child Theme
Template: hello-elementor
Author: Olive Team
Author URI: https://olive.com/
Description: A plain-vanilla &amp;amp; lightweight theme for Elementor page builder
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.6.1.1666735721
Updated: 2022-10-25 17:08:41

*/

[type="button"],
[type="submit"],
button {
  white-space: nowrap;
  border: none !important;
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: #c36;
  background-color: inherit;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -moz-transition: all .3s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  padding: .5rem 1rem;
}

[type="button"]:focus,
[type="button"]:hover,
[type="submit"]:focus,
[type="submit"]:hover,
button:focus,
button:hover {
  text-decoration: none;
  color: none;
}

[type=button]:focus,
[type=submit]:focus,
button:focus {
  outline: none;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #4B1ED2;
}

a:hover {
  background-color: transparent;
  text-decoration: none;
  color: #4B1ED2;
}</pre></body></html>