.podio-table-wrap {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.podio-table {
    --podio-row-celeste: #D1EBF9;
    --podio-row-verde: #F1FFCE;
    --podio-texto: #212529;
    --podio-foco: #2f4bb2;
}

.podio-table td,
.podio-table th {
    vertical-align: middle;
}

.podio-dobles-row th[scope="row"] {
    font-weight: inherit;
    text-align: inherit;
}

.podio-dobles-row {
    color: var(--podio-texto);
}

.podio-dobles-row--celeste {
    background-color: var(--podio-row-celeste);
}

.podio-dobles-row--verde {
    background-color: var(--podio-row-verde);
}

.podio-table td a img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.podio-table a:focus-visible {
    outline: 3px solid var(--podio-foco);
    outline-offset: 3px;
}

.podio-category-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.podio-upload-link {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--podio-foco);
    text-decoration: underline;
}

.podio-category-photo {
    min-width: 180px;
    width: 180px;
    padding: 10px;
}

.podio-category-photo a {
    display: block;
    width: 100%;
    height: 100%;
}

.podio-table td.podio-category-photo a img {
    width: 100%;
    max-width: 180px;
    height: 100%;
    min-height: 190px;
    max-height: 320px;
    object-fit: cover;
    border-radius: 0;
}

@media (max-width: 767px) {
    .panel_podio {
        padding-left: 8px;
        padding-right: 8px;
    }

    .social-share-container {
        display: flex;
        flex-direction: column;
        gap: 16px;
        margin-top: 10px;
        align-items: center;
    }

    .social-share-container .btn-social {
        width: 80%;
    }

    .podio-table {
        min-width: 620px;
    }

    .podio-table td,
    .podio-table th {
        font-size: 1.2rem;
        padding: 6px 4px;
    }

    .podio-table td:first-child,
    .podio-table th:first-child {
        padding-left: 12px;
    }

    .podio-table td a img {
        width: 42px;
        height: 42px;
    }

    .podio-table td img {
        max-width: 42px;
        height: auto;
    }

    .podio-category-photo {
        min-width: 140px;
        width: 140px;
    }

    .podio-table td.podio-category-photo a img {
        max-width: 140px;
        min-height: 150px;
    }
}
