/* 
Theme Name: Comsurlab-2025
Author: C-Developers
Author URI: https://wordpress.org
Description: Incymed is designed to take advantage of the new design tools introduced in WordPress 6.1. With a clean, blank base as a starting point, this default theme includes ten diverse style variations created by members of the WordPress community. Whether you want to build a complex or incredibly simple website, you can do it quickly and intuitively through the bundled styles or dive into creation and full customization yourself.
Requires at least: 6.1
Tested up to: 6.6
Requires PHP: 5.6
Version: 1.0
*/
.search-form form input{
	padding: 10px 10px 10px 10px;
	width: 130%;
}
button.is-search-submit{
	font-size: 13px;
    line-height: 1;
    font-weight: 700;
    padding: 10px 20px;
    background-color: #073c70;
    text-align: center;
    display: inline-block;
    border-radius: 5px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    position: relative;
    overflow: hidden;
    z-index: 1;
    position: absolute;
    right: 37%;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border: none;
    transition: all 0.3s ease-out 0s;
    margin: 0;
    font-family: inherit;
    cursor: pointer;
}
label span.is-screen-reader-text{
	display: none;
}
span.is-search-icon svg{
	color: white;
	font-size: 15px;
	text-align: center;
	text-transform: uppercase;	
}
.breadcrumb__overlay::after{
	background-color: rgb(7 60 112 / 80%);
}
.header-bottom-btn{
	background-color: #073c70;
}
.breadcrumb__area {
	padding: 100px 0;

}

.cmp-text ul {
    list-style-type: disc !important; /* O 'circle' o 'square' según prefieras */
    padding-left: 20px !important;
}

.cmp-text ol {
    list-style-type: decimal !important;
    padding-left: 20px !important;
}

/* Solución si Bootstrap está aplicando display: flex */
.cmp-text ul, .cmp-text ol {
    display: block !important;
}


.tabla-dinamica {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}
.tabla-dinamica td {
  border: 1px solid #ccc;
  padding: 8px;
}
