/* ========================================
   Common/Shared Styles
   ======================================== */

/* List Bullets */
.with-bullets {
    list-style-type: disc !important;
}

/* Grecaptcha Badge Position */
.grecaptcha-badge {
    bottom: 100px !important;
}

/* Telephone Links */
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

/* CKEditor Styling */
.ck-editor__editable_inline {
    min-height: 300px;
}
