/*
 Theme Name: Litho Child
 Theme URI: https://litho.themezaa.com/
 Description: Child theme for Litho theme
 Version: 1.2
 Author: ThemeZaa
 Author URI: https://www.themezaa.com/
 Tested up to: 5.8
 Requires PHP: 7.3
 Tags: one-column, two-columns, three-columns, left-sidebar, right-sidebar, grid-layout, custom-background, custom-colors, flexible-header, custom-menu, editor-style, featured-images, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, blog, e-commerce
 License: Themeforest Split Licence
 License URI: https://themeforest.net/licenses/
 Template: litho
 Text Domain: litho-child
*/
.pill-text {
  background-color: #FE016E; /* Pink background */
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
  padding: 0px 20px;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.5px;
}
.pill-text-outline {
  background-color: transparent;
  color: #FE016E;
  font-weight: 700;
  border: 1px solid #3B4866;
  border-radius: 50px;
  padding: 0px 20px;
  font-size: 14px;
  display: inline-block;
  letter-spacing: 0.5px;
}
