.ga-397230-container {
	display: block;
}

.ga-397230-header {
	margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.ga-397230-badge {
    display: inline-block;
    padding: 5px 10px;
    background-color: #eee;
    border-radius: 4px;
    font-size: 0.9em;
    font-weight: 600;
    margin-bottom: 10px;
}

.ga-397230-main-title {
	margin-top: 0;
	margin-bottom: 10px;
}

.ga-397230-intro-text {
	display: inline-block;
}

.ga-397230-accordion {
	display: flex;
	flex-direction: column;
}

.ga-397230-item {
	/* Removed border-bottom, now controlled by widget settings */
	overflow: hidden; /* Helps with border radius on the container */
}

.ga-397230-title {
	margin: 0;
	padding: 15px 20px;
	cursor: pointer;
	display: flex;
	align-items: center;
	font-weight: 500;
	transition: all 0.3s ease;
}

.ga-397230-title-text {
	flex-grow: 1;
}

.ga-397230-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
}

.ga-397230-icon svg {
	width: 1em;
	height: 1em;
}

.ga-397230-content {
	padding: 15px 20px;
	display: none; /* JS handles sliding */
}

/* Fallback for editor load before JS */
.ga-397230-item.active .ga-397230-content {
    display: block;
}