.table-responsive-ccp {
    width: 100%;
    overflow-x: hidden;
}

.table-responsive-ccp table {
    width: 100%;
    table-layout: fixed;
}

.table-responsive-ccp th,
.table-responsive-ccp td {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Columna 5: Distancia / Desnivel */
/*
.table-responsive-ccp th:nth-child(5) {
    width: 60px !important;
}

/* Columna 6: botón Ocultar mapas */
/*.table-responsive-ccp th:nth-child(6) {
    width: 50px !important;
} */


.table-responsive-ccp th button {
    white-space: normal !important;
    padding: 2px 4px !important;
    font-size: 11px !important;
    line-height: 1.1 !important;
    max-width: 100%;
}

/* iframe responsive */
.embed-container {
    position: relative;
    padding-bottom: 56.25%; /* proporción 16:9 */
    height: 0;
    overflow: hidden;
    max-width: 100%;
    min-height: 600px; /* ajusta a tu gusto */
}

.embed-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
