Placements

.table-container { max-width: 100%; overflow-x: auto; margin: 0 auto; box-shadow: 0 4px 8px rgba(0,0,0,0.1); border-radius: 8px; position: relative; } table { width: 100%; border-collapse: collapse; background-color: #fff; border-radius: 8px; overflow: hidden; } th, td { padding: 12px 15px; text-align: left; border-bottom: 1px solid #ddd; font-size: 14px;