/*
 * Software by John Liddiard (aka JohntheFish)
 * www.c5magic.co.uk
 *
 * This package contains software copyright and proprietary to John Liddiard
 *
 */
/*
 * This css doesn't need much. Most styles are taken from the theme or from individual block styles.
 */

.ccm-page .form-reform-control .form-reform-reset-input .fas{
    opacity: 0.7;
    font-size: 0.95em;
}

/*
 * make input extensions align
 */
.ccm-page .form-reform-control .form-reform-prefix,
.ccm-page .form-reform-control .form-reform-suffix,
.ccm-page .form-reform-control .form-reform-clear-input,
.ccm-page .form-reform-control .form-reform-reset-input{
    min-width:2.75em;
    min-height: calc(1.6em + 12px); /* this needs to align with input element height */
}
.ccm-page .form-reform-control.form-reform-unboxed-input .input-group button.input-group-text:first-of-type,
.ccm-page .form-reform-control .form-reform-unboxed-input .input-group button.input-group-text:first-of-type {
    border-top-left-radius: var(--bs-border-radius)!important;
    border-bottom-left-radius: var(--bs-border-radius)!important;
    margin-left: 1em!important;
}

.ccm-page .form-reform-control.form-reform-unboxed-input .input-group button.input-group-text:last-of-type,
.ccm-page .form-reform-control .form-reform-unboxed-input .input-group button.input-group-text:last-of-type{
    border-top-right-radius: var(--bs-border-radius)!important;
    border-bottom-right-radius: var(--bs-border-radius)!important;
}
.ccm-page .form-reform-control .form-reform-prefix,
.ccm-page .form-reform-control .form-reform-suffix{
    max-width:25%;
}
.ccm-page .form-reform-control:has(textarea.form-reform-input) .form-reform-prefix,
.ccm-page .form-reform-control:has(textarea.form-reform-input) .form-reform-suffix{
    white-space: normal;
    word-break: break-word;
}

