a/**
* Theme Name: Xocora Child
* Description: This is a child theme of Xocora, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: xocora
* Version: 1.3.1
*/

h4.bundled_product_title{
	font-size: 17px !important;
}

.summary_element_wrapper_inner.cp_clearfix > .summary_element_title {
  display: none !important;
}

.composite_summary .summary_element_wrapper_outer a.summary_element_select{
	font-size: 0.6rem;
}

/* Kontener w flex – układ w jednym wierszu */
.tc-element-inner-wrap .tc-row {
    display: flex;
    flex-wrap: wrap; /* zostaw, żeby mobile się nie rozsypał */
    align-items: center;
}

/* Etykieta (gwiazdka) – NIE 100% szerokości */
.tc-element-inner-wrap .tc-epo-label {
    width: auto !important;
    flex: 0 0 auto;
    margin-right: 10px;
}

/* Opis "Dzień 1" – obok etykiety */
.tc-element-inner-wrap .tm-element-description {
    width: auto !important;
    flex: 1 1 auto;
}

/* Divider przenieś na nową linię */
.tc-element-inner-wrap .tm_divider {
    flex-basis: 100%;
}