/*=========================================================
  Últimos test WatuPRO 
  ========================================================= */
.ogc-ultimos-tests {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 400px), 1fr));
    gap: 12px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.ogc-ultimos-tests *,
.ogc-ultimos-tests *::before,
.ogc-ultimos-tests *::after {
    box-sizing: border-box;
}

.ogc-test-card {
    max-width: 100%;
    overflow-wrap: anywhere;
}

.ogc-test-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    overflow-wrap: anywhere;
}

.ogc-test-meta {
    font-size: 14px;
    color: #4b5563;
    overflow-wrap: anywhere;
}

