/* 
Theme Name:		 starcross child
Theme URI:		 http://childtheme-generator.com/
Description:	 starcross child is a child theme of starcross, created by ChildTheme-Generator.com
Author:			 df
Author URI:		 http://childtheme-generator.com/
Template:		 starcross
Version:		 1.0.0
Text Domain:	 starcross-child
*/

:root {
  --starcross-dark: #100B00;
  --starcross-red: #E93F36;
--starcross-white: #FEFEFE;
}

/*
    Add your custom styles here
*/
.wpm-switcher-list {
    display: flex;
    justify-content: space-between; /* Or use flex-start and flex-end for specific alignment */
    gap: 15px;
}
.wpm-switcher-list li {
  line-height: normal; /* Adjust the border style as needed */
}
.wpm-switcher-list li.active {
  border-bottom: 2px solid #000; /* Adjust the border style as needed */
}

/* .faq-container {
  margin-top: 20px;
}

.faq-list {
  list-style: none;
  padding: 0;
} */

.accordion-item.faq-item .accordion-button {
  font-size: 12px;
}

.accordion-item.faq-item .accordion-button::after {
  background-size: 15px;
}
.accordion-item.faq-item .accordion-button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: 0;
  z-index: 3;
}
.accordion-item.faq-item .accordion-body p{
  font-size: 12px;
}



