/*
 Theme Name:   Militia Capital
 Theme URI:    https://militiacapital.com
 Description:  GeneratePress child theme
 Author:       Tretanto
 Author URI:   https://tretanto.com
 Template:     generatepress
 Version:      0.1
*/

/* General */

html,
body {
    font-family: Calibri, serif;}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Calibri, serif;
}

/* Botones de los enlaces */

ul.links-list {
    list-style: none;
    /* quita los puntos */
    margin: 0;
    /* opcional: ajusta márgenes */
    padding: 0;
    /* opcional: ajusta padding */
}


.links-list li a {
    color: #844C4C; /* granate tenue */
    background-color: #ffffff;
    padding: 10px 0;
    text-decoration: none;
    display: inline-block;
}

.links-list li a:hover {
    border-bottom: 0px solid #844C4C;
    color: #844C4C;
}

/* Botones del popup */

.popup-buttons {
    display: flex;
    justify-content: center;
    /* centra los botones */
    gap: 15px;
    /* espacio entre botones */
    margin-top: 50px;
}

.popup-btn {
    display: inline-block;
    padding: 10px 14px;
    min-width: 25%;
    border: 2px solid #333;
    border-radius: 25px;
    cursor: pointer;
    font-family: Calibri, serif;
    font-size: 15px;
    text-decoration: none;
    color: #1591EA;
    background-color: transparent;
    text-align: center;
    transition: all 0.3s ease;
}

.popup-btn.agree {
    background-color: #ffffff;
    border-color: #000000;
}

.popup-btn.disagree {
    background-color: #ffffff;
    border-color: #000000;
}

.popup-btn:hover {
    background-color: #fff;
    color: #000;
}

@media (max-width: 768px) {

    .popup-buttons {
        flex-direction: column;
        align-items: stretch;
        gap: 8px;
        margin-top: 20px;
    }

    .popup-btn {
        width: 100%;
        padding: 8px 0;
        font-size: 14px;
    }

    .has-inline-mobile-toggle .mobile-menu-control-wrapper {
        display: none;
    }
	
.entry-content a,
.entry-content a:visited {
    color: #844C4C !important;
    text-decoration: none !important;
}

.entry-content a:hover,
.entry-content a:active {
    color: #A06060 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #844C4C !important;
}

:root {
    --accent: #844C4C;
}

ul.wp-block-list li a,
ul.wp-block-list li a:visited {
    color: #844C4C !important;
    text-decoration: none !important;
}

ul.wp-block-list li a:hover,
ul.wp-block-list li a:active {
    color: #A06060 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #844C4C !important;
}

	.entry-content ul.wp-block-list li a,
.entry-content ul.wp-block-list li a:visited {
    color: #844C4C !important;
    text-decoration: none !important;
}

.entry-content ul.wp-block-list li a:hover,
.entry-content ul.wp-block-list li a:active {
    color: #A06060 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #844C4C !important;
}

	.entry-content a,
.entry-content a:visited {
    color: #844C4C !important;
    text-decoration: none !important;
}

.entry-content a:hover,
.entry-content a:active {
    color: #A06060 !important;
    text-decoration: none !important;
    border-bottom: 1px solid #844C4C !important;
}

.entry-content a,
.entry-content a:visited {
    color: #844C4C !important;
    text-decoration: none !important;
}

.entry-content a:hover,
.entry-content a:focus {
    color: #844C4C !important;
    border-bottom: 1px solid #844C4C;
    text-decoration: none !important;
}
	
.reports-list .links-list li a {
    color: #844C4C;
     padding: 10px 0 0 0; /* ← reduce el padding inferior, acerca la línea */
    text-decoration: none;
    display: inline-block;
}

.reports-list .links-list li a:hover {
    border-bottom: 1px solid #844C4C;
    color: #844C4C;
}

.reports-list {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.reports-list:last-child {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.inside-article {
    margin-bottom: 0 !important;
}
	
	
.reportsold-list .links-list li a {
    color: #844C4C;
     padding: 10px 0 0 0; /* ← reduce el padding inferior, acerca la línea */
    text-decoration: none;
    display: inline-block;
}

.reportsold-list .links-list li a:hover {
    border-bottom: 1px solid #844C4C;
    color: #844C4C;
}
	
.page .entry-header {
    margin: 0;
    padding: 0;
}	

		
	
	
}