button.collapsible-item-button {
    padding: 0 !important;
    background: transparent;
}
span.wpcf7-form-control.declare-radius {
    display: flex;
    max-width: fit-content;
    align-items: center;
    font-weight: 700 !important;
}
span.wpcf7-form-control.declare-radius span.wpcf7-list-item-label {
    font-weight: 700;
    line-height: 1;
    margin: 0;
}
h3.collapsible-item-title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}
#content h3.collapsible-item-title button.collapsible-item-button {
    font-weight: 400 !important;
    font-size: 18px !important;
    text-transform: uppercase;
     display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.signed {
    max-height: 100px !important;
}
.acredited-partner-form p {
    margin: 0;
    padding-bottom: 15px;
    padding-top: 0;
}
span.wpcf7-form-control.wpcf7-checkbox.therapies span.wpcf7-list-item-label {
    font-size: 18px;
    color: #444;
}
span.wpcf7-form-control.wpcf7-radio.promosion-cond-items {
    display: flex;
    gap: 20px;
}
.table-wrap  input.wpcf7-form-control:not([type=submit]):focus {
    outline: none;
    border-color: transparent;
    border-bottom-color: #2D3D31;
    border-bottom-style: solid;
}
.faq-arrow {
    position: relative;
    width: 25px;
    height: 25px;
    min-width: 25px;
    min-width: 25px;
    min-height: 25px;
    overflow: hidden;
    border-radius: 50px;
    border: 2px solid;
}
.collapsible-icon {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 15px;
    height: 15px;
    transition: 0.3s;
    transform: translate(-2px, -2px);
}
p.form-acredited {
    padding-top: 30px;
    margin: 0;
    padding-bottom: 30px;
    max-width: 1128px;
}
.collapsible-icon::before,
.collapsible-icon::after {
    content: '';
    position: absolute;
    background-color: #2D3D31;
    transition: 0.3s;
    width: 2px;
    height: 14px;
    left: 7px;
}
.collapsible-icon::before {
    transform: rotate(90deg);
    top: 0;
}

.closed .collapsible-icon::after {
    transform: rotate(-90deg);
}
.closed .collapsible-item-content {
    overflow: hidden;
    transition: height 0.3s ease;
}
.closed .collapsible-item-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease;
}
.wpcf7 form .collapsible-content label {
    padding-bottom: 20px;
    display: block;
}
span.iso-label {
    display: block;
    padding-bottom: 5px;
    font-weight: 500;
}
.collapsible-item-content .text {
    padding-top: 20px;
    padding-bottom: 20px;
}
.form-item-50, .form-item-100 {
    flex: 1;
}
 .form-item-100 {
    min-width: 100%;
}
.form-item-50 {
    min-height:100%;
    max-width: 100%;
    width: 100%;
}
h3.collapsible-item-title {
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 2px solid #2D3D31;
    margin-bottom: 5px;
}
.form-row {
    display: flex;
    width: 100%;
    gap: 20px;
    flex-direction: column;
}
.wpcf7 form .collapsible-content .therapies label {
    padding-bottom: 0;
}
.therapies{
    padding-top: 20px;
    padding-bottom: 20px;
}
span.wpcf7-list-item {
    margin-left: 0;
}
.wpcf7-checkbox.therapies {
    display: grid;
    grid-template-columns: repeat(1,1fr);
    gap: 20px;
}
.collapsible-content .acredited-input {
    background: #EEEFED;
    border: 1px solid #D1D5DB;
    color: #2D3D31;
    max-height: 200px;
    border-radius: 4px;
}
.collapsible-content .acredited-input::placeholder {
    color: #2D3D31;
    opacity: 1;
}
.collapsible-content .acredited-input:focus-visible,
.collapsible-content .acredited-input:focus {
    outline: none;
    border-color: #2D3D31;
    box-shadow: 0 0 0 1px #2D3D31;
    background: #EEEFED;
}

.collapsible-content input[type="checkbox"],
.collapsible-content input[type="radio"] {
    accent-color: #2D3D31;
}

@media(min-width: 768px){
    .form-row {
        flex-direction: row;
        flex-wrap: wrap;
    }
    .wpcf7-checkbox.therapies {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        gap: 20px;
    }
    .table-wrap	th, .table-wrap	td {
    padding: 4px 20px;
    text-align: left;
    border: 0;
    border-bottom: 1px solid #D4E8DA;
}
.table-wrap	tr{
    border: 1px solid #D4E8DA;
}
    .form-item-50 {
    min-height: calc(50% - 10px);
    max-width: calc(50% - 10px);
    width: 100%;
}

/*     .table-wrap th + th,
    .table-wrap td + td {
        border-left: 1px solid #D4E8DA;
    } */
}


		.table-wrap {
			overflow-x: auto;
			
			border-radius: 8px;
		
		}

	.table-wrap	table {
			width: 100%;
			min-width: 880px;
			border-collapse: collapse;
		}

	.table-wrap	thead {
			background: #F0F7F2;
			color: #111827;
		}

.table-wrap	th, .table-wrap	td {
    padding: 4px 0px 4px 13px;
    text-align: left;
    border-bottom: 1px solid #D4E8DA;
}
.table-wrap  tr	th:last-of-type, .table-wrap tr	td:last-of-type {
    padding-right: 20px;
}
.table-wrap  tr	th:first-of-type, .table-wrap tr	td:first-of-type {
    padding-left: 20px;
}
	.table-wrap	th {
			color: #111827;
			font-size: 16px;
			font-weight: 500;
			letter-spacing: 0%;
			
		}

	.table-wrap	tbody tr {
			background: rgba(255, 255, 255, 0.72);
			transition: background-color 180ms ease;
		}

		

	

	.table-wrap	td strong {
			display: block;
			margin-bottom: 4px;
			font-size: 1rem;
		}

	.table-wrap	td span {
			color: #5e6b77;
			font-size: 0.92rem;
		}
section.table-wrap input:not([type=submit]) {
    border-radius: 0 !important;
    border-color: transparent;
    border-bottom-color: #CDD8C7;
}
		@media (max-width: 921px) {
		

			.table-wrap {
				overflow-x: visible;
			}

		.table-wrap	table,
		.table-wrap	tbody,
		.table-wrap	tr,
		.table-wrap	td {
				display: block;
				width: 100%;
			}

		.table-wrap	table {
				min-width: 0;
			}

		.table-wrap	thead {
				display: none;
			}

		.table-wrap	tbody {
				display: grid;
				gap: 14px;
			}

		.table-wrap	tbody tr {
				padding: 10px 0;
				border: 1px solid #D4E8DA;
				border-radius: 20px;
				background: rgba(255, 255, 255, 0.9);
				overflow: hidden;
			}

		.table-wrap	td {
				padding: 12px 16px;
				border-bottom: 1px solid #D4E8DA;
			}

		.table-wrap	td:last-child {
				border-bottom: 0;
			}

		.table-wrap	td::before {
				content: attr(data-label);
				display: block;
				margin-bottom: 6px;
				color: var(--accent);
				font-size: 0.76rem;
				font-weight: 700;
				letter-spacing: 0.08em;
				text-transform: uppercase;
			}
		}
