.responsive-tables{width:100%;max-width:100%;overflow-x:auto;font-family:Arial, sans-serif;margin:1rem 0;border:1px solid #e0e0e0;border-radius:6px;background:#f9f9f9;box-shadow:0 1px 3px rgba(0, 0, 0, 0.05);transition:box-shadow 0.3s ease}.responsive-table:hover{box-shadow:0 2px 6px rgba(0, 0, 0, 0.08)}.table-row{display:flex;flex-wrap:wrap;background:#ffffff;border-radius:6px;overflow:hidden;transition:background 0.3s ease}.table-row:hover{background:#f8f9fa}.table-cell{flex:1 1 300px;padding:1.25rem;border-right:1px solid #e0e0e0;transition:background 0.3s ease}.table-cell:last-child{border-right:none}.table-cell:hover{background:#f0f4f8}.table-cell h4{margin-top:0;margin-bottom:1rem;font-size:1.1rem;color:#2d2d2d;font-weight:600}.table-cell img{display:block;margin:0 auto 0.75rem;border-radius:50%;object-fit:cover;border:3px solid #e9ecef;transition:transform 0.3s ease, border-color 0.3s ease}.table-cell:hover img{transform:scale(1.05);border-color:#ced4da}.text-center{text-align:center}.bold{font-weight:700}.table-cell p{margin:0.3rem 0;line-height:1.6;color:#444444}.table-cell p strong{color:#222222}@media (max-width: 600px){.table-row{flex-direction:column}.table-cell{border-right:none;border-bottom:1px solid #e0e0e0}.table-cell:last-child{border-bottom:none}}