<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
Theme Name: smili-special
Author: smiling cat publishing
Author URI: https://www.smilingcat.de
Description: Astra is the fastest, fully customizable &amp; beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained &amp; Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: smili-special
Template: astra
*/

/**Events Calendar**/
/*remove the link to the event ticket from the my events shortcode and page*/
.event-post-direct-tickets-link, .event-post-tickets-separator {
	display: none;
}

/*remove the price from the event overview as it always show "kostenlos" */
.tribe-events .tribe-events-c-small-cta__price
{
	display: none!important;
}

/*custom styling for the profile - custom tabs */
/* Style for the custom tab link */
/* Style for the custom tab link */
.woocommerce-MyAccount-navigation-link--custom-orders a {
    color: inherit;
    padding: 10px 15px;
    display: block;
}

/* Remove the left border when the custom tab is active */
.woocommerce-MyAccount-navigation-link--custom-orders.is-active a {
    color: #d35400; /* Keep the active color */
    font-weight: bold;
    border: none; /* Remove any border */
    background-color: transparent; /* Remove background */
}

</pre></body></html>