/*
 Theme Name:   FC United Child Theme
 Theme URI:    http://fc-united.axiomthemes.com/
 Description:  FC United Child Theme
 Author:       AxiomThemes
 Author URI:   http://axiomthemes.com/
 Template:     fcunited
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  fcunited
*/


/* =Theme customization starts here
------------------------------------------------------------ */


/* === Futnet Duplicate Check Styles === */
.futnet-duplicate-error {
  border-color: red !important;
  background-color: #ffeaea !important;
}

.futnet-error-message {
  color: red;
  font-size: 0.9em;
  margin-top: 2px;
  display: block;
}

/* Duplicate check v2 (new class names) */
.duplicate-error {
  border-color: red !important;
}

.duplicate-error-msg {
  color: red;
  font-size: 0.9em;
  margin-top: 5px;
}


/* === Chybová hláška pro duplicity – vedle input polí === */
.duplicate-error {
    border-color: red;
    background-color: #ffe6e6;
}

.duplicate-error-msg, .duplicate-error-message, .duplicate-error .duplicate-error-msg {
    color: red;
    font-size: 0.9em;
    margin-top: 5px;
    display: block;
}