.lwc-form-container {
    margin: 0 auto;
    background: #fff;
    padding: 40px;
    border-radius: 8px;
}

.form-main-title {
    color: #9bbca9;
    text-align: center;
    font-family: serif;
}

.form-group {
    margin-bottom: 20px;
    align-items: flex-start;
}

.form-group label {
    width: 40%;
    font-weight: 500;
    color: #444;
    padding-top: 10px;
}

.form-group input,
.form-group textarea,
.form-group select {
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

p.helper-text {
    text-align: right;
    margin-bottom: 20px !important;
    line-height: 24px;
    margin-top: -15px !important;
}

.search-input-wrapper {
    width: 100%;
}

.taxonomy-repeater-wrapper {
    display: flex;
    margin-bottom: 20px;
}

.taxonomy-repeater-wrapper label {
    width: 30%;
    font-weight: bold;
}

.pdc-repeater-container {
    width: 75%;
}

.pdc-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pdc-row input {
    flex-grow: 1;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
}

.pdc-remove {
    background: none;
    border: none;
    cursor: pointer;
    margin-left: 10px;
}

.pdc-add {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    float: right;
    /* Aligns + with the right side of inputs */
}

.submit-btn.wcfm_submit_button {
    background: linear-gradient(90deg, var(--e-global-color-a7a522a) 0%, var(--e-global-color-307b427) 100%);
}

.remove-tag {
    color: red;
    cursor: pointer;
    text-decoration: none;
}

.add-tag-btn {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    margin-left: 10px;
}

.add-tag-btn:hover {
    background: none !important;
}

.lwc-healing-item .fa-check:before {
    font-weight: 500 !important;
    content: '';
    background-image: url(https://lightworkerscircle.com/wp-content/uploads/2025/12/check-1.svg);
    height: 18px;
    width: 18px;
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-bottom: -3px;
    background-position: bottom;
}


li.elementor-icon-list-item:has(.elementor-icon-list-text:empty) {
    display: none;
}