@charset 'utf-8';
/*
 Theme Name:   Militarology Child
 Theme URI:    http://militarology.ancorathemes.com/
 Description:  Militarology - Fully Responsive and Mobile Friendly theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com/
 Template:     militarology
 Version:      1.0
 Tags:         light, inheritable theme-options
 Text Domain:  militarology
*/



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

/* General Styling for ACF Fields */
.acf-fields {
    margin: 20px 0;
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.acf-fields p {
    margin: 10px 0;
    font-size: 16px;
    color: #333;
}

/* Styling for Taxonomies */
.taxonomy-terms {
    margin: 20px 0;
    padding: 15px;
    background-color: #f2f7ff;
    border: 1px solid #cce5ff;
    border-radius: 5px;
}
.taxonomy-terms p {
    margin: 10px 0;
    font-size: 16px;
    color: #0056b3;
}
.taxonomy-terms .term-item {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding: 5px 10px;
    font-size: 14px;
    background-color: #e7f3ff;
    color: #0056b3;
    border: 1px solid #b3d7ff;
    border-radius: 3px;
}
.taxonomy-terms .term-item:hover {
    background-color: #d1ebff;
    color: #003d75;
    cursor: pointer;
}


//Add New Commander 
.add-commander-form {
    max-width: 600px;
    margin: 0 auto;
  /*  padding: 20px;*/
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.add-commander-form h1 {
    text-align: center;
    margin-bottom: 20px;
}

.acf-form-field {
    margin-bottom: 15px;
}

.acf-button {
    background-color: #0056b3;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}

.acf-button:hover {
    background-color: #003d80;
}

[data-repeater-list="pros"], [data-repeater-list="cons"] {
   display: none !important; 
}

// Leaderboard

.leaderboard {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    background-color: #f9f9f9;
}
.leaderboard-title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}
.leaderboard-list {
    list-style: none;
    padding: 0;
}
.leaderboard-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.leaderboard-item:last-child {
    border-bottom: none;
}
.leaderboard-rank {
    font-weight: bold;
}
.leaderboard-score a {
    text-decoration: none;
    color: #0073aa;
}
.leaderboard-meta {
    font-size: 12px;
    color: #555;
}
