.hydrosud-elementor-widget-ws-product-accordion {
    font-size: 0.9rem;
}

.hydrosud-elementor-widget-ws-product-accordion h2 {
    margin-bottom: 1rem;
    font-size: 1.3rem;
    font-weight: 600;
}

.hydrosud-elementor-widget-ws-product-accordion h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    font-size: 1.05rem;
    font-weight: 500;
}

.hydrosud-elementor-widget-ws-product-accordion ul {
	list-style: unset;
	padding-left: 1rem;
}

.hydrosud-elementor-widget-ws-product-accordion table {
	width: 100% !important;
}

.hydrosud-elementor-widget-ws-product-accordion table caption {
	color: var(--hs-dark-blue);
	font-weight: 500;
	font-size: 1rem;
    caption-side: top;
}

.hydrosud-elementor-widget-ws-product-accordion table td {
	border-width: 1px;
	border-color: var(--hs-disabled);
	padding: 0.7rem 1rem;
}
.hydrosud-elementor-widget-ws-product-accordion table td:first-child {
	background-color: var(--hs-clear-grey);
    font-weight: 500;
}

.hydrosud-elementor-widget-ws-product-accordion .accordion-body {
    border: 1px solid #ececec;
    margin-bottom: 1rem;
}